More admonishment that one shouldn't waste one's efforts
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.7.X          Development release working toward v5.8
29 --------------
30 ____________________________________________________________________________
31 [ 17513] By: jhi                                   on 2002/07/13  00:03:04
32         Log: Document that using threads/pseudofork inside BEGINs does not work.
33      Branch: perl
34            ! ext/threads/threads.pm
35 ____________________________________________________________________________
36 [ 17512] By: jhi                                   on 2002/07/12  23:53:22
37         Log: Subject: [DOC PATCH] threads::shared.pm, share( $hashref->{key} ) bug
38              From: Elizabeth Mattijsen <liz@dijkmat.nl>
39              Date: Fri, 12 Jul 2002 23:45:52 +0200
40              Message-Id: <4.2.0.58.20020712234444.0209f350@mickey.dijkmat.nl>
41      Branch: perl
42            ! ext/threads/shared/shared.pm
43 ____________________________________________________________________________
44 [ 17511] By: jhi                                   on 2002/07/12  23:52:34
45         Log: Subject: [DOC PATCH] threads.pm, threads->tid in DESTROY bug
46              From: Elizabeth Mattijsen <liz@dijkmat.nl>
47              Date: Fri, 12 Jul 2002 23:30:16 +0200
48              Message-Id: <4.2.0.58.20020712232919.0224fea0@mickey.dijkmat.nl>
49      Branch: perl
50            ! ext/threads/threads.pm
51 ____________________________________________________________________________
52 [ 17510] By: jhi                                   on 2002/07/12  23:46:45
53         Log: Update the 5.005threads failure status.
54      Branch: perl
55            ! pod/perldelta.pod
56 ____________________________________________________________________________
57 [ 17509] By: jhi                                   on 2002/07/12  23:44:17
58         Log: threads::shared::queue and semaphore become Thread::Semaphore
59              and Queue.  The 5005threads case where the old Semaphore and
60              Queue.pm (they are disguised as .pmx) should get magically
61              installed instead has not been tested.
62      Branch: perl
63            + ext/Thread/Queue.pmx ext/Thread/Semaphore.pmx
64            + lib/Thread/Queue.t lib/Thread/Semaphore.t
65            - ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
66            - ext/threads/shared/t/queue.t ext/threads/shared/t/semaphore.t
67            ! MANIFEST ext/Thread/Makefile.PL ext/threads/shared/Makefile.PL
68            ! ext/threads/shared/shared.pm installperl lib/Thread/Queue.pm
69            ! lib/Thread/Semaphore.pm pod/perldelta.pod pod/perlmodlib.pod
70            ! pod/perlthrtut.pod pod/perltoc.pod
71 ____________________________________________________________________________
72 [ 17508] By: jhi                                   on 2002/07/12  20:06:23
73         Log: Subject: Re: Clock skew failures in Memoize test suite
74              From: Mark-Jason Dominus <mjd@plover.com>
75              Date: Fri, 12 Jul 2002 14:17:56 -0400
76              Message-ID: <20020712181756.9595.qmail@plover.com>
77              To: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78              
79              (an accidental dual submit...)
80              
81              Subject: lib/Config.t : why 900 entries?
82              From: "Craig A. Berry" <craigberry@mac.com>
83              Date: Fri, 12 Jul 2002 16:02:59 -0500
84              Message-Id: <a05111b04b954f27fd5a7@[172.16.52.1]>
85              
86              (dropping the limit from 750 down to 500)
87      Branch: perl
88            ! lib/Config.t lib/Memoize.pm lib/Memoize/ExpireFile.pm
89            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
90            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
91            ! lib/Memoize/t/expfile.t lib/Memoize/t/expire.t
92            ! lib/Memoize/t/expmod_t.t lib/Memoize/t/flush.t
93            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
94            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
95            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
96            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
97            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
98 ____________________________________________________________________________
99 [ 17507] By: jhi                                   on 2002/07/12  18:51:16
100         Log: AUTHORS updates.
101      Branch: perl
102            ! AUTHORS
103 ____________________________________________________________________________
104 [ 17506] By: jhi                                   on 2002/07/12  17:45:34
105         Log: Many of the feared z/OS failures turned out to be false alarms.
106      Branch: perl
107            ! pod/perldelta.pod
108 ____________________________________________________________________________
109 [ 17505] By: jhi                                   on 2002/07/12  15:42:07
110         Log: Subject: Core dump in perl_clone (even with 'use threads;' first) [PATCH]
111              From: Tim Bunce <Tim.Bunce@pobox.com>
112              Date: Fri, 12 Jul 2002 17:25:09 +0100
113              Message-ID: <20020712172509.B568@dansat.data-plan.com>
114      Branch: perl
115            ! sv.c
116 ____________________________________________________________________________
117 [ 17504] By: jhi                                   on 2002/07/12  13:53:15
118         Log: Easy z/OS fix by skipping raw UTF-8.
119      Branch: perl
120            ! pod/perldelta.pod t/op/subst.t
121 ____________________________________________________________________________
122 [ 17503] By: jhi                                   on 2002/07/12  13:41:34
123         Log: Update the z/OS situation.
124      Branch: perl
125            ! pod/perldelta.pod
126 ____________________________________________________________________________
127 [ 17502] By: jhi                                   on 2002/07/12  13:08:53
128         Log: Update Changes.
129      Branch: perl
130            ! Changes patchlevel.h
131 ____________________________________________________________________________
132 [ 17501] By: jhi                                   on 2002/07/12  12:56:57
133         Log: Regen modlib, toc.
134      Branch: perl
135            ! pod/perlmodlib.pod pod/perltoc.pod
136 ____________________________________________________________________________
137 [ 17500] By: jhi                                   on 2002/07/12  12:47:11
138         Log: Document that one cannot "proxy" enable threading.
139      Branch: perl
140            ! ext/threads/threads.pm
141 ____________________________________________________________________________
142 [ 17499] By: jhi                                   on 2002/07/12  12:43:15
143         Log: Subject: Re: Thread object by tid?
144              From: Elizabeth Mattijsen <liz@dijkmat.nl>
145              Date: Fri, 12 Jul 2002 00:27:53 +0200
146              Message-Id: <4.2.0.58.20020712002638.0218ce10@mickey.dijkmat.nl>
147      Branch: perl
148            ! ext/threads/threads.pm
149 ____________________________________________________________________________
150 [ 17498] By: jhi                                   on 2002/07/12  12:39:00
151         Log: Subject: [PATCH9 BigInt v1.60 fix for "\n"
152              From: Tels <tels@bloodgate.com>
153              Date: Fri, 12 Jul 2002 08:38:45 +0200 (CEST)
154              Message-Id: <200207120634.g6C6YjG6742777@taku.hut.fi>
155      Branch: perl
156            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bare_mbi.t
157            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
158            ! lib/Math/BigInt/t/sub_mbi.t
159 ____________________________________________________________________________
160 [ 17497] By: jhi                                   on 2002/07/12  02:53:12
161         Log: AUTHORS updates.
162      Branch: perl
163            ! AUTHORS
164 ____________________________________________________________________________
165 [ 17496] By: jhi                                   on 2002/07/12  00:03:03
166         Log: BeOS failure merge, noticed by Daniel Berger.
167      Branch: perl
168            ! README.beos pod/perldelta.pod
169 ____________________________________________________________________________
170 [ 17495] By: jhi                                   on 2002/07/11  21:40:05
171         Log: Can't get #17492 to work with -Uuseperlio otherwise (either
172              coredumps or warnings about failing to close _GEN_0 ensue)
173      Branch: perl
174            ! ext/XS/Typemap/Typemap.t
175 ____________________________________________________________________________
176 [ 17494] By: jhi                                   on 2002/07/11  21:00:31
177         Log: Subject: Re: $Storable::drop_utf8 is undeclared
178              From: Nicholas Clark <nick@unfortu.net>
179              Date: Thu, 11 Jul 2002 22:40:05 +0100
180              Message-ID: <20020711214004.GC291@Bagpuss.unfortu.net>
181      Branch: perl
182            ! ext/Storable/Storable.xs
183 ____________________________________________________________________________
184 [ 17493] By: jhi                                   on 2002/07/11  19:47:28
185         Log: Mention the FAT vs NDBM_File problem on Cygwin also in perldelta.
186      Branch: perl
187            ! pod/perldelta.pod
188 ____________________________________________________________________________
189 [ 17492] By: jhi                                   on 2002/07/11  19:42:35
190         Log: Subject: [PATCH] finall fix core dump in XS::Typemap
191              From: Tim Jenness <t.jenness@jach.hawaii.edu>
192              Date: Thu, 11 Jul 2002 10:15:45 -1000 (HST)
193              Message-ID: <Pine.LNX.4.44.0207111013090.31260-100000@lapaki>
194      Branch: perl
195            ! ext/XS/Typemap/Typemap.t ext/XS/Typemap/Typemap.xs
196 ____________________________________________________________________________
197 [ 17491] By: jhi                                   on 2002/07/11  19:16:31
198         Log: Microdoctweak.
199      Branch: perl
200            ! pod/perlapio.pod
201 ____________________________________________________________________________
202 [ 17490] By: jhi                                   on 2002/07/11  19:14:28
203         Log: metaconfig unit change for #17489.
204      Branch: metaconfig/U/perl
205            ! Extensions.U
206 ____________________________________________________________________________
207 [ 17489] By: jhi                                   on 2002/07/11  19:14:09
208         Log: Subject: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin build
209              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
210              Date: Thu, 11 Jul 2002 21:35:41 +0200
211              Message-ID: <311512104521.20020711213541@familiehaase.de>
212              
213              (plus add a warning about NDBM_File on FAT to README.cygwin)
214      Branch: perl
215            ! Configure README.cygwin
216 ____________________________________________________________________________
217 [ 17488] By: jhi                                   on 2002/07/11  16:48:09
218         Log: Subject: [PATCH] MM_Unix.pm : work around File::Find problem on VMS
219              From: "Craig A. Berry" <craigberry@mac.com>
220              Date: Thu, 11 Jul 2002 12:44:41 -0500
221              Message-Id: <5.1.1.5.0.20020708172342.03422ac8@exchi01>
222      Branch: perl
223            ! lib/ExtUtils/MM_Unix.pm
224 ____________________________________________________________________________
225 [ 17487] By: jhi                                   on 2002/07/11  15:45:33
226         Log: Subject: [PATCH] Re: BigInt and "\n"
227              From: Tels <perl_dummy@bloodgate.com>
228              Date: Thu, 11 Jul 2002 18:44:29 +0200 (CEST)
229      Branch: perl
230            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
231 ____________________________________________________________________________
232 [ 17486] By: jhi                                   on 2002/07/11  15:43:44
233         Log: Apparently OS/2 likes to export the Perl malloc interface
234              to external libraries and the #16291 broke that when removing
235              the bincompat5005 feature.
236      Branch: perl
237            ! makedef.pl
238 ____________________________________________________________________________
239 [ 17485] By: jhi                                   on 2002/07/11  15:41:32
240         Log: Document better the PerlIO_{export,release,import}FILE()
241              relationships (or the lack thereof).
242      Branch: perl
243            ! perlio.c pod/perlapio.pod
244 ____________________________________________________________________________
245 [ 17484] By: nick                                  on 2002/07/11  15:33:53
246         Log: Integrate mainline
247      Branch: perlio
248           !> ext/threads/threads.xs lib/Locale/Maketext/TPJ13.pod
249           !> vms/ext/Stdio/Stdio.xs
250 ____________________________________________________________________________
251 [ 17483] By: jhi                                   on 2002/07/11  15:32:31
252         Log: Subject: [PATCH] VMS::Stdio fixups for mode arg to PerlIO_importFILE
253              From: "Craig A. Berry" <craigberry@mac.com>
254              Date: Thu, 11 Jul 2002 11:09:03 -0500
255              Message-Id: <a05111b05b9535cbf2914@[172.16.52.1]>
256      Branch: perl
257            ! vms/ext/Stdio/Stdio.xs
258 ____________________________________________________________________________
259 [ 17482] By: jhi                                   on 2002/07/11  14:46:11
260         Log: Subject: [PATCH] Locale::Maketext::TPJ13 nits
261              From: Autrijus Tang <autrijus@autrijus.org>
262              Date: Thu, 11 Jul 2002 23:30:23 +0800
263              Message-ID: <20020711153023.GA20806@not.autrijus.org>
264      Branch: perl
265            ! lib/Locale/Maketext/TPJ13.pod
266 ____________________________________________________________________________
267 [ 17481] By: sky                                   on 2002/07/11  13:02:15
268         Log: Don't set the context to the running thread before
269              we run destroy on the old, cures segfault on linux.
270      Branch: perl
271            ! ext/threads/threads.xs
272 ____________________________________________________________________________
273 [ 17480] By: jhi                                   on 2002/07/11  12:24:53
274         Log: Integrate perlio:
275              
276              [ 17478]
277              Various core-dump preventions for cases Craig found on VMS.
278              Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
279              
280              [ 17479]
281              (Re-)instate :pop as a "back door" to perl level layer stack
282              manipulation.
283      Branch: perl
284           !> lib/PerlIO.pm perlio.c
285 ____________________________________________________________________________
286 [ 17479] By: nick                                  on 2002/07/11  09:16:46
287         Log: (Re-)instate :pop as a "back door" to perl level layer stack
288              manipulation.
289      Branch: perlio
290            ! lib/PerlIO.pm perlio.c
291 ____________________________________________________________________________
292 [ 17478] By: nick                                  on 2002/07/11  08:43:28
293         Log: Various core-dump preventions for cases Craig found on VMS.
294              Fix PerlIO_exportFILE() to work with new PerlIOStdio_pushed.
295      Branch: perlio
296            ! perlio.c
297 ____________________________________________________________________________
298 [ 17477] By: nick                                  on 2002/07/11  07:42:34
299         Log: Integrate mainline
300      Branch: perlio
301           !> Changes Porting/pumpkin.pod ext/PerlIO/via/via.pm
302           !> ext/Storable/t/integer.t ext/threads/shared/shared.pm
303           !> ext/threads/t/list.t ext/threads/threads.pm
304           !> ext/threads/threads.xs lib/ExtUtils/MM_Win95.pm
305           !> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
306           !> patchlevel.h pod/perldelta.pod pod/perldiag.pod
307           !> pod/perliol.pod regexec.c t/op/magic.t
308 ____________________________________________________________________________
309 [ 17476] By: sky                                   on 2002/07/11  05:35:53
310         Log: Problem fixed with detached threads reported by Stacy Maughan 
311              and debugged by Jan Dubois. Problem occured when a thread
312              cleared itself out and then switched back to itself (which was
313              gone) and wanted a function pointer for the PerlMemShared free.
314      Branch: perl
315            ! ext/threads/threads.xs
316 ____________________________________________________________________________
317 [ 17475] By: jhi                                   on 2002/07/10  23:36:37
318         Log: Small threads docs cleanups.
319      Branch: perl
320            ! ext/threads/shared/shared.pm ext/threads/threads.pm
321            ! pod/perldiag.pod
322 ____________________________________________________________________________
323 [ 17474] By: jhi                                   on 2002/07/10  23:21:10
324         Log: Subject: [DOC PATCH] ext/threads/shared/shared.pm
325              From: Dave Mitchell <davem@fdgroup.com>
326              Date: Thu, 11 Jul 2002 01:15:18 +0100
327              Message-ID: <20020711011518.B27438@fdgroup.com>
328      Branch: perl
329            ! ext/threads/shared/shared.pm
330 ____________________________________________________________________________
331 [ 17473] By: jhi                                   on 2002/07/10  23:20:10
332         Log: Retract #17455, #17427, #17425 on t/op/magic.t (but leave
333              in the toke.c change #17425, it is ARG_ZERO_IS_SCRIPT
334              specific and known to work on the platforms that need it),
335              on Sarathy's advice.
336      Branch: perl
337            ! t/op/magic.t
338 ____________________________________________________________________________
339 [ 17472] By: jhi                                   on 2002/07/10  21:43:45
340         Log: Subject: [PATCH] Re: Storable 2.04 'make test' failure on AIX, perl 5.005_03
341              From: Nicholas Clark <nick@unfortu.net>
342              Date: Wed, 10 Jul 2002 23:17:36 +0100
343              Message-ID: <20020710221735.GE312@Bagpuss.unfortu.net>
344      Branch: perl
345            ! ext/Storable/t/integer.t
346 ____________________________________________________________________________
347 [ 17471] By: jhi                                   on 2002/07/10  20:27:07
348         Log: Subject: [PATCH] QuotedPrint.t
349              From: Elizabeth Mattijsen <liz@dijkmat.nl>
350              Date: Wed, 10 Jul 2002 21:29:54 +0200
351              Message-Id: <4.2.0.58.20020710212608.02cd8100@mickey.dijkmat.nl>
352      Branch: perl
353            ! lib/PerlIO/via/t/QuotedPrint.t
354 ____________________________________________________________________________
355 [ 17470] By: jhi                                   on 2002/07/10  20:24:47
356         Log: From: Elizabeth Mattijsen <liz@dijkmat.nl>
357              Subject: [DOC PATCH] some doc nits after 17463
358              Date: Wed, 10 Jul 2002 21:13:52 +0200
359              Message-Id: <4.2.0.58.20020710211105.032546d0@mickey.dijkmat.nl>
360      Branch: perl
361            ! ext/PerlIO/via/via.pm lib/PerlIO/via/QuotedPrint.pm
362            ! pod/perldelta.pod pod/perliol.pod
363 ____________________________________________________________________________
364 [ 17469] By: jhi                                   on 2002/07/10  20:19:55
365         Log: Subject: [PATCH] MM_W95.pm, Win95 + MinGW + dmake
366              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
367              Date: Wed, 10 Jul 2002 18:47:45 +0200
368              Message-ID: <3D2C8151.30381.12DE80@localhost>
369      Branch: perl
370            ! lib/ExtUtils/MM_Win95.pm
371 ____________________________________________________________________________
372 [ 17468] By: jhi                                   on 2002/07/10  20:13:49
373         Log: Regen Changes.
374      Branch: perl
375            ! Changes
376 ____________________________________________________________________________
377 [ 17467] By: jhi                                   on 2002/07/10  20:10:23
378         Log: Retract #17375: contrary to intention, it was actually
379              harmful on EBCDIC.
380      Branch: perl
381            ! regexec.c
382 ____________________________________________________________________________
383 [ 17466] By: sky                                   on 2002/07/10  17:59:19
384         Log: Makes list skip the main thread.
385      Branch: perl
386            ! ext/threads/t/list.t ext/threads/threads.xs
387 ____________________________________________________________________________
388 [ 17465] By: jhi                                   on 2002/07/10  14:14:13
389         Log: More about the dangers of indent.
390      Branch: perl
391            ! Porting/pumpkin.pod
392 ____________________________________________________________________________
393 [ 17464] By: jhi                                   on 2002/07/10  12:42:20
394         Log: Small perldelta tweaks.
395      Branch: perl
396            ! pod/perldelta.pod
397 ____________________________________________________________________________
398 [ 17463] By: jhi                                   on 2002/07/10  11:43:09
399         Log: Update Changes.
400      Branch: perl
401            ! Changes patchlevel.h
402 ____________________________________________________________________________
403 [ 17462] By: jhi                                   on 2002/07/10  11:27:44
404         Log: EBCDIC has different codepoints.
405      Branch: perl
406            ! lib/PerlIO/via/t/QuotedPrint.t
407 ____________________________________________________________________________
408 [ 17461] By: nick                                  on 2002/07/10  06:58:47
409         Log: Integrate mainline (Via/via etc.)
410      Branch: perlio
411           +> ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
412           +> ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
413           +> ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs lib/Config.t
414           +> lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
415            - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
416            - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
417            - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
418           !> (integrate 34 files)
419 ____________________________________________________________________________
420 [ 17460] By: jhi                                   on 2002/07/10  03:58:58
421         Log: If no PerlIO, no PerlIO::via.
422      Branch: perl
423            ! lib/PerlIO/via/t/QuotedPrint.t
424 ____________________________________________________________________________
425 [ 17459] By: jhi                                   on 2002/07/10  00:57:29
426         Log: Too much cut-and-paste from Term::Complete.t;
427              be more paranoid on readonlyness
428      Branch: perl
429            ! lib/Config.t
430 ____________________________________________________________________________
431 [ 17458] By: jhi                                   on 2002/07/09  23:29:52
432         Log: Test Config.
433      Branch: perl
434            + lib/Config.t
435            ! MANIFEST
436 ____________________________________________________________________________
437 [ 17457] By: jhi                                   on 2002/07/09  22:36:27
438         Log: Subject: [PATCH] Fwd: [ID 20020703.002] bareword processing bug under 'use strict'
439              From: Kay Röpke <kroepke@dolphin-services.de>
440              Date: Tue, 9 Jul 2002 14:12:10 +0200
441              Message-Id: <184F11EC-9335-11D6-8F80-000393414688@dolphin-services.de>
442      Branch: perl
443            ! op.c t/lib/strict/subs
444 ____________________________________________________________________________
445 [ 17456] By: jhi                                   on 2002/07/09  21:35:33
446         Log: Detypo.
447      Branch: perl
448            ! ext/threads/shared/shared.pm
449 ____________________________________________________________________________
450 [ 17455] By: jhi                                   on 2002/07/09  21:32:44
451         Log: Subject: [PATCH] fix 17425 for VMS
452              From: "Craig A. Berry" <craigberry@mac.com>
453              Date: Tue, 09 Jul 2002 17:07:12 -0500
454              Message-Id: <5.1.1.5.0.20020709164958.0313c008@exchi01>
455      Branch: perl
456            ! t/op/magic.t
457 ____________________________________________________________________________
458 [ 17454] By: jhi                                   on 2002/07/09  21:31:44
459         Log: Change PerlIO::Scalar and Via to scalar and via.
460      Branch: perl
461            + ext/PerlIO/scalar/Makefile.PL ext/PerlIO/scalar/scalar.pm
462            + ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/Makefile.PL
463            + ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
464            + lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
465            - ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
466            - ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Makefile.PL
467            - ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs
468            - lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
469            ! MANIFEST Porting/config.sh djgpp/config.over doio.c
470            ! epoc/config.sh ext/B/B/C.pm ext/PerlIO/t/via.t hints/uwin.sh
471            ! hints/vmesa.sh perlio.c pod/perldelta.pod pod/perliol.pod
472            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
473 ____________________________________________________________________________
474 [ 17453] By: sky                                   on 2002/07/09  21:23:31
475         Log: Update documentation with &share() non prototype checking version.
476              Fix share so it once again returns a reference to whatever it just
477              shared, so now you can do my &share([]);
478              Remove check for useithreads and Config.pm from threads::shared,
479              you can now always use threads::shared in your module without
480              overhead of config.pm and without speed hit unless threads have been 
481              requested, share, cond_wait, cond_broadcast, cond_signal and lock
482              all become noops, so does : share.
483      Branch: perl
484            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
485 ____________________________________________________________________________
486 [ 17452] By: jhi                                   on 2002/07/09  18:58:45
487         Log: Tweak perldelta for the new PerlIO::Vianess.
488      Branch: perl
489            ! pod/perldelta.pod
490 ____________________________________________________________________________
491 [ 17451] By: jhi                                   on 2002/07/09  18:53:11
492         Log: Update the port status.
493      Branch: perl
494            ! pod/perlport.pod
495 ____________________________________________________________________________
496 [ 17450] By: jhi                                   on 2002/07/09  18:49:20
497         Log: Subject: [PATCH] 5.8.0-RC1 on SunOS 4!
498              From: Robin Barker <rmb1@cise.npl.co.uk>
499              Date: Tue, 9 Jul 2002 20:03:40 +0100 (BST)
500              Message-Id: <200207091903.UAA09531@tempest.npl.co.uk>
501              
502              (the sprintf() spot in Dumper.xs fixed)
503      Branch: perl
504            ! ext/Data/Dumper/Dumper.xs perl.c util.c
505 ____________________________________________________________________________
506 [ 17449] By: jhi                                   on 2002/07/09  18:38:04
507         Log: Subject: [PATCH] Removing example layers from MIME::QuotedPrint
508              From: Elizabeth Mattijsen <liz@dijkmat.nl>
509              Date: Mon, 08 Jul 2002 10:21:09 +0200
510              Message-Id: <4.2.0.58.20020708090819.02740f00@mickey.dijkmat.nl>
511              
512              Subject: Re: [PATCH] Removing example layers from MIME::QuotedPrint
513              From: Elizabeth Mattijsen <liz@dijkmat.nl>
514              Date: Tue, 09 Jul 2002 09:29:52 +0200
515              Message-Id: <4.2.0.58.20020709092337.02893300@mickey.dijkmat.nl>
516      Branch: perl
517            + lib/PerlIO/Via/QuotedPrint.pm lib/PerlIO/Via/t/QuotedPrint.t
518            ! MANIFEST ext/MIME/Base64/QuotedPrint.pm ext/PerlIO/Via/Via.pm
519            ! ext/PerlIO/t/via.t pod/perliol.pod
520 ____________________________________________________________________________
521 [ 17448] By: jhi                                   on 2002/07/09  17:46:00
522         Log: Integrate perlio:
523              
524              [ 17446]
525              Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
526              :stdio as lower layer fails.
527              
528              [ 17447]
529              Tidy PerlIO::Via
530              - add test for open fail
531              - add PerlIO_debug() diags to open paths
532              - comments on API gaps 
533              - Update OPEN,SYSOPEN,FDOPEN pod entries.
534      Branch: perl
535           !> ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
536           !> perlio.c
537 ____________________________________________________________________________
538 [ 17447] By: nick                                  on 2002/07/09  17:13:41
539         Log: Tidy PerlIO::Via
540              - add test for open fail
541              - add PerlIO_debug() diags to open paths
542              - comments on API gaps 
543              - Update OPEN,SYSOPEN,FDOPEN pod entries.
544      Branch: perlio
545            ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
546 ____________________________________________________________________________
547 [ 17446] By: nick                                  on 2002/07/09  16:59:29
548         Log: Fix open(FH,"Via(Foo)","NonExistant") and other cases when 
549              :stdio as lower layer fails.
550      Branch: perlio
551            ! perlio.c
552 ____________________________________________________________________________
553 [ 17445] By: jhi                                   on 2002/07/09  16:32:15
554         Log: Document how to re-indent.
555      Branch: perl
556            ! Porting/pumpkin.pod
557 ____________________________________________________________________________
558 [ 17444] By: jhi                                   on 2002/07/09  15:50:45
559         Log: Retract #17428, not needed in this version of File::Spec.
560      Branch: perl
561            ! lib/File/Spec/Unix.pm
562 ____________________________________________________________________________
563 [ 17443] By: jhi                                   on 2002/07/09  15:41:57
564         Log: This is getting pretty fragmented (finish up #17441).
565      Branch: perl
566            ! pp_ctl.c t/op/eval.t
567 ____________________________________________________________________________
568 [ 17442] By: nick                                  on 2002/07/09  15:39:02
569         Log: Indentation normalize via 
570              indent -kr -nce -psl 
571              (Better indent incantations welcome - something for Porting/?)
572      Branch: perlio
573            ! ext/PerlIO/Via/Via.xs
574 ____________________________________________________________________________
575 [ 17441] By: jhi                                   on 2002/07/09  15:06:55
576         Log: Missing patch fragment, noted by Hugo.
577      Branch: perl
578            ! toke.c
579 ____________________________________________________________________________
580 [ 17440] By: jhi                                   on 2002/07/09  14:05:39
581         Log: Update Changes.
582      Branch: perl
583            ! Changes patchlevel.h
584 ____________________________________________________________________________
585 [ 17439] By: jhi                                   on 2002/07/09  13:55:16
586         Log: Empty lines.
587      Branch: perl
588            ! MANIFEST
589 ____________________________________________________________________________
590 [ 17438] By: jhi                                   on 2002/07/09  13:48:44
591         Log: Integrate perlio:
592              
593              [ 17431]
594              SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
595              
596              [ 17432]
597              Core-dump prevention for 
598              open PIPE, "-|:stdio", "cat /etc/motd";
599              (root cause not yet fixed).
600              
601              [ 17433]
602              Special case :stdio pushed method so that "-|:stdio" does 
603              not have an uninitialized layer on top.
604              
605              [ 17435]
606              Call $encoding->decode($sv) without a $chk argument.
607              This fixes modification of readonly value under use encoding().
608              Not a final fix as it does not warn on failed decode.
609              
610              [ 17437]
611              perldiag patch for implied open of STDIN/STDOUT/STDERR
612              in wrong mode.
613      Branch: perl
614           +> ext/ODBM_File/hints/linux.pl
615           !> MANIFEST perlio.c pod/perldiag.pod sv.c
616 ____________________________________________________________________________
617 [ 17437] By: nick                                  on 2002/07/09  13:42:06
618         Log: perldiag patch for implied open of STDIN/STDOUT/STDERR
619              in wrong mode.
620      Branch: perlio
621            ! pod/perldiag.pod
622 ____________________________________________________________________________
623 [ 17436] By: jhi                                   on 2002/07/09  13:05:43
624         Log: Subject: [ID 20020708.001] makedepend problem (output of cppstdin garbled)
625              From: Hans Ranke <Hans.Ranke@ei.tum.de>
626              Date: Mon, 8 Jul 2002 16:17:00 +0200 (MET DST)
627              Message-Id: <5.8.0_12541_1026136670@regency>
628      Branch: perl
629            ! makedepend.SH
630 ____________________________________________________________________________
631 [ 17435] By: nick                                  on 2002/07/09  12:38:01
632         Log: Call $encoding->decode($sv) without a $chk argument.
633              This fixes modification of readonly value under use encoding().
634              Not a final fix as it does not warn on failed decode.
635      Branch: perlio
636            ! sv.c
637 ____________________________________________________________________________
638 [ 17434] By: jhi                                   on 2002/07/09  11:50:41
639         Log: Subject: [DOC PATCH] perlre, minor error
640              From: "Steffen Mueller" <xyey9001@sneakemail.com>
641              Date: Tue, 9 Jul 2002 02:23:33 +0200
642              Message-ID: <20020709002024.28399.qmail@onion.perl.org>
643      Branch: perl
644            ! pod/perlre.pod
645 ____________________________________________________________________________
646 [ 17433] By: nick                                  on 2002/07/09  11:42:32
647         Log: Special case :stdio pushed method so that "-|:stdio" does 
648              not have an uninitialized layer on top.
649      Branch: perlio
650            ! perlio.c
651 ____________________________________________________________________________
652 [ 17432] By: nick                                  on 2002/07/09  09:38:45
653         Log: Core-dump prevention for 
654              open PIPE, "-|:stdio", "cat /etc/motd";
655              (root cause not yet fixed).
656      Branch: perlio
657            ! perlio.c
658 ____________________________________________________________________________
659 [ 17431] By: nick                                  on 2002/07/09  08:01:54
660         Log: SuSE 8.0 at least needs hints to use -lgdbm for ODBM_File
661      Branch: perlio
662            + ext/ODBM_File/hints/linux.pl
663            ! MANIFEST
664 ____________________________________________________________________________
665 [ 17430] By: nick                                  on 2002/07/09  07:59:06
666         Log: Integrate mainline
667      Branch: perlio
668           +> ext/MIME/Base64/t/quoted-print.t lib/Math/BigInt/t/bare_mif.t
669            - ext/MIME/Base64/t/qp.t
670           !> (integrate 48 files)
671 ____________________________________________________________________________
672 [ 17429] By: jhi                                   on 2002/07/09  00:17:49
673         Log: MIME::QuotedPrint is for bytes only; from Gisle.
674      Branch: perl
675            ! ext/MIME/Base64/QuotedPrint.pm
676            ! ext/MIME/Base64/t/quoted-print.t
677 ____________________________________________________________________________
678 [ 17428] By: jhi                                   on 2002/07/08  23:26:49
679         Log: (retracted by #17444)
680              Subject: [ID 20020708.003] File::Spec::Unix::tmpdir automagically creates $ENV{TMPDIR}
681              From: Diab Jerius <dj@head-cfa.harvard.edu>
682              Date: Mon, 8 Jul 2002 18:44:12 -0400 (EDT)
683              Message-Id: <200207082244.g68MiDY22791@pelf.harvard.edu>
684      Branch: perl
685            ! lib/File/Spec/Unix.pm
686 ____________________________________________________________________________
687 [ 17427] By: jhi                                   on 2002/07/08  23:17:21
688         Log: Subject: patch against   t/op/magic.t
689              From: Jim Cromie <jcromie@divsol.com>
690              Date: Mon, 08 Jul 2002 19:23:38 -0400
691              Message-ID: <3D2A1EFA.8050603@divsol.com>
692      Branch: perl
693            ! t/op/magic.t
694 ____________________________________________________________________________
695 [ 17426] By: jhi                                   on 2002/07/08  21:38:24
696         Log: Subject: [DOC PATCH] Thread::Signal.pm
697              From: Elizabeth Mattijsen <liz@dijkmat.nl>
698              Date: Mon, 08 Jul 2002 23:40:32 +0200
699              Message-Id: <4.2.0.58.20020708233854.024783b0@mickey.dijkmat.nl>
700      Branch: perl
701            ! ext/Thread/Thread/Signal.pm
702 ____________________________________________________________________________
703 [ 17425] By: jhi                                   on 2002/07/08  20:10:15
704         Log: Integrate maint patches #17421, #17424:
705              
706              on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
707              hack, $^X was improperly set to the script name when the script
708              was run via the PATH; argv[0] in that case shows up as the bare
709              name of the script rather than its fully qualified path, which
710              meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
711              to recognize it as the running script name; fix tries to match
712              bare script name in that case (from Gisle Aas)
713              
714              tweak change#17421 ($0 is full path to script even when script
715              is invoked via PATH almost everywhere except Windows)
716      Branch: perl
717           !> t/op/magic.t toke.c
718 ____________________________________________________________________________
719 [ 17424] By: gsar                                  on 2002/07/08  19:54:10
720         Log: tweak change#17421 ($0 is full path to script even when script
721              is invoked via PATH almost everywhere except Windows)
722      Branch: maint-5.6/perl
723            ! t/op/magic.t
724 ____________________________________________________________________________
725 [ 17423] By: jhi                                   on 2002/07/08  19:10:29
726         Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
727              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
728              Date: Mon, 08 Jul 2002 17:00:33 +0100
729              Message-Id: <200207081600.g68G0Xw07553@crypt.compulink.co.uk>
730      Branch: perl
731            ! lib/File/Basename.pm op.c t/op/wantarray.t
732 ____________________________________________________________________________
733 [ 17422] By: jhi                                   on 2002/07/08  19:08:58
734         Log: Subject: [PATCH perl@17412] regcomp.c casting tweak
735              From: "Craig A. Berry" <craigberry@mac.com>
736              Date: Mon, 08 Jul 2002 13:17:35 -0500
737              Message-Id: <5.1.1.5.0.20020708124433.034a5dd8@exchi01>
738      Branch: perl
739            ! regcomp.c
740 ____________________________________________________________________________
741 [ 17421] By: gsar                                  on 2002/07/08  17:07:01
742         Log: on platforms like HP-UX that are subject to the ARG_ZERO_IS_SCRIPT
743              hack, $^X was improperly set to the script name when the script
744              was run via the PATH; argv[0] in that case shows up as the bare
745              name of the script rather than its fully qualified path, which
746              meant that the sanity check in the ARG_ZERO_IS_SCRIPT code fails
747              to recognize it as the running script name; fix tries to match
748              bare script name in that case (from Gisle Aas)
749      Branch: maint-5.6/perl
750            ! t/op/magic.t toke.c
751 ____________________________________________________________________________
752 [ 17420] By: jhi                                   on 2002/07/08  12:54:52
753         Log: Subject: [ DOC PATCH] Re: build failure on Solaris with useithreads
754              From: Dave Mitchell <davem@fdgroup.com>
755              Date: Mon, 8 Jul 2002 00:45:42 +0100
756              Message-ID: <20020708004542.B14412@fdgroup.com>
757      Branch: perl
758            ! README.solaris
759 ____________________________________________________________________________
760 [ 17419] By: jhi                                   on 2002/07/08  12:19:24
761         Log: Add a note about perlmonks as suggested by Ilya Martynov;
762              add an admonition about "can you write my shopping cart
763              script for me!!!"
764      Branch: perl
765            ! pod/perlfaq2.pod
766 ____________________________________________________________________________
767 [ 17418] By: jhi                                   on 2002/07/08  12:11:31
768         Log: Subject: [DOC PATCH] perlfaq2.pod, perlmodstyle.pod
769              From: Iain Truskett <spoon@cpan.org>
770              Date: Mon, 8 Jul 2002 16:50:55 +1000
771              Message-ID: <20020708065055.GC14168@eh.org>
772      Branch: perl
773            ! pod/perlfaq2.pod pod/perlmodstyle.pod
774 ____________________________________________________________________________
775 [ 17417] By: jhi                                   on 2002/07/08  12:08:27
776         Log: Subject: [DOC PATCH] perlthrtut.pod
777              From: Iain Truskett <spoon@cpan.org>
778              Date: Mon, 8 Jul 2002 13:53:59 +1000       
779              Message-ID: <20020708035359.GB14168@eh.org>  
780      Branch: perl
781            ! pod/perlthrtut.pod
782 ____________________________________________________________________________
783 [ 17416] By: jhi                                   on 2002/07/08  12:07:11
784         Log: Subject: [PATCH] t/op/glob.t
785              From: Iain Truskett <spoon@cpan.org>
786              Date: Mon, 8 Jul 2002 11:59:21 +1000
787              Message-ID: <20020708015921.GA14168@eh.org>
788      Branch: perl
789            ! t/op/glob.t
790 ____________________________________________________________________________
791 [ 17415] By: jhi                                   on 2002/07/08  11:58:54
792         Log: More AUTHORS updates.
793      Branch: perl
794            ! AUTHORS
795 ____________________________________________________________________________
796 [ 17414] By: jhi                                   on 2002/07/07  22:17:28
797         Log: AUTHORS updates.
798      Branch: perl
799            ! AUTHORS
800 ____________________________________________________________________________
801 [ 17413] By: jhi                                   on 2002/07/07  21:42:20
802         Log: README tweaks.
803      Branch: perl
804            ! README.tru64
805 ____________________________________________________________________________
806 [ 17412] By: jhi                                   on 2002/07/07  20:54:53
807         Log: Update Changes.
808      Branch: perl
809            ! Changes patchlevel.h
810 ____________________________________________________________________________
811 [ 17411] By: jhi                                   on 2002/07/07  20:36:18
812         Log: Regen toc, modlib.
813      Branch: perl
814            ! pod/perlmodlib.pod pod/perltoc.pod
815 ____________________________________________________________________________
816 [ 17410] By: rgs                                   on 2002/07/07  20:31:37
817         Log: Replace the word "discipline" by "layer" almost everywhere,
818              by Elizabeth Mattijsen.
819      Branch: perl
820            ! MANIFEST lib/open.pm pod/perldelta.pod pod/perlfunc.pod
821            ! pod/perlpodspec.pod pod/perlrun.pod pod/perlunicode.pod
822            ! pod/perluniintro.pod pod/perlvar.pod
823 ____________________________________________________________________________
824 [ 17409] By: jhi                                   on 2002/07/07  19:58:36
825         Log: Use the same name for the QP test as MIME::Base64 does.
826      Branch: perl
827            + ext/MIME/Base64/t/quoted-print.t
828            - ext/MIME/Base64/t/qp.t
829            ! MANIFEST
830 ____________________________________________________________________________
831 [ 17408] By: jhi                                   on 2002/07/07  18:48:06
832         Log: Don't install test pods.
833      Branch: perl
834            ! installman
835 ____________________________________________________________________________
836 [ 17407] By: jhi                                   on 2002/07/07  17:04:27
837         Log: Integrate maint patches #13474, #13478, #13584, and #16539;
838              introduce the test case of [ID 20020623.009].  Once upon a
839              time #13474 introduced evil coredumps, but now things seem
840              to be better (tried both with and without ithreads).
841      Branch: perl
842            ! op.c t/run/fresh_perl.t
843 ____________________________________________________________________________
844 [ 17406] By: jhi                                   on 2002/07/07  15:29:28
845         Log: Upgrade to Math::BigInt 1.60.
846      Branch: perl
847            + lib/Math/BigInt/t/bare_mif.t
848            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
849            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
850            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
851            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
852            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/inf_nan.t
853            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
854            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
855            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/with_sub.t
856 ____________________________________________________________________________
857 [ 17405] By: rgs                                   on 2002/07/06  18:39:30
858         Log: Subject: Re: FreeBSD 4.6 imminent
859              From: Nicholas Clark <nick@unfortu.net>
860              Date: Sat, 6 Jul 2002 16:07:38 +0100
861              Message-ID: <20020706150737.GC301@Bagpuss.unfortu.net>
862      Branch: perl
863            ! README.freebsd
864 ____________________________________________________________________________
865 [ 17404] By: nick                                  on 2002/07/06  07:04:02
866         Log: Integrate mainline
867      Branch: perlio
868           !> t/README
869 ____________________________________________________________________________
870 [ 17403] By: rgs                                   on 2002/07/05  12:46:22
871         Log: Precisions and updates about running and writing tests.
872      Branch: perl
873            ! t/README
874 ____________________________________________________________________________
875 [ 17402] By: nick                                  on 2002/07/05  07:05:40
876         Log: Integrate mainline
877      Branch: perlio
878           !> (integrate 32 files)
879 ____________________________________________________________________________
880 [ 17401] By: rgs                                   on 2002/07/04  20:21:10
881         Log: Goes with change #17400.
882      Branch: perl
883            ! t/pod/podselect.xr
884 ____________________________________________________________________________
885 [ 17400] By: rgs                                   on 2002/07/04  14:44:32
886         Log: Subject: [DOC PATCH] minor typo in podselect.PL
887              From: Dave Mitchell <davem@fdgroup.com>
888              Date: Thu, 4 Jul 2002 15:30:53 +0100
889              Message-ID: <20020704153052.C1322@fdgroup.com>
890      Branch: perl
891            ! pod/podselect.PL
892 ____________________________________________________________________________
893 [ 17399] By: rgs                                   on 2002/07/04  12:01:21
894         Log: Typos and missing warning categories.
895      Branch: perl
896            ! pod/perldiag.pod
897 ____________________________________________________________________________
898 [ 17398] By: rgs                                   on 2002/07/04  10:19:11
899         Log: Subject: Re: autom4te and perl 5.8.0
900              From: Andy Dougherty <doughera@lafayette.edu>
901              Date: Wed, 3 Jul 2002 11:56:05 -0400 (EDT)
902              Message-ID: <Pine.SOL.4.10.10207031150540.6601-100000@maxwell.phys.lafayette.edu>
903              
904              (with an additional paranoid nit : skip test unless -c $devnull)
905      Branch: perl
906            ! doio.c ext/Fcntl/t/fcntl.t
907 ____________________________________________________________________________
908 [ 17397] By: rgs                                   on 2002/07/04  08:58:23
909         Log: Subject: [PATCH] Win32 build broken
910              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
911              Date: Wed, 3 Jul 2002 23:44:49 +0200
912              Message-ID: <3D238C71.6138.2E20AFC@localhost>
913              
914              (needed by change #17391)
915      Branch: perl
916            ! embed.fnc global.sym
917 ____________________________________________________________________________
918 [ 17396] By: rgs                                   on 2002/07/02  08:27:41
919         Log: Subject: [PATCH perl@17384] opendir() nit for VMS
920              From: "Craig A. Berry" <craigberry@mac.com>
921              Date: Mon, 1 Jul 2002 22:55:30 -0500
922              Message-ID: <a05111b02b946cb14a2a8@[172.16.52.1]>
923      Branch: perl
924            ! vms/vms.c
925 ____________________________________________________________________________
926 [ 17395] By: rgs                                   on 2002/07/01  18:41:17
927         Log: Subject: Re: Change 17385: AUTHORS updates.
928              From: Philip Newton <Philip.Newton@gmx.net>
929              Date: Mon, 01 Jul 2002 20:30:59 +0200
930              Message-ID: <gt71iuch89r0ektao7g62l32ntgiub1jse@4ax.com>
931      Branch: perl
932            ! AUTHORS
933 ____________________________________________________________________________
934 [ 17394] By: rgs                                   on 2002/07/01  18:35:37
935         Log: Subject: [PATCH perl@17384] more dangerous logical name warnings for VMS
936              From: "Craig A. Berry" <craigberry@mac.com>
937              Date: Mon, 01 Jul 2002 13:52:36 -0500
938              Message-ID: <5.1.1.5.0.20020701130645.01aa8258@exchi01>
939      Branch: perl
940            ! configure.com vms/test.com
941 ____________________________________________________________________________
942 [ 17393] By: rgs                                   on 2002/07/01  18:25:22
943         Log: Allow PerlIO::Via to look for modules in the default
944              namespace PerlIO::Via::.
945      Branch: perl
946            ! ext/PerlIO/Via/Via.pm ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
947 ____________________________________________________________________________
948 [ 17392] By: jhi                                   on 2002/07/01  14:14:37
949         Log: Small speedup by inlining the easy bits of is_utf8_char()
950              into is_utf8_string().
951      Branch: perl
952            ! utf8.c
953 ____________________________________________________________________________
954 [ 17391] By: jhi                                   on 2002/07/01  13:42:28
955         Log: Subject: -Dr and unicode
956              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
957              Date: Mon, 01 Jul 2002 13:28:05 +0100
958              Message-Id: <200207011228.g61CS5r06772@crypt.compulink.co.uk>
959      Branch: perl
960            ! regcomp.c
961 ____________________________________________________________________________
962 [ 17390] By: jhi                                   on 2002/07/01  13:40:44
963         Log: Subject: Re: [ID 20020630.002] utf8 regex only matches 32k 
964              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
965              Message-Id: <200207011228.g61CS4T06766@crypt.compulink.co.uk>
966              Date: Mon, 01 Jul 2002 13:28:04 +0100
967      Branch: perl
968            ! regexec.c t/op/pat.t
969 ____________________________________________________________________________
970 [ 17389] By: rgs                                   on 2002/07/01  13:04:18
971         Log: Goes with lib/open.pm diagnostics changes
972      Branch: perl
973            ! lib/open.t
974 ____________________________________________________________________________
975 [ 17388] By: rgs                                   on 2002/07/01  09:27:47
976         Log: Subject: [DOC PATCH] perliol.pod nit
977              From: Elizabeth Mattijsen <liz@dijkmat.nl>
978              Date: Sun, 30 Jun 2002 23:52:05 +0200
979              Message-ID: <4.2.0.58.20020630235023.02443670@mickey.dijkmat.nl>
980              
981              Subject: [DOC PATCH] open.pm, no more discipline
982              From: Elizabeth Mattijsen <liz@dijkmat.nl>
983              Date: Sun, 30 Jun 2002 23:02:50 +0200
984              Message-ID: <4.2.0.58.20020630230134.0289d300@mickey.dijkmat.nl>
985      Branch: perl
986            ! lib/open.pm pod/perliol.pod
987 ____________________________________________________________________________
988 [ 17387] By: rgs                                   on 2002/07/01  09:26:02
989         Log: Subject: Threads doc patch
990              From: Iain Truskett <spoon@cpan.org>
991              Date: Mon, 1 Jul 2002 14:58:14 +1000
992              Message-ID: <20020701045814.GB1805@eh.org>
993      Branch: perl
994            ! pod/perlthrtut.pod
995 ____________________________________________________________________________
996 [ 17386] By: jhi                                   on 2002/06/30  16:51:44
997         Log: Regen toc (skip the XS:: since they do not get installed)
998      Branch: perl
999            ! pod/buildtoc.PL pod/perltoc.pod
1000 ____________________________________________________________________________
1001 [ 17385] By: jhi                                   on 2002/06/30  16:31:35
1002         Log: AUTHORS updates.
1003      Branch: perl
1004            ! AUTHORS
1005 ____________________________________________________________________________
1006 [ 17384] By: jhi                                   on 2002/06/30  15:31:53
1007         Log: Update Changes.
1008      Branch: perl
1009            ! Changes patchlevel.h
1010 ____________________________________________________________________________
1011 [ 17383] By: jhi                                   on 2002/06/30  02:45:58
1012         Log: Retract #17380, the refcnt tweak was misplaced (re_dup is used
1013              when creation of new threads needs to duplicate the re struct)
1014      Branch: perl
1015            ! sv.c
1016 ____________________________________________________________________________
1017 [ 17382] By: jhi                                   on 2002/06/30  01:22:05
1018         Log: Subject: [PATCH] Re: [PATCH] pack 'w' should be using NV, not double
1019              From: Nicholas Clark <nick@unfortu.net>
1020              Date: Sat, 29 Jun 2002 18:24:08 +0100
1021              Message-ID: <20020629172408.GB322@Bagpuss.unfortu.net>
1022      Branch: perl
1023            ! t/op/pack.t
1024 ____________________________________________________________________________
1025 [ 17381] By: rgs                                   on 2002/06/29  13:31:12
1026         Log: Various precisions.
1027      Branch: perl
1028            ! pod/perlhack.pod
1029 ____________________________________________________________________________
1030 [ 17380] By: jhi                                   on 2002/06/28  18:50:08
1031         Log: (Retracted by #17383)
1032              Subject: Re: [ID 20020627.002] Regexp causing segmentation fault
1033              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1034              Date: Fri, 28 Jun 2002 14:29:43 +0100
1035              Message-Id: <200206281329.g5SDThO10165@crypt.compulink.co.uk>
1036      Branch: perl
1037            ! sv.c
1038 ____________________________________________________________________________
1039 [ 17379] By: jhi                                   on 2002/06/28  18:36:57
1040         Log: Subject: [PATCH rc2] README.os2
1041              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1042              Date: Fri, 28 Jun 2002 13:32:39 -0400
1043              Message-ID: <20020628133239.A26455@math.ohio-state.edu>
1044      Branch: perl
1045            ! README.os2 os2/Changes
1046 ____________________________________________________________________________
1047 [ 17378] By: jhi                                   on 2002/06/28  18:28:43
1048         Log: Forgotten file.
1049      Branch: perl
1050            ! MANIFEST
1051 ____________________________________________________________________________
1052 [ 17377] By: nick                                  on 2002/06/28  17:59:37
1053         Log: Integrate mainline
1054      Branch: perlio
1055           +> ext/Digest/MD5/hints/MacOS.pl lib/Pod/t/text.t
1056           !> (integrate 27 files)
1057 ____________________________________________________________________________
1058 [ 17376] By: jhi                                   on 2002/06/28  13:15:17
1059         Log: NetWare update from Ananth Kesari.
1060      Branch: perl
1061            ! NetWare/Makefile NetWare/netware.h NetWare/nw5.c
1062            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_NW5.pm
1063 ____________________________________________________________________________
1064 [ 17375] By: jhi                                   on 2002/06/28  13:02:01
1065         Log: (retracted by #17467)
1066              EBCDIC-safer.
1067      Branch: perl
1068            ! regexec.c
1069 ____________________________________________________________________________
1070 [ 17374] By: rgs                                   on 2002/06/28  12:07:49
1071         Log: Subject: [PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
1072              From: Steve Hay <Steve.Hay@uk.radan.com>
1073              Date: Fri, 28 Jun 2002 12:23:37 +0100
1074              Message-ID: <3D1C4739.4090002@uk.radan.com>
1075      Branch: perl
1076            ! lib/Tie/Handle.pm
1077 ____________________________________________________________________________
1078 [ 17373] By: rgs                                   on 2002/06/28  12:06:29
1079         Log: Subject: [DOC PATCH] Re: [ID 20020623.006] Tie::StdHandle produces bogus untie() warnings
1080              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1081              Date: Mon, 24 Jun 2002 23:17:57 -0700
1082              Message-ID: <VsAG9gzkgWla092yn@efn.org>
1083      Branch: perl
1084            ! pod/perlfunc.pod
1085 ____________________________________________________________________________
1086 [ 17372] By: jhi                                   on 2002/06/27  20:53:44
1087         Log: Inlining to avoid costly UTF-8 calls.
1088      Branch: perl
1089            ! regexec.c sv.c
1090 ____________________________________________________________________________
1091 [ 17371] By: jhi                                   on 2002/06/27  19:12:46
1092         Log: Shave off some more of the Unicode regex slowness.
1093      Branch: perl
1094            ! regexec.c
1095 ____________________________________________________________________________
1096 [ 17370] By: jhi                                   on 2002/06/27  16:10:17
1097         Log: Cure some of the slowness of
1098              [ID 20020627.001] regex and utf-8 performance problem.
1099      Branch: perl
1100            ! regexec.c
1101 ____________________________________________________________________________
1102 [ 17369] By: rgs                                   on 2002/06/27  11:12:43
1103         Log: Subject: Re: [ID 20020626.011] wantarray() causes clobbering of unrelated vars outside the sub 
1104              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1105              Date: Thu, 27 Jun 2002 11:58:57 +0100
1106              Message-ID: <200206271058.g5RAwvE29057@crypt.compulink.co.uk>
1107      Branch: perl
1108            ! op.c
1109 ____________________________________________________________________________
1110 [ 17368] By: ams                                   on 2002/06/27  02:39:13
1111         Log: Subject: [DOC PATCH] DynaLoader.pm
1112              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1113              Date: Wed, 26 Jun 2002 20:27:25 +0200
1114              Message-Id: <4.2.0.58.20020626202637.025db610@mickey.dijkmat.nl>
1115              
1116              Subject: [DOC PATCH] Base64.pm
1117              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1118              Date: Thu, 27 Jun 2002 00:54:10 +0200
1119              Message-Id: <4.2.0.58.20020627005340.02c74550@mickey.dijkmat.nl>
1120      Branch: perl
1121            ! ext/DynaLoader/DynaLoader_pm.PL ext/MIME/Base64/Base64.pm
1122 ____________________________________________________________________________
1123 [ 17367] By: rgs                                   on 2002/06/26  20:32:20
1124         Log: chomp clarifications by Elizabeth Mattijsen.
1125      Branch: perl
1126            ! pod/perlfunc.pod
1127 ____________________________________________________________________________
1128 [ 17366] By: jhi                                   on 2002/06/26  18:25:51
1129         Log: Further tweaking on the Unicode s///.
1130      Branch: perl
1131            ! pp_hot.c t/op/subst.t
1132 ____________________________________________________________________________
1133 [ 17365] By: jhi                                   on 2002/06/26  18:01:09
1134         Log: Subject: Re: Another Unicode s/// buglet?
1135              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1136              Date: Wed, 26 Jun 2002 18:43:18 +0100
1137              Message-Id: <200206261743.g5QHhIC27702@crypt.compulink.co.uk>
1138      Branch: perl
1139            ! regexec.c
1140 ____________________________________________________________________________
1141 [ 17364] By: jhi                                   on 2002/06/26  15:44:57
1142         Log: Subject: Re: Another Unicode s/// buglet?
1143              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1144              Date: Wed, 26 Jun 2002 17:43:07 +0100
1145              Message-Id: <200206261643.g5QGh7519204@crypt.compulink.co.uk>
1146              
1147              (only the test cases)
1148      Branch: perl
1149            ! t/op/subst.t
1150 ____________________________________________________________________________
1151 [ 17363] By: jhi                                   on 2002/06/26  15:41:48
1152         Log: Integrate from macperl:
1153              
1154              [ 17345]
1155              Mac OS Test updates
1156              
1157              [ 17347]
1158              Support hints and OPTIMIZE in MM_MacOS
1159              
1160              [ 17348]
1161              Crank down optimization for Mac OS in Digest::MD5
1162      Branch: perl
1163           +> ext/Digest/MD5/hints/MacOS.pl
1164           !> ext/POSIX/t/taint.t lib/ExtUtils/MM_MacOS.pm
1165           !> lib/Test/Harness/t/strap-analyze.t
1166           !> lib/Test/Harness/t/test-harness.t
1167 ____________________________________________________________________________
1168 [ 17362] By: jhi                                   on 2002/06/26  15:25:45
1169         Log: Let's not leak.
1170      Branch: perl
1171            ! pp_hot.c
1172 ____________________________________________________________________________
1173 [ 17361] By: rgs                                   on 2002/06/26  15:24:24
1174         Log: Subject: [PATCH rc2] os2/Changes
1175              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1176              Date: Wed, 26 Jun 2002 11:54:06 -0400
1177              Message-ID: <20020626115406.A6091@math.ohio-state.edu>
1178      Branch: perl
1179            ! os2/Changes os2/os2.c
1180 ____________________________________________________________________________
1181 [ 17360] By: rgs                                   on 2002/06/26  14:41:00
1182         Log: Subject: Re: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
1183              From: PPrymmer@factset.com
1184              Date: Wed, 26 Jun 2002 10:48:23 -0400
1185              Message-ID: <OFB1C74398.CBC80EA2-ON85256BE4.00507569@55.25.11>
1186      Branch: perl
1187            ! pod/perlport.pod
1188 ____________________________________________________________________________
1189 [ 17359] By: rgs                                   on 2002/06/26  14:38:10
1190         Log: Subject: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
1191              From: "Craig A. Berry" <craigberry@mac.com>
1192              Date: Tue, 25 Jun 2002 21:46:59 -0500
1193              Message-ID: <a05111b00b93ec39cdf8f@[172.16.52.1]>
1194      Branch: perl
1195            ! configure.com pod/perlport.pod vms/perlvms.pod
1196 ____________________________________________________________________________
1197 [ 17358] By: jhi                                   on 2002/06/26  14:37:12
1198         Log: Another Unicode s/// buglet, from SADAHIRO Tomoyuki.
1199      Branch: perl
1200            ! pp_hot.c t/op/subst.t
1201 ____________________________________________________________________________
1202 [ 17356] By: jhi                                   on 2002/06/26  12:54:51
1203         Log: Further script tweakage.
1204      Branch: perl
1205            ! Porting/testall.atom
1206 ____________________________________________________________________________
1207 [ 17355] By: rgs                                   on 2002/06/25  19:55:23
1208         Log: Subject: Re: glob [possible PATCH for perlfunc.pod] 
1209              From: "John P. Linderman" <jpl@research.att.com>
1210              Date: Tue, 25 Jun 2002 06:51:09 -0400
1211              Message-ID: <200206251051.GAA44772@raptor.research.att.com>
1212              
1213              (reformatted)
1214      Branch: perl
1215            ! pod/perlfunc.pod
1216 ____________________________________________________________________________
1217 [ 17354] By: jhi                                   on 2002/06/25  19:20:15
1218         Log: Upgrade to podlators 1.22.
1219      Branch: perl
1220            + lib/Pod/t/text.t
1221            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/man.t
1222 ____________________________________________________________________________
1223 [ 17353] By: jhi                                   on 2002/06/25  15:18:15
1224         Log: Unicode s/// buglet found by Gregor Chrupala in perl-unicode. 
1225      Branch: perl
1226            ! pp_hot.c t/op/subst.t
1227 ____________________________________________________________________________
1228 [ 17352] By: jhi                                   on 2002/06/25  13:28:33
1229         Log: Dust off the script to the new test naming.
1230      Branch: perl
1231            ! Porting/testall.atom
1232 ____________________________________________________________________________
1233 [ 17351] By: pudge                                 on 2002/06/22  21:54:43
1234         Log: Update Changes
1235      Branch: macperl
1236            + macos/Changes5.6
1237            ! macos/Changes
1238 ____________________________________________________________________________
1239 [ 17350] By: pudge                                 on 2002/06/22  20:42:37
1240         Log: Don't need this anymore
1241      Branch: macperl
1242            - macos/bundled_ext/Digest/MD5/Makefile.mk
1243 ____________________________________________________________________________
1244 [ 17349] By: pudge                                 on 2002/06/22  20:20:59
1245         Log: Fix macos Makefiles for optimization changes
1246      Branch: macperl
1247            ! macos/BuildRules.mk macos/Makefile.mk
1248 ____________________________________________________________________________
1249 [ 17348] By: pudge                                 on 2002/06/22  20:20:31
1250         Log: Crank down optimization for Mac OS in Digest::MD5
1251      Branch: macperl
1252            + ext/Digest/MD5/hints/MacOS.pl
1253 ____________________________________________________________________________
1254 [ 17347] By: pudge                                 on 2002/06/22  20:20:04
1255         Log: Support hints and OPTIMIZE in MM_MacOS
1256      Branch: macperl
1257            ! lib/ExtUtils/MM_MacOS.pm
1258 ____________________________________________________________________________
1259 [ 17346] By: pudge                                 on 2002/06/22  17:30:59
1260         Log: Misc. config/test updates in macos
1261      Branch: macperl
1262            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
1263            ! macos/bundled_ext/Digest/MD5/Makefile.mk macos/config.sh
1264 ____________________________________________________________________________
1265 [ 17345] By: pudge                                 on 2002/06/22  17:30:12
1266         Log: Mac OS Test updates
1267      Branch: macperl
1268            ! ext/POSIX/t/taint.t lib/Test/Harness/t/strap-analyze.t
1269            ! lib/Test/Harness/t/test-harness.t
1270 ____________________________________________________________________________
1271 [ 17344] By: pudge                                 on 2002/06/22  17:13:16
1272         Log: Integrate perl
1273      Branch: macperl
1274           +> ext/POSIX/t/taint.t lib/Test/Simple/t/bad_plan.t
1275           +> lib/Test/Simple/t/threads.t
1276            - lib/File/Spec/NW5.pm
1277           !> (integrate 124 files)
1278 ____________________________________________________________________________
1279 [ 17343] By: nick                                  on 2002/06/21  14:09:27
1280         Log: Integrate mainline
1281      Branch: perlio
1282           !> Changes patchlevel.h pod/perlhist.pod
1283 ____________________________________________________________________________
1284 [ 17342] By: nick                                  on 2002/06/21  13:30:07
1285         Log: Integrate mainline
1286      Branch: perlio
1287           !> (integrate 34 files)
1288 ____________________________________________________________________________
1289 [ 17341] By: jhi                                   on 2002/06/21  13:13:58
1290         Log: This is 5.8.0 RC2.
1291      Branch: perl
1292            ! patchlevel.h pod/perlhist.pod
1293 ____________________________________________________________________________
1294 [ 17340] By: jhi                                   on 2002/06/21  13:05:59
1295         Log: Update Changes.
1296      Branch: perl
1297            ! Changes patchlevel.h
1298 ____________________________________________________________________________
1299 [ 17339] By: jhi                                   on 2002/06/21  12:46:59
1300         Log: Regen stuff.
1301      Branch: perl
1302            ! Configure NetWare/config_H.wc Porting/config.sh
1303            ! Porting/config_H pod/perlmodlib.pod pod/perltoc.pod uconfig.h
1304            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
1305            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
1306            ! wince/config_H.ce
1307 ____________________________________________________________________________
1308 [ 17338] By: jhi                                   on 2002/06/21  12:34:31
1309         Log: Typos-be-gone.
1310      Branch: perl
1311            ! pod/perldelta.pod
1312 ____________________________________________________________________________
1313 [ 17337] By: jhi                                   on 2002/06/21  12:06:17
1314         Log: Slight rewording from Stas, paragraph rewrappings.
1315      Branch: perl
1316            ! pod/perliol.pod
1317 ____________________________________________________________________________
1318 [ 17336] By: jhi                                   on 2002/06/21  11:56:33
1319         Log: Integrate perlio:
1320              
1321              [ 17330]
1322              PerlIO Layer implementation future proofing.
1323              - Inspired by Nick C's suggestion add size of function table to the table
1324              as a validation check.
1325              - also optimize pseudo-layer code to avoid malloc/link of something
1326              destined to be immediately popped & freed.
1327              - Minor addition to pod/perliol.pod
1328              
1329              [ 17335]
1330              Fix bug in optimized pseudo-layers.
1331      Branch: perl
1332            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1333            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1334            ! pod/perliol.pod win32/win32io.c
1335 ____________________________________________________________________________
1336 [ 17335] By: nick                                  on 2002/06/21  08:46:57
1337         Log: Fix bug in optimized pseudo-layers.
1338      Branch: perlio
1339            ! perlio.c
1340 ____________________________________________________________________________
1341 [ 17334] By: jhi                                   on 2002/06/21  00:42:54
1342         Log: VMS: configure.com updates from Craig Berry.
1343      Branch: perl
1344            ! configure.com
1345 ____________________________________________________________________________
1346 [ 17333] By: gsar                                  on 2002/06/21  00:30:52
1347         Log: tyops
1348      Branch: perl
1349            ! pod/perlrun.pod
1350 ____________________________________________________________________________
1351 [ 17332] By: jhi                                   on 2002/06/20  20:41:20
1352         Log: Retract #17331, something broke (e.g. t/io/utf8.t became unhappy)
1353      Branch: perl
1354            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1355            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1356            ! pod/perliol.pod win32/win32io.c
1357 ____________________________________________________________________________
1358 [ 17331] By: jhi                                   on 2002/06/20  20:11:00
1359         Log: Integrate perlio:
1360              
1361              [ 17330]
1362              PerlIO Layer implementation future proofing.
1363              - Inspired by Nick C's suggestion add size of function table to the table
1364              as a validation check.
1365              - also optimize pseudo-layer code to avoid malloc/link of something
1366              destined to be immediately popped & freed.
1367              - Minor addition to pod/perliol.pod
1368      Branch: perl
1369           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1370           !> ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1371           !> pod/perliol.pod win32/win32io.c
1372 ____________________________________________________________________________
1373 [ 17330] By: nick                                  on 2002/06/20  20:04:01
1374         Log: PerlIO Layer implementation future proofing.
1375              - Inspired by Nick C's suggestion add size of function table to the table
1376              as a validation check.
1377              - also optimize pseudo-layer code to avoid malloc/link of something
1378              destined to be immediately popped & freed.
1379              - Minor addition to pod/perliol.pod
1380      Branch: perlio
1381            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs
1382            ! ext/PerlIO/encoding/encoding.xs perlio.c perliol.h
1383            ! pod/perliol.pod win32/win32io.c
1384 ____________________________________________________________________________
1385 [ 17329] By: jhi                                   on 2002/06/20  18:13:31
1386         Log: AmigaOS: fork() is available but unimplemented.
1387      Branch: perl
1388            ! hints/amigaos.sh
1389 ____________________________________________________________________________
1390 [ 17328] By: jhi                                   on 2002/06/20  17:41:42
1391         Log: Integrate perlio:
1392              
1393              [ 17327]
1394              Fix segv on IO::File->open("/dev/null").
1395      Branch: perl
1396           !> doio.c perlio.c
1397 ____________________________________________________________________________
1398 [ 17327] By: nick                                  on 2002/06/20  16:54:01
1399         Log: Fix segv on IO::File->open("/dev/null").
1400      Branch: perlio
1401            ! doio.c perlio.c
1402 ____________________________________________________________________________
1403 [ 17326] By: jhi                                   on 2002/06/20  16:51:22
1404         Log: Missing from #17321.
1405      Branch: perl
1406            ! lib/Getopt/Long/CHANGES
1407 ____________________________________________________________________________
1408 [ 17325] By: jhi                                   on 2002/06/20  15:27:18
1409         Log: Subject: [PATCH]RE: mixing FATAL and non-FATAL warnings
1410              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1411              Date: Thu, 20 Jun 2002 17:14:12 +0100
1412              Message-ID: <AIEAJICLCBDNAAOLLOKLOEJAEOAA.Paul.Marquess@btinternet.com>
1413      Branch: perl
1414            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
1415            ! warnings.pl
1416 ____________________________________________________________________________
1417 [ 17324] By: jhi                                   on 2002/06/20  14:39:41
1418         Log: Subject: Re: perl v5.8.0 17303 on VMS_VAX V7.2
1419              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>   
1420              Date: Thu, 20 Jun 2002 14:51:16 +0100
1421              Message-Id: <200206201351.g5KDpGI16736@crypt.compulink.co.uk>
1422      Branch: perl
1423            ! numeric.c
1424 ____________________________________________________________________________
1425 [ 17323] By: jhi                                   on 2002/06/20  12:36:20
1426         Log: Subject: [Patch POSIX.pod] "fmod" ne "modf"
1427              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
1428              Date: Thu, 20 Jun 2002 14:28:35 +0200
1429              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCDA7@hamsem01.de.gedas.vwg>
1430      Branch: perl
1431            ! ext/POSIX/POSIX.pod
1432 ____________________________________________________________________________
1433 [ 17322] By: jhi                                   on 2002/06/20  12:29:23
1434         Log: Subject: Re: [PATCH perl.h] kill the VOIDUSED redefined warning
1435              From: Stas Bekman <stas@stason.org>
1436              Date: Thu, 20 Jun 2002 16:50:01 +0800
1437              Message-ID: <3D119739.4020901@stason.org>
1438              
1439              (mod_perl defines might define VOIDUSED)
1440      Branch: perl
1441            ! perl.h
1442 ____________________________________________________________________________
1443 [ 17321] By: jhi                                   on 2002/06/20  12:26:12
1444         Log: (Retract #17316 and) upgrade to Getopt::Long 2.32.
1445      Branch: perl
1446            ! lib/Getopt/Long.pm
1447 ____________________________________________________________________________
1448 [ 17320] By: nick                                  on 2002/06/20  06:24:29
1449         Log: Integrate mainline
1450      Branch: perlio
1451           +> lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
1452           !> MANIFEST README.irix README.win32 ext/POSIX/t/posix.t
1453           !> ext/POSIX/t/taint.t lib/ExtUtils/Changes
1454           !> lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MakeMaker.pm
1455           !> lib/ExtUtils/t/writemakefile_args.t lib/Getopt/Long.pm
1456           !> lib/Test/Builder.pm lib/Test/Harness.pm
1457           !> lib/Test/Harness/Changes lib/Test/Harness/Straps.pm
1458           !> lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
1459           !> lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
1460           !> lib/overload.pm makedef.pl pod/perldelta.pod pod/perlvar.pod
1461 ____________________________________________________________________________
1462 [ 17319] By: gsar                                  on 2002/06/20  04:51:48
1463         Log: mention Win32::GetOSName() nearabouts $^O
1464      Branch: perl
1465            ! pod/perlvar.pod
1466 ____________________________________________________________________________
1467 [ 17318] By: jhi                                   on 2002/06/20  03:51:12
1468         Log: More IRIX compiler lore.
1469      Branch: perl
1470            ! README.irix
1471 ____________________________________________________________________________
1472 [ 17317] By: gsar                                  on 2002/06/20  02:33:49
1473         Log: missing export for PerlIO_pop (used in PerlIO::Via now)
1474      Branch: perl
1475            ! makedef.pl
1476 ____________________________________________________________________________
1477 [ 17316] By: jhi                                   on 2002/06/20  00:23:35
1478         Log: (retracted by #17321) Make Getopt::Long ithread-safe.
1479      Branch: perl
1480            ! lib/Getopt/Long.pm
1481 ____________________________________________________________________________
1482 [ 17315] By: jhi                                   on 2002/06/20  00:03:56
1483         Log: Subject: [PATCH] Test::Simple/More/Builder 0.44 -> 0.45
1484              From: Michael G Schwern <schwern@pobox.com>
1485              Date: Wed, 19 Jun 2002 20:11:11 -0400
1486              Message-id: <20020620001111.GW1232@ool-18b93024.dyn.optonline.net>
1487      Branch: perl
1488            + lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/threads.t
1489            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
1490            ! lib/Test/Simple.pm lib/Test/Simple/Changes
1491            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/plan.t
1492 ____________________________________________________________________________
1493 [ 17314] By: jhi                                   on 2002/06/19  23:16:37
1494         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.02 -> 6.03
1495              From: Michael G Schwern <schwern@pobox.com>
1496              Date: Wed, 19 Jun 2002 20:13:16 -0400
1497              Message-id: <20020620001316.GY1232@ool-18b93024.dyn.optonline.net>
1498      Branch: perl
1499            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
1500            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/writemakefile_args.t
1501 ____________________________________________________________________________
1502 [ 17313] By: jhi                                   on 2002/06/19  23:15:41
1503         Log: Subject: [PATCH] Test::Harness 2.25 -> 2.26
1504              From: Michael G Schwern <schwern@pobox.com>
1505              Date: Wed, 19 Jun 2002 20:12:08 -0400
1506              Message-id: <20020620001208.GX1232@ool-18b93024.dyn.optonline.net>
1507      Branch: perl
1508            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1509            ! lib/Test/Harness/Straps.pm
1510 ____________________________________________________________________________
1511 [ 17312] By: jhi                                   on 2002/06/19  21:27:24
1512         Log: Integrate perlio:
1513              
1514              [ 17309]
1515              "Clean" implementation of binmode(FH)/":raw" identity.
1516              New function table entry so all layer definitions need tweaking.
1517              Extra function table entry allows a layer to remain on a binmode stack
1518              New PerlIOBase_binmode allows easy implementation of default policy.
1519      Branch: perl
1520           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
1521           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
1522           !> makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
1523 ____________________________________________________________________________
1524 [ 17311] By: jhi                                   on 2002/06/19  21:16:09
1525         Log: Subject: RE: [PATCH] POSIX taint tests
1526              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1527              Date: Wed, 19 Jun 2002 23:16:11 +0100
1528              Message-ID: <AIEAJICLCBDNAAOLLOKLGEHFEOAA.Paul.Marquess@btinternet.com>
1529      Branch: perl
1530            ! ext/POSIX/t/posix.t
1531 ____________________________________________________________________________
1532 [ 17310] By: jhi                                   on 2002/06/19  21:14:53
1533         Log: Fix for 20001101.004, at least for the memleak part.
1534      Branch: perl
1535            ! lib/overload.pm
1536 ____________________________________________________________________________
1537 [ 17309] By: nick                                  on 2002/06/19  20:50:54
1538         Log: "Clean" implementation of binmode(FH)/":raw" identity.
1539              New function table entry so all layer definitions need tweaking.
1540              Extra function table entry allows a layer to remain on a binmode stack
1541              New PerlIOBase_binmode allows easy implementation of default policy.
1542      Branch: perlio
1543            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.pm
1544            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
1545            ! makedef.pl perlio.c perliol.h pod/perliol.pod win32/win32io.c
1546 ____________________________________________________________________________
1547 [ 17308] By: jhi                                   on 2002/06/19  20:33:16
1548         Log: Subject: [PATCH] Re: [PATCH] POSIX taint tests
1549              From: Michael G Schwern <schwern@pobox.com>
1550              Date: Wed, 19 Jun 2002 16:51:56 -0400
1551              Message-id: <20020619205156.GH1232@ool-18b93024.dyn.optonline.net>
1552      Branch: perl
1553            ! ext/POSIX/t/posix.t ext/POSIX/t/taint.t
1554 ____________________________________________________________________________
1555 [ 17307] By: rgs                                   on 2002/06/19  20:26:24
1556         Log: Subject: Re: [DOC PATCH] Re: [ID 20020613.003] context incorrectly reported
1557              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1558              Date: Tue, 18 Jun 2002 15:40:08 -0700
1559              Message-ID: <Ib7D9gzkgmTG092yn@efn.org>
1560      Branch: perl
1561            ! lib/overload.pm
1562 ____________________________________________________________________________
1563 [ 17306] By: jhi                                   on 2002/06/19  18:49:06
1564         Log: Subject: Re: Mingw32: some tests fail 
1565              From: Per Einar Ellefsen <per.einar@skynet.be>
1566              Date: Wed, 19 Jun 2002 19:37:15 +0200
1567              Message-Id: <5.1.0.14.2.20020619192631.025848a0@pop.skynet.be>
1568      Branch: perl
1569            ! README.win32
1570 ____________________________________________________________________________
1571 [ 17305] By: jhi                                   on 2002/06/19  17:40:29
1572         Log: Subject: [PATCH] Mention Class::Pseudohash in perldelta
1573              From: Autrijus Tang <autrijus@autrijus.org>
1574              Date: Thu, 20 Jun 2002 01:36:26 +0800
1575              Message-ID: <20020619173626.GA2650@not.autrijus.org>
1576      Branch: perl
1577            ! pod/perldelta.pod
1578 ____________________________________________________________________________
1579 [ 17304] By: nick                                  on 2002/06/19  15:57:16
1580         Log: Integrate mainline
1581      Branch: perlio
1582           +> ext/POSIX/t/taint.t
1583            - lib/File/Spec/NW5.pm
1584           !> Changes MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
1585           !> patchlevel.h pod/perltodo.pod utils/perlbug.PL
1586 ____________________________________________________________________________
1587 [ 17303] By: jhi                                   on 2002/06/19  14:06:55
1588         Log: Update Changes.
1589      Branch: perl
1590            ! Changes patchlevel.h
1591 ____________________________________________________________________________
1592 [ 17302] By: jhi                                   on 2002/06/19  14:00:35
1593         Log: #17301 was only part of the story.
1594      Branch: perl
1595            ! MANIFEST
1596 ____________________________________________________________________________
1597 [ 17301] By: jhi                                   on 2002/06/19  13:53:52
1598         Log: Make MANIFEST comply with #17297.
1599      Branch: perl
1600            ! MANIFEST
1601 ____________________________________________________________________________
1602 [ 17300] By: jhi                                   on 2002/06/19  13:37:45
1603         Log: Subject: Re: perlbug mail loop? [PATCH]
1604              From: Richard.Foley@t-online.de
1605              Date: Wed, 19 Jun 2002 15:29:37 +0200
1606              Message-ID: <17KgXO-0dYZCiC@fwd08.sul.t-online.com>
1607      Branch: perl
1608            ! utils/perlbug.PL
1609 ____________________________________________________________________________
1610 [ 17299] By: jhi                                   on 2002/06/19  13:18:42
1611         Log: opendir was missing for the list.
1612      Branch: perl
1613            ! pod/perltodo.pod
1614 ____________________________________________________________________________
1615 [ 17298] By: jhi                                   on 2002/06/19  13:01:51
1616         Log: Integrate perlio:
1617              
1618              [ 17295]
1619              Un-deprecate :raw after all - just define what it means
1620              more precisely. (Pending approval).
1621      Branch: perl
1622           !> lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
1623           !> pod/perlrun.pod
1624 ____________________________________________________________________________
1625 [ 17297] By: jhi                                   on 2002/06/19  12:33:04
1626         Log: The only difference between NW5.pm and Win32.pm was that
1627              NetWare preferred SYS:/temp over C:/temp for tmpdir().
1628      Branch: perl
1629            - lib/File/Spec/NW5.pm
1630            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Win32.pm
1631 ____________________________________________________________________________
1632 [ 17296] By: jhi                                   on 2002/06/19  12:20:54
1633         Log: Subject: [PATCH] POSIX taint tests
1634              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1635              Date: Wed, 19 Jun 2002 09:29:22 +0100
1636              Message-ID: <AIEAJICLCBDNAAOLLOKLMEFJEOAA.Paul.Marquess@btinternet.com>    
1637      Branch: perl
1638            + ext/POSIX/t/taint.t
1639            ! MANIFEST
1640 ____________________________________________________________________________
1641 [ 17295] By: nick                                  on 2002/06/19  12:14:32
1642         Log: Un-deprecate :raw after all - just define what it means
1643              more precisely. (Pending approval).
1644      Branch: perlio
1645            ! lib/PerlIO.pm pod/perldelta.pod pod/perlfunc.pod
1646            ! pod/perlrun.pod
1647 ____________________________________________________________________________
1648 [ 17294] By: nick                                  on 2002/06/19  06:09:49
1649         Log: Integrate mainline
1650      Branch: perlio
1651           !> configure.com ext/Digest/MD5/t/files.t lib/PerlIO.pm
1652           !> lib/perl5db.pl lib/utf8.pm os2/os2_base.t pod/perldelta.pod
1653           !> pod/perlfunc.pod pod/perlipc.pod pod/perlsyn.pod
1654           !> pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
1655           !> toke.c
1656 ____________________________________________________________________________
1657 [ 17293] By: jhi                                   on 2002/06/19  02:00:05
1658         Log: Subject: [PATCH os2/os2_base.t] Re: Patch 14705 botched. (was Re: os2_base test failed)
1659              From: Michael G Schwern <schwern@pobox.com>
1660              Date: Tue, 18 Jun 2002 21:31:43 -0400
1661              Message-id: <20020619013143.GF3079@ool-18b93024.dyn.optonline.net>
1662      Branch: perl
1663            ! os2/os2_base.t
1664 ____________________________________________________________________________
1665 [ 17292] By: jhi                                   on 2002/06/18  21:36:21
1666         Log: This is probably the reason for the GW failures.
1667      Branch: perl
1668            ! ext/Digest/MD5/t/files.t
1669 ____________________________________________________________________________
1670 [ 17291] By: jhi                                   on 2002/06/18  21:28:33
1671         Log: Debugger tweak from from Peter Scott.
1672      Branch: perl
1673            ! lib/perl5db.pl
1674 ____________________________________________________________________________
1675 [ 17290] By: jhi                                   on 2002/06/18  20:31:10
1676         Log: To mirror #17285.
1677      Branch: perl
1678            ! pod/perldelta.pod
1679 ____________________________________________________________________________
1680 [ 17289] By: jhi                                   on 2002/06/18  20:29:25
1681         Log: Subject: [PATCH] configure.com: build Encode sub-extensions once and only once
1682              From: "Craig A. Berry" <craigberry@mac.com>
1683              Date: Tue, 18 Jun 2002 10:34:51 -0500
1684              Message-Id: <5.1.1.5.0.20020618103102.01b643e0@exchi01>
1685      Branch: perl
1686            ! configure.com
1687 ____________________________________________________________________________
1688 [ 17288] By: jhi                                   on 2002/06/18  20:27:58
1689         Log: Tiny tweaks.
1690      Branch: perl
1691            ! lib/PerlIO.pm pod/perlfunc.pod
1692 ____________________________________________________________________________
1693 [ 17287] By: jhi                                   on 2002/06/18  20:22:56
1694         Log: Integrate perlio:
1695              
1696              [ 17280]
1697              Slight improvement to :win32 layer
1698              
1699              [ 17282]
1700              More PerlIO doc tweaks - trying to make them document what
1701              happens in current implementation while leaving way open
1702              to "fixing" things.
1703      Branch: perl
1704           !> lib/PerlIO.pm pod/perlfunc.pod win32/win32io.c
1705 ____________________________________________________________________________
1706 [ 17286] By: jhi                                   on 2002/06/18  20:19:25
1707         Log: Document the "Unicode in package/sub names" problem;
1708              a microfix in toke.c towards the final goal (the fix
1709              removes the need to have quotes around Unicode package
1710              names when calling a method on them)
1711      Branch: perl
1712            ! lib/utf8.pm pod/perldelta.pod pod/perltodo.pod
1713            ! pod/perlunicode.pod pod/perluniintro.pod toke.c
1714 ____________________________________________________________________________
1715 [ 17285] By: rgs                                   on 2002/06/18  19:03:52
1716         Log: Further clarification about safe pipe opens.
1717      Branch: perl
1718            ! pod/perlipc.pod
1719 ____________________________________________________________________________
1720 [ 17284] By: rgs                                   on 2002/06/18  18:42:49
1721         Log: perlsyn.pod tweak suggested by Larry.
1722      Branch: perl
1723            ! pod/perlsyn.pod
1724 ____________________________________________________________________________
1725 [ 17283] By: rgs                                   on 2002/06/18  18:25:53
1726         Log: Subject: [DOC PATCH] perlsyn
1727              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1728              Date: Tue, 18 Jun 2002 13:37:30 +0200
1729              Message-ID: <4.2.0.58.20020618133610.01956d30@mickey.dijkmat.nl>
1730              
1731              Subject: Re: [DOC PATCH] perlsyn (2)
1732              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1733              Date: Tue, 18 Jun 2002 15:08:17 +0200
1734              Message-ID: <4.2.0.58.20020618150341.01798100@mickey.dijkmat.nl>
1735              
1736              (Plus tweak by Ronald J Kimball)
1737      Branch: perl
1738            ! pod/perlsyn.pod
1739 ____________________________________________________________________________
1740 [ 17282] By: nick                                  on 2002/06/18  09:14:25
1741         Log: More PerlIO doc tweaks - trying to make them document what
1742              happens in current implementation while leaving way open
1743              to "fixing" things.
1744      Branch: perlio
1745            ! lib/PerlIO.pm pod/perlfunc.pod
1746 ____________________________________________________________________________
1747 [ 17281] By: nick                                  on 2002/06/18  09:12:59
1748         Log: Integrate mainline
1749      Branch: perlio
1750           !> Changes Configure config_h.SH installperl patchlevel.h
1751           !> pod/perldelta.pod pod/perlipc.pod
1752 ____________________________________________________________________________
1753 [ 17280] By: nick                                  on 2002/06/18  07:03:08
1754         Log: Slight improvement to :win32 layer
1755      Branch: perlio
1756            ! win32/win32io.c
1757 ____________________________________________________________________________
1758 [ 17279] By: jhi                                   on 2002/06/18  03:10:42
1759         Log: Do not install XS::{APItest,Typemap}
1760      Branch: perl
1761            ! installperl
1762 ____________________________________________________________________________
1763 [ 17278] By: jhi                                   on 2002/06/18  02:46:43
1764         Log: Subject: Re: Do we want XS::APItest installed?
1765              From: Andy Dougherty <doughera@lafayette.edu>
1766              Date: Mon, 17 Jun 2002 16:59:52 -0400 (EDT)
1767              Message-ID: <Pine.SOL.4.10.10206171658290.12935-100000@maxwell.phys.lafayette.edu>
1768              
1769              (rats, forgot to submit the metaconfig change separately)
1770      Branch: metaconfig/U/perl
1771            ! Extensions.U
1772      Branch: perl
1773            ! Configure config_h.SH
1774 ____________________________________________________________________________
1775 [ 17277] By: jhi                                   on 2002/06/18  02:31:26
1776         Log: "Borrow" Rafael's multiarg open descripion to perldelta,
1777              shuffle the highlights a bit (can't believe the perlio
1778              mention was missing)
1779      Branch: perl
1780            ! pod/perldelta.pod
1781 ____________________________________________________________________________
1782 [ 17276] By: rgs                                   on 2002/06/17  22:46:28
1783         Log: Document the '-|' open form in perlipc.pod
1784      Branch: perl
1785            ! pod/perlipc.pod
1786 ____________________________________________________________________________
1787 [ 17275] By: gsar                                  on 2002/06/17  19:20:06
1788         Log: avoid AUTOLOAD() clobbering $!
1789      Branch: maint-5.6/perl
1790            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
1791            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
1792            ! ext/Socket/Socket.pm ext/Sys/Syslog/Syslog.pm
1793            ! lib/AutoLoader.pm utils/h2xs.PL
1794 ____________________________________________________________________________
1795 [ 17274] By: nick                                  on 2002/06/17  14:50:35
1796         Log: Integrate mainline
1797      Branch: perlio
1798           !> README.vms lib/File/Basename.pm lib/PerlIO.pm lib/open.pm
1799           !> pod/perlfunc.pod pod/perlrun.pod
1800 ____________________________________________________________________________
1801 [ 17273] By: jhi                                   on 2002/06/17  14:34:17
1802         Log: Update Changes.
1803      Branch: perl
1804            ! Changes patchlevel.h
1805 ____________________________________________________________________________
1806 [ 17272] By: jhi                                   on 2002/06/17  14:21:55
1807         Log: :bytes is not the inverse of :crlf, either (from NI-S) 
1808      Branch: perl
1809            ! lib/PerlIO.pm
1810 ____________________________________________________________________________
1811 [ 17271] By: jhi                                   on 2002/06/17  13:56:33
1812         Log: Further discouraging of :raw.
1813      Branch: perl
1814            ! lib/PerlIO.pm lib/open.pm pod/perlfunc.pod pod/perlrun.pod
1815 ____________________________________________________________________________
1816 [ 17270] By: jhi                                   on 2002/06/17  13:27:35
1817         Log: Integrate perlio:
1818              
1819              [ 17267]
1820              Handle IO error in "slow gets"
1821      Branch: perl
1822           !> sv.c
1823 ____________________________________________________________________________
1824 [ 17269] By: jhi                                   on 2002/06/17  12:49:06
1825         Log: Subject: [PATCH File/Basename.pm] use of undef var
1826              From: Stas Bekman <stas@stason.org>
1827              Date: Mon, 17 Jun 2002 16:31:48 +0800
1828              Message-ID: <3D0D9E74.7000908@stason.org>
1829              
1830              (modified)
1831      Branch: perl
1832            ! lib/File/Basename.pm
1833 ____________________________________________________________________________
1834 [ 17268] By: jhi                                   on 2002/06/17  12:45:10
1835         Log: Subject: [PATCH] README.vms -- updated testing instructions
1836              From: "Craig A. Berry" <craigberry@mac.com>
1837              Date: Mon, 17 Jun 2002 00:31:18 -0500
1838              Message-Id: <a05111b1cb9332326226f@[172.16.52.1]>
1839      Branch: perl
1840            ! README.vms
1841 ____________________________________________________________________________
1842 [ 17267] By: nick                                  on 2002/06/17  12:41:49
1843         Log: Handle IO error in "slow gets"
1844      Branch: perlio
1845            ! sv.c
1846 ____________________________________________________________________________
1847 [ 17266] By: nick                                  on 2002/06/17  07:05:20
1848         Log: Integrate mainline
1849      Branch: perlio
1850           !> autodoc.pl embed.pl lib/perl5db.pl pod/perldebtut.pod
1851           !> pod/perldebug.pod pod/perldelta.pod
1852 ____________________________________________________________________________
1853 [ 17265] By: jhi                                   on 2002/06/17  00:53:49
1854         Log: Subject: Re: [ID 20020614.027] Bad Debugger mojo in RC1
1855              From: Peter Scott <Peter@PSDT.com>
1856              Date: Sun, 16 Jun 2002 18:31:31 -0700
1857              Message-id: <4.3.2.7.2.20020616182012.00b70780@shell2.webquarry.com>  
1858              
1859              @file -> source file
1860      Branch: perl
1861            ! lib/perl5db.pl pod/perldebtut.pod pod/perldebug.pod
1862 ____________________________________________________________________________
1863 [ 17264] By: jhi                                   on 2002/06/17  00:47:43
1864         Log: Missing hunk from #15363.
1865      Branch: perl
1866            ! lib/perl5db.pl
1867 ____________________________________________________________________________
1868 [ 17263] By: jhi                                   on 2002/06/17  00:36:26
1869         Log: Advertise MakeMaker.
1870      Branch: perl
1871            ! pod/perldelta.pod
1872 ____________________________________________________________________________
1873 [ 17262] By: jhi                                   on 2002/06/16  23:16:18
1874         Log: Subject: Re: [ID 20020212.002] locale test fails for *ISO8859-15 on freebsd 4.5 
1875              From: parv <parv@pair.com>
1876              Date: Sun, 16 Jun 2002 20:12:24 -0400
1877              Message-ID: <20020617001224.GC466@moo.holy.cow>
1878      Branch: perl
1879            ! pod/perldelta.pod
1880 ____________________________________________________________________________
1881 [ 17261] By: ams                                   on 2002/06/16  21:40:47
1882         Log: Subject: PATCH: correct confusing lie in {embed,autodoc}.pl
1883              From: Robin Houston <robin@kitsite.com>
1884              Date: Sun, 16 Jun 2002 23:33:50 +0100
1885              Message-Id: <20020616233350.A9675@robin.kitsite.com>
1886      Branch: perl
1887            ! autodoc.pl embed.pl
1888 ____________________________________________________________________________
1889 [ 17260] By: jhi                                   on 2002/06/16  17:06:31
1890         Log: Deprecate (or at least discourage) :raw.
1891      Branch: perl
1892            ! pod/perldelta.pod
1893 ____________________________________________________________________________
1894 [ 17259] By: jhi                                   on 2002/06/16  16:54:28
1895         Log: Integrate perlio:
1896              
1897              [ 17258]
1898              Last minute tinkering with PerlIO abstraction API.
1899              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
1900              const char *mode.
1901              - Other 'flags' field changed to U32
1902              - Discouraging words written about ":raw".
1903      Branch: perl
1904           !> perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
1905 ____________________________________________________________________________
1906 [ 17258] By: nick                                  on 2002/06/16  16:38:59
1907         Log: Last minute tinkering with PerlIO abstraction API.
1908              - PerlIO_importFILE and PerlIO_exportFILE now documented as taking
1909              const char *mode.
1910              - Other 'flags' field changed to U32
1911              - Discouraging words written about ":raw".
1912      Branch: perlio
1913            ! perlio.c perlio.h perliol.h pod/perlapio.pod pod/perltoc.pod
1914 ____________________________________________________________________________
1915 [ 17257] By: nick                                  on 2002/06/16  15:16:46
1916         Log: Integrate mainline
1917      Branch: perlio
1918           !> (integrate 32 files)
1919 ____________________________________________________________________________
1920 [ 17256] By: ams                                   on 2002/06/16  09:00:51
1921         Log: Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02
1922              From: Michael G Schwern <schwern@pobox.com>
1923              Date: Sun, 16 Jun 2002 03:49:27 -0400
1924              Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net>
1925              
1926              Subject: [PATCH] Test::Harness 2.24 -> 2.25
1927              From: Michael G Schwern <schwern@pobox.com>
1928              Date: Sun, 16 Jun 2002 03:58:40 -0400
1929              Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net>
1930      Branch: perl
1931            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
1932            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_MacOS.pm
1933            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1934            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
1935            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/writemakefile_args.t
1936            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1937            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
1938            ! lib/Test/Harness/t/strap-analyze.t
1939            ! lib/Test/Harness/t/test-harness.t
1940            ! t/lib/MakeMaker/Test/Utils.pm
1941 ____________________________________________________________________________
1942 [ 17255] By: jhi                                   on 2002/06/16  03:29:09
1943         Log: Subject: [PATCH] pp.c:pp_pow() -- quit when you're done
1944              From: "Craig A. Berry" <craigberry@mac.com>
1945              Date: Sat, 15 Jun 2002 18:56:12 -0500
1946              Message-Id: <a05111b15b93181a27d6d@[172.16.52.1]>
1947      Branch: perl
1948            ! pp.c
1949 ____________________________________________________________________________
1950 [ 17254] By: jhi                                   on 2002/06/15  20:09:47
1951         Log: Collect the known AmigaOS wisdom.
1952      Branch: perl
1953            ! README.amiga hints/amigaos.sh
1954 ____________________________________________________________________________
1955 [ 17253] By: jhi                                   on 2002/06/15  18:08:06
1956         Log: Subject: [PATCH] README.vms, Multinet fix update
1957              From: "Craig A. Berry" <craigberry@mac.com>
1958              Date: Sat, 15 Jun 2002 14:02:50 -0500
1959              Message-Id: <a05111b12b9313d818599@[172.16.52.1]>
1960      Branch: perl
1961            ! README.vms
1962 ____________________________________________________________________________
1963 [ 17252] By: jhi                                   on 2002/06/15  17:22:56
1964         Log: Regenerate Changes; most importantly automassage the
1965              "Integrate perlio" entries to be more informative.
1966      Branch: perl
1967            ! Changes
1968 ____________________________________________________________________________
1969 [ 17251] By: jhi                                   on 2002/06/15  15:39:09
1970         Log: Spurious empty statements.
1971      Branch: perl
1972            ! op.c perl.c perlio.c sv.c
1973 ____________________________________________________________________________
1974 [ 17250] By: jhi                                   on 2002/06/15  15:34:51
1975         Log: Possible cure for
1976              
1977              Subject: Re: Thread bug in 5.8RC1 Win32
1978              From: Alessandro Forghieri <alf@orion.it>
1979              Date: Sat, 15 Jun 2002 12:56:35 +0200
1980              Message-ID: <20020615125635.A25110@alpha.orion.it>
1981      Branch: perl
1982            ! perl.c
1983 ____________________________________________________________________________
1984 [ 17249] By: jhi                                   on 2002/06/14  23:14:44
1985         Log: findrfuncs: small tweaks.
1986      Branch: perl
1987            ! Porting/findrfuncs
1988 ____________________________________________________________________________
1989 [ 17248] By: jhi                                   on 2002/06/14  22:34:27
1990         Log: Group the debugger changes in one place.
1991      Branch: perl
1992            ! pod/perldelta.pod
1993 ____________________________________________________________________________
1994 [ 17247] By: jhi                                   on 2002/06/14  19:26:15
1995         Log: Detypo.
1996      Branch: perl
1997            ! pod/perlfunc.pod
1998 ____________________________________________________________________________
1999 [ 17246] By: jhi                                   on 2002/06/14  19:18:44
2000         Log: Plug potential confusion.
2001      Branch: perl
2002            ! pod/perldelta.pod
2003 ____________________________________________________________________________
2004 [ 17245] By: jhi                                   on 2002/06/14  19:13:16
2005         Log: Attribute::Handlers has been adopted by Arthur.
2006      Branch: perl
2007            ! pod/perldelta.pod
2008 ____________________________________________________________________________
2009 [ 17244] By: jhi                                   on 2002/06/14  19:04:53
2010         Log: README.irix update.
2011      Branch: perl
2012            ! README.irix
2013 ____________________________________________________________________________
2014 [ 17243] By: jhi                                   on 2002/06/14  19:00:08
2015         Log: README.tru64 update.
2016      Branch: perl
2017            ! README.tru64
2018 ____________________________________________________________________________
2019 [ 17242] By: jhi                                   on 2002/06/14  18:48:33
2020         Log: Not that urgent a fix since inside #if 0, but still...
2021      Branch: perl
2022            ! perlsfio.h
2023 ____________________________________________________________________________
2024 [ 17241] By: nick                                  on 2002/06/14  17:15:38
2025         Log: Integrate mainline
2026      Branch: perlio
2027           !> Changes Configure NetWare/config.wc NetWare/config_H.wc
2028           !> Porting/Glossary Porting/config.sh Porting/config_H
2029           !> config_h.SH ext/Socket/socketpair.t lib/ExtUtils/t/Constant.t
2030           !> lib/Pod/t/basic.t lib/Term/Cap.t patchlevel.h
2031           !> pod/perldelta.pod pod/perltoc.pod pp_sys.c
2032 ____________________________________________________________________________
2033 [ 17240] By: jhi                                   on 2002/06/14  14:25:38
2034         Log: OS/2 status from John Poltorak.
2035      Branch: perl
2036            ! pod/perldelta.pod
2037 ____________________________________________________________________________
2038 [ 17239] By: jhi                                   on 2002/06/14  14:05:37
2039         Log: Regen Configure; regen perltoc.
2040      Branch: perl
2041            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2042            ! config_h.SH pod/perltoc.pod
2043 ____________________________________________________________________________
2044 [ 17238] By: jhi                                   on 2002/06/14  13:40:23
2045         Log: Update Changes.
2046      Branch: perl
2047            ! Changes patchlevel.h
2048 ____________________________________________________________________________
2049 [ 17237] By: jhi                                   on 2002/06/14  13:32:22
2050         Log: NetWare diff for XS::APItest.
2051      Branch: perl
2052            ! NetWare/config.wc NetWare/config_H.wc
2053 ____________________________________________________________________________
2054 [ 17236] By: jhi                                   on 2002/06/14  11:16:57
2055         Log: Subject: [PATCH] Constant.t for EBCDIC platforms       
2056              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2057              Date: Fri, 14 Jun 2002 10:39:54 +0200
2058              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A438@madrid14.mad.fsc.net> 
2059      Branch: perl
2060            ! lib/ExtUtils/t/Constant.t
2061 ____________________________________________________________________________
2062 [ 17235] By: jhi                                   on 2002/06/14  11:09:07
2063         Log: Subject: [PATCH] getpwent() & POSIX-BC/BS2000 problem
2064              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2065              Date: Fri, 14 Jun 2002 10:07:28 +0200
2066              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3D8@madrid14.mad.fsc.net>
2067      Branch: perl
2068            ! pp_sys.c
2069 ____________________________________________________________________________
2070 [ 17234] By: jhi                                   on 2002/06/14  11:08:34
2071         Log: Subject: [PATCH] basic.t for EBCDIC platforms
2072              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2073              Date: Fri, 14 Jun 2002 09:58:49 +0200
2074              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3BF@madrid14.mad.fsc.net>
2075      Branch: perl
2076            ! lib/Pod/t/basic.t
2077 ____________________________________________________________________________
2078 [ 17233] By: jhi                                   on 2002/06/14  11:07:23
2079         Log: Subject: [PATCH] Cap.t for EBCDIC platforms
2080              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
2081              Date: Fri, 14 Jun 2002 09:53:36 +0200
2082              Message-ID: <318B95F90D8BD41194A5009027FD5FFBD7A3B1@madrid14.mad.fsc.net>       
2083              (why this has been working in z/OS?)
2084      Branch: perl
2085            ! lib/Term/Cap.t
2086 ____________________________________________________________________________
2087 [ 17232] By: jhi                                   on 2002/06/14  10:58:01
2088         Log: Mention Solaris x86 use64bitint troubles.
2089      Branch: perl
2090            ! pod/perldelta.pod
2091 ____________________________________________________________________________
2092 [ 17231] By: jhi                                   on 2002/06/14  10:45:16
2093         Log: All UNICOS test failures should be gone now.
2094      Branch: perl
2095            ! pod/perldelta.pod
2096 ____________________________________________________________________________
2097 [ 17230] By: jhi                                   on 2002/06/14  10:39:04
2098         Log: UNICOS and UNICOS/mk are broken only on one test.
2099      Branch: perl
2100            ! ext/Socket/socketpair.t
2101 ____________________________________________________________________________
2102 [ 17229] By: nick                                  on 2002/06/14  08:36:40
2103         Log: Integrate mainline
2104      Branch: perlio
2105           !> (integrate 32 files)
2106 ____________________________________________________________________________
2107 [ 17228] By: jhi                                   on 2002/06/14  01:36:12
2108         Log: Upgrade to Switch 2.09 (the debugging statement
2109              was already removed in blead)
2110      Branch: perl
2111            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
2112 ____________________________________________________________________________
2113 [ 17227] By: ams                                   on 2002/06/14  00:39:15
2114         Log: Subject: [PATCH perl@17206] assorted help for older VMS systems
2115              From: "Craig A. Berry" <craigberry@mac.com>
2116              Date: Thu, 13 Jun 2002 19:55:25 -0500
2117              Message-Id: <a05111b05b92ec91d165b@[172.16.52.1]>
2118      Branch: perl
2119            ! configure.com pod/perldelta.pod pp_pack.c vms/vms.c
2120 ____________________________________________________________________________
2121 [ 17226] By: jhi                                   on 2002/06/13  22:07:24
2122         Log: Thread doc tweaks.
2123      Branch: perl
2124            ! ext/threads/shared/shared.pm ext/threads/threads.pm
2125            ! pod/perlthrtut.pod
2126 ____________________________________________________________________________
2127 [ 17225] By: jhi                                   on 2002/06/13  21:59:07
2128         Log: Don't assume too much about how print will scale
2129              your fp numbers; be explicit and use printf instead--
2130              the assumption broke in UNICOS (from Mark Lutz)
2131              (Use %.0f instead of %d because in 32-bit systems
2132              the %d may end producing -1 or something else odd.)
2133      Branch: perl
2134            ! t/lib/warnings/toke
2135 ____________________________________________________________________________
2136 [ 17224] By: jhi                                   on 2002/06/13  19:22:12
2137         Log: Tell what version of PDL will be fine with 5.8.0,
2138              according to TimJ.
2139      Branch: perl
2140            ! pod/perldelta.pod
2141 ____________________________________________________________________________
2142 [ 17223] By: jhi                                   on 2002/06/13  16:44:12
2143         Log: Subject: test failure: lib/ExtUtils/t/Installed.t
2144              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2145              Date: Thu, 13 Jun 2002 15:44:24 +0100
2146              Message-Id: <200206131444.g5DEiOo22204@crypt.compulink.co.uk>
2147      Branch: perl
2148            ! lib/ExtUtils/t/Installed.t
2149 ____________________________________________________________________________
2150 [ 17222] By: jhi                                   on 2002/06/13  16:39:35
2151         Log: Subject: Re: linux + usemorebits: gcc error?
2152              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2153              Date: Thu, 13 Jun 2002 15:03:28 +0100
2154              Message-Id: <200206131403.g5DE3Sk21964@crypt.compulink.co.uk>
2155              
2156              (go U32 based on NI-S since it's a flags field)
2157      Branch: perl
2158            ! perliol.h
2159 ____________________________________________________________________________
2160 [ 17221] By: jhi                                   on 2002/06/13  13:55:08
2161         Log: Document the tied/magical/shared array/hash non-autovivifying bug.
2162      Branch: perl
2163            ! ext/threads/shared/shared.pm pod/perldelta.pod
2164 ____________________________________________________________________________
2165 [ 17220] By: jhi                                   on 2002/06/13  12:51:14
2166         Log: Also perlsub needs to be slightly more upbeat about attributes. 
2167      Branch: perl
2168            ! pod/perlsub.pod
2169 ____________________________________________________________________________
2170 [ 17219] By: jhi                                   on 2002/06/13  12:40:36
2171         Log: One more pass on the TYPE/ATTRS issues.
2172      Branch: perl
2173            ! lib/attributes.pm pod/perlfunc.pod
2174 ____________________________________________________________________________
2175 [ 17218] By: jhi                                   on 2002/06/13  12:24:53
2176         Log: Subject: Re: [ PATCH ] AIX 5 + 17206
2177              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2178              Date: Thu, 13 Jun 2002 09:18:27 +0200
2179              Message-Id: <20020613091118.2BAF.H.M.BRAND@hccnet.nl>
2180      Branch: perl
2181            ! hints/aix.sh
2182 ____________________________________________________________________________
2183 [ 17217] By: jhi                                   on 2002/06/13  12:24:22
2184         Log: Subject: [ PATCH ] mymalloc on HP-UX
2185              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2186              Date: Thu, 13 Jun 2002 09:58:30 +0200
2187              Message-Id: <20020613095503.2BB2.H.M.BRAND@hccnet.nl>
2188      Branch: perl
2189            ! hints/hpux.sh
2190 ____________________________________________________________________________
2191 [ 17216] By: ams                                   on 2002/06/13  10:08:38
2192         Log: <pudge> crab, can you integrate 17215 ?
2193      Branch: perl
2194           !> ext/XS/APItest/t/printf.t
2195 ____________________________________________________________________________
2196 [ 17215] By: pudge                                 on 2002/06/13  09:51:36
2197         Log: Building XS::APItest as shared lib
2198      Branch: macperl
2199            ! ext/XS/APItest/t/printf.t
2200 ____________________________________________________________________________
2201 [ 17214] By: pudge                                 on 2002/06/13  09:50:25
2202         Log: Update tests, makefile, config
2203      Branch: macperl
2204            ! macos/MacPerlTests.cmd macos/Makefile.mk macos/config.sh
2205 ____________________________________________________________________________
2206 [ 17213] By: pudge                                 on 2002/06/13  09:49:11
2207         Log: Integrate perl
2208      Branch: macperl
2209           +> README.freebsd README.irix ext/IO/hints/sco.pl
2210           +> ext/Thread/README.threads ext/XS/APItest/APItest.pm
2211           +> ext/XS/APItest/APItest.xs ext/XS/APItest/MANIFEST
2212           +> ext/XS/APItest/Makefile.PL ext/XS/APItest/README
2213           +> ext/XS/APItest/t/printf.t lib/Math/BigInt/t/upgradef.t
2214           +> lib/Net/Ping/Changes
2215            - README.threads lib/Net/Ping/CHANGES
2216            ! NetWare/bat/SetCodeWar.bat
2217           !> (integrate 168 files)
2218 ____________________________________________________________________________
2219 [ 17212] By: ams                                   on 2002/06/13  09:29:13
2220         Log: Subject: [PATCH] APItest.xs OUTPUT (was: perl@17206)
2221              From: Chris Nandor <pudge@pobox.com>
2222              Date: Thu, 13 Jun 2002 00:16:26 -0400
2223              Message-Id: <pudge-95528D.00162613062002@onion.valueclick.com>
2224      Branch: perl
2225            ! ext/XS/APItest/APItest.xs
2226 ____________________________________________________________________________
2227 [ 17211] By: jhi                                   on 2002/06/12  23:05:29
2228         Log: Subject: [PATCH: perl@17206] add skipping of threads and threads::shared on default builds
2229              From: PPrymmer@factset.com
2230              Date: Wed, 12 Jun 2002 18:58:50 -0400
2231              Message-ID: <OF3EE94CDE.1E9C1D28-ON85256BD6.007CC091@55.25.11>
2232      Branch: perl
2233            ! utils/perlivp.PL
2234 ____________________________________________________________________________
2235 [ 17210] By: jhi                                   on 2002/06/12  22:57:47
2236         Log: The scalar behaviour of sort is undefined.
2237      Branch: perl
2238            ! pod/perlfunc.pod
2239 ____________________________________________________________________________
2240 [ 17209] By: jhi                                   on 2002/06/12  22:56:24
2241         Log: Mention I/O layers in perlopentut.
2242      Branch: perl
2243            ! pod/perlopentut.pod
2244 ____________________________________________________________________________
2245 [ 17208] By: jhi                                   on 2002/06/12  22:36:15
2246         Log: Document the my/our TYPE and ATTRIBUTES (Use the Camel Mk 3, Luke).
2247      Branch: perl
2248            ! lib/attributes.pm pod/perlfunc.pod
2249 ____________________________________________________________________________
2250 [ 17207] By: jhi                                   on 2002/06/12  14:15:32
2251         Log: As noticed by Philip Newton, XS::APItest is not meant to be installed.
2252      Branch: perl
2253            ! ext/XS/APItest/README
2254 ____________________________________________________________________________
2255 [ 17206] By: jhi                                   on 2002/06/12  13:25:30
2256         Log: Update Changes.
2257      Branch: perl
2258            ! Changes patchlevel.h
2259 ____________________________________________________________________________
2260 [ 17205] By: jhi                                   on 2002/06/12  13:16:32
2261         Log: Regen toc.
2262      Branch: perl
2263            ! pod/perltoc.pod
2264 ____________________________________________________________________________
2265 [ 17204] By: jhi                                   on 2002/06/12  13:05:28
2266         Log: This should be gone now.
2267      Branch: perl
2268            ! INSTALL
2269 ____________________________________________________________________________
2270 [ 17203] By: jhi                                   on 2002/06/12  12:58:54
2271         Log: NetWare doc tweak.
2272      Branch: perl
2273            ! README.netware
2274 ____________________________________________________________________________
2275 [ 17202] By: jhi                                   on 2002/06/12  12:33:33
2276         Log: Subject: [PATCH pod/perlfunc.pod] Re: Change sort in scalar context behavior. 
2277              From: Abigail <abigail@foad.org>
2278              Date: Wed, 12 Jun 2002 02:46:01 -0700
2279              Message-ID: <20020612024601.A8524@ucan.foad.org>
2280      Branch: perl
2281            ! pod/perlfunc.pod
2282 ____________________________________________________________________________
2283 [ 17201] By: jhi                                   on 2002/06/12  12:31:19
2284         Log: Subject: [PATCH] Re: linux + usemorebits: gcc error?
2285              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
2286              Date: Wed, 12 Jun 2002 13:50:59 +0200
2287              Message-ID: <3D0735A3.4020701@hexaflux.com>
2288      Branch: perl
2289            ! ext/Time/HiRes/HiRes.xs
2290 ____________________________________________________________________________
2291 [ 17200] By: jhi                                   on 2002/06/12  12:17:02
2292         Log: Synchronize config.bc and config_H.bc; add SCNfldbl;
2293              go back to disabling long doubles from MinGW because
2294              MSVCRT doesn't do long double printfing even when gcc
2295              would know how to handle them.
2296      Branch: perl
2297            ! win32/config.bc win32/config_H.bc win32/config_H.gc
2298 ____________________________________________________________________________
2299 [ 17199] By: nick                                  on 2002/06/12  11:13:16
2300         Log: Integrate mainline
2301      Branch: perlio
2302           !> configure.com ext/XS/APItest/APItest.xs lib/Math/Trig.t perl.c
2303           !> pod/perldiag.pod pod/perlmodlib.PL pod/perlmodlib.pod
2304           !> win32/config_H.bc win32/config_H.gc
2305 ____________________________________________________________________________
2306 [ 17198] By: jhi                                   on 2002/06/12  03:01:37
2307         Log: Subject: [PATCH @17190] configure.com: join the sPRI... party
2308              From: "Craig A. Berry" <craigberry@mac.com>
2309              Date: Tue, 11 Jun 2002 22:44:31 -0500
2310              Message-Id: <a05111b00b92c6bda8b47@[172.16.52.1]>
2311      Branch: perl
2312            ! configure.com
2313 ____________________________________________________________________________
2314 [ 17197] By: jhi                                   on 2002/06/12  01:52:32
2315         Log: Test relying on undefined behaviour of atan2(0, 0)
2316              (valiantly debugged by Mark Lutz).
2317      Branch: perl
2318            ! lib/Math/Trig.t
2319 ____________________________________________________________________________
2320 [ 17196] By: jhi                                   on 2002/06/12  01:41:05
2321         Log: Regen perlmodlib.
2322      Branch: perl
2323            ! pod/perlmodlib.pod
2324 ____________________________________________________________________________
2325 [ 17195] By: jhi                                   on 2002/06/12  01:39:18
2326         Log: Subject: [PATCH] perlmodlib.pod missing Config & Errno
2327              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
2328              Date: Tue, 11 Jun 2002 15:12:15 -0700
2329              Message-ID: </WnB9gzkgC5S092yn@efn.org>
2330      Branch: perl
2331            ! pod/perlmodlib.PL
2332 ____________________________________________________________________________
2333 [ 17194] By: jhi                                   on 2002/06/12  01:35:57
2334         Log: Subject: [PATCH] Re: RC1 on Playstation2
2335              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2336              Date: Tue, 11 Jun 2002 11:55:40 -1000 (HST)
2337              Message-ID: <Pine.LNX.4.44.0206111135130.31715-100000@lapaki>
2338      Branch: perl
2339            ! perl.c
2340 ____________________________________________________________________________
2341 [ 17193] By: jhi                                   on 2002/06/11  19:57:23
2342         Log: Not that I know anything about Windows compilers
2343              but Google leads me into believing that while Borland and
2344              GCC support the ANSI way of printing long doubles (%L),
2345              Visual C really doesn't support printing them.
2346      Branch: perl
2347            ! ext/XS/APItest/APItest.xs win32/config_H.bc win32/config_H.gc
2348 ____________________________________________________________________________
2349 [ 17192] By: rgs                                   on 2002/06/11  19:00:37
2350         Log: Fix a cut-n-paste error.
2351      Branch: perl
2352            ! pod/perldiag.pod
2353 ____________________________________________________________________________
2354 [ 17191] By: nick                                  on 2002/06/11  16:07:14
2355         Log: Integrate mainline
2356      Branch: perlio
2357           !> Changes INSTALL ext/XS/APItest/APItest.pm
2358           !> ext/XS/APItest/APItest.xs ext/XS/APItest/t/printf.t
2359           !> patchlevel.h
2360 ____________________________________________________________________________
2361 [ 17190] By: jhi                                   on 2002/06/11  14:09:14
2362         Log: Update Changes.
2363      Branch: perl
2364            ! Changes patchlevel.h
2365 ____________________________________________________________________________
2366 [ 17189] By: jhi                                   on 2002/06/11  13:55:12
2367         Log: Trying to printf Perl-specific datatypes using printf
2368              (with perlio or stdio) is folly, says Hugo.
2369      Branch: perl
2370            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2371            ! ext/XS/APItest/t/printf.t
2372 ____________________________________________________________________________
2373 [ 17188] By: jhi                                   on 2002/06/11  13:54:31
2374         Log: Be more specific.
2375      Branch: perl
2376            ! INSTALL
2377 ____________________________________________________________________________
2378 [ 17187] By: jhi                                   on 2002/06/11  13:03:13
2379         Log: Subject: [PATCH INSTALL] warn about gcc 3.1 + usemorebits
2380              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>      
2381              Date: Tue, 11 Jun 2002 12:21:01 +0200
2382              Message-ID: <3D05CF0D.9060409@hexaflux.com>    
2383      Branch: perl
2384            ! INSTALL
2385 ____________________________________________________________________________
2386 [ 17186] By: nick                                  on 2002/06/11  10:44:04
2387         Log: Integrate mainline
2388      Branch: perlio
2389           +> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2390           +> ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
2391           +> ext/XS/APItest/README ext/XS/APItest/t/printf.t
2392           +> lib/Math/BigInt/t/upgradef.t
2393           !> MANIFEST NetWare/Makefile Porting/repository.pod
2394           !> djgpp/config.over ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
2395           !> ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
2396           !> ext/Storable/t/malice.t lib/Math/BigFloat.pm
2397           !> lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
2398           !> lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigintpm.inc
2399           !> lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbi_rand.t
2400           !> lib/Math/BigInt/t/sub_mbi.t locale.c perl.h pod/perldelta.pod
2401           !> pod/perlfunc.pod pod/perlhack.pod pod/perluniintro.pod
2402           !> win32/Makefile
2403 ____________________________________________________________________________
2404 [ 17185] By: gsar                                  on 2002/06/11  05:02:43
2405         Log: sanity-check the windows section in perldelta and add some missing
2406              entries
2407      Branch: perl
2408            ! pod/perldelta.pod
2409 ____________________________________________________________________________
2410 [ 17184] By: jhi                                   on 2002/06/11  03:45:44
2411         Log: Obviously time to get some sleep.
2412      Branch: perl
2413            ! ext/XS/APItest/t/printf.t
2414 ____________________________________________________________________________
2415 [ 17183] By: jhi                                   on 2002/06/11  03:41:35
2416         Log: #17179 wasn't quite right.
2417      Branch: perl
2418            ! ext/XS/APItest/t/printf.t
2419 ____________________________________________________________________________
2420 [ 17182] By: gsar                                  on 2002/06/11  03:27:41
2421         Log: fix outdated info about how the patches in the APC are generated;
2422              mention the perlbrowse repository gateway; add a pointer to
2423              perlhack.pod in repository.pod
2424      Branch: perl
2425            ! Porting/repository.pod pod/perlhack.pod
2426 ____________________________________________________________________________
2427 [ 17181] By: jhi                                   on 2002/06/11  03:27:24
2428         Log: Subject: Detype locale.c comment
2429              From: Philip Newton <Philip.Newton@gmx.net>
2430              Date: Tue, 11 Jun 2002 06:28:08 +0200
2431              Message-ID: <b0vagu8197d5jn2c5pt8al97loreugl9e5@4ax.com>
2432      Branch: perl
2433            ! locale.c
2434 ____________________________________________________________________________
2435 [ 17180] By: jhi                                   on 2002/06/11  03:21:53
2436         Log: Make UTF-8 locales effective only if PerlIO has been
2437              defined (ignore UTF-8 locales silently if no PerlIO).
2438      Branch: perl
2439            ! locale.c pod/perldelta.pod pod/perluniintro.pod
2440 ____________________________________________________________________________
2441 [ 17179] By: jhi                                   on 2002/06/11  02:53:34
2442         Log: Can't printf Perl specific datatypes without perlio
2443              (in other words, stdio doesn't do the %V...)
2444      Branch: perl
2445            ! ext/XS/APItest/t/printf.t
2446 ____________________________________________________________________________
2447 [ 17178] By: jhi                                   on 2002/06/11  01:54:05
2448         Log: Document XS::APItest.
2449      Branch: perl
2450            ! pod/perldelta.pod
2451 ____________________________________________________________________________
2452 [ 17177] By: jhi                                   on 2002/06/11  01:49:38
2453         Log: Add XS::APItest to Win32/DJGPP/NetWare.
2454      Branch: perl
2455            ! NetWare/Makefile djgpp/config.over win32/Makefile
2456 ____________________________________________________________________________
2457 [ 17176] By: jhi                                   on 2002/06/11  01:37:39
2458         Log: Add XS::APItest 0.01 from Tim Jenness.
2459              
2460              The perl.h change is needed by non-gcc (non-__attribute__)
2461              compilers: without it non-gccs won't have printf() mapped
2462              to PerlIO_stdoutf (when perlio, of course).  This means that
2463              non-gccs would not be able to print the Perl specific datatypes.
2464      Branch: perl
2465            + ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2466            + ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
2467            + ext/XS/APItest/README ext/XS/APItest/t/printf.t
2468            ! MANIFEST perl.h
2469 ____________________________________________________________________________
2470 [ 17175] By: jhi                                   on 2002/06/10  23:24:42
2471         Log: Now that binmode(FH) does implicit ":bytes" revisit
2472              the failing tests.  The worrisome one is the Digest::MD5
2473              test-- how will it fare in CRLF lands now?
2474      Branch: perl
2475            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
2476            ! ext/Encode/t/guess.t ext/PerlIO/t/fallback.t
2477            ! ext/Storable/t/malice.t
2478 ____________________________________________________________________________
2479 [ 17174] By: jhi                                   on 2002/06/10  20:55:00
2480         Log: Upgrade to Math::BigInt 1.59.
2481      Branch: perl
2482            + lib/Math/BigInt/t/upgradef.t
2483            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2484            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
2485            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
2486            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
2487 ____________________________________________________________________________
2488 [ 17173] By: jhi                                   on 2002/06/10  20:16:30
2489         Log: Document the implicit :bytes of binmode(FH).
2490      Branch: perl
2491            ! pod/perlfunc.pod
2492 ____________________________________________________________________________
2493 [ 17172] By: jhi                                   on 2002/06/10  19:27:23
2494         Log: Integrate perlio:
2495              
2496              [ 17171]
2497              binmode(FH); to act like binmode(FH,":bytes") as well as
2498              turning off CRLF features.
2499      Branch: perl
2500           !> perlio.c t/io/utf8.t
2501 ____________________________________________________________________________
2502 [ 17171] By: nick                                  on 2002/06/10  18:40:22
2503         Log: binmode(FH); to act like binmode(FH,":bytes") as well as
2504              turning off CRLF features.
2505      Branch: perlio
2506            ! perlio.c t/io/utf8.t
2507 ____________________________________________________________________________
2508 [ 17170] By: nick                                  on 2002/06/10  17:04:28
2509         Log: Integrate mainline
2510      Branch: perlio
2511           !> Changes ext/Encode/t/CJKT.t ext/Encode/t/guess.t
2512           !> ext/threads/shared/queue.pm ext/threads/shared/shared.xs
2513           !> locale.c patchlevel.h perl.c pod/perldebtut.pod
2514           !> pod/perldelta.pod sv.c
2515 ____________________________________________________________________________
2516 [ 17169] By: jhi                                   on 2002/06/10  14:47:28
2517         Log: Subject: [DOC PATCH] perldebtut
2518              From: Elizabeth Mattijsen <liz@dijkmat.nl>
2519              Date: Mon, 10 Jun 2002 17:47:14 +0200
2520              Message-Id: <4.2.0.58.20020610174710.05123760@mickey.dijkmat.nl>
2521      Branch: perl
2522            ! pod/perldebtut.pod
2523 ____________________________________________________________________________
2524 [ 17168] By: jhi                                   on 2002/06/10  14:04:31
2525         Log: Document the UTF-8 env issue.  Now NI-S just needs
2526              to fix binmode() to comply with the documentation...
2527      Branch: perl
2528            ! pod/perldelta.pod
2529 ____________________________________________________________________________
2530 [ 17167] By: jhi                                   on 2002/06/10  13:47:21
2531         Log: Subject: Re: Change 17108: Document the do BAREWORD change, from Rafael.
2532              From: Philip Newton <Philip.Newton@gmx.net>
2533              Date: Mon, 10 Jun 2002 07:56:41 +0200
2534              Message-ID: <anf8gugjm2v70ckgmkjm12paa00atimik4@4ax.com>
2535              
2536              Subject: Re: Change 17110: Add deprecations.
2537              From: Philip Newton <Philip.Newton@gmx.net>
2538              Date: Mon, 10 Jun 2002 07:56:22 +0200
2539              Message-ID: <bpf8gu0v332thjkpv39uirardul58aa7b3@4ax.com>
2540      Branch: perl
2541            ! pod/perldelta.pod
2542 ____________________________________________________________________________
2543 [ 17166] By: jhi                                   on 2002/06/10  13:44:49
2544         Log: NI-S doesn't need these comments :-) but I'm commenting anyway.
2545      Branch: perl
2546            ! locale.c perl.c
2547 ____________________________________________________________________________
2548 [ 17165] By: jhi                                   on 2002/06/10  13:07:57
2549         Log: Update Changes.
2550      Branch: perl
2551            ! Changes patchlevel.h
2552 ____________________________________________________________________________
2553 [ 17164] By: jhi                                   on 2002/06/10  13:01:17
2554         Log: Further patch on #17163 for Tru64.
2555      Branch: perl
2556            ! sv.c
2557 ____________________________________________________________________________
2558 [ 17163] By: jhi                                   on 2002/06/10  12:40:16
2559         Log: Patch from Hugo for the 'printf' problem:
2560              - for SV-style calling, we can only get NV
2561              - for C-style calling, we assume %f is double;
2562              - for simplicity we allow any of %Lf, %llf, %qf for long double
2563      Branch: perl
2564            ! sv.c
2565 ____________________________________________________________________________
2566 [ 17162] By: jhi                                   on 2002/06/10  12:31:32
2567         Log: Integrate perlio:
2568              
2569              [ 17159]
2570              Tune test to run in UTF-8 locales
2571              - test file must be opened as :bytes or high-bit octets
2572              will be UTF-8 encoded on write in such locales, so
2573              will not read as expected.
2574      Branch: perl
2575           !> ext/PerlIO/t/fallback.t
2576 ____________________________________________________________________________
2577 [ 17161] By: jhi                                   on 2002/06/10  12:21:39
2578         Log: #17150 didn't expect -Uuseperlio.
2579      Branch: perl
2580            ! ext/Encode/t/CJKT.t ext/Encode/t/guess.t
2581 ____________________________________________________________________________
2582 [ 17160] By: sky                                   on 2002/06/10  09:53:42
2583         Log: Subject: [PATCH] queue.pm
2584              From: Benjamin Goldberg <goldbb2@earthlink.net>
2585              Date: tis jun 04, 2002  02:03:53  Europe/Stockholm
2586              Message-Id: <3CFC03E8.A1EF9886@earthlink.net>
2587              Applied manually
2588      Branch: perl
2589            ! ext/threads/shared/queue.pm ext/threads/shared/shared.xs
2590 ____________________________________________________________________________
2591 [ 17159] By: nick                                  on 2002/06/10  09:51:16
2592         Log: Tune test to run in UTF-8 locales
2593              - test file must be opened as :bytes or high-bit octets
2594              will be UTF-8 encoded on write in such locales, so
2595              will not read as expected.
2596      Branch: perlio
2597            ! ext/PerlIO/t/fallback.t
2598 ____________________________________________________________________________
2599 [ 17158] By: nick                                  on 2002/06/10  09:49:32
2600         Log: Integrate mainline
2601      Branch: perlio
2602           +> lib/Net/Ping/Changes
2603            - lib/Net/Ping/CHANGES
2604           !> (integrate 37 files)
2605 ____________________________________________________________________________
2606 [ 17157] By: jhi                                   on 2002/06/10  03:30:19
2607         Log: metaconfig tweak for #17156.
2608      Branch: metaconfig
2609            ! U/mkglossary
2610 ____________________________________________________________________________
2611 [ 17156] By: jhi                                   on 2002/06/10  03:30:06
2612         Log: Glossary tweaks.
2613      Branch: perl
2614            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2615 ____________________________________________________________________________
2616 [ 17155] By: jhi                                   on 2002/06/10  02:12:09
2617         Log: Upgrade to Net::Ping 2.19.
2618      Branch: perl
2619            + lib/Net/Ping/Changes
2620            - lib/Net/Ping/CHANGES
2621            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/README
2622 ____________________________________________________________________________
2623 [ 17154] By: jhi                                   on 2002/06/09  23:25:48
2624         Log: Subject: [patch] ptr_table_store
2625              From: Doug MacEachern <dougm@covalent.net>
2626              Date: Sun, 9 Jun 2002 17:07:11 -0700 (PDT)
2627              Message-ID: <Pine.LNX.4.33.0206091700110.26891-100000@mako.covalent.net>
2628      Branch: perl
2629            ! sv.c
2630 ____________________________________________________________________________
2631 [ 17153] By: jhi                                   on 2002/06/09  23:25:04
2632         Log: Subject: Re: unique attribute?
2633              From: Doug MacEachern <dougm@covalent.net>
2634              Date: Sun, 9 Jun 2002 16:49:25 -0700 (PDT)
2635              Message-ID: <Pine.LNX.4.33.0206091645330.26891-100000@mako.covalent.net>
2636      Branch: perl
2637            ! embed.fnc embed.h proto.h sv.c sv.h
2638 ____________________________________________________________________________
2639 [ 17152] By: jhi                                   on 2002/06/09  23:21:35
2640         Log: Update hint comments.
2641      Branch: perl
2642            ! hints/irix_6.sh
2643 ____________________________________________________________________________
2644 [ 17151] By: jhi                                   on 2002/06/09  22:59:54
2645         Log: One missing bit of Math::BigInt 1.58.
2646      Branch: perl
2647            ! t/lib/Math/BigInt/BareCalc.pm
2648 ____________________________________________________________________________
2649 [ 17150] By: jhi                                   on 2002/06/09  21:47:51
2650         Log: Subject: [ID 20020609.007] Not OK: perl v5.8.0 +DEVEL17060 on i686-linux 2.4.18-4smp (UNINSTALLED)
2651              From: Radu Greab <radu@netsoft.ro>
2652              Date: Mon, 10 Jun 2002 00:40:34 +0300
2653              Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
2654              
2655              Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
2656              ones which I cannot figure out.
2657      Branch: perl
2658            ! ext/Digest/MD5/t/files.t ext/Encode/t/CJKT.t
2659            ! ext/Encode/t/guess.t ext/Storable/t/malice.t
2660 ____________________________________________________________________________
2661 [ 17149] By: jhi                                   on 2002/06/09  21:08:02
2662         Log: :unique nitpicking continues.
2663      Branch: perl
2664            ! pod/perlfunc.pod
2665 ____________________________________________________________________________
2666 [ 17148] By: jhi                                   on 2002/06/09  21:01:57
2667         Log: "thread failed to start: " is better than "Died:".
2668      Branch: perl
2669            ! ext/threads/threads.xs pod/perldiag.pod
2670 ____________________________________________________________________________
2671 [ 17147] By: jhi                                   on 2002/06/09  20:47:53
2672         Log: :unique saga continues.
2673      Branch: perl
2674            ! pod/perldelta.pod pod/perlfunc.pod
2675 ____________________________________________________________________________
2676 [ 17146] By: jhi                                   on 2002/06/09  20:44:38
2677         Log: Subject: Re: unique attribute?
2678              From: Doug MacEachern <dougm@covalent.net>
2679              Date: Sun, 9 Jun 2002 14:00:39 -0700 (PDT)
2680              Message-ID: <Pine.LNX.4.33.0206091356210.26891-100000@mako.covalent.net>
2681      Branch: perl
2682            ! sv.c
2683 ____________________________________________________________________________
2684 [ 17145] By: jhi                                   on 2002/06/09  20:09:03
2685         Log: Subject: Math::BigInt 1.58 released
2686              From: Tels <perl_dummy@bloodgate.com>
2687              Date: Sun, 09 Jun 2002 22:39:35 +0200 (CEST)
2688              Message-Id: <200206092036.g59KaGPZ1308701@tiku.hut.fi>
2689              
2690              Subject: [PATCH] RE: Math::BigInt 1.58 released
2691              From: Tels <perl_dummy@bloodgate.com>
2692              Date: Sun, 09 Jun 2002 22:45:51 +0200 (CEST)
2693              Message-Id: <200206092042.g59KgXPZ1223212@tiku.hut.fi>
2694      Branch: perl
2695            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2696            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
2697            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
2698            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
2699            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
2700            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbi_rand.t
2701            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2702            ! lib/Math/BigInt/t/with_sub.t
2703 ____________________________________________________________________________
2704 [ 17144] By: nick                                  on 2002/06/09  17:50:14
2705         Log: Integrate mainline
2706      Branch: perlio
2707           +> README.freebsd README.irix
2708           !> (integrate 43 files)
2709 ____________________________________________________________________________
2710 [ 17143] By: jhi                                   on 2002/06/09  17:45:50
2711         Log: Subject: cleanup's
2712              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2713              Date: Sun, 09 Jun 2002 13:55:21 +0200
2714              Message-Id: <20020609102200.DEE5.H.M.BRAND@hccnet.nl>
2715      Branch: perl
2716            ! ext/PerlIO/t/encoding.t
2717 ____________________________________________________________________________
2718 [ 17142] By: jhi                                   on 2002/06/09  17:37:45
2719         Log: open "list form" clarification.
2720      Branch: perl
2721            ! pod/perlfunc.pod
2722 ____________________________________________________________________________
2723 [ 17141] By: jhi                                   on 2002/06/09  17:24:22
2724         Log: Better wording from Sarathy.
2725      Branch: perl
2726            ! pod/perldelta.pod
2727 ____________________________________________________________________________
2728 [ 17140] By: jhi                                   on 2002/06/09  16:58:47
2729         Log: Closer to the truth.
2730      Branch: perl
2731            ! pod/perlfunc.pod
2732 ____________________________________________________________________________
2733 [ 17139] By: jhi                                   on 2002/06/09  16:49:49
2734         Log: Subject: Re: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
2735              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2736              Date: Sun, 09 Jun 2002 14:52:07 +0100
2737              Message-Id: <200206091352.g59Dq7Z28403@crypt.compulink.co.uk>  
2738      Branch: perl
2739            ! numeric.c
2740 ____________________________________________________________________________
2741 [ 17138] By: jhi                                   on 2002/06/09  16:13:44
2742         Log: Clarify that the :unique makes the target readonly
2743              when the first interpreter cloning takes place.
2744      Branch: perl
2745            ! pod/perlfunc.pod
2746 ____________________________________________________________________________
2747 [ 17137] By: gsar                                  on 2002/06/09  16:05:22
2748         Log: update perlfork.pod for status as of 5.8.0
2749      Branch: perl
2750            ! pod/perlfork.pod
2751 ____________________________________________________________________________
2752 [ 17136] By: jhi                                   on 2002/06/09  16:01:50
2753         Log: Subject: possible band-aid for cygwin build of perl@17061
2754              From: PPrymmer@factset.com
2755              Date: Sat, 8 Jun 2002 20:57:05 -0400
2756              Message-ID: <OF846EEF0D.EE48F625-ON85256BD3.0002CB12@55.25.11>
2757      Branch: perl
2758            ! Makefile.SH README.cygwin
2759 ____________________________________________________________________________
2760 [ 17135] By: sky                                   on 2002/06/09  15:44:37
2761         Log: Follow up on changing keyword to special subroutine.
2762      Branch: perl
2763            ! pod/perlmod.pod
2764 ____________________________________________________________________________
2765 [ 17134] By: jhi                                   on 2002/06/09  15:40:52
2766         Log: CLONE doc tweaks.
2767      Branch: perl
2768            ! pod/perldelta.pod pod/perlmod.pod
2769 ____________________________________________________________________________
2770 [ 17133] By: jhi                                   on 2002/06/09  15:34:20
2771         Log: syswrite() is old news.
2772      Branch: perl
2773            ! pod/perldelta.pod
2774 ____________________________________________________________________________
2775 [ 17132] By: jhi                                   on 2002/06/09  15:14:20
2776         Log: Subject: One-argument syswrite
2777              From: Johan Vromans <jvromans@squirrel.nl>
2778              Date: Sun, 9 Jun 2002 13:20:36 +0200
2779              Message-ID: <15619.14852.462515.162801@phoenix.squirrel.nl>
2780              
2781              (It's really two-argument.)
2782      Branch: perl
2783            ! pod/perldelta.pod
2784 ____________________________________________________________________________
2785 [ 17131] By: jhi                                   on 2002/06/09  15:11:13
2786         Log: Subject: [Patch] $^N issues
2787              From: Johan Vromans <jvromans@squirrel.nl>
2788              Date: Sun, 9 Jun 2002 13:12:43 +0200
2789              Message-ID: <15619.14379.888034.910020@phoenix.squirrel.nl>    
2790      Branch: perl
2791            ! lib/English.pm pod/perlre.pod
2792 ____________________________________________________________________________
2793 [ 17130] By: jhi                                   on 2002/06/09  15:10:18
2794         Log: Subject: [Patch] "#0" format in perlform
2795              From: Johan Vromans <jvromans@squirrel.nl>
2796              Date: Sun, 9 Jun 2002 12:53:01 +0200
2797              Message-ID: <15619.13197.892587.565630@phoenix.squirrel.nl>    
2798      Branch: perl
2799            ! pod/perlform.pod
2800 ____________________________________________________________________________
2801 [ 17129] By: jhi                                   on 2002/06/09  15:08:20
2802         Log: Subject: [Patch] CLONE is not in perldelta
2803              From: Johan Vromans <jvromans@squirrel.nl>
2804              Date: Sun, 9 Jun 2002 12:41:18 +0200
2805              Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl>    
2806      Branch: perl
2807            ! pod/perldelta.pod
2808 ____________________________________________________________________________
2809 [ 17128] By: jhi                                   on 2002/06/09  03:02:38
2810         Log: Subject: [PATCH] fix stuck MD5 compile on VAX
2811              From: "Craig A. Berry" <craigberry@mac.com>
2812              Date: Sat, 8 Jun 2002 23:01:11 -0500
2813              Message-Id: <a05111b05b92881c6c8c4@[172.16.52.1]>
2814      Branch: perl
2815            ! ext/Digest/MD5/Makefile.PL
2816 ____________________________________________________________________________
2817 [ 17127] By: jhi                                   on 2002/06/08  22:50:43
2818         Log: ... and more.
2819      Branch: perl
2820            ! win32/makefile.mk
2821 ____________________________________________________________________________
2822 [ 17126] By: jhi                                   on 2002/06/08  22:49:43
2823         Log: More spots for perl$OS.
2824      Branch: perl
2825            ! NetWare/Makefile win32/Makefile
2826 ____________________________________________________________________________
2827 [ 17125] By: jhi                                   on 2002/06/08  22:46:17
2828         Log: One more spot to list perlfreebsd and perlirix.
2829      Branch: perl
2830            ! plan9/mkfile
2831 ____________________________________________________________________________
2832 [ 17124] By: jhi                                   on 2002/06/08  22:22:05
2833         Log: BSD/OS worked for 5.6.0; PowerUX for 5.7.3; Unixware for 5.6.1.
2834      Branch: perl
2835            ! pod/perlport.pod
2836 ____________________________________________________________________________
2837 [ 17123] By: jhi                                   on 2002/06/08  22:15:31
2838         Log: Cygwin duplicated (noticed by Schwern).
2839      Branch: perl
2840            ! pod/perlport.pod
2841 ____________________________________________________________________________
2842 [ 17122] By: jhi                                   on 2002/06/08  22:03:15
2843         Log: s/Plan9/Plan 9/g; (and one remaning MacOS)
2844      Branch: perl
2845            ! INSTALL README.jp pod/perlfaq3.pod pod/perlopentut.pod
2846            ! pod/perlport.pod pod/perlrun.pod
2847 ____________________________________________________________________________
2848 [ 17121] By: jhi                                   on 2002/06/08  21:36:00
2849         Log: Make the =heads a little bit more descriptive; regen toc.
2850      Branch: perl
2851            ! README.freebsd README.irix pod/perltoc.pod
2852 ____________________________________________________________________________
2853 [ 17120] By: jhi                                   on 2002/06/08  21:02:27
2854         Log: I wonder what a 64-bot is?
2855      Branch: perl
2856            ! README.irix
2857 ____________________________________________________________________________
2858 [ 17119] By: jhi                                   on 2002/06/08  21:01:45
2859         Log: Regen toc.
2860      Branch: perl
2861            ! pod/perltoc.pod
2862 ____________________________________________________________________________
2863 [ 17118] By: jhi                                   on 2002/06/08  21:00:18
2864         Log: Add README.irix/perlirix.
2865      Branch: perl
2866            + README.irix
2867            ! INSTALL MANIFEST pod/buildtoc.PL pod/perl.pod
2868            ! pod/perldelta.pod pod/perlport.pod
2869 ____________________________________________________________________________
2870 [ 17117] By: jhi                                   on 2002/06/08  20:48:16
2871         Log: Add perlfreebsd.
2872      Branch: perl
2873            ! pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
2874            ! pod/perlport.pod
2875 ____________________________________________________________________________
2876 [ 17116] By: jhi                                   on 2002/06/08  20:45:25
2877         Log: Mention the FreeBSD Perl policy change.
2878      Branch: perl
2879            ! README.freebsd
2880 ____________________________________________________________________________
2881 [ 17115] By: jhi                                   on 2002/06/08  20:34:59
2882         Log: Mention the FreeBSD readdir_r bug in perldelta.
2883      Branch: perl
2884            ! pod/perldelta.pod
2885 ____________________________________________________________________________
2886 [ 17114] By: jhi                                   on 2002/06/08  20:31:18
2887         Log: Subject: [PATCH] Re: perl Makfile.PL for DBI give Segmentation fault (core dumped)    (was: perl@17014)
2888              From: Nicholas Clark <nick@unfortu.net>
2889              Date: Sat, 8 Jun 2002 22:23:15 +0100
2890              Message-ID: <20020608212315.GE302@Bagpuss.unfortu.net>
2891      Branch: perl
2892            + README.freebsd
2893            ! MANIFEST
2894 ____________________________________________________________________________
2895 [ 17113] By: sky                                   on 2002/06/08  20:19:28
2896         Log: Preparing A::H for CPAN release, upped version to 0.77
2897              Documented changes.
2898              Last tweak to test case.
2899      Branch: perl
2900            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
2901            ! lib/Attribute/Handlers/README lib/Attribute/Handlers/t/multi.t
2902 ____________________________________________________________________________
2903 [ 17112] By: sky                                   on 2002/06/08  19:42:33
2904         Log: Prepare CPAN release of Attribute::Handlers
2905              Make the test case know about the changes in attributes
2906              in 5.8 (lexical) and also turn off some warnings.
2907      Branch: perl
2908            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
2909 ____________________________________________________________________________
2910 [ 17111] By: jhi                                   on 2002/06/08  19:11:49
2911         Log: Because of #17097.
2912      Branch: perl
2913            ! configpm
2914 ____________________________________________________________________________
2915 [ 17110] By: jhi                                   on 2002/06/08  19:06:31
2916         Log: Add deprecations.
2917      Branch: perl
2918            ! pod/perldelta.pod
2919 ____________________________________________________________________________
2920 [ 17109] By: sky                                   on 2002/06/08  19:02:19
2921         Log: Remove leftover dummy and cleanup the test case.
2922      Branch: perl
2923            ! ext/threads/shared/shared.pm ext/threads/shared/t/hv_refs.t
2924            ! ext/threads/shared/t/hv_simple.t
2925 ____________________________________________________________________________
2926 [ 17108] By: jhi                                   on 2002/06/08  18:55:23
2927         Log: Document the do BAREWORD change, from Rafael.
2928      Branch: perl
2929            ! pod/perldelta.pod
2930 ____________________________________________________________________________
2931 [ 17107] By: jhi                                   on 2002/06/08  18:32:50
2932         Log: Remove the newly added makedepend .depending "token directory"
2933              when cleaning up.
2934      Branch: perl
2935            ! Makefile.SH
2936 ____________________________________________________________________________
2937 [ 17106] By: jhi                                   on 2002/06/08  18:24:08
2938         Log: perldelta tweaks.
2939      Branch: perl
2940            ! pod/perldelta.pod
2941 ____________________________________________________________________________
2942 [ 17105] By: jhi                                   on 2002/06/08  18:19:40
2943         Log: I assume the Perl fork() emulation is still experimental.
2944      Branch: perl
2945            ! pod/perlfork.pod
2946 ____________________________________________________________________________
2947 [ 17104] By: jhi                                   on 2002/06/08  18:17:10
2948         Log: Subject: [PATCH] VMS doc patch (was Re: VMS changes?)
2949              From: "Craig A. Berry" <craigberry@mac.com>
2950              Date: Sat, 8 Jun 2002 14:10:41 -0500
2951              Message-Id: <a05111b03b92805d6bc97@[172.16.52.1]>
2952      Branch: perl
2953            ! README.vms pod/perldelta.pod
2954 ____________________________________________________________________________
2955 [ 17103] By: jhi                                   on 2002/06/08  18:04:37
2956         Log: Slight tweaks from Lupe Christoph.
2957      Branch: perl
2958            ! pod/perldelta.pod
2959 ____________________________________________________________________________
2960 [ 17102] By: jhi                                   on 2002/06/08  17:04:24
2961         Log: Workaround for broken symlink traversal.
2962      Branch: perl
2963            ! installperl
2964 ____________________________________________________________________________
2965 [ 17101] By: jhi                                   on 2002/06/08  16:16:46
2966         Log: h2ph: Explain why parts of asm/*.h are skipped in Linux.
2967      Branch: perl
2968            ! utils/h2ph.PL
2969 ____________________________________________________________________________
2970 [ 17100] By: nick                                  on 2002/06/08  15:54:19
2971         Log: Integrate mainline
2972      Branch: perlio
2973           !> Makefile.SH ext/Storable/ChangeLog ext/Storable/Storable.pm
2974           !> ext/Storable/Storable.xs ext/Storable/t/recurse.t
2975           !> ext/threads/threads.xs lib/Thread.pm lib/Thread/Queue.pm
2976           !> lib/Thread/Semaphore.pm lib/Win32.pod numeric.c
2977           !> pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
2978           !> utils/h2ph.PL utils/perldoc.PL utils/perlivp.PL win32/win32.c
2979 ____________________________________________________________________________
2980 [ 17099] By: jhi                                   on 2002/06/08  15:53:16
2981         Log: Try to avoid a looping makedepend that sometimes
2982              happens when timestamps are out of sync.
2983      Branch: perl
2984            ! makedepend.SH
2985 ____________________________________________________________________________
2986 [ 17098] By: jhi                                   on 2002/06/08  15:35:06
2987         Log: metaconfig tweaks from Robin Barker to go with #17097;
2988              update Glossary.patch and mkglossary.
2989      Branch: metaconfig
2990            ! U/Glossary.patch U/mkglossary dist-3.0at70b/jmake/bindex.SH
2991            ! dist-3.0at70b/mcon/U/make.U dist-3.0at70b/mcon/makegloss.SH
2992 ____________________________________________________________________________
2993 [ 17097] By: jhi                                   on 2002/06/08  15:34:09
2994         Log: Various Configure tweaks.
2995      Branch: perl
2996            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2997 ____________________________________________________________________________
2998 [ 17096] By: jhi                                   on 2002/06/08  15:05:46
2999         Log: Fix Glossary formatting bugs when creating Config.pm,
3000              from Robin Barker.
3001      Branch: perl
3002            ! configpm
3003 ____________________________________________________________________________
3004 [ 17095] By: jhi                                   on 2002/06/08  15:00:39
3005         Log: perlivp: Too Much Information. 
3006      Branch: perl
3007            ! utils/perlivp.PL
3008 ____________________________________________________________________________
3009 [ 17094] By: jhi                                   on 2002/06/08  14:58:43
3010         Log: h2ph: workarounds for too large hexadecimal constants.
3011              Now 'perlivp' passes without a whimper in Solaris 8 and
3012              Tru64 4.0F (Debian 2.2 Linux/x86 doesn't but my header
3013              installation is weird; e.g. float.h is not in /usr/include...
3014              (cd /usr/include; h2ph -l -r .)
3015      Branch: perl
3016            ! utils/h2ph.PL
3017 ____________________________________________________________________________
3018 [ 17093] By: jhi                                   on 2002/06/08  14:22:10
3019         Log: h2ph: handle function pointer constants.
3020      Branch: perl
3021            ! utils/h2ph.PL
3022 ____________________________________________________________________________
3023 [ 17092] By: jhi                                   on 2002/06/08  13:54:17
3024         Log: Put back the [561+] markers (except for the New Tests
3025              section where the comparison is meaningless);
3026              note that perl561delta is really the changes both
3027              from 5.005_03 and 5.6.0.
3028      Branch: perl
3029            ! pod/perldelta.pod
3030 ____________________________________________________________________________
3031 [ 17091] By: jhi                                   on 2002/06/08  13:25:04
3032         Log: Mention the dynamicness of Socket in VMS in another spot.
3033      Branch: perl
3034            ! pod/perldelta.pod
3035 ____________________________________________________________________________
3036 [ 17090] By: jhi                                   on 2002/06/08  13:16:27
3037         Log: Address most of the issues found by Lupe Cristoph
3038              (only leave the VMS changes to the VMS people);
3039              move the VOS section to its right place;
3040              talk more about userlevel threads;
3041              eradicate end-of-line spaces.
3042      Branch: perl
3043            ! pod/perldelta.pod
3044 ____________________________________________________________________________
3045 [ 17089] By: jhi                                   on 2002/06/08  12:59:45
3046         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
3047              From: Radu Greab <radu@netsoft.ro>
3048              Date: Sat, 8 Jun 2002 16:59:56 +0300
3049              Message-ID: <15618.3548.55951.66902@ix.netsoft.ro>
3050              
3051              A test for #17082.
3052      Branch: perl
3053            ! ext/Storable/t/recurse.t
3054 ____________________________________________________________________________
3055 [ 17088] By: jhi                                   on 2002/06/08  12:35:46
3056         Log: Explain at the top the situation in a nutshell;
3057              remove the [561+] tags as redundant;
3058              AmigaOS wasn't broken in 5.6.1, and still good in 5.7.2.
3059      Branch: perl
3060            ! pod/perldelta.pod
3061 ____________________________________________________________________________
3062 [ 17087] By: jhi                                   on 2002/06/08  12:25:15
3063         Log: Subject: [Patch] perldelta for 5.8.0 RC1
3064              From: lupe@lupe-christoph.de (Lupe Christoph)
3065              Date: Sat, 8 Jun 2002 14:08:16 +0200
3066              Message-ID: <20020608120816.GP14630@lupe-christoph.de>
3067      Branch: perl
3068            ! pod/perldelta.pod
3069 ____________________________________________________________________________
3070 [ 17086] By: jhi                                   on 2002/06/08  12:14:48
3071         Log: Advertise the upcoming Win32::GetOSName().
3072      Branch: perl
3073            ! pod/perlport.pod
3074 ____________________________________________________________________________
3075 [ 17085] By: jhi                                   on 2002/06/08  12:11:27
3076         Log: The lib/Win32.pod part of
3077              
3078              Subject: [DOC PATCH] Re: platform check (CODE PATCH : libwin32 )     
3079              From: "Yves Orton" <demerphq@hotmail.com>
3080              Date: Sat, 08 Jun 2002 00:27:25 +0200
3081              Message-ID: <F209R6rPlHkg6WMaScm00017481@hotmail.com>
3082              
3083              (manually applied and tweaked) 
3084      Branch: perl
3085            ! lib/Win32.pod
3086 ____________________________________________________________________________
3087 [ 17084] By: jhi                                   on 2002/06/08  11:46:36
3088         Log: Subject: Doc patches: assorted minor nits
3089              From: Philip Newton <Philip.Newton@gmx.net>
3090              Date: Sat, 08 Jun 2002 11:08:12 +0200
3091              Message-ID: <k7i3gu8g2tga411pc6mcfvsp9rql27m8kq@4ax.com>
3092      Branch: perl
3093            ! pod/perldelta.pod pod/perlport.pod pod/perlvar.pod
3094 ____________________________________________________________________________
3095 [ 17083] By: jhi                                   on 2002/06/08  11:44:59
3096         Log: Subject: Re: doc bug in perldoc
3097              From: Philip Newton <Philip.Newton@gmx.net>
3098              Date: Sat, 08 Jun 2002 11:05:09 +0200
3099              Message-ID: <c3i3guod7ps1u5iujokk509p43ob76815k@4ax.com>
3100      Branch: perl
3101            ! utils/perldoc.PL
3102 ____________________________________________________________________________
3103 [ 17082] By: jhi                                   on 2002/06/08  11:37:56
3104         Log: Subject: Re: [ID 20020601.005] Storable: STORABLE_freeze mechanism leaks memory (unfreed SVs)
3105              From: Radu Greab <radu@netsoft.ro>
3106              Date: Sat, 8 Jun 2002 08:28:58 +0300
3107              Message-ID: <15617.38426.603787.918922@ix.netsoft.ro>
3108      Branch: perl
3109            ! ext/Storable/Storable.xs
3110 ____________________________________________________________________________
3111 [ 17081] By: jhi                                   on 2002/06/08  11:36:29
3112         Log: Subject: [PATCH #2] Re: [PATCH] numeric.c:S_mulexp10 -- quit when you can
3113              From: "Craig A. Berry" <craigberry@mac.com>
3114              Date: Fri, 7 Jun 2002 22:55:34 -0500
3115              Message-Id: <a05111b02b92724737054@[172.16.52.1]>
3116              
3117              Handle also underflow on non-IEEE.
3118      Branch: perl
3119            ! numeric.c
3120 ____________________________________________________________________________
3121 [ 17080] By: sky                                   on 2002/06/08  10:06:05
3122         Log: Fix for bug [ID 20020602.007].
3123              Don't decrement the active flag until AFTER we have run perl_destruct
3124      Branch: perl
3125            ! ext/threads/threads.xs
3126 ____________________________________________________________________________
3127 [ 17079] By: jhi                                   on 2002/06/08  01:38:50
3128         Log: h2ph: evil linux/byteorder/pdp_endian.h
3129      Branch: perl
3130            ! utils/h2ph.PL
3131 ____________________________________________________________________________
3132 [ 17078] By: jhi                                   on 2002/06/08  01:14:45
3133         Log: h2ph: more evilness in the form of Linux inline assembler.
3134      Branch: perl
3135            ! utils/h2ph.PL
3136 ____________________________________________________________________________
3137 [ 17077] By: jhi                                   on 2002/06/07  23:14:10
3138         Log: h2ph: Solaris has LDBL_EPSILON 1.0842021724855044340075E-19L
3139              (note the final L) for ia32 and ia64 long doubles.
3140      Branch: perl
3141            ! utils/h2ph.PL
3142 ____________________________________________________________________________
3143 [ 17076] By: jhi                                   on 2002/06/07  23:06:22
3144         Log: perlivp: more header matching.
3145      Branch: perl
3146            ! utils/perlivp.PL
3147 ____________________________________________________________________________
3148 [ 17075] By: jhi                                   on 2002/06/07  22:43:37
3149         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3150              From: Nicholas Clark <nick@unfortu.net>
3151              Date: Sat, 8 Jun 2002 00:39:22 +0100
3152              Message-ID: <20020607233921.GE307@Bagpuss.unfortu.net>
3153      Branch: perl
3154            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3155 ____________________________________________________________________________
3156 [ 17074] By: jhi                                   on 2002/06/07  22:33:29
3157         Log: Subject: [PATCH] numeric.c:S_mulexp10 -- quit when you can
3158              From: "Craig A. Berry" <craigberry@mac.com>
3159              Date: Fri, 7 Jun 2002 18:29:31 -0500
3160              Message-Id: <a05111b01b926db404884@[172.16.52.1]>
3161      Branch: perl
3162            ! numeric.c
3163 ____________________________________________________________________________
3164 [ 17073] By: jhi                                   on 2002/06/07  21:34:07
3165         Log: Reunite the first .PHONY targets (based on Garry Williams'
3166              reading of the GNU make manual).
3167      Branch: perl
3168            ! Makefile.SH
3169 ____________________________________________________________________________
3170 [ 17072] By: jhi                                   on 2002/06/07  20:59:14
3171         Log: Subject: Re: [DOCPATCH] Thread.pm
3172              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3173              Date: Fri, 07 Jun 2002 23:57:01 +0200
3174              Message-Id: <4.2.0.58.20020607235418.02e23680@mickey.dijkmat.nl>
3175      Branch: perl
3176            ! lib/Thread.pm lib/Thread/Queue.pm lib/Thread/Semaphore.pm
3177 ____________________________________________________________________________
3178 [ 17071] By: jhi                                   on 2002/06/07  20:51:15
3179         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3180              From: Radu Greab <radu@netsoft.ro>
3181              Date: Sat, 8 Jun 2002 00:49:02 +0300
3182              Message-ID: <15617.10830.557640.430565@ix.netsoft.ro>
3183      Branch: perl
3184            ! ext/Storable/t/recurse.t
3185 ____________________________________________________________________________
3186 [ 17070] By: jhi                                   on 2002/06/07  19:36:16
3187         Log: h2ph: the fp exponent does need to have an explicit sign.
3188      Branch: perl
3189            ! utils/h2ph.PL
3190 ____________________________________________________________________________
3191 [ 17069] By: jhi                                   on 2002/06/07  19:28:52
3192         Log: perlivp: tell what went wrong.
3193      Branch: perl
3194            ! utils/perlivp.PL
3195 ____________________________________________________________________________
3196 [ 17068] By: jhi                                   on 2002/06/07  19:22:23
3197         Log: perlivp: sometimes headers and symbols don't quite match.
3198      Branch: perl
3199            ! utils/perlivp.PL
3200 ____________________________________________________________________________
3201 [ 17067] By: jhi                                   on 2002/06/07  19:21:39
3202         Log: h2ph: One more usage example.
3203      Branch: perl
3204            ! utils/h2ph.PL
3205 ____________________________________________________________________________
3206 [ 17066] By: jhi                                   on 2002/06/07  19:05:22
3207         Log: h2ph: Tru64 disassembler.h evilness: mixed C and Pascal.
3208      Branch: perl
3209            ! utils/h2ph.PL
3210 ____________________________________________________________________________
3211 [ 17065] By: nick                                  on 2002/06/07  18:21:36
3212         Log: Integrate mainline
3213      Branch: perlio
3214           +> ext/IO/hints/sco.pl
3215           !> (integrate 27 files)
3216 ____________________________________________________________________________
3217 [ 17064] By: gsar                                  on 2002/06/07  18:04:39
3218         Log: uname() was returning "unknown" on IA64; handle other missing
3219              cases as well, and make any future unknown ones show up as
3220              unknown(0x123).
3221      Branch: perl
3222            ! win32/win32.c
3223 ____________________________________________________________________________
3224 [ 17063] By: jhi                                   on 2002/06/07  16:12:20
3225         Log: There are many ways to skin a Win32 (from Sarathy).
3226      Branch: perl
3227            ! pod/perlport.pod
3228 ____________________________________________________________________________
3229 [ 17062] By: jhi                                   on 2002/06/07  14:39:05
3230         Log: Typos spotted by Vadim.
3231      Branch: perl
3232            ! pod/perlport.pod
3233 ____________________________________________________________________________
3234 [ 17061] By: jhi                                   on 2002/06/07  14:05:16
3235         Log: Update Changes.
3236      Branch: perl
3237            ! Changes patchlevel.h
3238 ____________________________________________________________________________
3239 [ 17060] By: jhi                                   on 2002/06/07  13:26:52
3240         Log: Subject: Re: [PATCH] Small nit in perlxs.pod
3241              From: lupe@lupe-christoph.de (Lupe Christoph)
3242              Date: Fri, 7 Jun 2002 13:38:24 +0200
3243              Message-ID: <20020607113824.GD24159@lupe-christoph.de>
3244      Branch: perl
3245            ! pod/perlxs.pod
3246 ____________________________________________________________________________
3247 [ 17059] By: jhi                                   on 2002/06/07  13:25:35
3248         Log: Subject: [PATCH] README.win32 and win32/makefile.mk differ
3249              From: lupe@lupe-christoph.de (Lupe Christoph)
3250              Date: Fri, 7 Jun 2002 13:36:51 +0200
3251              Message-ID: <20020607113651.GC24159@lupe-christoph.de>
3252      Branch: perl
3253            ! README.win32
3254 ____________________________________________________________________________
3255 [ 17058] By: jhi                                   on 2002/06/07  13:22:38
3256         Log: gcc -Wall nit noticed by NI-S.
3257      Branch: perl
3258            ! pp.c
3259 ____________________________________________________________________________
3260 [ 17057] By: jhi                                   on 2002/06/07  13:20:05
3261         Log: Subject: Modification to Perl 5.6.1 source: ext/IO needs a hint
3262              From: Andrew Hamm <AHamm@civica.com.au>
3263              Date: Fri, 7 Jun 2002 17:11:24 +1000
3264              Message-ID: <3BA45F696FAAD3118A520090276AD99C0135BE03@sansydnt01.sanderson.net.au>
3265      Branch: perl
3266            + ext/IO/hints/sco.pl
3267            ! MANIFEST
3268 ____________________________________________________________________________
3269 [ 17056] By: jhi                                   on 2002/06/07  13:14:44
3270         Log: Integrate perlio:
3271              
3272              [ 17053]
3273              Don't discard read data on flush if seek fails.
3274      Branch: perl
3275           !> perlio.c
3276 ____________________________________________________________________________
3277 [ 17055] By: jhi                                   on 2002/06/07  13:01:19
3278         Log: s/MacOS/Mac OS/g; # (when the name of the os, not when $^O) Pudge
3279      Branch: perl
3280            ! pod/perl561delta.pod pod/perl570delta.pod pod/perl571delta.pod
3281            ! pod/perl572delta.pod pod/perldelta.pod pod/perlfaq3.pod
3282            ! pod/perlfunc.pod pod/perlintro.pod pod/perlpodspec.pod
3283            ! pod/perlport.pod pod/perltoot.pod
3284 ____________________________________________________________________________
3285 [ 17054] By: jhi                                   on 2002/06/07  12:38:09
3286         Log: More Winlore from Vadim.
3287      Branch: perl
3288            ! pod/perlport.pod
3289 ____________________________________________________________________________
3290 [ 17053] By: nick                                  on 2002/06/07  10:11:51
3291         Log: Don't discard read data on flush if seek fails.
3292      Branch: perlio
3293            ! perlio.c
3294 ____________________________________________________________________________
3295 [ 17052] By: jhi                                   on 2002/06/07  01:34:48
3296         Log: Subject: Re: Major bug in Storable 2.03 with 5.6.1 (freeze & thaw hooks)
3297              From: Radu Greab <radu@netsoft.ro>
3298              Date: Fri, 7 Jun 2002 05:17:58 +0300
3299              Message-ID: <15616.6102.89472.9852@ix.netsoft.ro>
3300      Branch: perl
3301            ! ext/Storable/Storable.xs
3302 ____________________________________________________________________________
3303 [ 17051] By: jhi                                   on 2002/06/07  01:31:56
3304         Log: Split in two the .PHONY target so that makes without .PHONY
3305              when invoked as "make" won't wander off into the targets "compile
3306              translator utilities" and instead stay in the "all" target.
3307              Diagnosed by Garry Williams.
3308      Branch: perl
3309            ! Makefile.SH
3310 ____________________________________________________________________________
3311 [ 17050] By: jhi                                   on 2002/06/06  20:57:11
3312         Log: Retract #16892 now that we have #17022.
3313      Branch: perl
3314            ! lib/Cwd.pm
3315 ____________________________________________________________________________
3316 [ 17049] By: jhi                                   on 2002/06/06  20:27:02
3317         Log: Update the SUPER-UX situation.
3318      Branch: perl
3319            ! pod/perldelta.pod
3320 ____________________________________________________________________________
3321 [ 17048] By: jhi                                   on 2002/06/06  20:13:53
3322         Log: More Windows wisdom from Sarathy;
3323              remove old UTS entry; add SUPER-UX.
3324      Branch: perl
3325            ! pod/perlport.pod
3326 ____________________________________________________________________________
3327 [ 17047] By: jhi                                   on 2002/06/06  20:10:14
3328         Log: Windows wisdom from Sarathy.
3329      Branch: perl
3330            ! pod/perlvar.pod
3331 ____________________________________________________________________________
3332 [ 17046] By: rgs                                   on 2002/06/06  19:33:23
3333         Log: The perlio warnings are not mandatory.
3334      Branch: perl
3335            ! pod/perldiag.pod
3336 ____________________________________________________________________________
3337 [ 17045] By: jhi                                   on 2002/06/06  19:09:52
3338         Log: Typolice.
3339      Branch: perl
3340            ! utils/c2ph.PL x2p/s2p.PL
3341 ____________________________________________________________________________
3342 [ 17044] By: jhi                                   on 2002/06/06  18:57:39
3343         Log: Document that $^O in Win32 is a bit lacking in details.
3344      Branch: perl
3345            ! pod/perlvar.pod
3346 ____________________________________________________________________________
3347 [ 17043] By: nick                                  on 2002/06/06  18:51:48
3348         Log: Integrate mainline
3349      Branch: perlio
3350           !> NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
3351           !> NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
3352           !> NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
3353           !> NetWare/t/NWScripts.pl lib/Thread.pm pod/perldelta.pod
3354           !> pod/perldiag.pod pod/perlguts.pod pod/perlthrtut.pod
3355           !> utils/c2ph.PL x2p/a2p.h x2p/s2p.PL
3356 ____________________________________________________________________________
3357 [ 17042] By: jhi                                   on 2002/06/06  18:49:22
3358         Log: Win32 is not an OS.
3359      Branch: perl
3360            ! pod/perlport.pod
3361 ____________________________________________________________________________
3362 [ 17041] By: jhi                                   on 2002/06/06  18:18:11
3363         Log: The Makefile.SH part of
3364              
3365              Subject: [PATCH] corrections to Config.pm
3366              From: Robin Barker <rmb1@cise.npl.co.uk>
3367              Date: Thu, 6 Jun 2002 18:05:17 +0100 (BST)
3368              Message-Id: <200206061705.SAA12213@tempest.npl.co.uk>
3369              
3370              and regen Configure.
3371      Branch: perl
3372            ! Configure Makefile.SH Porting/config.sh Porting/config_H
3373 ____________________________________________________________________________
3374 [ 17040] By: jhi                                   on 2002/06/06  17:46:20
3375         Log: Supported platforms tweaks.
3376      Branch: perl
3377            ! pod/perlport.pod
3378 ____________________________________________________________________________
3379 [ 17039] By: jhi                                   on 2002/06/06  16:13:15
3380         Log: Update the 5.005-threads failure list.
3381      Branch: perl
3382            ! pod/perldelta.pod
3383 ____________________________________________________________________________
3384 [ 17038] By: jhi                                   on 2002/06/06  16:10:24
3385         Log: Make pstruct and psed appear also on platforms with
3386              $Config{d_link} but filesystems without link() (like FAT).
3387              Should deal with [ID 20020602.003] and
3388              "RC1 for MSWin32-x86-multi-thread build bug report".
3389              Diagnosis by Sarathy.
3390      Branch: perl
3391            ! utils/c2ph.PL x2p/s2p.PL
3392 ____________________________________________________________________________
3393 [ 17037] By: jhi                                   on 2002/06/06  15:20:14
3394         Log: Subject: [PATCH] Thread.pm
3395              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3396              Date: Thu, 06 Jun 2002 10:47:36 +0200
3397              Message-Id: <4.2.0.58.20020606104435.01858590@mickey.dijkmat.nl>
3398      Branch: perl
3399            ! lib/Thread.pm
3400 ____________________________________________________________________________
3401 [ 17036] By: jhi                                   on 2002/06/06  15:07:32
3402         Log: Rafael noticed a bug in the explanation of #17035.
3403      Branch: perl
3404            ! pod/perldiag.pod
3405 ____________________________________________________________________________
3406 [ 17035] By: jhi                                   on 2002/06/06  13:18:20
3407         Log: Give more detailed explanation of open(FH, ">:foobar") failure.
3408      Branch: perl
3409            ! pod/perldiag.pod
3410 ____________________________________________________________________________
3411 [ 17034] By: jhi                                   on 2002/06/06  12:59:19
3412         Log: Subject: [DOCPATCH] perlthtut.pod
3413              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3414              Date: Thu, 06 Jun 2002 10:40:02 +0200
3415              Message-Id: <4.2.0.58.20020606103854.0191b320@mickey.dijkmat.nl>
3416      Branch: perl
3417            ! pod/perlthrtut.pod
3418 ____________________________________________________________________________
3419 [ 17033] By: jhi                                   on 2002/06/06  12:56:57
3420         Log: NetWare update from Ananth Kesari.
3421      Branch: perl
3422            ! NetWare/Makefile NetWare/NWUtil.c NetWare/bat/Buildtype.bat
3423            ! NetWare/bat/SetCodeWar.bat NetWare/bat/SetNWBld.bat
3424            ! NetWare/bat/Setnlmsdk.bat NetWare/bat/ToggleD2.bat
3425            ! NetWare/t/NWScripts.pl x2p/a2p.h
3426 ____________________________________________________________________________
3427 [ 17032] By: jhi                                   on 2002/06/06  12:47:34
3428         Log: Integrate perlio:
3429              
3430              [ 17030]
3431              doio.c tweaks
3432              - see SV passed to dup type open "looks_like__number"
3433              - apply layers to pipe opens.
3434      Branch: perl
3435           !> doio.c
3436 ____________________________________________________________________________
3437 [ 17031] By: ams                                   on 2002/06/06  11:49:13
3438         Log: Subject: [PATCH] perlguts.pod
3439              From: Nicholas Clark <nick@ccl4.org>
3440              Date: Thu, 6 Jun 2002 11:29:19 +0100
3441              Message-Id: <20020606112919.P22873@plum.flirble.org>
3442      Branch: perl
3443            ! pod/perlguts.pod
3444 ____________________________________________________________________________
3445 [ 17030] By: nick                                  on 2002/06/06  07:26:11
3446         Log: doio.c tweaks
3447              - see SV passed to dup type open "looks_like__number"
3448              - apply layers to pipe opens.
3449      Branch: perlio
3450            ! doio.c
3451 ____________________________________________________________________________
3452 [ 17029] By: nick                                  on 2002/06/06  06:32:35
3453         Log: Integrate mainline
3454      Branch: perlio
3455           !> AUTHORS Changes README.beos doio.c ext/DB_File/t/db-btree.t
3456           !> ext/DB_File/t/db-recno.t lib/Pod/Html.pm
3457           !> lib/Tie/File/t/16_handle.t patchlevel.h perl.c
3458           !> pod/perldelta.pod pod/perlfunc.pod pod/perlport.pod pp.c
3459           !> t/op/arith.t t/op/tie.t utils/perldoc.PL
3460 ____________________________________________________________________________
3461 [ 17028] By: jhi                                   on 2002/06/06  02:40:12
3462         Log: With -Ud_stdstdio perl -v and perl -h didn't flush their
3463              output buffers because they exited with PerlProc_exit()
3464              instead of my_exit() (from Andy Dougherty)
3465      Branch: perl
3466            ! perl.c
3467 ____________________________________________________________________________
3468 [ 17027] By: jhi                                   on 2002/06/06  01:38:50
3469         Log: BeOS status update; all platforms status update.
3470      Branch: perl
3471            ! README.beos pod/perlport.pod
3472 ____________________________________________________________________________
3473 [ 17026] By: jhi                                   on 2002/06/06  01:25:13
3474         Log: Subject: [PATCH lib/Pod/Html.pm] anchors fix
3475              From: Stas Bekman <stas@stason.org>
3476              Date: Wed, 05 Jun 2002 15:26:02 +0800
3477              Message-ID: <3CFDBD0A.8090505@stason.org>      
3478      Branch: perl
3479            ! lib/Pod/Html.pm
3480 ____________________________________________________________________________
3481 [ 17025] By: jhi                                   on 2002/06/05  23:48:28
3482         Log: Subject: [PATCH perl@17014] t/op/arith.t -- don't test infinity if it doesn't exist
3483              From: "Craig A. Berry" <craigberry@mac.com>
3484              Date: Wed, 05 Jun 2002 17:31:18 -0500
3485              Message-Id: <5.1.1.5.0.20020605171901.021cb8b8@exchi01>
3486      Branch: perl
3487            ! t/op/arith.t
3488 ____________________________________________________________________________
3489 [ 17024] By: jhi                                   on 2002/06/05  23:47:14
3490         Log: MacOS X 10.1.5 still failing the DB tests.
3491      Branch: perl
3492            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
3493            ! pod/perldelta.pod
3494 ____________________________________________________________________________
3495 [ 17023] By: jhi                                   on 2002/06/05  21:57:09
3496         Log: Address the second half of
3497              
3498              Subject: [ID 20020604.006] Pipe opens do not support I/O layers
3499              From: jv@squirrel.nl (Johan Vromans)
3500              Date: Tue,  4 Jun 2002 23:01:44 +0200 (CEST)
3501              Message-Id: <20020604210144.3A87A8B6B3@phoenix.squirrel.nl>
3502              
3503              so that multiarg piped opens only accept optional whitespace
3504              after the "|-".  If and when perlio discipline awareness added
3505              to |-, the now added code branch will grow.
3506              
3507              No test case because hard to think of anything even remotely
3508              portable.
3509      Branch: perl
3510            ! doio.c
3511 ____________________________________________________________________________
3512 [ 17022] By: jhi                                   on 2002/06/05  20:48:18
3513         Log: Subject: Re: local tied hash slices & stray keys (was Re: Cwd breakage)
3514              From: Doug MacEachern <dougm@covalent.net>
3515              Date: Mon, 3 Jun 2002 08:27:56 -0700 (PDT)
3516              Message-ID: <Pine.LNX.4.33.0206030822330.2695-100000@mako.covalent.net>
3517              
3518              (plus a test expanded from Schwern's [ID 20020602.006])
3519      Branch: perl
3520            ! pp.c t/op/tie.t
3521 ____________________________________________________________________________
3522 [ 17021] By: jhi                                   on 2002/06/05  19:56:33
3523         Log: Subject: doc bug in perldoc
3524              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3525              Date: Wed, 5 Jun 2002 09:47:31 -1000 (HST)
3526              Message-ID: <Pine.LNX.4.44.0206050941191.29367-100000@lapaki>
3527      Branch: perl
3528            ! utils/perldoc.PL
3529 ____________________________________________________________________________
3530 [ 17020] By: jhi                                   on 2002/06/05  19:55:00
3531         Log: AUTHORS updates; perldelta blame^Wfame additions.
3532      Branch: perl
3533            ! AUTHORS pod/perldelta.pod
3534 ____________________________________________________________________________
3535 [ 17019] By: jhi                                   on 2002/06/05  19:08:00
3536         Log: Mention Carp enhancements.
3537      Branch: perl
3538            ! pod/perldelta.pod
3539 ____________________________________________________________________________
3540 [ 17018] By: sky                                   on 2002/06/05  18:49:10
3541         Log: Update text slightly and update links to threads.pm instead of Thread.pm
3542      Branch: perl
3543            ! pod/perlfunc.pod
3544 ____________________________________________________________________________
3545 [ 17017] By: rgs                                   on 2002/06/05  18:32:11
3546         Log: Remove a comma and a few whitespaces.
3547      Branch: perl
3548            ! pod/perlfunc.pod
3549 ____________________________________________________________________________
3550 [ 17016] By: rgs                                   on 2002/06/05  18:28:50
3551         Log: $^O is 'beos' on BeOS
3552      Branch: perl
3553            ! lib/Tie/File/t/16_handle.t
3554 ____________________________________________________________________________
3555 [ 17015] By: nick                                  on 2002/06/05  15:11:00
3556         Log: Integrate mainline (for Configure)
3557      Branch: perlio
3558           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3559           !> ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
3560           !> hints/linux.sh myconfig.SH pod/perldelta.pod
3561 ____________________________________________________________________________
3562 [ 17014] By: jhi                                   on 2002/06/05  13:53:51
3563         Log: Update Changes.
3564      Branch: perl
3565            ! Changes patchlevel.h
3566 ____________________________________________________________________________
3567 [ 17013] By: jhi                                   on 2002/06/05  13:41:02
3568         Log: Mention the flakiness of AIX' make.
3569      Branch: perl
3570            ! pod/perldelta.pod
3571 ____________________________________________________________________________
3572 [ 17012] By: jhi                                   on 2002/06/05  13:40:45
3573         Log: metaconfig unit change for #17011.
3574      Branch: metaconfig
3575            ! U/installdirs/inc_version_list.U
3576 ____________________________________________________________________________
3577 [ 17011] By: jhi                                   on 2002/06/05  13:23:59
3578         Log: Subject: [ID 20020604.009] [jason@openinformatics.com (Jason E. Stewart)] RC1 buglet in Configure
3579              From: jason@openinformatics.com (Jason E. Stewart)
3580              Date: 04 Jun 2002 16:42:32 -0600
3581              Message-Id: <87d6v6wtrb.fsf@openinformatics.com>
3582              
3583              Unexpanded $prefix.
3584      Branch: perl
3585            ! Configure
3586 ____________________________________________________________________________
3587 [ 17010] By: jhi                                   on 2002/06/05  13:16:49
3588         Log: glibc version is more a library issue than a compiler issue.
3589      Branch: perl
3590            ! myconfig.SH
3591 ____________________________________________________________________________
3592 [ 17009] By: jhi                                   on 2002/06/05  13:07:01
3593         Log: Subject: [Encode PATCH] spurious warning
3594              From: Nicholas Clark <nick@unfortu.net>
3595              Date: Sun, 2 Jun 2002 20:26:22 +0100
3596              Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
3597      Branch: perl
3598            ! ext/Encode/lib/Encode/Alias.pm ext/PerlIO/t/encoding.t
3599 ____________________________________________________________________________
3600 [ 17008] By: jhi                                   on 2002/06/05  13:03:19
3601         Log: Show gnulibc_version in myconfig. 
3602      Branch: perl
3603            ! myconfig.SH
3604 ____________________________________________________________________________
3605 [ 17007] By: jhi                                   on 2002/06/05  12:59:31
3606         Log: Regen Glossary for #16991.
3607      Branch: perl
3608            ! Porting/Glossary Porting/config.sh Porting/config_H
3609 ____________________________________________________________________________
3610 [ 17006] By: jhi                                   on 2002/06/05  12:44:45
3611         Log: More for #16991.
3612      Branch: perl
3613            ! hints/linux.sh
3614 ____________________________________________________________________________
3615 [ 17005] By: nick                                  on 2002/06/05  07:23:22
3616         Log: Integrate mainline
3617      Branch: perlio
3618           +> ext/Thread/README.threads
3619            - README.threads
3620           !> (integrate 81 files)
3621 ____________________________________________________________________________
3622 [ 17004] By: jhi                                   on 2002/06/05  03:35:24
3623         Log: FAQ sync.
3624      Branch: perl
3625            ! pod/perlfaq6.pod
3626 ____________________________________________________________________________
3627 [ 17003] By: jhi                                   on 2002/06/05  01:56:00
3628         Log: Subject: [ID 20020602.004] threads::shared::queue new nit
3629              From: Elizabeth Mattijsen <liz@dijkmat.nl>
3630              Date: Sun, 02 Jun 2002 21:36:05 +0200
3631              Message-Id: <4.2.0.58.20020602213520.027cf9d0@mickey.dijkmat.nl>
3632      Branch: perl
3633            ! ext/threads/shared/queue.pm
3634 ____________________________________________________________________________
3635 [ 17002] By: jhi                                   on 2002/06/05  01:47:02
3636         Log: Subject: [ID 20020603.010] One more failed test on BeOS 5
3637              From: "Daniel Berger" <djberg96@attbi.com>
3638              Date: Mon, 03 Jun 2002 19:18:38 GMT
3639              Message-Id: <20020604001258.MELY2751.rwcrmhc52.attbi.com@tiberius.mn.ipsvc.net>
3640      Branch: perl
3641            ! README.beos
3642 ____________________________________________________________________________
3643 [ 17001] By: jhi                                   on 2002/06/05  01:44:40
3644         Log: Subject: One more sorry for Oracle
3645              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3646              Date: Tue, 04 Jun 2002 10:02:17 +0200
3647              Message-Id: <20020604100132.159C.H.M.BRAND@hccnet.nl>
3648              
3649              (modified)
3650      Branch: perl
3651            ! README.hpux
3652 ____________________________________________________________________________
3653 [ 17000] By: jhi                                   on 2002/06/05  01:42:58
3654         Log: metaconfig unit change for #16999.
3655      Branch: metaconfig
3656            ! U/threads/usethreads.U
3657 ____________________________________________________________________________
3658 [ 16999] By: jhi                                   on 2002/06/05  01:42:44
3659         Log: Disable the combination of ithreads but not perlio.
3660      Branch: perl
3661            ! Configure INSTALL
3662 ____________________________________________________________________________
3663 [ 16998] By: jhi                                   on 2002/06/05  00:58:43
3664         Log: perlthrtut links.
3665      Branch: perl
3666            ! ext/threads/shared/shared.pm ext/threads/threads.pm
3667            ! pod/perldelta.pod
3668 ____________________________________________________________________________
3669 [ 16997] By: jhi                                   on 2002/06/05  00:55:08
3670         Log: Unmatchings.
3671      Branch: perl
3672            ! README.netware README.win32
3673 ____________________________________________________________________________
3674 [ 16996] By: jhi                                   on 2002/06/05  00:50:08
3675         Log: Subject: Re: 2nd draft of announcement
3676              From: "John P. Linderman" <jpl@research.att.com>
3677              Date: Mon, 03 Jun 2002 08:57:49 -0400
3678              Message-Id: <200206031257.IAA12388@raptor.research.att.com>
3679              
3680              Let's not forget the mystery IRIX failure.
3681      Branch: perl
3682            ! pod/perldelta.pod
3683 ____________________________________________________________________________
3684 [ 16995] By: jhi                                   on 2002/06/05  00:45:34
3685         Log: Move the obsolete README.threads out of sight to ext/Threads;
3686              save one part of the IRIX knowledge in INSTALL (though IRIX
3687              6.2 is quite old...)
3688      Branch: perl
3689            + ext/Thread/README.threads
3690            - README.threads
3691            ! INSTALL MANIFEST
3692 ____________________________________________________________________________
3693 [ 16994] By: jhi                                   on 2002/06/05  00:27:47
3694         Log: Upgrade to Math::BigRat 0.07.
3695      Branch: perl
3696            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
3697            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
3698            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
3699 ____________________________________________________________________________
3700 [ 16993] By: jhi                                   on 2002/06/05  00:27:08
3701         Log: metaconfig unit change #16991.
3702      Branch: metaconfig
3703            ! U/compline/d_gnulibc.U U/compline/d_stdstdio.U
3704 ____________________________________________________________________________
3705 [ 16992] By: jhi                                   on 2002/06/05  00:26:45
3706         Log: Forgot from #16991.
3707      Branch: perl
3708            ! config_h.SH
3709 ____________________________________________________________________________
3710 [ 16991] By: jhi                                   on 2002/06/05  00:16:28
3711         Log: Subject: Re: hints/linux.sh & stdio
3712              From: Andy Dougherty <doughera@lafayette.edu>
3713              Date: Mon, 3 Jun 2002 13:57:17 -0400 (EDT)
3714              Message-ID: <Pine.SOL.4.10.10206031349430.4034-100000@maxwell.phys.lafayette.edu>
3715      Branch: perl
3716            ! Configure
3717 ____________________________________________________________________________
3718 [ 16990] By: jhi                                   on 2002/06/05  00:08:57
3719         Log: Integrate maintperl change #16988;
3720              
3721              make IO::Pipe work on windows
3722      Branch: perl
3723           !> ext/IO/lib/IO/Pipe.pm
3724 ____________________________________________________________________________
3725 [ 16989] By: jhi                                   on 2002/06/05  00:07:15
3726         Log: Integrate macperl changes #16974 and #16975;
3727              
3728              nativize() isn't happy with absolute Mac paths
3729              
3730              Test::Harness test fixes, attempt #3 :-)
3731      Branch: perl
3732           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
3733           !> lib/Test/Harness/t/callback.t
3734           !> lib/Test/Harness/t/strap-analyze.t
3735           !> lib/Test/Harness/t/test-harness.t lib/lib_pm.PL
3736 ____________________________________________________________________________
3737 [ 16988] By: gsar                                  on 2002/06/04  23:14:56
3738         Log: make IO::Pipe work on windows
3739      Branch: maint-5.6/perl
3740            ! ext/IO/lib/IO/Pipe.pm
3741 ____________________________________________________________________________
3742 [ 16987] By: rgs                                   on 2002/06/04  21:37:23
3743         Log: s/modperl/mod_perl/g
3744      Branch: perl
3745            ! README.aix pod/perldelta.pod
3746 ____________________________________________________________________________
3747 [ 16986] By: rgs                                   on 2002/06/04  21:32:19
3748         Log: Subject: [DOC PATCH] perldelta.pod
3749              From: Philip Newton <Philip.Newton@gmx.net>
3750              Date: Tue, 04 Jun 2002 06:52:55 +0200
3751              Message-ID: <g9hofuk5egps80m15k59loidv60506n4nb@4ax.com>
3752              
3753              (with one nit, s/modperl/mod_perl/)
3754      Branch: perl
3755            ! pod/perldelta.pod
3756 ____________________________________________________________________________
3757 [ 16985] By: rgs                                   on 2002/06/04  20:30:00
3758         Log: perlfunc/lock() nits by Philip Newton and Johan Vromans.
3759      Branch: perl
3760            ! pod/perlfunc.pod
3761 ____________________________________________________________________________
3762 [ 16984] By: ams                                   on 2002/06/04  01:05:49
3763         Log: Subject: [PATCH] Re: Some bugs in RC1
3764              From: Michael G Schwern <schwern@pobox.com>
3765              Date: Mon, 03 Jun 2002 19:59:21 -0400
3766              Message-Id: <20020603235921.GN31617@ool-18b93024.dyn.optonline.net>
3767      Branch: perl
3768            ! lib/perl5db.pl
3769 ____________________________________________________________________________
3770 [ 16983] By: pudge                                 on 2002/06/04  00:22:12
3771         Log: Update Errno slightly to latest version
3772      Branch: macperl
3773            ! macos/lib/Errno.pm
3774 ____________________________________________________________________________
3775 [ 16982] By: rgs                                   on 2002/06/03  19:15:26
3776         Log: Protect against localizing an %ENV slice.
3777      Branch: perl
3778            ! lib/Cwd.pm
3779 ____________________________________________________________________________
3780 [ 16981] By: rgs                                   on 2002/06/03  18:59:19
3781         Log: Document that lock() is a "weak keyword".
3782      Branch: perl
3783            ! pod/perlfunc.pod
3784 ____________________________________________________________________________
3785 [ 16980] By: ams                                   on 2002/06/03  18:38:26
3786         Log: Subject: [PATCH Switch.pm] Minor typo
3787              From: Philip Newton <Philip.Newton@gmx.net>
3788              Date: Mon, 03 Jun 2002 21:35:55 +0200
3789              Message-Id: <q7hnfu8rttv0bro03si2e42avpqoe50op9@4ax.com>
3790      Branch: perl
3791            ! lib/Switch.pm
3792 ____________________________________________________________________________
3793 [ 16979] By: ams                                   on 2002/06/03  17:06:03
3794         Log: Remove all occurrences of occurence, except for one (in the
3795              Changelog) that is preserved for historical reasons.
3796      Branch: perl
3797            ! ext/File/Glob/bsd_glob.c hints/ultrix_4.sh lib/Pod/Checker.pm
3798            ! lib/Pod/Find.pm pod/perltoc.pod t/pod/poderrs.t
3799            ! t/pod/poderrs.xr util.c wince/comp.pl x2p/find2perl.PL
3800 ____________________________________________________________________________
3801 [ 16978] By: pudge                                 on 2002/06/02  17:22:43
3802         Log: Update Changes
3803      Branch: macperl
3804            ! macos/Changes
3805 ____________________________________________________________________________
3806 [ 16977] By: pudge                                 on 2002/06/02  17:21:45
3807         Log: Update Help menu for 5.8
3808      Branch: macperl
3809            ! macos/macperl/MacPerl.podhelp
3810 ____________________________________________________________________________
3811 [ 16976] By: pudge                                 on 2002/06/02  17:21:28
3812         Log: Bump versions
3813      Branch: macperl
3814            ! macos/MPVersion.r macos/config.h macos/config.sh
3815 ____________________________________________________________________________
3816 [ 16975] By: pudge                                 on 2002/06/02  17:19:29
3817         Log: Test::Harness test fixes, attempt #3 :-)
3818      Branch: macperl
3819            ! lib/Test/Harness/t/callback.t
3820            ! lib/Test/Harness/t/strap-analyze.t
3821            ! lib/Test/Harness/t/test-harness.t
3822 ____________________________________________________________________________
3823 [ 16974] By: pudge                                 on 2002/06/02  17:18:48
3824         Log: nativize() isn't happy with absolute Mac paths
3825      Branch: macperl
3826            ! ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_MacOS.pm
3827            ! lib/lib_pm.PL
3828 ____________________________________________________________________________
3829 [ 16973] By: jhi                                   on 2002/06/01  21:19:50
3830         Log: Integrate #16971 from maint-5.6;
3831              
3832              IO::Poll wasn't working on windows since poll.c wasn't using the
3833              same abstractions as perl; for test case, see:
3834              http://bugs.activestate.com/show_bug.cgi?id=19624
3835      Branch: perl
3836           !> XSUB.h ext/IO/poll.c
3837 ____________________________________________________________________________
3838 [ 16972] By: jhi                                   on 2002/06/01  21:14:39
3839         Log: A few links.
3840      Branch: perl
3841            ! pod/perldelta.pod
3842 ____________________________________________________________________________
3843 [ 16971] By: gsar                                  on 2002/06/01  20:39:08
3844         Log: IO::Poll wasn't working on windows since poll.c wasn't using the
3845              same abstractions as perl; for test case, see:
3846              http://bugs.activestate.com/show_bug.cgi?id=19624
3847      Branch: maint-5.6/perl
3848            ! XSUB.h ext/IO/poll.c
3849 ____________________________________________________________________________
3850 [ 16970] By: jhi                                   on 2002/06/01  20:27:03
3851         Log: Various perldelta tweaks.
3852      Branch: perl
3853            ! pod/perldelta.pod
3854 ____________________________________________________________________________
3855 [ 16969] By: jhi                                   on 2002/06/01  19:52:15
3856         Log: Update Changes.
3857      Branch: perl
3858            ! Changes patchlevel.h
3859 ____________________________________________________________________________
3860 [ 16968] By: pudge                                 on 2002/06/01  18:55:49
3861         Log: Integrate perl for 5.8.0 RC1
3862      Branch: macperl
3863           !> (integrate 77 files)
3864 ____________________________________________________________________________
3865 [ 16967] By: jhi                                   on 2002/06/01  17:46:42
3866         Log: Two obsolete files.
3867      Branch: perl
3868            ! Porting/makerel
3869 ____________________________________________________________________________
3870 [ 16966] By: jhi                                   on 2002/06/01  17:42:45
3871         Log: This is Perl 5.8.0 RC 1.
3872      Branch: perl
3873            ! patchlevel.h
3874 ____________________________________________________________________________
3875 [ 16965] By: jhi                                   on 2002/06/01  17:39:39
3876         Log: Update Changes.
3877      Branch: perl
3878            ! Changes patchlevel.h
3879 ____________________________________________________________________________
3880 [ 16964] By: jhi                                   on 2002/06/01  17:25:31
3881         Log: Subject: [Encode] 1.75 Released
3882              From: Dan Kogai <dankogai@dan.co.jp>
3883              Date: Sun, 2 Jun 2002 03:19:19 +0900
3884              Message-Id: <16B7B98D-758C-11D6-AE74-0003939A104C@dan.co.jp>
3885      Branch: perl
3886            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/TW/TW.pm
3887            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
3888            ! ext/Encode/lib/Encode/Alias.pm
3889            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
3890            ! ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
3891 ____________________________________________________________________________
3892 [ 16963] By: jhi                                   on 2002/06/01  16:15:24
3893         Log: Paranoia regen_headers; no changes but at least
3894              the timestamps are now fine.
3895      Branch: perl
3896            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
3897            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
3898            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
3899            ! pod/perlintern.pod pp.sym pp_proto.h proto.h regnodes.h
3900            ! warnings.h
3901 ____________________________________________________________________________
3902 [ 16962] By: jhi                                   on 2002/06/01  16:13:17
3903         Log: Subject: Oracle / 5.8.0 / HP-UX / gcc / 64bit: Sorry
3904              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3905              Date: Sat, 01 Jun 2002 11:35:22 +0200
3906              Message-Id: <20020601103313.BF75.H.M.BRAND@hccnet.nl>
3907      Branch: perl
3908            ! README.hpux
3909 ____________________________________________________________________________
3910 [ 16961] By: jhi                                   on 2002/06/01  15:57:04
3911         Log: Garbage character in perldelta; Cygwin tip from Vadim; regen toc.
3912      Branch: perl
3913            ! pod/perldelta.pod pod/perltoc.pod
3914 ____________________________________________________________________________
3915 [ 16960] By: jhi                                   on 2002/06/01  15:30:10
3916         Log: Regen Configure + perlmodlib + perltoc, FAQ sync.
3917      Branch: perl
3918            ! Configure Porting/config.sh Porting/config_H pod/perlfaq4.pod
3919            ! pod/perlfaq5.pod pod/perlmodlib.pod pod/perltoc.pod
3920 ____________________________________________________________________________
3921 [ 16959] By: jhi                                   on 2002/06/01  15:03:57
3922         Log: Even more VMSifying (this time more like de-MacOSifying).
3923      Branch: perl
3924            ! lib/Test/Harness/t/test-harness.t
3925 ____________________________________________________________________________
3926 [ 16958] By: jhi                                   on 2002/06/01  14:58:39
3927         Log: VMSifying from Craig Berry.
3928      Branch: perl
3929            ! lib/Test/Harness/t/callback.t
3930            ! lib/Test/Harness/t/strap-analyze.t
3931            ! lib/Test/Harness/t/test-harness.t
3932 ____________________________________________________________________________
3933 [ 16957] By: jhi                                   on 2002/06/01  14:52:34
3934         Log: Mention the CJK docs.
3935      Branch: perl
3936            ! pod/perldelta.pod
3937 ____________________________________________________________________________
3938 [ 16956] By: jhi                                   on 2002/06/01  14:36:15
3939         Log: Subject: [PATCH] another Storable test
3940              From: Nicholas Clark <nick@unfortu.net>
3941              Date: Sat, 1 Jun 2002 14:07:01 +0100
3942              Message-ID: <20020601130700.GB301@Bagpuss.unfortu.net>
3943      Branch: perl
3944            ! ext/Storable/t/interwork56.t
3945 ____________________________________________________________________________
3946 [ 16955] By: nick                                  on 2002/06/01  09:02:48
3947         Log: Integrate mainline
3948      Branch: perlio
3949            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
3950           !> (integrate 62 files)
3951 ____________________________________________________________________________
3952 [ 16954] By: jhi                                   on 2002/06/01  04:05:35
3953         Log: Make the changes MacOS-specific.
3954      Branch: perl
3955            ! lib/Test/Harness/t/callback.t
3956            ! lib/Test/Harness/t/strap-analyze.t
3957            ! lib/Test/Harness/t/test-harness.t
3958 ____________________________________________________________________________
3959 [ 16953] By: ams                                   on 2002/06/01  03:20:52
3960         Log: Remove $Id$ lines.
3961      Branch: perl
3962            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
3963            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
3964            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
3965            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
3966            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
3967            ! ext/Storable/t/integer.t ext/Storable/t/interwork56.t
3968            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
3969            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
3970            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
3971            ! ext/Storable/t/st-dump.pl ext/Storable/t/store.t
3972            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
3973            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
3974            ! ext/Storable/t/utf8hash.t
3975 ____________________________________________________________________________
3976 [ 16952] By: jhi                                   on 2002/06/01  03:09:47
3977         Log: Perl Labs dead, Smokers live.
3978      Branch: perl
3979            ! pod/perlhack.pod
3980 ____________________________________________________________________________
3981 [ 16951] By: ams                                   on 2002/06/01  03:08:02
3982         Log: Nitpick at ChangeLog until it is consistently formatted.
3983      Branch: perl
3984            ! ext/Storable/ChangeLog
3985 ____________________________________________________________________________
3986 [ 16950] By: jhi                                   on 2002/06/01  02:46:48
3987         Log: strictify lib.pm.
3988      Branch: perl
3989            ! lib/lib_pm.PL
3990 ____________________________________________________________________________
3991 [ 16949] By: jhi                                   on 2002/06/01  02:33:27
3992         Log: s/invcer/incver/
3993      Branch: perl
3994            ! lib/lib_pm.PL
3995 ____________________________________________________________________________
3996 [ 16948] By: jhi                                   on 2002/06/01  02:03:27
3997         Log: Subject: Re: perl@16925
3998              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3999              Date: Fri, 31 May 2002 19:56:39 -0700
4000              Message-ID: <nfD+8gzkgGHH092yn@efn.org>
4001              
4002              Self-tie clarifications.
4003      Branch: perl
4004            ! pod/perldelta.pod
4005 ____________________________________________________________________________
4006 [ 16947] By: jhi                                   on 2002/06/01  01:17:45
4007         Log: Be exact of what happens.
4008      Branch: perl
4009            ! README.cygwin
4010 ____________________________________________________________________________
4011 [ 16946] By: jhi                                   on 2002/06/01  01:16:59
4012         Log: Subject: [Patch] Inplace editing on Cygwin and others?
4013              From: "Gerrit P. Haase" <gp@familiehaase.de>
4014              Date: Sat, 1 Jun 2002 04:14:43 +0200
4015              Message-ID: <199100765833.20020601041443@familiehaase.de>
4016      Branch: perl
4017            ! README.cygwin doio.c perl.c
4018 ____________________________________________________________________________
4019 [ 16945] By: jhi                                   on 2002/05/31  23:03:23
4020         Log: MacOS test glitch.
4021      Branch: perl
4022            ! ext/Digest/MD5/t/files.t
4023 ____________________________________________________________________________
4024 [ 16944] By: jhi                                   on 2002/05/31  22:13:31
4025         Log: Update Changes.
4026      Branch: perl
4027            ! Changes patchlevel.h
4028 ____________________________________________________________________________
4029 [ 16943] By: jhi                                   on 2002/05/31  22:08:03
4030         Log: Subject: lib/Math/BigInt/t/bigintc.t + VMS + perl@16925
4031              From: "Craig A. Berry" <craigberry@mac.com>
4032              Date: Fri, 31 May 2002 17:20:11 -0500
4033              Message-Id: <a05111b01b91da6015790@[172.16.52.1]>
4034              
4035              Avoid redef warning.
4036      Branch: perl
4037            ! lib/Math/BigInt/Calc.pm
4038 ____________________________________________________________________________
4039 [ 16942] By: jhi                                   on 2002/05/31  21:42:12
4040         Log: Integrate macperl patches #16926 and #16938;
4041              
4042              Big MacPerl Testing Patch No. 2
4043              
4044              Big MacPerl Testing Patch No. 3
4045      Branch: perl
4046           !> ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
4047           !> lib/Devel/SelfStubber.t lib/English.t lib/ExtUtils/MM_MacOS.pm
4048           !> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
4049           !> lib/File/DosGlob.t lib/File/Path.t lib/File/Spec/t/Spec.t
4050           !> lib/File/Temp.pm lib/FindBin.t lib/Test/Harness/Straps.pm
4051           !> lib/Test/Harness/t/callback.t
4052           !> lib/Test/Harness/t/strap-analyze.t
4053           !> lib/Test/Harness/t/test-harness.t lib/Tie/File/t/09_gen_rs.t
4054           !> lib/diagnostics.t lib/lib.t lib/lib_pm.PL t/comp/use.t
4055           !> t/lib/MakeMaker/Test/Utils.pm utils/dprofpp.PL utils/splain.PL
4056 ____________________________________________________________________________
4057 [ 16941] By: pudge                                 on 2002/05/31  20:49:56
4058         Log: Configuration / test updates
4059      Branch: macperl
4060            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
4061            ! macos/Makefile.mk
4062 ____________________________________________________________________________
4063 [ 16940] By: pudge                                 on 2002/05/31  20:49:19
4064         Log: Fix various Makefile.PL for string/array conflicts
4065      Branch: macperl
4066            ! macos/ext/Mac/Controls/Makefile.PL
4067            ! macos/ext/Mac/Dialogs/Makefile.PL
4068            ! macos/ext/Mac/Events/Makefile.PL
4069            ! macos/ext/Mac/Files/Makefile.PL
4070            ! macos/ext/Mac/Fonts/Makefile.PL
4071            ! macos/ext/Mac/Lists/Makefile.PL
4072            ! macos/ext/Mac/Menus/Makefile.PL
4073            ! macos/ext/Mac/MoreFiles/Makefile.PL
4074            ! macos/ext/Mac/Movies/Makefile.PL
4075            ! macos/ext/Mac/Navigation/Makefile.PL
4076            ! macos/ext/Mac/Notification/Makefile.PL
4077            ! macos/ext/Mac/OSA/Makefile.PL
4078            ! macos/ext/Mac/QDOffscreen/Makefile.PL
4079            ! macos/ext/Mac/QuickTimeVR/Makefile.PL
4080            ! macos/ext/Mac/SAT/Makefile.PL macos/ext/Mac/Sound/Makefile.PL
4081            ! macos/ext/Mac/StandardFile/Makefile.PL
4082            ! macos/ext/Mac/TextEdit/Makefile.PL
4083            ! macos/ext/Mac/Windows/Makefile.PL
4084            ! macos/ext/MacPerl/Makefile.PL
4085 ____________________________________________________________________________
4086 [ 16939] By: pudge                                 on 2002/05/31  20:48:09
4087         Log: Integrate perl
4088      Branch: macperl
4089            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
4090           !> MANIFEST hints/hpux.sh lib/Math/BigInt/t/mbi_rand.t
4091           !> pod/perldelta.pod pod/perlhist.pod pod/perlport.pod
4092           !> pod/perlvar.pod
4093 ____________________________________________________________________________
4094 [ 16938] By: pudge                                 on 2002/05/31  20:46:07
4095         Log: Big MacPerl Testing Patch No. 3
4096      Branch: macperl
4097            ! lib/ExtUtils/MM_MacOS.pm lib/File/DosGlob.t
4098            ! lib/File/Spec/t/Spec.t lib/Test/Harness/Straps.pm
4099            ! lib/Test/Harness/t/callback.t
4100            ! lib/Test/Harness/t/strap-analyze.t
4101            ! lib/Test/Harness/t/test-harness.t lib/lib_pm.PL t/comp/use.t
4102            ! utils/dprofpp.PL utils/splain.PL
4103 ____________________________________________________________________________
4104 [ 16937] By: jhi                                   on 2002/05/31  20:14:45
4105         Log: Update the LWP status.
4106      Branch: perl
4107            ! pod/perldelta.pod
4108 ____________________________________________________________________________
4109 [ 16936] By: nick                                  on 2002/05/31  20:07:40
4110         Log: Integrate mainline
4111      Branch: perlio
4112           +> NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
4113           +> lib/File/Spec/NW5.pm
4114            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4115            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4116            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4117            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
4118           !> Changes MANIFEST NetWare/Makefile NetWare/Nwmain.c
4119           !> NetWare/nw5.c README.netware ext/DynaLoader/DynaLoader_pm.PL
4120           !> hints/hpux.sh lib/English.t lib/ExtUtils/MM_NW5.pm makedef.pl
4121           !> patchlevel.h pod/perldelta.pod pod/perlport.pod
4122           !> pod/perlvar.pod toke.c
4123 ____________________________________________________________________________
4124 [ 16935] By: jhi                                   on 2002/05/31  19:27:50
4125         Log: Freudian slip :-)
4126      Branch: perl
4127            ! pod/perlhist.pod
4128 ____________________________________________________________________________
4129 [ 16934] By: jhi                                   on 2002/05/31  18:58:21
4130         Log: perlhist update.
4131      Branch: perl
4132            ! pod/perlhist.pod
4133 ____________________________________________________________________________
4134 [ 16933] By: jhi                                   on 2002/05/31  18:52:26
4135         Log: Subject: RE: [doughera@lafayette.edu: [PATCH] Math/BigInt/t/mbi_rand.t pr
4136              From: Andy Dougherty <doughera@lafayette.edu>
4137              Date: Fri, 31 May 2002 15:52:34 -0400 (EDT)
4138              Message-ID: Pine.SOL.4.10.10205311550480.19295-100000@maxwell.phys.lafayette.edu>
4139      Branch: perl
4140            ! lib/Math/BigInt/t/mbi_rand.t
4141 ____________________________________________________________________________
4142 [ 16932] By: jhi                                   on 2002/05/31  18:46:54
4143         Log: From: Michael G Schwern <schwern@pobox.com>
4144              Date: Fri, 31 May 2002 15:18:02 -0400
4145              Message-id: <20020531191802.GB23567@ool-18b93024.dyn.optonline.net>
4146              To: perl5-porters@perl.org
4147      Branch: perl
4148            - t/lib/sample-tests/skip_all t/lib/sample-tests/skip_no_msg
4149            ! MANIFEST
4150 ____________________________________________________________________________
4151 [ 16931] By: jhi                                   on 2002/05/31  17:52:24
4152         Log: More datapoints on gcc/alpha.
4153      Branch: perl
4154            ! pod/perldelta.pod
4155 ____________________________________________________________________________
4156 [ 16930] By: jhi                                   on 2002/05/31  17:07:14
4157         Log: Document that old gccs on Alpha are no good.
4158      Branch: perl
4159            ! pod/perldelta.pod
4160 ____________________________________________________________________________
4161 [ 16929] By: pudge                                 on 2002/05/31  16:27:30
4162         Log: Integrate perl
4163      Branch: macperl
4164           +> NetWare/bat/SetCodeWar.bat ext/Storable/t/interwork56.t
4165           +> ext/Storable/t/make_56_interwork.pl lib/ExtUtils/t/MM_NW5.t
4166           +> lib/ExtUtils/t/writemakefile_args.t lib/File/Spec/NW5.pm
4167           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4168           +> t/lib/sample-tests/skipall_nomsg
4169            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4170            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4171            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4172            - NetWare/bat/Setmpksdk.bat NetWare/bat/Setwatcom.bat
4173            - NetWare/bat/ToggleXDC.bat
4174           !> (integrate 86 files)
4175 ____________________________________________________________________________
4176 [ 16928] By: jhi                                   on 2002/05/31  16:20:02
4177         Log: Subject: [PATCH perl@16923] archname glitch on HP-UX/IA64
4178              From: Colin Watson <colinw@zeus.com>
4179              Date: Fri, 31 May 2002 17:34:06 +0100
4180              Message-ID: <20020531163406.GA10401@zeus.com>
4181      Branch: perl
4182            ! hints/hpux.sh
4183 ____________________________________________________________________________
4184 [ 16927] By: jhi                                   on 2002/05/31  16:17:29
4185         Log: Subject: [PATCH] Adjust executable suffix checks for VMS
4186              From: Paul_GreenVOS@vos.stratus.com
4187              Date: Fri, 31 May 02 12:23 edt
4188              Message-Id: <200205311622.MAA21673@mailhub2.stratus.com>
4189      Branch: perl
4190            ! pod/perlport.pod pod/perlvar.pod
4191 ____________________________________________________________________________
4192 [ 16926] By: pudge                                 on 2002/05/31  16:07:35
4193         Log: Big MacPerl Testing Patch No. 2
4194              There might be more soon, but this is almost all of it for now
4195      Branch: macperl
4196            ! ext/DynaLoader/DynaLoader_pm.PL lib/Devel/SelfStubber.pm
4197            ! lib/Devel/SelfStubber.t lib/English.t
4198            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
4199            ! lib/File/Path.t lib/File/Temp.pm lib/FindBin.t
4200            ! lib/Tie/File/t/09_gen_rs.t lib/diagnostics.t lib/lib.t
4201            ! lib/lib_pm.PL t/lib/MakeMaker/Test/Utils.pm
4202 ____________________________________________________________________________
4203 [ 16925] By: jhi                                   on 2002/05/31  14:52:22
4204         Log: Update Changes.
4205      Branch: perl
4206            ! Changes patchlevel.h
4207 ____________________________________________________________________________
4208 [ 16924] By: jhi                                   on 2002/05/31  14:34:23
4209         Log: Missing MANIFESTations.
4210      Branch: perl
4211            ! MANIFEST
4212 ____________________________________________________________________________
4213 [ 16923] By: jhi                                   on 2002/05/31  13:21:13
4214         Log: DJGPP tweaks from Laszlo.
4215      Branch: perl
4216            ! lib/English.t
4217 ____________________________________________________________________________
4218 [ 16922] By: jhi                                   on 2002/05/31  13:12:51
4219         Log: NetWare update from Ananth Kesari.
4220      Branch: perl
4221            + NetWare/bat/SetCodeWar.bat lib/ExtUtils/t/MM_NW5.t
4222            + lib/File/Spec/NW5.pm
4223            - NetWare/bat/BldNWExt-Exist.bat NetWare/bat/BldNWExt.bat
4224            - NetWare/bat/CWbuild.bat NetWare/bat/MPKBuild.bat
4225            - NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
4226            - NetWare/bat/Setmpksdk.bat NetWare/bat/ToggleXDC.bat
4227            ! MANIFEST NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
4228            ! README.netware ext/DynaLoader/DynaLoader_pm.PL
4229            ! lib/ExtUtils/MM_NW5.pm makedef.pl toke.c
4230 ____________________________________________________________________________
4231 [ 16921] By: jhi                                   on 2002/05/31  12:39:48
4232         Log: Integrate perlio:
4233              
4234              [ 16920]
4235              Use File::Spec for blib expectance tests - skating round
4236              existing MacOS and VMS hacks.
4237      Branch: perl
4238           !> lib/blib.t
4239 ____________________________________________________________________________
4240 [ 16920] By: nick                                  on 2002/05/31  08:48:40
4241         Log: Use File::Spec for blib expectance tests - skating round
4242              existing MacOS and VMS hacks.
4243      Branch: perlio
4244            ! lib/blib.t
4245 ____________________________________________________________________________
4246 [ 16919] By: nick                                  on 2002/05/31  08:39:37
4247         Log: Integrate mainline
4248      Branch: perlio
4249           +> ext/Storable/t/interwork56.t
4250           +> ext/Storable/t/make_56_interwork.pl
4251           +> lib/ExtUtils/t/writemakefile_args.t
4252           +> t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4253           +> t/lib/sample-tests/skipall_nomsg
4254            - NetWare/bat/Setwatcom.bat
4255           !> (integrate 62 files)
4256 ____________________________________________________________________________
4257 [ 16918] By: jhi                                   on 2002/05/31  03:12:15
4258         Log: Regen toc.
4259      Branch: perl
4260            ! pod/perltoc.pod
4261 ____________________________________________________________________________
4262 [ 16917] By: jhi                                   on 2002/05/31  02:13:06
4263         Log: Subject: [PATCH] t/test.pl, which_perl, VMS
4264              From: "Craig A. Berry" <craigberry@mac.com>
4265              Date: Thu, 30 May 2002 22:14:15 -0500
4266              Message-Id: <a0511170ab91c997b6866@[172.16.52.1]>
4267      Branch: perl
4268            ! t/test.pl
4269 ____________________________________________________________________________
4270 [ 16916] By: jhi                                   on 2002/05/31  02:05:11
4271         Log: Missing from #16914.
4272      Branch: perl
4273            ! MANIFEST
4274 ____________________________________________________________________________
4275 [ 16915] By: jhi                                   on 2002/05/31  02:01:07
4276         Log: BeOS status update.
4277      Branch: perl
4278            ! AUTHORS README.beos pod/perldelta.pod
4279 ____________________________________________________________________________
4280 [ 16914] By: jhi                                   on 2002/05/31  01:54:38
4281         Log: Upgrade to Test::Harness 2.24.
4282      Branch: perl
4283            + t/lib/sample-tests/skip_nomsg t/lib/sample-tests/skipall
4284            + t/lib/sample-tests/skipall_nomsg
4285            ! lib/Test/Harness.pm lib/Test/Harness/Changes
4286            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
4287            ! lib/Test/Harness/t/strap-analyze.t
4288            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
4289 ____________________________________________________________________________
4290 [ 16913] By: jhi                                   on 2002/05/31  01:24:32
4291         Log: metaconfig unit change for #16912.
4292      Branch: metaconfig/U/perl
4293            ! perlpath.U
4294 ____________________________________________________________________________
4295 [ 16912] By: jhi                                   on 2002/05/31  01:24:16
4296         Log: Subject: Improved $^X patch
4297              From: Paul_GreenVOS@vos.stratus.com
4298              Date: Thu, 30 May 02 17:32 edt
4299              Message-Id: <200205302132.RAA18437@mailhub1.stratus.com>
4300      Branch: perl
4301            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4302            ! pod/perlport.pod pod/perlvar.pod
4303 ____________________________________________________________________________
4304 [ 16911] By: jhi                                   on 2002/05/31  01:12:21
4305         Log: Subject: [PATCH configure.com] _ext -> _exe
4306              From: "Craig A. Berry" <craigberry@mac.com>
4307              Date: Thu, 30 May 2002 18:32:43 -0500
4308              Message-Id: <a05111705b91c5d0f3f25@[172.16.52.1]>
4309      Branch: perl
4310            ! configure.com
4311 ____________________________________________________________________________
4312 [ 16910] By: jhi                                   on 2002/05/31  01:10:08
4313         Log: Because of #16909 MANIFEST changes.
4314      Branch: perl
4315            ! t/TEST t/harness
4316 ____________________________________________________________________________
4317 [ 16909] By: jhi                                   on 2002/05/31  01:09:36
4318         Log: Subject: [PATCH] Storable compatibility with 64 bit 5.6.x
4319              From: Nicholas Clark <nick@unfortu.net>
4320              Date: Fri, 31 May 2002 00:02:22 +0100
4321              Message-ID: <20020530230221.GC296@Bagpuss.unfortu.net>
4322      Branch: perl
4323            + ext/Storable/t/interwork56.t
4324            + ext/Storable/t/make_56_interwork.pl
4325            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
4326            ! ext/Storable/Makefile.PL ext/Storable/Storable.pm
4327            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
4328 ____________________________________________________________________________
4329 [ 16908] By: jhi                                   on 2002/05/30  20:49:34
4330         Log: Integrate perlio:
4331              
4332              [ 16895]
4333              Play safe and avoid writes to stdio's buffer (for glibc2.3)
4334      Branch: perl
4335           !> perlio.c
4336 ____________________________________________________________________________
4337 [ 16907] By: jhi                                   on 2002/05/30  20:42:42
4338         Log: Upgrade to Math::BigRat 0.06.
4339      Branch: perl
4340            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
4341 ____________________________________________________________________________
4342 [ 16906] By: jhi                                   on 2002/05/30  20:39:30
4343         Log: Upgrade to Math::BigInt 1.57.
4344      Branch: perl
4345            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4346            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
4347            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
4348            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbi_rand.t
4349            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
4350 ____________________________________________________________________________
4351 [ 16905] By: jhi                                   on 2002/05/30  20:26:32
4352         Log: Subject: [PATCH perl@16893] lib/blib.t tweak for VMS
4353              From: "Craig A. Berry" <craigberry@mac.com>
4354              Date: Thu, 30 May 2002 16:22:40 -0500
4355              Message-Id: <a05111703b91c44a6865f@[172.16.52.1]>
4356      Branch: perl
4357            ! lib/blib.t
4358 ____________________________________________________________________________
4359 [ 16904] By: jhi                                   on 2002/05/30  20:24:10
4360         Log: Upgrade to ExtUtils::MakeMaker 6.01.
4361      Branch: perl
4362            + lib/ExtUtils/t/writemakefile_args.t
4363            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
4364            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
4365            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_MacOS.pm
4366            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
4367            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4368            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4369            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
4370            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/testlib.pm
4371 ____________________________________________________________________________
4372 [ 16903] By: dougm                                 on 2002/05/30  20:05:47
4373         Log: prevent attempts to load extension libraries more than once on darwin.
4374              avoiding fatal errors in the form of: "multiple definitions of symbol _XS_foo"
4375      Branch: perl
4376            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
4377 ____________________________________________________________________________
4378 [ 16902] By: jhi                                   on 2002/05/30  20:01:10
4379         Log: Obsolete file.
4380      Branch: perl
4381            - NetWare/bat/Setwatcom.bat
4382            ! MANIFEST
4383 ____________________________________________________________________________
4384 [ 16901] By: jhi                                   on 2002/05/30  19:49:57
4385         Log: Update Andy.
4386      Branch: perl
4387            ! hints/linux.sh
4388 ____________________________________________________________________________
4389 [ 16900] By: jhi                                   on 2002/05/30  19:40:14
4390         Log: INT2PTR/PTR2IV defined twice.
4391      Branch: perl
4392            ! ext/Devel/PPPort/PPPort.pm
4393 ____________________________________________________________________________
4394 [ 16899] By: jhi                                   on 2002/05/30  19:26:11
4395         Log: Subject: Re: [PATCH: perl@16826] small updates to DCL portions of perl kit
4396              From: PPrymmer@factset.com
4397              Date: Thu, 30 May 2002 13:57:31 -0400
4398              Message-ID: <OF5D13E5C1.A33F30A2-ON85256BC9.0061EF06@55.25.11>
4399              
4400              Multinet matters with s/might the/mind the/
4401      Branch: perl
4402            ! README.vms
4403 ____________________________________________________________________________
4404 [ 16898] By: nick                                  on 2002/05/30  15:55:46
4405         Log: Integrate mainline
4406      Branch: perlio
4407           !> Changes lib/charnames.pm lib/charnames.t patchlevel.h
4408           !> pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod
4409 ____________________________________________________________________________
4410 [ 16897] By: jhi                                   on 2002/05/30  15:46:52
4411         Log: Document the glibc 2.2.5 long long bug.
4412      Branch: perl
4413            ! pod/perldelta.pod
4414 ____________________________________________________________________________
4415 [ 16896] By: jhi                                   on 2002/05/30  15:43:56
4416         Log: Subject: [PATCH pod/perlfunc.pod]  Not having an unimport is no longer fatal.
4417              From: Abigail <abigail@foad.org>
4418              Date: Thu, 30 May 2002 09:33:51 -0700
4419              Message-ID: <20020530093351.A18225@ucan.foad.org>
4420      Branch: perl
4421            ! pod/perlfunc.pod
4422 ____________________________________________________________________________
4423 [ 16895] By: nick                                  on 2002/05/30  14:40:11
4424         Log: Play safe and avoid writes to stdio's buffer (for glibc2.3)
4425      Branch: perlio
4426            ! perlio.c
4427 ____________________________________________________________________________
4428 [ 16894] By: nick                                  on 2002/05/30  14:39:19
4429         Log: Integrate mainline
4430      Branch: perlio
4431           !> (integrate 50 files)
4432 ____________________________________________________________________________
4433 [ 16893] By: jhi                                   on 2002/05/30  14:24:29
4434         Log: Update Changes.
4435      Branch: perl
4436            ! Changes patchlevel.h
4437 ____________________________________________________________________________
4438 [ 16892] By: jhi                                   on 2002/05/30  14:17:43
4439         Log: Subject: RE: [PATCH pod/perlvar.pod] $^X
4440              From: "Green, Paul" <Paul.Green@stratus.com>
4441              Date: Thu, 30 May 2002 11:11:35 -0400
4442              Message-ID: <A2A34F15EE916148BC4C4748223E67A4027C25E4@EXNA4.stratus.com>  
4443      Branch: perl
4444            ! pod/perlvar.pod
4445 ____________________________________________________________________________
4446 [ 16891] By: jhi                                   on 2002/05/30  14:07:30
4447         Log: charnames patch from Thomas Wegner.
4448      Branch: perl
4449            ! lib/charnames.pm lib/charnames.t
4450 ____________________________________________________________________________
4451 [ 16890] By: jhi                                   on 2002/05/30  14:03:24
4452         Log: Subject: [Patch perl@16861] charnames::vianame tweak
4453              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4454              Date: Thu, 30 May 2002 23:56:51 +0900
4455              Message-Id: <20020530235541.D722.BQW10602@nifty.com>
4456      Branch: perl
4457            ! lib/charnames.pm
4458 ____________________________________________________________________________
4459 [ 16889] By: jhi                                   on 2002/05/30  14:02:02
4460         Log: Chart the self-tying minefield.
4461      Branch: perl
4462            ! pod/perldelta.pod
4463 ____________________________________________________________________________
4464 [ 16888] By: jhi                                   on 2002/05/30  13:58:53
4465         Log: Ignasi Roca convinced me, so #16855 is back in.
4466      Branch: perl
4467            ! utfebcdic.h
4468 ____________________________________________________________________________
4469 [ 16887] By: jhi                                   on 2002/05/30  13:51:29
4470         Log: Subject: [PATCH] Re: Linux glibc 2.2.90 issue; likely from readonly stdio mmap
4471              From: Andy Dougherty <doughera@lafayette.edu>
4472              Date: Thu, 30 May 2002 10:50:18 -0400 (EDT)
4473              Message-ID: <Pine.SOL.4.10.10205301008040.22885-100000@maxwell.phys.lafayette.edu>
4474      Branch: perl
4475            ! hints/linux.sh
4476 ____________________________________________________________________________
4477 [ 16886] By: gbarr                                 on 2002/05/30  13:49:11
4478         Log: Sync with libnet-1.12
4479      Branch: perl
4480            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm lib/Net/SMTP.pm
4481 ____________________________________________________________________________
4482 [ 16885] By: jhi                                   on 2002/05/30  13:43:28
4483         Log: Subject: Re: perl@16861
4484              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4485              Date: Wed, 29 May 2002 15:27:18 -0700
4486              Message-ID: <GXV98gzkgW7Y092yn@efn.org>
4487              
4488              Yitzchak won't give up on self-ties.
4489      Branch: perl
4490            ! pp_sys.c t/op/tie.t
4491 ____________________________________________________________________________
4492 [ 16884] By: ams                                   on 2002/05/30  13:32:52
4493         Log: Ronald Kimball pointed out that there was a run-on sentence in the
4494              last patch by Stas Bekman, and I fixed it, and while I was at it, I
4495              fixed the wording of the last phrase as well, and then I re-wrapped
4496              the paragraph.
4497      Branch: perl
4498            ! pod/perlvar.pod
4499 ____________________________________________________________________________
4500 [ 16883] By: jhi                                   on 2002/05/30  13:30:52
4501         Log: Integrate macperl change #16875.
4502      Branch: perl
4503           !> ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
4504           !> t/lib/warnings/op
4505 ____________________________________________________________________________
4506 [ 16882] By: jhi                                   on 2002/05/30  13:29:13
4507         Log: Integrate macperl patch #16868.
4508      Branch: perl
4509           !> (integrate 36 files)
4510 ____________________________________________________________________________
4511 [ 16881] By: jhi                                   on 2002/05/30  12:50:14
4512         Log: Subject: Re: [ PATCH ] module test fest
4513              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4514              Date: Thu, 30 May 2002 13:52:18 +0200
4515              Message-Id: <20020530135047.0B46.H.M.BRAND@hccnet.nl>
4516              
4517              HP-UX Oracle wisdom (with some tweaks)
4518      Branch: perl
4519            ! README.hpux
4520 ____________________________________________________________________________
4521 [ 16880] By: jhi                                   on 2002/05/30  12:48:09
4522         Log: metaconfig unit change for #16879.
4523      Branch: metaconfig
4524            ! U/modified/Options.U
4525 ____________________________________________________________________________
4526 [ 16879] By: jhi                                   on 2002/05/30  12:47:34
4527         Log: Configure -A should not mangle spaces, from H.Merijn B.
4528      Branch: perl
4529            ! Configure
4530 ____________________________________________________________________________
4531 [ 16878] By: jhi                                   on 2002/05/30  12:40:42
4532         Log: OS/2: found the _fd_flags() prototype.
4533      Branch: perl
4534            ! os2/os2ish.h
4535 ____________________________________________________________________________
4536 [ 16877] By: jhi                                   on 2002/05/30  12:33:05
4537         Log: Fix up the signal handler reinstallation lore.
4538      Branch: perl
4539            ! pod/perlipc.pod
4540 ____________________________________________________________________________
4541 [ 16876] By: jhi                                   on 2002/05/30  12:29:09
4542         Log: Subject: [PATCH pod/perlipc.pod] Handling the SIGHUP Signal in Daemons
4543              From: Stas Bekman <stas@stason.org>
4544              Date: Thu, 30 May 2002 15:29:02 +0800
4545              Message-ID: <3CF5D4BE.4000500@stason.org>
4546      Branch: perl
4547            ! pod/perlipc.pod
4548 ____________________________________________________________________________
4549 [ 16875] By: pudge                                 on 2002/05/30  11:48:05
4550         Log: Fixes for fixes
4551      Branch: macperl
4552            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t lib/blib.t
4553            ! t/lib/warnings/op
4554 ____________________________________________________________________________
4555 [ 16874] By: ams                                   on 2002/05/30  07:41:30
4556         Log: Fix typo in #16866.
4557      Branch: perl
4558            ! lib/File/stat.t
4559 ____________________________________________________________________________
4560 [ 16873] By: ams                                   on 2002/05/30  07:39:24
4561         Log: Subject: [PATCH lib/File/Spec/Unix.pm] catpath()'s pod part
4562              From: Stas Bekman <stas@stason.org>
4563              Date: Thu, 30 May 2002 16:14:55 +0800
4564              Message-Id: <3CF5DF7F.1060700@stason.org>
4565      Branch: perl
4566            ! lib/File/Spec/Unix.pm
4567 ____________________________________________________________________________
4568 [ 16872] By: ams                                   on 2002/05/30  07:38:34
4569         Log: Subject: [PATCH pod/perlvar.pod] $^X
4570              From: Stas Bekman <stas@stason.org>
4571              Date: Thu, 30 May 2002 15:59:48 +0800
4572              Message-Id: <3CF5DBF4.7080500@stason.org>
4573      Branch: perl
4574            ! pod/perlvar.pod
4575 ____________________________________________________________________________
4576 [ 16871] By: nick                                  on 2002/05/30  06:45:56
4577         Log: Integrate all but lib/File/stat.t which seems broken.
4578      Branch: perlio
4579           !> Changes Porting/patching.pod cygwin/perlld.in
4580           !> epoc/createpkg.pl ext/Devel/PPPort/PPPort.pm
4581           !> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4582           !> lib/ExtUtils/MM_NW5.pm os2/os2ish.h patchlevel.h perl.h
4583           !> pp_pack.c sv.c t/base/num.t t/harness t/op/tie.t
4584           !> t/run/fresh_perl.t utfebcdic.h
4585 ____________________________________________________________________________
4586 [ 16870] By: pudge                                 on 2002/05/30  06:06:34
4587         Log: Integrate perl
4588      Branch: macperl
4589           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
4590           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4591           !> (integrate 137 files)
4592 ____________________________________________________________________________
4593 [ 16869] By: pudge                                 on 2002/05/30  05:41:50
4594         Log: Makefile / config / test updates for MacPerl
4595      Branch: macperl
4596            + macos/MacPerlMakeTests.plx
4597            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
4598            ! macos/Makefile.mk macos/bundled_ext/Digest/MD5/Makefile.mk
4599            ! macos/config.h macos/config.sh macos/macperl/Makefile.mk
4600 ____________________________________________________________________________
4601 [ 16868] By: pudge                                 on 2002/05/30  05:39:51
4602         Log: Big MacPerl Testing Patch No. 1
4603              If you like this, stay tuned, there's more to come!
4604      Branch: macperl
4605            ! ext/B/B/Concise.pm ext/B/t/deparse.t ext/B/t/terse.t
4606            ! ext/Cwd/t/cwd.t ext/Digest/MD5/t/files.t
4607            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/t/io_dup.t
4608            ! ext/POSIX/t/sigaction.t ext/PerlIO/t/encoding.t
4609            ! ext/PerlIO/t/fallback.t ext/Socket/Socket.t
4610            ! ext/Storable/t/utf8hash.t lib/AutoSplit.t
4611            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/hostent.t
4612            ! lib/Pod/t/Usage.t lib/Pod/t/pod2html-lib.pl
4613            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/callback.t
4614            ! lib/Test/Harness/t/strap-analyze.t
4615            ! lib/Test/Harness/t/test-harness.t lib/Test/Simple/t/exit.t
4616            ! lib/Unicode/Collate.pm lib/Unicode/UCD.t lib/blib.pm
4617            ! lib/blib.t lib/open.t lib/strict.t lib/subs.t lib/warnings.t
4618            ! perl.c t/lib/filter-util.pl t/lib/warnings/doio
4619            ! t/lib/warnings/mg t/lib/warnings/op t/x2p/s2p.t
4620 ____________________________________________________________________________
4621 [ 16867] By: jhi                                   on 2002/05/29  23:25:09
4622         Log: Attachments are okay.
4623      Branch: perl
4624            ! Porting/patching.pod
4625 ____________________________________________________________________________
4626 [ 16866] By: jhi                                   on 2002/05/29  19:46:49
4627         Log: OS/2: ENOINO.
4628      Branch: perl
4629            ! lib/File/stat.t
4630 ____________________________________________________________________________
4631 [ 16865] By: jhi                                   on 2002/05/29  19:41:53
4632         Log: OS/2: provide prototype.
4633      Branch: perl
4634            ! os2/os2ish.h
4635 ____________________________________________________________________________
4636 [ 16864] By: jhi                                   on 2002/05/29  19:29:17
4637         Log: OS/2: fp stringification fudge.
4638              (After this the whole suite passes 98.30%)
4639      Branch: perl
4640            ! t/base/num.t
4641 ____________________________________________________________________________
4642 [ 16863] By: jhi                                   on 2002/05/29  17:35:04
4643         Log: harness wasn't running x2p/s2p.t.
4644      Branch: perl
4645            ! t/harness
4646 ____________________________________________________________________________
4647 [ 16862] By: nick                                  on 2002/05/29  14:12:41
4648         Log: Integrate mainline
4649      Branch: perlio
4650           +> ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4651           !> (integrate 100 files)
4652 ____________________________________________________________________________
4653 [ 16861] By: jhi                                   on 2002/05/29  13:41:01
4654         Log: Subject: [PATCH] pack 'w' should be using NV, not double
4655              From: Nicholas Clark <nick@ccl4.org>
4656              Date: Wed, 29 May 2002 15:38:41 +0100
4657              Message-ID: <20020529153840.L53388@plum.flirble.org>
4658      Branch: perl
4659            ! pp_pack.c
4660 ____________________________________________________________________________
4661 [ 16860] By: jhi                                   on 2002/05/29  13:31:35
4662         Log: Update Changes.
4663      Branch: perl
4664            ! Changes patchlevel.h
4665 ____________________________________________________________________________
4666 [ 16859] By: jhi                                   on 2002/05/29  13:25:31
4667         Log: Spelling bee.
4668      Branch: perl
4669            ! t/op/tie.t
4670 ____________________________________________________________________________
4671 [ 16858] By: jhi                                   on 2002/05/29  13:21:58
4672         Log: Recover some of the #16845.
4673      Branch: perl
4674            ! sv.c t/op/tie.t t/run/fresh_perl.t
4675 ____________________________________________________________________________
4676 [ 16857] By: jhi                                   on 2002/05/29  12:47:02
4677         Log: Retract #16855 until settled.
4678      Branch: perl
4679            ! utfebcdic.h
4680 ____________________________________________________________________________
4681 [ 16856] By: jhi                                   on 2002/05/29  12:31:35
4682         Log: OS/2: more missing definitions.
4683      Branch: perl
4684            ! os2/os2ish.h
4685 ____________________________________________________________________________
4686 [ 16855] By: jhi                                   on 2002/05/29  12:28:17
4687         Log: Subject: UTF-EBCDIC for POSIX-BC (Malformed UTF-8 character)
4688              From: "Roca Carrio, Ignasi (PO EP)" <Ignasi.Roca@fujitsu-siemens.com>
4689              Date: Wed, 29 May 2002 13:16:16 +0200
4690              Message-ID: <318B95F90D8BD41194A5009027FD5FFBCE6CED@madrid14.mad.fsc.net>
4691      Branch: perl
4692            ! utfebcdic.h
4693 ____________________________________________________________________________
4694 [ 16854] By: jhi                                   on 2002/05/29  12:16:08
4695         Log: PPPort: fix up SvPVbyte if in 5.6.1 (borrowed from Digest::MD5)
4696      Branch: perl
4697            ! ext/Devel/PPPort/PPPort.pm
4698 ____________________________________________________________________________
4699 [ 16853] By: jhi                                   on 2002/05/29  11:58:43
4700         Log: Subject: Re: [PATCHES] Re: libwin32 on Cygwin?
4701              From: "Gerrit P. Haase" <gp@familiehaase.de>
4702              Date: Wed, 29 May 2002 08:06:43 +0200
4703              Message-ID: <1881715214417.20020529080643@familiehaase.de>
4704      Branch: perl
4705            ! perl.h
4706 ____________________________________________________________________________
4707 [ 16852] By: jhi                                   on 2002/05/29  11:53:12
4708         Log: OS/2: more missing headers from John Poltorak.
4709      Branch: perl
4710            ! os2/os2ish.h
4711 ____________________________________________________________________________
4712 [ 16851] By: jhi                                   on 2002/05/29  11:48:35
4713         Log: Subject: Re: forewarning: usedevel and versiononly
4714              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4715              Date: Wed, 29 May 2002 09:41:23 +0200
4716              Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
4717              
4718              More 5.7.3 -> 5.8.0.
4719      Branch: perl
4720            ! cygwin/perlld.in epoc/createpkg.pl ext/Encode/bin/enc2xs
4721            ! ext/Encode/bin/piconv lib/ExtUtils/MM_NW5.pm
4722 ____________________________________________________________________________
4723 [ 16850] By: ams                                   on 2002/05/29  06:48:19
4724         Log: Lots of spring cleaning. (No functional changes.)
4725      Branch: perl
4726            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
4727            ! ext/Storable/README ext/Storable/Storable.pm
4728            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
4729            ! ext/Storable/t/canonical.t ext/Storable/t/compat06.t
4730            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
4731            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
4732            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
4733            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
4734            ! ext/Storable/t/retrieve.t ext/Storable/t/st-dump.pl
4735            ! ext/Storable/t/store.t ext/Storable/t/tied.t
4736            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
4737            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
4738 ____________________________________________________________________________
4739 [ 16849] By: jhi                                   on 2002/05/29  01:16:23
4740         Log: pod cleanups.
4741      Branch: perl
4742            ! README.aix README.cygwin README.jp README.ko README.macos
4743            ! README.tw pod/perl561delta.pod pod/perldelta.pod
4744            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
4745            ! pod/perlhack.pod pod/perlipc.pod pod/perlsub.pod
4746            ! pod/perlthrtut.pod pod/perlunicode.pod pod/perluniintro.pod
4747 ____________________________________________________________________________
4748 [ 16848] By: jhi                                   on 2002/05/29  00:44:59
4749         Log: Regen perltoc.
4750      Branch: perl
4751            ! pod/perltoc.pod
4752 ____________________________________________________________________________
4753 [ 16847] By: jhi                                   on 2002/05/28  22:15:44
4754         Log: Subject: [PATCH] cross-compilation support for WinCE for non-core extensions
4755              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
4756              Date: Wed, 29 May 2002 02:48:15 +0400
4757              Message-ID: <000701c20699$c3684a30$c25cc3d9@vad>
4758      Branch: perl
4759            ! wince/Makefile.ce
4760 ____________________________________________________________________________
4761 [ 16846] By: jhi                                   on 2002/05/28  22:10:51
4762         Log: Subject: [PATCH: perl@16826] small updates to DCL portions of perl kit
4763              From: PPrymmer@factset.com
4764              Date: Tue, 28 May 2002 18:34:55 -0400
4765              Message-ID: <OF23EAAE54.E5DCAD53-ON85256BC7.007B1EA5@55.25.11>
4766      Branch: perl
4767            ! configure.com vms/genopt.com
4768 ____________________________________________________________________________
4769 [ 16845] By: jhi                                   on 2002/05/28  22:05:55
4770         Log: Retract #16820, #16819, #16810, #16669, #16531, #16530, #16501
4771              to restore some level of sanity in the tied scalars can of worms.
4772      Branch: perl
4773            ! mg.c pp_sys.c sv.c t/op/tie.t t/run/fresh_perl.t
4774 ____________________________________________________________________________
4775 [ 16844] By: gsar                                  on 2002/05/28  22:05:38
4776         Log: extension of change#16332: isolate signal diddling to the main
4777              interpreter (fixes signal-related races, e.g. when multiple
4778              threads run system())
4779      Branch: maint-5.6/perl
4780            ! util.c
4781 ____________________________________________________________________________
4782 [ 16843] By: jhi                                   on 2002/05/28  20:35:59
4783         Log: Bump the version numbers to five-eight-oh.
4784      Branch: perl
4785            ! Configure NetWare/Makefile NetWare/config_H.wc
4786            ! Porting/config.sh Porting/config_H README.tru64 epoc/config.sh
4787            ! patchlevel.h t/op/ver.t uconfig.h uconfig.sh utils/h2xs.PL
4788            ! vos/config.alpha.h vos/config.ga.h win32/Makefile
4789            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4790            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
4791            ! wince/config_H.ce
4792 ____________________________________________________________________________
4793 [ 16842] By: ams                                   on 2002/05/28  19:34:27
4794         Log: Subject: Minor INSTALL patch
4795              From: Andy Dougherty <doughera@lafayette.edu>
4796              Date: Tue, 28 May 2002 16:08:30 -0400 (EDT)
4797              Message-Id: <Pine.SOL.4.10.10205281607001.17663-100000@maxwell.phys.lafayette.edu>
4798      Branch: perl
4799            ! INSTALL
4800 ____________________________________________________________________________
4801 [ 16841] By: ams                                   on 2002/05/28  19:01:22
4802         Log: Add integer.t to MANIFEST.
4803      Branch: perl
4804            ! ext/Storable/MANIFEST
4805 ____________________________________________________________________________
4806 [ 16840] By: jhi                                   on 2002/05/28  17:49:08
4807         Log: Subject: [Encode] 1.74 released -- final for 5.8.0-RC1
4808              From: Dan Kogai <dankogai@dan.co.jp>
4809              Date: Wed, 29 May 2002 03:43:57 +0900
4810              Message-Id: <DE163EDE-726A-11D6-B9CB-0003939A104C@dan.co.jp>
4811      Branch: perl
4812            + ext/Encode/ucm/ctrl.ucm ext/Encode/ucm/null.ucm
4813            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
4814            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
4815            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
4816            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
4817            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
4818            ! ext/Encode/MANIFEST ext/Encode/Makefile.PL
4819            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
4820            ! ext/Encode/bin/enc2xs ext/Encode/lib/Encode/Supported.pod
4821            ! ext/Encode/t/mime-header.t
4822 ____________________________________________________________________________
4823 [ 16839] By: jhi                                   on 2002/05/28  17:18:28
4824         Log: OS/2: bug found by John Poltorak.
4825      Branch: perl
4826            ! lib/ExtUtils/MM_OS2.pm
4827 ____________________________________________________________________________
4828 [ 16838] By: gsar                                  on 2002/05/28  14:14:29
4829         Log: makefiles should not clobber lib/Thread directory (some Thread
4830              files seem to live there rather than in ext, for some reason)
4831      Branch: perl
4832            ! win32/Makefile win32/makefile.mk
4833 ____________________________________________________________________________
4834 [ 16837] By: jhi                                   on 2002/05/28  14:06:42
4835         Log: Subject: [PATCH] Bug fix for charnames::vianame
4836              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4837              Date: Tue, 28 May 2002 23:53:39 +0900
4838              Message-Id: <20020528234907.310A.BQW10602@nifty.com>
4839      Branch: perl
4840            ! lib/charnames.pm lib/charnames.t
4841 ____________________________________________________________________________
4842 [ 16836] By: jhi                                   on 2002/05/28  13:43:39
4843         Log: Test output tweak.
4844      Branch: perl
4845            ! lib/ExtUtils/t/Embed.t
4846 ____________________________________________________________________________
4847 [ 16835] By: jhi                                   on 2002/05/28  13:32:46
4848         Log: More charnames tweaks.
4849      Branch: perl
4850            ! lib/charnames.pm lib/charnames.t
4851 ____________________________________________________________________________
4852 [ 16834] By: jhi                                   on 2002/05/28  13:24:16
4853         Log: Subject: [PATCH] Doc fix for charnames::vianame
4854              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4855              Date: Tue, 28 May 2002 22:46:41 +0900
4856              Message-Id: <20020528223607.9EBF.BQW10602@nifty.com>
4857      Branch: perl
4858            ! lib/charnames.pm
4859 ____________________________________________________________________________
4860 [ 16833] By: jhi                                   on 2002/05/28  13:23:03
4861         Log: Subject: [PATCH 5.7.3 TEST] Embed.t fails on Win32
4862              From: "Yves Orton" <demerphq@hotmail.com>
4863              Date: Tue, 28 May 2002 15:43:12 +0200
4864              Message-ID: <F170zgYLowspDKicUbv0000b23d@hotmail.com>
4865      Branch: perl
4866            ! lib/ExtUtils/t/Embed.t
4867 ____________________________________________________________________________
4868 [ 16832] By: jhi                                   on 2002/05/28  13:14:21
4869         Log: metaconfig unit change for #16831.
4870      Branch: metaconfig/U/perl
4871            ! gccvers.U
4872 ____________________________________________________________________________
4873 [ 16831] By: jhi                                   on 2002/05/28  13:14:02
4874         Log: gcc 3 defensiveness from H. Merijn B and Rafael.
4875      Branch: perl
4876            ! Configure
4877 ____________________________________________________________________________
4878 [ 16830] By: jhi                                   on 2002/05/28  12:55:29
4879         Log: Retract the Straps part of #16829 for now since
4880              the subtest 44 of t/strap.t started failing.
4881      Branch: perl
4882            ! lib/Test/Harness/Straps.pm
4883 ____________________________________________________________________________
4884 [ 16829] By: jhi                                   on 2002/05/28  12:26:34
4885         Log: Subject: [PATCH bleadperl] Test::Harness and skiping tests functionality
4886              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4887              Date: Tue, 28 May 2002 08:17:53 +0200
4888              Message-ID: <40949173.20020528081753@tesla.rcub.bg.ac.yu>
4889      Branch: perl
4890            ! ext/POSIX/t/waitpid.t lib/Test/Harness.pm
4891            ! lib/Test/Harness/Straps.pm t/op/64bitint.t t/test.pl
4892 ____________________________________________________________________________
4893 [ 16828] By: nick                                  on 2002/05/28  08:00:28
4894         Log: Integrate mainline
4895      Branch: perlio
4896           !> Changes Makefile.micro README.netware README.tru64
4897           !> ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
4898           !> ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
4899           !> ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
4900           !> ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4901           !> ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
4902           !> ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
4903           !> mg.c patchlevel.h pod/perltodo.pod sv.c t/lib/warnings/pp_hot
4904           !> uconfig.h util.c
4905 ____________________________________________________________________________
4906 [ 16827] By: jhi                                   on 2002/05/28  00:46:23
4907         Log: Tru64: sockatmark trouble.
4908      Branch: perl
4909            ! README.tru64
4910 ____________________________________________________________________________
4911 [ 16826] By: jhi                                   on 2002/05/27  23:48:31
4912         Log: Update Changes.
4913      Branch: perl
4914            ! Changes patchlevel.h
4915 ____________________________________________________________________________
4916 [ 16825] By: pudge                                 on 2002/05/27  22:55:07
4917         Log: Integrate perl
4918      Branch: macperl
4919           +> ext/Storable/t/integer.t
4920            ! macos/MPVersion.r macos/config.sh
4921           !> (integrate 60 files)
4922 ____________________________________________________________________________
4923 [ 16824] By: jhi                                   on 2002/05/27  20:58:48
4924         Log: Todo update.
4925      Branch: perl
4926            ! pod/perltodo.pod
4927 ____________________________________________________________________________
4928 [ 16823] By: jhi                                   on 2002/05/27  20:55:45
4929         Log: Don't assume sh and true.
4930      Branch: perl
4931            ! Makefile.micro uconfig.h
4932 ____________________________________________________________________________
4933 [ 16822] By: jhi                                   on 2002/05/27  20:42:47
4934         Log: Subject: Re: [PATCH] Version tango
4935              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4936              Date: Mon, 27 May 2002 13:20:56 -0700
4937              Message-ID: <oUp88gzkgy+T092yn@efn.org>
4938      Branch: perl
4939            ! ext/Devel/Peek/Peek.pm ext/Errno/Errno_pm.PL
4940            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
4941            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
4942            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4943            ! ext/IPC/SysV/SysV.pm ext/List/Util/lib/List/Util.pm
4944            ! ext/Time/HiRes/HiRes.pm lib/Tie/RefHash.pm lib/attributes.pm
4945 ____________________________________________________________________________
4946 [ 16821] By: rgs                                   on 2002/05/27  20:25:30
4947         Log: Fix a warning bug in Perl_report_evil_fh (didn't report
4948              stashes correctly.) Partial info is better than wrong info.
4949      Branch: perl
4950            ! t/lib/warnings/pp_hot util.c
4951 ____________________________________________________________________________
4952 [ 16820] By: jhi                                   on 2002/05/27  20:09:27
4953         Log: A shot in the dark.
4954      Branch: perl
4955            ! mg.c
4956 ____________________________________________________________________________
4957 [ 16819] By: jhi                                   on 2002/05/27  19:10:14
4958         Log: Comment nit from Yitzchak.
4959      Branch: perl
4960            ! sv.c
4961 ____________________________________________________________________________
4962 [ 16818] By: nick                                  on 2002/05/27  18:47:58
4963         Log: Integrate mainline
4964      Branch: perlio
4965           +> NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat NetWare/sv_nw.c
4966           !> Changes MANIFEST NetWare/bat/Setwatcom.bat README.cygwin
4967           !> README.netware ext/B/B/Deparse.pm ext/B/B/Lint.pm
4968           !> ext/B/t/lint.t ext/Storable/ChangeLog ext/Storable/Storable.pm
4969           !> ext/Storable/Storable.xs ext/Storable/t/downgrade.t
4970           !> hints/darwin.sh hints/hpux.sh lib/ExtUtils/MM_NW5.pm
4971           !> patchlevel.h pod/perldelta.pod pod/perlfaq5.pod
4972           !> pod/perlfaq6.pod pod/perlfunc.pod pod/perlipc.pod
4973           !> pod/perlsub.pod
4974 ____________________________________________________________________________
4975 [ 16817] By: jhi                                   on 2002/05/27  18:15:32
4976         Log: POD cleanup and rewrapping.
4977      Branch: perl
4978            ! README.netware
4979 ____________________________________________________________________________
4980 [ 16816] By: jhi                                   on 2002/05/27  16:55:53
4981         Log: Update Changes.
4982      Branch: perl
4983            ! Changes patchlevel.h
4984 ____________________________________________________________________________
4985 [ 16815] By: jhi                                   on 2002/05/27  16:49:06
4986         Log: More NetWare.
4987      Branch: perl
4988            ! README.netware
4989 ____________________________________________________________________________
4990 [ 16814] By: jhi                                   on 2002/05/27  16:36:08
4991         Log: Subject: [ PATCH ] Re: Smoke 16789 /pro/3gl/CPAN/perl-current
4992              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4993              Date: Mon, 27 May 2002 19:26:27 +0200
4994              Message-Id: <20020527190443.2164.H.M.BRAND@hccnet.nl>
4995      Branch: perl
4996            ! hints/hpux.sh
4997 ____________________________________________________________________________
4998 [ 16813] By: jhi                                   on 2002/05/27  16:35:47
4999         Log: We are not that certain about the localising of
5000              tied aggregates.
5001      Branch: perl
5002            ! pod/perldelta.pod
5003 ____________________________________________________________________________
5004 [ 16812] By: jhi                                   on 2002/05/27  16:22:45
5005         Log: Missed from #16811.
5006      Branch: perl
5007            + NetWare/sv_nw.c
5008            ! MANIFEST
5009 ____________________________________________________________________________
5010 [ 16811] By: jhi                                   on 2002/05/27  16:22:06
5011         Log: NetWare diff from Ananth Kesari.
5012      Branch: perl
5013            + NetWare/bat/SetNWDef.bat NetWare/bat/Setcw.bat
5014            ! NetWare/bat/Setwatcom.bat lib/ExtUtils/MM_NW5.pm
5015 ____________________________________________________________________________
5016 [ 16810] By: jhi                                   on 2002/05/27  16:02:10
5017         Log: Integrate perlio:
5018              
5019              [ 16809]
5020              Add IO::Scalar fail case to the tests.
5021              
5022              [ 16808]
5023              Fix for the IO::Scalar bug (I think).
5024              At tie time break the loop but in a different place:
5025              A. Increment REFCNT of the RV involved in the self-tie
5026              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
5027              At mg_free time
5028              Break the connection between the RV and its referent
5029              so that we do not try and free it (again).
5030              
5031              [ 16805]
5032              **** UNSAFE **** partial fix for IO::Scalar and local ties.
5033              Only op/local.t fails but it is nasty... try valgrind on other machine.
5034      Branch: perl
5035           !> mg.c sv.c t/op/tie.t
5036 ____________________________________________________________________________
5037 [ 16809] By: nick                                  on 2002/05/27  11:02:21
5038         Log: Add IO::Scalar fail case to the tests.
5039      Branch: perlio
5040            ! t/op/tie.t
5041 ____________________________________________________________________________
5042 [ 16808] By: nick                                  on 2002/05/27  09:54:46
5043         Log: Fix for the IO::Scalar bug (I think).
5044              At tie time break the loop but in a different place:
5045              A. Increment REFCNT of the RV involved in the self-tie
5046              B. Decrement REFCNT of the thing RV points to (e.g. the GV)
5047              At mg_free time
5048              Break the connection between the RV and its referent
5049              so that we do not try and free it (again).
5050      Branch: perlio
5051            ! mg.c sv.c
5052 ____________________________________________________________________________
5053 [ 16807] By: jhi                                   on 2002/05/27  02:39:04
5054         Log: select() portability nit.
5055      Branch: perl
5056            ! pod/perlfunc.pod
5057 ____________________________________________________________________________
5058 [ 16806] By: rgs                                   on 2002/05/26  21:01:35
5059         Log: Fix a remaining B::Lint bug.
5060      Branch: perl
5061            ! ext/B/B/Lint.pm ext/B/t/lint.t
5062 ____________________________________________________________________________
5063 [ 16805] By: nick                                  on 2002/05/26  20:51:31
5064         Log: **** UNSAFE **** partial fix for IO::Scalar and local ties.
5065              Only op/local.t fails but it is nasty... try valgrind on other machine.
5066      Branch: perlio
5067            ! sv.c
5068 ____________________________________________________________________________
5069 [ 16804] By: jhi                                   on 2002/05/26  17:23:26
5070         Log: Some day I might actually learn to test changes first
5071              before committing them in.
5072      Branch: perl
5073            ! hints/darwin.sh
5074 ____________________________________________________________________________
5075 [ 16803] By: jhi                                   on 2002/05/26  17:16:32
5076         Log: Until otherwise proven.
5077      Branch: perl
5078            ! hints/darwin.sh
5079 ____________________________________________________________________________
5080 [ 16802] By: jhi                                   on 2002/05/26  17:15:12
5081         Log: Darwin hint tweaks.
5082      Branch: perl
5083            ! hints/darwin.sh
5084 ____________________________________________________________________________
5085 [ 16801] By: jhi                                   on 2002/05/26  15:56:15
5086         Log: FAQ sync.
5087      Branch: perl
5088            ! pod/perlfaq5.pod pod/perlfaq6.pod
5089 ____________________________________________________________________________
5090 [ 16800] By: jhi                                   on 2002/05/26  15:27:05
5091         Log: Subject: [DOC-PATCH] README.cygwin updated
5092              From: "Gerrit P. Haase" <gp@familiehaase.de>
5093              Date: Sun, 26 May 2002 14:56:14 +0200
5094              Message-ID: <1151480833395.20020526145614@familiehaase.de>
5095      Branch: perl
5096            ! README.cygwin
5097 ____________________________________________________________________________
5098 [ 16799] By: jhi                                   on 2002/05/26  15:25:35
5099         Log: I thinkk thinggy has only one g.
5100      Branch: perl
5101            ! pod/perldelta.pod
5102 ____________________________________________________________________________
5103 [ 16798] By: jhi                                   on 2002/05/26  15:23:32
5104         Log: Subject: [PATCH] docs for broken local(%tied) behaviour
5105              From: Dave Mitchell <davem@fdgroup.com>
5106              Date: Sun, 26 May 2002 14:15:42 +0100
5107              Message-ID: <20020526141542.B18527@fdgroup.com>
5108      Branch: perl
5109            ! pod/perldelta.pod pod/perlsub.pod
5110 ____________________________________________________________________________
5111 [ 16797] By: jhi                                   on 2002/05/26  15:19:34
5112         Log: Subject: [PATCH] B::Deparse: handle blessed code refs in coderef2text
5113              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5114              Date: Sat, 25 May 2002 21:52:16 -0700
5115              Message-ID: <15600.27136.853114.694744@soda.csua.berkeley.edu>
5116      Branch: perl
5117            ! ext/B/B/Deparse.pm
5118 ____________________________________________________________________________
5119 [ 16796] By: jhi                                   on 2002/05/26  15:18:27
5120         Log: Slight reformatting; tiny tweaks.
5121      Branch: perl
5122            ! pod/perlipc.pod
5123 ____________________________________________________________________________
5124 [ 16795] By: jhi                                   on 2002/05/26  15:11:00
5125         Log: Integrate perlio:
5126              
5127              [ 16794]
5128              Update perlipc.pod for new signals
5129      Branch: perl
5130           !> pod/perlipc.pod
5131 ____________________________________________________________________________
5132 [ 16794] By: nick                                  on 2002/05/26  08:07:12
5133         Log: Update perlipc.pod for new signals
5134      Branch: perlio
5135            ! pod/perlipc.pod
5136 ____________________________________________________________________________
5137 [ 16793] By: nick                                  on 2002/05/26  07:10:14
5138         Log: Integrate mainline
5139      Branch: perlio
5140           !> AUTHORS Changes Configure patchlevel.h
5141 ____________________________________________________________________________
5142 [ 16792] By: jhi                                   on 2002/05/25  21:39:58
5143         Log: Mention that we do Win64.
5144      Branch: perl
5145            ! pod/perldelta.pod
5146 ____________________________________________________________________________
5147 [ 16791] By: jhi                                   on 2002/05/25  21:39:03
5148         Log: Document the $Config{byteorder} changes.
5149      Branch: perl
5150            ! pod/perldelta.pod
5151 ____________________________________________________________________________
5152 [ 16790] By: jhi                                   on 2002/05/25  21:27:52
5153         Log: Subject: [PATCH] Re: Storable 2.0.0 fails on vendor perl on Mac OS X 10.1
5154              From: Nicholas Clark <nick@unfortu.net>
5155              Date: Sat, 25 May 2002 22:37:19 +0100
5156              Message-ID: <20020525213719.GG299@Bagpuss.unfortu.net> 
5157              
5158              Subject: [PATCH] Storable (smaller)
5159              From: Nicholas Clark <nick@unfortu.net>
5160              Date: Sat, 25 May 2002 23:13:13 +0100
5161              Message-ID: <20020525221312.GA3910@Bagpuss.unfortu.net>
5162      Branch: perl
5163            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5164            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
5165 ____________________________________________________________________________
5166 [ 16789] By: jhi                                   on 2002/05/25  19:00:43
5167         Log: Update Changes.
5168      Branch: perl
5169            ! Changes patchlevel.h
5170 ____________________________________________________________________________
5171 [ 16788] By: jhi                                   on 2002/05/25  18:55:30
5172         Log: AUTHORS updates.
5173      Branch: perl
5174            ! AUTHORS
5175 ____________________________________________________________________________
5176 [ 16787] By: jhi                                   on 2002/05/25  18:51:49
5177         Log: metaconfig unit changes for #16786.
5178      Branch: metaconfig
5179            ! U/modified/Getfile.U U/modified/pager.U
5180 ____________________________________________________________________________
5181 [ 16786] By: jhi                                   on 2002/05/25  18:51:29
5182         Log: Pager query tweaks from Andy Dougherty (for OS/2).
5183      Branch: perl
5184            ! Configure
5185 ____________________________________________________________________________
5186 [ 16785] By: jhi                                   on 2002/05/25  18:19:56
5187         Log: Integrate perlio:
5188              
5189              [ 16784]
5190              Fix VMS ungetc fix for platforms like NetBSD.
5191      Branch: perl
5192           !> perlio.c
5193 ____________________________________________________________________________
5194 [ 16784] By: nick                                  on 2002/05/25  17:34:48
5195         Log: Fix VMS ungetc fix for platforms like NetBSD.
5196      Branch: perlio
5197            ! perlio.c
5198 ____________________________________________________________________________
5199 [ 16783] By: nick                                  on 2002/05/25  16:33:14
5200         Log: Integrate mainline for Lupe's perlio.c fix before
5201              starting on NetBSD issue
5202      Branch: perlio
5203           !> README.beos ext/Storable/t/integer.t lib/ExtUtils/t/basic.t
5204           !> perlio.c pod/perlapio.pod pod/perldelta.pod
5205 ____________________________________________________________________________
5206 [ 16782] By: jhi                                   on 2002/05/25  16:26:53
5207         Log: Subject: [PATCH perl@16764/MM 5.96_01] basic.t library problem on VMS
5208              From: "Craig A. Berry" <craigberry@mac.com>
5209              Date: Sat, 25 May 2002 12:19:36 -0500
5210              Message-Id: <a0511170cb914b40fc32d@[172.16.52.1]>
5211      Branch: perl
5212            ! lib/ExtUtils/t/basic.t
5213 ____________________________________________________________________________
5214 [ 16781] By: jhi                                   on 2002/05/25  16:13:08
5215         Log: BeOS: update the test status.
5216      Branch: perl
5217            ! README.beos pod/perldelta.pod
5218 ____________________________________________________________________________
5219 [ 16780] By: jhi                                   on 2002/05/25  15:30:32
5220         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
5221              From: Nicholas Clark <nick@unfortu.net>
5222              Date: Sat, 25 May 2002 17:19:21 +0100
5223              Message-ID: <20020525161921.GD299@Bagpuss.unfortu.net>
5224      Branch: perl
5225            ! ext/Storable/t/integer.t
5226 ____________________________________________________________________________
5227 [ 16779] By: jhi                                   on 2002/05/25  14:58:48
5228         Log: Update the number of tests.
5229      Branch: perl
5230            ! pod/perldelta.pod
5231 ____________________________________________________________________________
5232 [ 16778] By: jhi                                   on 2002/05/25  13:11:52
5233         Log: Subject: [Patch] Re: ./perl harness on Cygwin today failures
5234              From: lupe@lupe-christoph.de (Lupe Christoph)    
5235              Date: Sat, 25 May 2002 15:45:34 +0200
5236              Message-ID: <20020525134534.GT6638@lupe-christoph.de>
5237      Branch: perl
5238            ! perlio.c pod/perlapio.pod
5239 ____________________________________________________________________________
5240 [ 16777] By: jhi                                   on 2002/05/25  12:51:53
5241         Log: Subject: [PATCH] Re: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
5242              From: Nicholas Clark <nick@unfortu.net>
5243              Date: Sat, 25 May 2002 12:17:44 +0100
5244              Message-ID: <20020525111743.GC299@Bagpuss.unfortu.net>
5245      Branch: perl
5246            ! ext/Storable/t/integer.t
5247 ____________________________________________________________________________
5248 [ 16776] By: nick                                  on 2002/05/25  11:23:28
5249         Log: Integrate mainline
5250      Branch: perlio
5251           +> ext/Storable/t/integer.t
5252           !> (integrate 41 files)
5253 ____________________________________________________________________________
5254 [ 16775] By: jhi                                   on 2002/05/25  01:48:37
5255         Log: perldelta tweaks.
5256      Branch: perl
5257            ! pod/perldelta.pod
5258 ____________________________________________________________________________
5259 [ 16774] By: jhi                                   on 2002/05/24  22:28:29
5260         Log: UNICOS: update test status.
5261      Branch: perl
5262            ! ext/Socket/socketpair.t pod/perldelta.pod
5263 ____________________________________________________________________________
5264 [ 16773] By: jhi                                   on 2002/05/24  22:25:41
5265         Log: UNICOS: since $] is really 5.00700299999997,
5266              testing for equivalence with 5.007003 isn't correct.
5267              (From Nicholas Clark.)
5268      Branch: perl
5269            ! ext/Storable/t/downgrade.t
5270 ____________________________________________________________________________
5271 [ 16772] By: jhi                                   on 2002/05/24  21:44:35
5272         Log: Knock off one test failure thanks to #16771.
5273      Branch: perl
5274            ! pod/perldelta.pod
5275 ____________________________________________________________________________
5276 [ 16771] By: jhi                                   on 2002/05/24  21:39:53
5277         Log: In some (rare) platforms (such as UNICOS) using the native
5278              atof is still better.
5279      Branch: perl
5280            ! numeric.c perl.h
5281 ____________________________________________________________________________
5282 [ 16770] By: jhi                                   on 2002/05/24  21:14:34
5283         Log: Subject: [PATCH vms/vms.c] logical name translation iteration limits
5284              From: "Craig A. Berry" <craigberry@mac.com>
5285              Date: Fri, 24 May 2002 16:24:44 -0500
5286              Message-Id: <a0511170ab9145b5af8f9@[172.16.52.1]>      
5287      Branch: perl
5288            ! pod/perldelta.pod vms/vms.c
5289 ____________________________________________________________________________
5290 [ 16769] By: jhi                                   on 2002/05/24  19:25:55
5291         Log: Subject: [PATCH pod/perllol.pod] small typo
5292              From: "Geoffrey F. Green" <geoff-public@stuebegreen.com>
5293              Date: Fri, 24 May 2002 16:05:07 -0400
5294              Message-ID: <B9141533.8467%geoff-public@stuebegreen.com>
5295      Branch: perl
5296            ! pod/perllol.pod
5297 ____________________________________________________________________________
5298 [ 16768] By: jhi                                   on 2002/05/24  17:47:14
5299         Log: Subject: Re: op/pat.t failure at test 822, Solaris 8, gcc -O -Duse64bitint
5300              From: Andy Dougherty <doughera@lafayette.edu>
5301              Date: Fri, 24 May 2002 14:46:49 -0400 (EDT)
5302              Message-ID: <Pine.SOL.4.10.10205241445520.6195-100000@maxwell.phys.lafayette.edu>
5303      Branch: perl
5304            ! hints/solaris_2.sh
5305 ____________________________________________________________________________
5306 [ 16767] By: jhi                                   on 2002/05/24  16:55:48
5307         Log: Subject: [patch] small change
5308              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5309              Date: Fri, 24 May 2002 19:18:24 +0400
5310              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>
5311      Branch: perl
5312            ! perl.h win32/makefile.mk
5313 ____________________________________________________________________________
5314 [ 16766] By: jhi                                   on 2002/05/24  14:30:25
5315         Log: Subject: [PATCH] README.aix
5316              From: John Peacock <jpeacock@rowman.com>    
5317              Date: Fri, 24 May 2002 10:49:39 -0400
5318              Message-ID: <3CEE5303.1070201@rowman.com>
5319      Branch: perl
5320            ! README.aix
5321 ____________________________________________________________________________
5322 [ 16765] By: jhi                                   on 2002/05/24  14:23:06
5323         Log: Upgrade to Locale-Codes 2.04.
5324      Branch: perl
5325            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/t/country.t
5326            ! lib/Locale/Country.pm
5327 ____________________________________________________________________________
5328 [ 16764] By: jhi                                   on 2002/05/24  12:27:51
5329         Log: Update Changes.
5330      Branch: perl
5331            ! Changes patchlevel.h
5332 ____________________________________________________________________________
5333 [ 16763] By: jhi                                   on 2002/05/24  12:02:42
5334         Log: Subject: [PATCH Makefile.SH]  'make distclean' should remove *old files too.
5335              From: Abigail <abigail@foad.org>
5336              Date: Fri, 24 May 2002 02:43:37 -0700
5337              Message-ID: <20020524024337.A28749@ucan.foad.org>
5338      Branch: perl
5339            ! Makefile.SH
5340 ____________________________________________________________________________
5341 [ 16762] By: jhi                                   on 2002/05/24  12:01:18
5342         Log: Subject: [PATCH ext/POSIX/t/posix.t, pod/perldelta.pod] Typos
5343              From: Abigail <abigail@foad.org>
5344              Date: Fri, 24 May 2002 02:26:48 -0700
5345              Message-ID: <20020524022648.A31684@ucan.foad.org>
5346      Branch: perl
5347            ! ext/POSIX/t/posix.t
5348 ____________________________________________________________________________
5349 [ 16761] By: jhi                                   on 2002/05/23  23:25:48
5350         Log: Doc tweaks.
5351      Branch: perl
5352            ! pod/perlunicode.pod pod/perluniintro.pod
5353 ____________________________________________________________________________
5354 [ 16760] By: jhi                                   on 2002/05/23  22:44:48
5355         Log: More portability defines, now mostly type-related
5356              (based on Storable.xs)
5357      Branch: perl
5358            ! ext/Devel/PPPort/PPPort.pm
5359 ____________________________________________________________________________
5360 [ 16759] By: jhi                                   on 2002/05/23  22:11:11
5361         Log: Subject: [PATCH] Re: [Another bug] Re: about Storable perl module (again)
5362              From: Nicholas Clark <nick@unfortu.net>
5363              Date: Thu, 23 May 2002 23:43:16 +0100
5364              Message-ID: <20020523224316.GB989@Bagpuss.unfortu.net>     
5365      Branch: perl
5366            + ext/Storable/t/integer.t
5367            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
5368            ! ext/Storable/Storable.xs
5369 ____________________________________________________________________________
5370 [ 16758] By: jhi                                   on 2002/05/23  21:25:40
5371         Log: Subject: [PATCH] configure.com: C switch tweak for VAX
5372              From: "Craig A. Berry" <craigberry@mac.com>
5373              Date: Thu, 23 May 2002 16:47:34 -0500
5374              Message-Id: <a05111704b9131291e9f0@[172.16.52.1]>
5375      Branch: perl
5376            ! configure.com
5377 ____________________________________________________________________________
5378 [ 16757] By: jhi                                   on 2002/05/23  20:24:57
5379         Log: One more ppportability thing (from Sarathy).
5380      Branch: perl
5381            ! ext/Devel/PPPort/PPPort.pm
5382 ____________________________________________________________________________
5383 [ 16756] By: jhi                                   on 2002/05/23  20:20:41
5384         Log: Subject: [PATCH] Test::Harness 2.22 -> 2.23
5385              From: Michael G Schwern <schwern@pobox.com>
5386              Date: Wed, 22 May 2002 19:21:43 -0400
5387              Message-id: <20020522232143.GS7147@ool-18b93024.dyn.optonline.net>
5388      Branch: perl
5389            ! lib/Test/Harness.pm lib/Test/Harness/Changes
5390            ! lib/Test/Harness/t/strap-analyze.t
5391            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die
5392            ! t/lib/sample-tests/die_head_end
5393            ! t/lib/sample-tests/die_last_minute
5394 ____________________________________________________________________________
5395 [ 16755] By: jhi                                   on 2002/05/23  20:17:54
5396         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.95_01 -> 5.96_01
5397              From: Michael G Schwern <schwern@pobox.com>
5398              Date: Wed, 22 May 2002 19:14:35 -0400
5399              Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net>
5400      Branch: perl
5401            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
5402            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/basic.t
5403            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
5404 ____________________________________________________________________________
5405 [ 16754] By: jhi                                   on 2002/05/23  19:02:23
5406         Log: Subject: [PATCH] dump.c recognizes CvLOCKED
5407              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5408              Date: Thu, 23 May 2002 10:00:00 -1000 (HST)
5409              Message-ID: <Pine.LNX.4.44.0205230959040.3222-100000@lapaki>
5410      Branch: perl
5411            ! dump.c
5412 ____________________________________________________________________________
5413 [ 16753] By: jhi                                   on 2002/05/23  17:41:21
5414         Log: Typo squad.
5415      Branch: perl
5416            ! ext/POSIX/POSIX.pod pod/perldelta.pod
5417 ____________________________________________________________________________
5418 [ 16752] By: jhi                                   on 2002/05/23  16:04:15
5419         Log: Subject: Re: [ID 20020523.001] POSIX::sleep not POSIX compliant
5420              From: Abigail <abigail@foad.org>
5421              Date: Thu, 23 May 2002 07:53:33 -0700
5422              Message-ID: <20020523075333.A14658@ucan.foad.org>
5423      Branch: perl
5424            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod pod/perldelta.pod
5425 ____________________________________________________________________________
5426 [ 16751] By: jhi                                   on 2002/05/23  10:21:09
5427         Log: PPPort dTHX.
5428      Branch: perl
5429            ! ext/Devel/PPPort/PPPort.pm
5430 ____________________________________________________________________________
5431 [ 16750] By: nick                                  on 2002/05/23  08:00:24
5432         Log: Integrate mainline (all ok on MinGW-1.1 Win2k)
5433      Branch: perlio
5434           !> README.aix ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
5435           !> hints/hpux.sh hints/unicos.sh lib/utf8.t lib/vmsish.t
5436           !> pod/perldelta.pod
5437 ____________________________________________________________________________
5438 [ 16749] By: jhi                                   on 2002/05/22  22:36:35
5439         Log: We do not want utf8.t to be compiled under -Mutf8,
5440              wonky as it sounds.
5441      Branch: perl
5442            ! lib/utf8.t
5443 ____________________________________________________________________________
5444 [ 16748] By: jhi                                   on 2002/05/22  22:34:20
5445         Log: We do not want to see the utf8 hints bit.
5446      Branch: perl
5447            ! lib/vmsish.t
5448 ____________________________________________________________________________
5449 [ 16747] By: jhi                                   on 2002/05/22  22:30:57
5450         Log: More -Mutf8 cleanup.
5451      Branch: perl
5452            ! ext/PerlIO/t/fallback.t
5453 ____________________________________________________________________________
5454 [ 16746] By: jhi                                   on 2002/05/22  22:29:08
5455         Log: -Mutf8 cleanup.
5456      Branch: perl
5457            ! ext/Encode/t/mime-header.t
5458 ____________________________________________________________________________
5459 [ 16745] By: jhi                                   on 2002/05/22  21:57:48
5460         Log: Integrate perlio:
5461              
5462              [ 16740]
5463              #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
5464              
5465              [ 16739]
5466              Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
5467              ungetc() and buffer snooping may not mix. So use buffer snoop
5468              hooks to avoid ungetc() where available.
5469              unread() falls back to using :pending layer, and fill has
5470              VMS specific code (which should not get used) or ungetc()
5471              which should work.
5472              
5473              [ 16737]
5474              Flag the VMS-problem-causing part of :encoding
5475              for enhancement. (Problem still needs fixing in perlio.c)
5476      Branch: perl
5477           !> ext/PerlIO/encoding/encoding.xs perlio.c
5478 ____________________________________________________________________________
5479 [ 16744] By: jhi                                   on 2002/05/22  21:52:58
5480         Log: Subject: Re: Additional README.aix changes
5481              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5482              Date: Wed, 22 May 2002 08:37:37 +0200
5483              Message-Id: <20020522075227.348B.H.M.BRAND@hccnet.nl>
5484      Branch: perl
5485            ! README.aix
5486 ____________________________________________________________________________
5487 [ 16743] By: jhi                                   on 2002/05/22  21:52:09
5488         Log: HP-UX 11.00 io_xs hangup workaround.
5489      Branch: perl
5490            ! hints/hpux.sh
5491 ____________________________________________________________________________
5492 [ 16742] By: jhi                                   on 2002/05/22  21:49:59
5493         Log: Updated UNICOS status from Mark Lutz.
5494      Branch: perl
5495            ! pod/perldelta.pod
5496 ____________________________________________________________________________
5497 [ 16741] By: jhi                                   on 2002/05/22  21:47:41
5498         Log: UNICOS: Mark Lutz had a better idea.
5499      Branch: perl
5500            ! hints/unicos.sh
5501 ____________________________________________________________________________
5502 [ 16740] By: nick                                  on 2002/05/22  21:13:10
5503         Log: #ifdef VMS code was not ported right from sv.c - s/fp/stdio/
5504      Branch: perlio
5505            ! perlio.c
5506 ____________________________________________________________________________
5507 [ 16739] By: nick                                  on 2002/05/22  20:59:22
5508         Log: Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS.
5509              ungetc() and buffer snooping may not mix. So use buffer snoop
5510              hooks to avoid ungetc() where available.
5511              unread() falls back to using :pending layer, and fill has
5512              VMS specific code (which should not get used) or ungetc()
5513              which should work.
5514      Branch: perlio
5515            ! perlio.c
5516 ____________________________________________________________________________
5517 [ 16738] By: nick                                  on 2002/05/22  20:34:55
5518         Log: Integrate mainline
5519      Branch: perlio
5520           !> (integrate 40 files)
5521 ____________________________________________________________________________
5522 [ 16737] By: nick                                  on 2002/05/22  19:04:13
5523         Log: Flag the VMS-problem-causing part of :encoding
5524              for enhancement. (Problem still needs fixing in perlio.c)
5525      Branch: perlio
5526            ! ext/PerlIO/encoding/encoding.xs
5527 ____________________________________________________________________________
5528 [ 16736] By: jhi                                   on 2002/05/22  16:20:38
5529         Log: UNICOS: using uname -m is wrong since what matters
5530              is what CPUs (FPUs) we have.
5531      Branch: perl
5532            ! hints/unicos.sh
5533 ____________________________________________________________________________
5534 [ 16735] By: jhi                                   on 2002/05/22  13:07:41
5535         Log: Update Changes.
5536      Branch: perl
5537            ! Changes patchlevel.h
5538 ____________________________________________________________________________
5539 [ 16734] By: jhi                                   on 2002/05/22  12:39:25
5540         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
5541              From: Dave Mitchell <davem@fdgroup.com>
5542              Date: Wed, 22 May 2002 12:53:21 +0100
5543              Message-ID: <20020522125320.E12794@fdgroup.com>
5544      Branch: perl
5545            ! ext/threads/shared/t/cond.t
5546 ____________________________________________________________________________
5547 [ 16733] By: jhi                                   on 2002/05/22  12:32:41
5548         Log: Subject: Documentation Patch to pod/perlunicode.pod pod/perluniintro.pod   
5549              From: John Borwick <john_borwick@ncsu.edu>
5550              Date: Wed, 22 May 2002 04:10:37 -0400
5551              Message-ID: <15595.21117.875874.721450@nada.johnborwick.com>
5552      Branch: perl
5553            ! pod/perlunicode.pod pod/perluniintro.pod
5554 ____________________________________________________________________________
5555 [ 16732] By: ams                                   on 2002/05/22  05:47:35
5556         Log: Integrate #16731 from //depot/macperl.
5557      Branch: perl
5558           !> t/io/crlf.t
5559 ____________________________________________________________________________
5560 [ 16731] By: pudge                                 on 2002/05/22  04:18:58
5561         Log: Be more specific in what we're looking for
5562      Branch: macperl
5563            ! t/io/crlf.t
5564 ____________________________________________________________________________
5565 [ 16730] By: pudge                                 on 2002/05/22  03:36:42
5566         Log: Integrate perl; bump patchlevel; add lib/Unicode/README back
5567      Branch: macperl
5568            + lib/Unicode/README
5569           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
5570           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
5571            - t/lib/st-dump.pl
5572            ! macos/MPVersion.r macos/config.sh
5573           !> (integrate 135 files)
5574 ____________________________________________________________________________
5575 [ 16729] By: jhi                                   on 2002/05/22  00:24:29
5576         Log: FAQ sync.
5577      Branch: perl
5578            ! pod/perlfaq4.pod
5579 ____________________________________________________________________________
5580 [ 16728] By: jhi                                   on 2002/05/21  23:02:03
5581         Log: Getopt::Std clarification from John Borwick.
5582      Branch: perl
5583            ! lib/Getopt/Std.pm
5584 ____________________________________________________________________________
5585 [ 16727] By: jhi                                   on 2002/05/21  22:59:58
5586         Log: Subject: Re: [Patch] for problem with shellwords.pl
5587              From: "Curtis Poe" <cp@onsitetech.com>
5588              Date: Tue, 21 May 2002 11:17:40 -0700
5589              Message-ID: <015c01c200f3$cb691670$1a01a8c0@ot.onsitetech.com>
5590              
5591              Subject: [Patch] for security problem with Text::ParseWords
5592              From: "Curtis Poe" <cp@onsitetech.com>     
5593              Date: Tue, 21 May 2002 15:10:18 -0700
5594              Message-ID: <022f01c20114$4b3c4550$1a01a8c0@ot.onsitetech.com>
5595      Branch: perl
5596            ! lib/Text/ParseWords.pm lib/shellwords.pl
5597 ____________________________________________________________________________
5598 [ 16726] By: jhi                                   on 2002/05/21  22:57:09
5599         Log: Subject: [PATCH] SDBM_File.xs warning (was Re: danger! op\fork.t#2 causes core-dump)
5600              From: Nicholas Clark <nick@unfortu.net>
5601              Date: Tue, 21 May 2002 23:01:48 +0100
5602              Message-ID: <20020521220148.GH290@Bagpuss.unfortu.net>
5603      Branch: perl
5604            ! ext/SDBM_File/SDBM_File.xs
5605 ____________________________________________________________________________
5606 [ 16725] By: jhi                                   on 2002/05/21  22:16:05
5607         Log: Subject: [PATCH] Additional README.aix changes
5608              From: John Peacock <jpeacock@rowman.com>
5609              Date: Tue, 21 May 2002 12:01:10 -0400
5610              Message-ID: <3CEA6F46.70902@rowman.com>
5611      Branch: perl
5612            ! README.aix
5613 ____________________________________________________________________________
5614 [ 16724] By: jhi                                   on 2002/05/21  17:51:00
5615         Log: Subject: Win32 crash in fork.t (perl@16694)
5616              From: "Kevin Chase" <kevincha99@hotmail.com>
5617              Date: Mon, 20 May 2002 17:02:16 -0700
5618              Message-ID: <F53z5b6KZmcK8r6beUz000008f7@hotmail.com>
5619              
5620              
5621              It looks that the Poison() found its first target.
5622              The suggested patch is fine.
5623      Branch: perl
5624            ! cop.h
5625 ____________________________________________________________________________
5626 [ 16723] By: jhi                                   on 2002/05/21  14:54:24
5627         Log: microperl: if DIEing on no-functionality, the has-functionality
5628              would be unreachable code.
5629      Branch: perl
5630            ! pp.c pp_sys.c
5631 ____________________________________________________________________________
5632 [ 16722] By: jhi                                   on 2002/05/21  14:25:44
5633         Log: microperl: do not regenerate the perly.
5634      Branch: perl
5635            ! Makefile.micro
5636 ____________________________________________________________________________
5637 [ 16721] By: jhi                                   on 2002/05/21  13:30:26
5638         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
5639              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5640              Date: Mon, 20 May 2002 22:55:46 -0700
5641              Message-ID: <iFe68gzkgCIJ092yn@efn.org>
5642      Branch: perl
5643            ! utils/h2xs.PL
5644 ____________________________________________________________________________
5645 [ 16720] By: jhi                                   on 2002/05/21  13:22:51
5646         Log: Regen uconfig.h.
5647      Branch: perl
5648            ! uconfig.h
5649 ____________________________________________________________________________
5650 [ 16719] By: ams                                   on 2002/05/21  05:02:01
5651         Log: Why quote some keys?
5652      Branch: perl
5653            ! ext/Storable/Makefile.PL
5654 ____________________________________________________________________________
5655 [ 16718] By: ams                                   on 2002/05/21  04:08:39
5656         Log: Suppress warning about $canonical. (Nicholas Clark)
5657      Branch: perl
5658            ! ext/Storable/Storable.pm
5659 ____________________________________________________________________________
5660 [ 16717] By: jhi                                   on 2002/05/21  03:18:59
5661         Log: Subject: [PATCH] VMS iThreads follow-up
5662              From: "Craig A. Berry" <craigberry@mac.com>
5663              Date: Mon, 20 May 2002 21:34:17 -0500
5664              Message-Id: <a05111700b90f5f1c3b01@[172.16.52.1]>
5665      Branch: perl
5666            ! configure.com
5667 ____________________________________________________________________________
5668 [ 16716] By: ams                                   on 2002/05/21  02:47:18
5669         Log: 1. Declare correct version for Test::More dependency. (Autrijus Tang)
5670              2. Install in core library directory. (Tatsuhiko Miyagawa)
5671      Branch: perl
5672            ! ext/Storable/Makefile.PL
5673 ____________________________________________________________________________
5674 [ 16715] By: jhi                                   on 2002/05/20  22:13:45
5675         Log: Subject: [Encode] 1.72 released
5676              From: Dan Kogai <dankogai@dan.co.jp>
5677              Date: Tue, 21 May 2002 01:06:19 +0900
5678              Message-Id: <85BA0AD1-6C0B-11D6-90A1-0003939A104C@dan.co.jp>     
5679      Branch: perl
5680            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
5681            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
5682            ! ext/Encode/Unicode/Unicode.xs
5683            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/perlio.t
5684 ____________________________________________________________________________
5685 [ 16714] By: jhi                                   on 2002/05/20  14:53:31
5686         Log: Update Changes.
5687      Branch: perl
5688            ! Changes patchlevel.h
5689 ____________________________________________________________________________
5690 [ 16713] By: jhi                                   on 2002/05/20  14:46:15
5691         Log: A bit of self-promotion from David Wheeler <david@wheeler.net> :-)
5692      Branch: perl
5693            ! pod/perlfaq4.pod
5694 ____________________________________________________________________________
5695 [ 16712] By: jhi                                   on 2002/05/20  14:25:03
5696         Log: metaconfig unit changes for #16711.
5697      Branch: metaconfig
5698            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5699            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5700            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5701            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5702            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5703            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5704            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5705            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5706            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5707            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5708            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5709            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5710            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5711            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5712            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5713            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5714            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5715            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5716            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5717            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5718            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5719            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5720            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5721            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5722 ____________________________________________________________________________
5723 [ 16711] By: jhi                                   on 2002/05/20  14:24:38
5724         Log: Document better what the foo_r_proto are supposed to be.
5725      Branch: perl
5726            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5727            ! config_h.SH reentr.pl
5728 ____________________________________________________________________________
5729 [ 16710] By: jhi                                   on 2002/05/20  14:11:33
5730         Log: Subject: Re: pod patches.
5731              From: Jim Cromie <jcromie@divsol.com>
5732              Date: Mon, 20 May 2002 09:00:10 -0600
5733              Message-ID: <3CE90F7A.3070309@divsol.com>
5734              
5735              (with Philip Newton's tweaks)
5736      Branch: perl
5737            ! pod/perlsub.pod
5738 ____________________________________________________________________________
5739 [ 16709] By: jhi                                   on 2002/05/20  12:50:34
5740         Log: Subject: Re: pod patch - perldelta.pod
5741              From: Jim Cromie <jcromie@divsol.com>
5742              Date: Mon, 20 May 2002 07:16:54 -0600
5743              Message-ID: <3CE8F746.50603@divsol.com>
5744      Branch: perl
5745            ! pod/perldelta.pod
5746 ____________________________________________________________________________
5747 [ 16708] By: jhi                                   on 2002/05/20  12:49:20
5748         Log: Subject: [patch] one more little step for WinCE
5749              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5750              Date: Mon, 20 May 2002 11:47:19 +0400
5751              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C0282D3@cio-test001.spb.lucent.com>
5752      Branch: perl
5753            ! wince/Makefile.ce
5754 ____________________________________________________________________________
5755 [ 16707] By: jhi                                   on 2002/05/20  12:42:35
5756         Log: Preemptive doc patch.
5757      Branch: perl
5758            ! pod/perldelta.pod
5759 ____________________________________________________________________________
5760 [ 16706] By: rgs                                   on 2002/05/20  12:21:14
5761         Log: The "constant sub redefined" warning can't be disabled.
5762      Branch: perl
5763            ! pod/perldiag.pod
5764 ____________________________________________________________________________
5765 [ 16705] By: nick                                  on 2002/05/20  10:18:26
5766         Log: Integrate mainline
5767      Branch: perlio
5768           +> ext/B/hints/darwin.pl lib/CPAN/t/mirroredby.t
5769           !> MANIFEST configure.com ext/Encode/Encode/Makefile_PL.e2x
5770           !> ext/Socket/socketpair.t pod/perldelta.pod pod/perlfunc.pod
5771           !> pod/perlthrtut.pod vms/vms.c vms/vmsish.h
5772 ____________________________________________________________________________
5773 [ 16704] By: jhi                                   on 2002/05/20  02:49:22
5774         Log: Missed hunk from #16701.
5775      Branch: perl
5776            ! vms/vms.c
5777 ____________________________________________________________________________
5778 [ 16703] By: jhi                                   on 2002/05/20  02:37:29
5779         Log: Subject: Re: [PATCH mirroredby.t] Tests for CPAN::Mirrored::By
5780              From: andreas.koenig@anima.de (Andreas J. Koenig)
5781              Date: Mon, 20 May 2002 05:36:14 +0200
5782              Message-ID: <m34rh37aoh.fsf@anima.de>
5783      Branch: perl
5784            + lib/CPAN/t/mirroredby.t
5785            ! MANIFEST
5786 ____________________________________________________________________________
5787 [ 16702] By: jhi                                   on 2002/05/20  02:25:40
5788         Log: Subject: tiny doc tweaks
5789              From: andreas.koenig@anima.de (Andreas J. Koenig)
5790              Date: Mon, 20 May 2002 05:07:13 +0200
5791              Message-ID: <m38z6f7c0u.fsf@anima.de>
5792      Branch: perl
5793            ! pod/perldelta.pod pod/perlfunc.pod
5794 ____________________________________________________________________________
5795 [ 16701] By: jhi                                   on 2002/05/20  02:23:03
5796         Log: Subject: [PATCH @16694] ithreads for VMS
5797              From: "Craig A. Berry" <craigberry@mac.com>
5798              Date: Sun, 19 May 2002 22:06:43 -0500
5799              Message-Id: <a05111704b90e14567261@[172.16.52.1]>
5800      Branch: perl
5801            ! configure.com vms/vms.c vms/vmsish.h
5802 ____________________________________________________________________________
5803 [ 16700] By: jhi                                   on 2002/05/19  23:52:45
5804         Log: Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
5805              From: Autrijus Tang <autrijus@autrijus.org>
5806              Date: Mon, 20 May 2002 04:10:31 +0800
5807              Message-ID: <20020519201031.GA1603@not.autrijus.org>
5808      Branch: perl
5809            ! ext/Encode/Encode/Makefile_PL.e2x
5810 ____________________________________________________________________________
5811 [ 16699] By: jhi                                   on 2002/05/19  22:26:07
5812         Log: Mac OS X 10.1.4 started to consume 150MB+ virtual memory
5813              while trying to -O3 optimize B.c.  (A bit weird since
5814              10.1.4 used to work fine, and nothing has changed in
5815              ext/B/..., but the overoptimization was repeatable.)
5816      Branch: perl
5817            + ext/B/hints/darwin.pl
5818            ! MANIFEST
5819 ____________________________________________________________________________
5820 [ 16698] By: jhi                                   on 2002/05/19  21:11:55
5821         Log: UNICOS/mk seems to still have this problem.
5822      Branch: perl
5823            ! ext/Socket/socketpair.t
5824 ____________________________________________________________________________
5825 [ 16697] By: jhi                                   on 2002/05/19  18:53:54
5826         Log: perldelta tweaks.
5827      Branch: perl
5828            ! pod/perldelta.pod
5829 ____________________________________________________________________________
5830 [ 16696] By: nick                                  on 2002/05/19  18:26:39
5831         Log: Integrate mailine
5832      Branch: perlio
5833           !> (integrate 35 files)
5834 ____________________________________________________________________________
5835 [ 16695] By: jhi                                   on 2002/05/19  18:02:54
5836         Log: Document the reentrant_retry(), but from user's viewpoint.
5837      Branch: perl
5838            ! pod/perlthrtut.pod
5839 ____________________________________________________________________________
5840 [ 16694] By: jhi                                   on 2002/05/19  14:49:49
5841         Log: Update Changes.
5842      Branch: perl
5843            ! Changes patchlevel.h
5844 ____________________________________________________________________________
5845 [ 16693] By: jhi                                   on 2002/05/19  14:28:37
5846         Log: Subject: [PATCH] Benchmark.pm: empty loop too slow
5847              From: Slaven Rezic <slaven.rezic@berlin.de>
5848              Date: Sun, 19 May 2002 16:03:12 +0200 (CEST)
5849              Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>
5850      Branch: perl
5851            ! lib/Benchmark.pm
5852 ____________________________________________________________________________
5853 [ 16692] By: jhi                                   on 2002/05/19  03:05:41
5854         Log: Document once more the difference between :utf8
5855              and :encoding(...).
5856      Branch: perl
5857            ! lib/open.pm pod/perluniintro.pod
5858 ____________________________________________________________________________
5859 [ 16691] By: jhi                                   on 2002/05/19  02:24:30
5860         Log: Third Degree: make the options more portable between
5861              Tru64 versions.
5862      Branch: perl
5863            ! Makefile.SH
5864 ____________________________________________________________________________
5865 [ 16690] By: jhi                                   on 2002/05/19  01:41:54
5866         Log: IRIX SMP turned up a few hundred "Use of uninitialized
5867              value in numeric eq" warnings: initialise the $counter2.
5868      Branch: perl
5869            ! ext/threads/shared/t/cond.t
5870 ____________________________________________________________________________
5871 [ 16689] By: jhi                                   on 2002/05/19  00:29:36
5872         Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs
5873              From: Dave Mitchell <davem@fdgroup.com>
5874              Date: Sun, 19 May 2002 00:50:43 +0100
5875              Message-ID: <20020519005043.F7275@fdgroup.com>
5876      Branch: perl
5877            ! ext/threads/shared/t/cond.t
5878 ____________________________________________________________________________
5879 [ 16688] By: jhi                                   on 2002/05/19  00:28:51
5880         Log: Sarathy pointed out that instead of zeroing heap
5881              it is more prudent to poison it.
5882      Branch: perl
5883            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
5884            ! scope.c sv.c util.c
5885 ____________________________________________________________________________
5886 [ 16687] By: jhi                                   on 2002/05/18  22:03:29
5887         Log: The thread warnings aren't quite yet working as planned.
5888      Branch: perl
5889            ! ext/threads/shared/t/cond.t
5890 ____________________________________________________________________________
5891 [ 16686] By: jhi                                   on 2002/05/18  20:48:03
5892         Log: Forgotten from #16685.
5893      Branch: perl
5894            ! ext/threads/shared/t/cond.t
5895 ____________________________________________________________________________
5896 [ 16685] By: jhi                                   on 2002/05/18  20:46:13
5897         Log: Subject: [PATCH threads] revised warnings + more tests + docs
5898              From: Dave Mitchell <davem@fdgroup.com>
5899              Date: Sat, 18 May 2002 22:24:51 +0100
5900              Message-ID: <20020518222451.E7275@fdgroup.com>
5901      Branch: perl
5902            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5903            ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm
5904            ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl
5905 ____________________________________________________________________________
5906 [ 16684] By: jhi                                   on 2002/05/18  20:10:53
5907         Log: Storable status tweak.
5908      Branch: perl
5909            ! pod/perldelta.pod
5910 ____________________________________________________________________________
5911 [ 16683] By: rgs                                   on 2002/05/18  19:39:42
5912         Log: perlfunc and perldelta updates about caller().
5913      Branch: perl
5914            ! pod/perldelta.pod pod/perlfunc.pod
5915 ____________________________________________________________________________
5916 [ 16682] By: jhi                                   on 2002/05/18  19:33:51
5917         Log: Subject: [PATCH] RE: perl@16678
5918              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
5919              Date: Sat, 18 May 2002 21:15:43 +0100
5920              Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
5921              
5922              Making the symbols generated by warnings.pl future-proof.
5923      Branch: perl
5924            ! lib/warnings.pm warnings.h warnings.pl
5925 ____________________________________________________________________________
5926 [ 16681] By: jhi                                   on 2002/05/18  18:44:32
5927         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01
5928              From: Michael G Schwern <schwern@pobox.com>
5929              Date: Sat, 18 May 2002 14:53:50 -0400
5930              Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
5931      Branch: perl
5932            ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm
5933            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
5934 ____________________________________________________________________________
5935 [ 16680] By: jhi                                   on 2002/05/18  18:43:35
5936         Log: Prettyprinting.
5937      Branch: perl
5938            ! t/op/recurse.t
5939 ____________________________________________________________________________
5940 [ 16679] By: jhi                                   on 2002/05/18  18:42:08
5941         Log: Companion to #16601: cxinc would create uninitialized
5942              PERL_CONTEXTs.  The bug was tickled by the test
5943              lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
5944              added to check that I got the context stack extension right.
5945              Also rewrite recurse.t to use test.pl.
5946      Branch: perl
5947            ! scope.c t/op/recurse.t
5948 ____________________________________________________________________________
5949 [ 16678] By: jhi                                   on 2002/05/18  16:38:29
5950         Log: Update Changes.
5951      Branch: perl
5952            ! Changes patchlevel.h
5953 ____________________________________________________________________________
5954 [ 16677] By: jhi                                   on 2002/05/18  15:50:25
5955         Log: URL and other tiny tweaks.
5956      Branch: perl
5957            ! pod/perluniintro.pod
5958 ____________________________________________________________________________
5959 [ 16676] By: jhi                                   on 2002/05/18  15:40:35
5960         Log: Subject: [Patch] doc patch on Unicode
5961              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5962              Date: Sun, 19 May 2002 01:01:58 +0900
5963              Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
5964      Branch: perl
5965            ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
5966 ____________________________________________________________________________
5967 [ 16675] By: ams                                   on 2002/05/18  15:06:35
5968         Log: s/2.0/2.00/ to be CPAN friendly.
5969      Branch: perl
5970            ! ext/Storable/Storable.pm
5971 ____________________________________________________________________________
5972 [ 16674] By: ams                                   on 2002/05/18  14:47:07
5973         Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
5974              EBCDIC, amazing.
5975              From: Philip Newton <Philip.Newton@gmx.net>
5976              Date: Sat, 18 May 2002 09:54:13 +0200
5977              Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
5978      Branch: perl
5979            ! lib/Pod/t/eol.t
5980 ____________________________________________________________________________
5981 [ 16673] By: ams                                   on 2002/05/18  14:41:00
5982         Log: Subject: Storable test for 64 bit 5.6.1
5983              From: Nicholas Clark <nick@unfortu.net>
5984              Date: Sat, 18 May 2002 15:48:55 +0100
5985              Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
5986              (Private mail.)
5987      Branch: perl
5988            ! ext/Storable/t/malice.t
5989 ____________________________________________________________________________
5990 [ 16672] By: nick                                  on 2002/05/18  09:47:51
5991         Log: Integrate mainline
5992      Branch: perlio
5993           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
5994            - t/lib/st-dump.pl
5995           !> (integrate 67 files)
5996 ____________________________________________________________________________
5997 [ 16671] By: jhi                                   on 2002/05/18  04:31:00
5998         Log: No more true.
5999      Branch: perl
6000            ! lib/vars.pm
6001 ____________________________________________________________________________
6002 [ 16670] By: jhi                                   on 2002/05/18  04:14:25
6003         Log: Make use vars grok UTF-8.
6004      Branch: perl
6005            ! lib/vars.pm t/run/fresh_perl.t
6006 ____________________________________________________________________________
6007 [ 16669] By: jhi                                   on 2002/05/18  03:53:27
6008         Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
6009              From: Michael G Schwern <schwern@pobox.com>
6010              Date: Fri, 17 May 2002 23:54:29 -0400  
6011              Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
6012      Branch: perl
6013            ! t/op/tie.t t/run/fresh_perl.t
6014 ____________________________________________________________________________
6015 [ 16668] By: jhi                                   on 2002/05/18  03:44:57
6016         Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
6017              From: Michael G Schwern <schwern@pobox.com>
6018              Date: Fri, 17 May 2002 20:37:26 -0400  
6019              Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
6020      Branch: perl
6021            + t/lib/sample-tests/shbang_misparse
6022            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
6023            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
6024            ! lib/Test/Harness/t/test-harness.t
6025 ____________________________________________________________________________
6026 [ 16667] By: jhi                                   on 2002/05/18  03:41:34
6027         Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
6028              From: Nicholas Clark <nick@unfortu.net>
6029              Date: Sat, 18 May 2002 00:18:39 +0100  
6030              Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
6031              
6032              Use Storable's st-dump.pl.
6033      Branch: perl
6034            - t/lib/st-dump.pl
6035            ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
6036            ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
6037            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
6038            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
6039            ! ext/Storable/t/retrieve.t ext/Storable/t/store.t
6040            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
6041            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
6042 ____________________________________________________________________________
6043 [ 16666] By: jhi                                   on 2002/05/17  21:46:04
6044         Log: Forgotten from #16656.
6045      Branch: perl
6046            ! ext/B/B.xs
6047 ____________________________________________________________________________
6048 [ 16665] By: jhi                                   on 2002/05/17  21:40:55
6049         Log: Subject: [PATCH] Storable ChangeLog ready for release 
6050              From: Nicholas Clark <nick@unfortu.net>
6051              Date: Fri, 17 May 2002 23:17:34 +0100  
6052              Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
6053      Branch: perl
6054            ! ext/Storable/ChangeLog
6055 ____________________________________________________________________________
6056 [ 16664] By: jhi                                   on 2002/05/17  21:39:37
6057         Log: Subject: [PATCH] Storable stand alone tests
6058              From: Nicholas Clark <nick@unfortu.net>
6059              Date: Fri, 17 May 2002 22:43:35 +0100  
6060              Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
6061      Branch: perl
6062            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
6063            ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
6064            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
6065            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
6066            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
6067            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
6068            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
6069            ! ext/Storable/t/store.t ext/Storable/t/tied.t
6070            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
6071            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
6072 ____________________________________________________________________________
6073 [ 16663] By: jhi                                   on 2002/05/17  21:35:45
6074         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
6075              From: Michael G Schwern <schwern@pobox.com>
6076              Date: Fri, 17 May 2002 17:17:54 -0400  
6077              Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
6078      Branch: perl
6079            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
6080            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
6081            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
6082            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
6083            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
6084            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6085            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
6086            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
6087            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
6088            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
6089            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
6090            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
6091            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
6092            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
6093 ____________________________________________________________________________
6094 [ 16662] By: rgs                                   on 2002/05/17  20:07:21
6095         Log: More regression tests for caller() and fix one bug of #16658.
6096      Branch: perl
6097            ! pp_ctl.c t/op/caller.t
6098 ____________________________________________________________________________
6099 [ 16661] By: jhi                                   on 2002/05/17  19:13:18
6100         Log: Integrate perlio:
6101              
6102              [ 16657]
6103              Fix the crlf.t buffer leak
6104              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
6105              flagged it because it is more often popped without stream
6106              being closed.
6107              - Define non-noop PerlIOBuf_popped(), use it and export it.
6108      Branch: perl
6109           !> makedef.pl perlio.c perliol.h
6110 ____________________________________________________________________________
6111 [ 16660] By: rgs                                   on 2002/05/17  19:09:03
6112         Log: Add a note about Cwd::fastcwd() returning tainted data.
6113              Sort modules alphabetically.
6114      Branch: perl
6115            ! pod/perldelta.pod
6116 ____________________________________________________________________________
6117 [ 16659] By: rgs                                   on 2002/05/17  19:05:11
6118         Log: Remove O from the untested modules list.
6119      Branch: perl
6120            ! t/lib/1_compile.t
6121 ____________________________________________________________________________
6122 [ 16658] By: rgs                                   on 2002/05/17  19:03:06
6123         Log: Fix bug 20020517.003 : segfault with caller().
6124              Add regression tests for caller.
6125      Branch: perl
6126            + t/op/caller.t
6127            ! MANIFEST pp_ctl.c
6128 ____________________________________________________________________________
6129 [ 16657] By: nick                                  on 2002/05/17  17:18:18
6130         Log: Fix the crlf.t buffer leak
6131              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
6132              flagged it because it is more often popped without stream
6133              being closed.
6134              - Define non-noop PerlIOBuf_popped(), use it and export it.
6135      Branch: perlio
6136            ! makedef.pl perlio.c perliol.h
6137 ____________________________________________________________________________
6138 [ 16656] By: jhi                                   on 2002/05/17  16:52:15
6139         Log: PERL_HASH() casting games so that our hashed data is "unsigned
6140              char" but old code using just a "char" doesn't need changes.
6141              (The change is using a temporary pointer instead of a direct
6142              cast to unsigned char* which would blindly cast anything,
6143              not just char pointers.)  (The problem arose in MacOS Classic,
6144              as seen by Pudge, the cure by Nicholas Clark.)
6145      Branch: perl
6146            ! hv.c hv.h op.c sv.c vms/vms.c
6147 ____________________________________________________________________________
6148 [ 16655] By: nick                                  on 2002/05/17  14:59:20
6149         Log: Integrate mainline
6150      Branch: perlio
6151           !> (integrate 28 files)
6152 ____________________________________________________________________________
6153 [ 16654] By: jhi                                   on 2002/05/17  12:24:07
6154         Log: Update Changes.
6155      Branch: perl
6156            ! Changes patchlevel.h
6157 ____________________________________________________________________________
6158 [ 16653] By: jhi                                   on 2002/05/17  12:18:54
6159         Log: FAQ sync.
6160      Branch: perl
6161            ! pod/perlfaq4.pod pod/perlfaq8.pod
6162 ____________________________________________________________________________
6163 [ 16652] By: jhi                                   on 2002/05/17  12:14:20
6164         Log: Forgot from #16628.
6165      Branch: perl
6166            ! ext/Encode/Makefile.PL
6167 ____________________________________________________________________________
6168 [ 16651] By: pudge                                 on 2002/05/17  11:40:13
6169         Log: One Last Time
6170      Branch: macperl
6171            + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6172            + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
6173            + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
6174            + lib/Unicode/UCD.t
6175 ____________________________________________________________________________
6176 [ 16650] By: pudge                                 on 2002/05/17  11:39:14
6177         Log: Stupid case insensitivity
6178      Branch: macperl
6179            - lib/unicode/Collate.pm lib/unicode/Collate/Changes
6180            - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
6181            - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
6182            - lib/unicode/UCD.t
6183 ____________________________________________________________________________
6184 [ 16649] By: pudge                                 on 2002/05/17  11:30:17
6185         Log: Move Unicode -> unicode, remove README
6186      Branch: macperl
6187            - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6188            - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
6189            - lib/Unicode/Collate/t/test.t lib/Unicode/README
6190            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
6191 ____________________________________________________________________________
6192 [ 16648] By: pudge                                 on 2002/05/17  11:29:57
6193         Log: Move Unicode -> unicode, remove README (oops, forgot one)
6194      Branch: macperl
6195           +> lib/unicode/Collate/README
6196 ____________________________________________________________________________
6197 [ 16647] By: pudge                                 on 2002/05/17  11:11:50
6198         Log: Move Unicode -> unicode, remove README
6199      Branch: macperl
6200           +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
6201           +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
6202           +> lib/unicode/UCD.pm lib/unicode/UCD.t
6203 ____________________________________________________________________________
6204 [ 16646] By: pudge                                 on 2002/05/17  10:54:03
6205         Log: Integrate perl
6206      Branch: macperl
6207           +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
6208           +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
6209           +> lib/Thread/Semaphore.pm
6210            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6211            - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
6212            - wince/include/sys/types.h wince/include/sys/utime.h
6213            - wince/include/time.h
6214            ! macos/MPVersion.r macos/config.sh
6215           !> (integrate 173 files)
6216 ____________________________________________________________________________
6217 [ 16645] By: nick                                  on 2002/05/17  06:56:40
6218         Log: Integrate mainline
6219      Branch: perlio
6220           +> ext/Storable/t/st-dump.pl
6221            - wince/FindExt.pm
6222           !> (integrate 40 files)
6223 ____________________________________________________________________________
6224 [ 16644] By: jhi                                   on 2002/05/17  03:10:15
6225         Log: STDERR noise.
6226      Branch: perl
6227            ! lib/Switch.pm
6228 ____________________________________________________________________________
6229 [ 16643] By: jhi                                   on 2002/05/17  03:08:01
6230         Log: Upgrade to Switch 2.07.
6231      Branch: perl
6232            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
6233            ! lib/Switch/t/given.t lib/Switch/t/nested.t
6234            ! lib/Switch/t/switch.t
6235 ____________________________________________________________________________
6236 [ 16642] By: jhi                                   on 2002/05/17  02:59:35
6237         Log: Missed hunk in #16641.
6238      Branch: perl
6239            ! lib/Filter/Simple/Changes
6240 ____________________________________________________________________________
6241 [ 16641] By: jhi                                   on 2002/05/17  02:56:14
6242         Log: Upgrade to Filter::Simple 0.78.
6243              (Keep #14432, let Damian know of it.)
6244      Branch: perl
6245            ! lib/Filter/Simple.pm lib/Filter/Simple/README
6246            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
6247            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
6248            ! lib/Filter/Simple/t/import.t
6249 ____________________________________________________________________________
6250 [ 16640] By: jhi                                   on 2002/05/17  01:36:12
6251         Log: More Third Degree.
6252      Branch: perl
6253            ! t/TEST
6254 ____________________________________________________________________________
6255 [ 16639] By: jhi                                   on 2002/05/17  01:07:09
6256         Log: Third Degree tweaks.
6257      Branch: perl
6258            ! pod/perlhack.pod t/TEST
6259 ____________________________________________________________________________
6260 [ 16638] By: jhi                                   on 2002/05/16  22:54:36
6261         Log: Purify: dl_last_error was leaking.
6262      Branch: perl
6263            ! ext/DynaLoader/dlutils.c
6264 ____________________________________________________________________________
6265 [ 16637] By: jhi                                   on 2002/05/16  22:42:44
6266         Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
6267              From: Chris Ball <chris@cpan.org>
6268              Date: 16 May 2002 20:51:34 +0100
6269              Message-ID: <86lmajvpkp.fsf@void.printf.net>
6270      Branch: perl
6271            ! utils/perldoc.PL
6272 ____________________________________________________________________________
6273 [ 16636] By: jhi                                   on 2002/05/16  22:38:35
6274         Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
6275              From: "Craig A. Berry" <craigberry@mac.com>
6276              Date: Thu, 16 May 2002 14:13:15 -0500
6277              Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
6278      Branch: perl
6279            ! lib/ExtUtils/t/Constant.t
6280 ____________________________________________________________________________
6281 [ 16635] By: rgs                                   on 2002/05/16  21:09:57
6282         Log: Make Cwd::fastcwd() return a tainted value.
6283              Add regression tests for taint-safety of the *cwd()
6284              functions.
6285      Branch: perl
6286            ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
6287 ____________________________________________________________________________
6288 [ 16634] By: jhi                                   on 2002/05/16  15:56:42
6289         Log: Subject: Re: AIX warning in hints regarding gcc
6290              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6291              Date: Thu, 16 May 2002 18:55:41 +0200
6292              Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
6293      Branch: perl
6294            ! hints/aix.sh
6295 ____________________________________________________________________________
6296 [ 16633] By: jhi                                   on 2002/05/16  14:18:27
6297         Log: Update the test statuses.
6298      Branch: perl
6299            ! pod/perldelta.pod
6300 ____________________________________________________________________________
6301 [ 16632] By: jhi                                   on 2002/05/16  14:17:29
6302         Log: The UDP sockpair failure seems to have magically
6303              disappeared from both UNICOSes.
6304              (One gets "UNEXPECTEDLY SUCCEEDED".)
6305      Branch: perl
6306            ! ext/Socket/socketpair.t
6307 ____________________________________________________________________________
6308 [ 16631] By: jhi                                   on 2002/05/16  13:57:08
6309         Log: Brokenness of restricted hashes with Storable on EBCDIC
6310              seems to be an artifact of the downgrade.t.
6311      Branch: perl
6312            ! ext/Storable/Storable.pm
6313 ____________________________________________________________________________
6314 [ 16630] By: jhi                                   on 2002/05/16  13:51:19
6315         Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
6316              memory debuggers.
6317      Branch: perl
6318            ! pod/perlhack.pod
6319 ____________________________________________________________________________
6320 [ 16629] By: jhi                                   on 2002/05/16  13:44:03
6321         Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
6322              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6323              Date: Thu, 16 May 2002 16:42:34 +0200
6324              Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
6325              
6326              gcc 3 version parsing proofing.
6327      Branch: perl
6328            ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
6329 ____________________________________________________________________________
6330 [ 16628] By: jhi                                   on 2002/05/16  13:22:57
6331         Log: Subject: [PATCH] good day for WinCE port of perl.
6332              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6333              Date: Thu, 16 May 2002 03:33:23 +0400
6334              Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
6335      Branch: perl
6336            - wince/FindExt.pm
6337            ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
6338            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
6339            ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL
6340            ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
6341            ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
6342            ! wince/config_H.ce wince/config_h.PL
6343 ____________________________________________________________________________
6344 [ 16627] By: jhi                                   on 2002/05/16  13:17:42
6345         Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
6346              From: slaven.rezic@berlin.de
6347              Date: Mon, 13 May 2002 16:02:24 +0200
6348              Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
6349      Branch: perl
6350            ! ext/Sys/Syslog/Syslog.pm
6351 ____________________________________________________________________________
6352 [ 16626] By: jhi                                   on 2002/05/16  13:16:34
6353         Log: Subject: Re: [PATCH] allow use threads qw(yield)
6354              From: Dave Mitchell <davem@fdgroup.com>
6355              Date: Wed, 15 May 2002 23:26:27 +0100
6356              Message-ID: <20020515232626.E28924@fdgroup.com>
6357      Branch: perl
6358            ! ext/threads/threads.xs
6359 ____________________________________________________________________________
6360 [ 16625] By: jhi                                   on 2002/05/16  13:10:46
6361         Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
6362              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6363              Date: Thu, 16 May 2002 14:22:21 +0200
6364              Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
6365      Branch: perl
6366            ! hints/aix.sh
6367 ____________________________________________________________________________
6368 [ 16624] By: jhi                                   on 2002/05/16  13:05:05
6369         Log: metaconfig unit change for #16623.
6370      Branch: metaconfig
6371            ! U/ebcdic/trnl.U
6372 ____________________________________________________________________________
6373 [ 16623] By: jhi                                   on 2002/05/16  13:04:40
6374         Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
6375              from John Poltorak <jp@eyup.org>.
6376      Branch: perl
6377            ! Configure
6378 ____________________________________________________________________________
6379 [ 16622] By: jhi                                   on 2002/05/16  12:58:05
6380         Log: DJGPP doesn't have \r\n delimited files (it has \r).
6381      Branch: perl
6382            ! lib/Tie/File/t/21_win32.t
6383 ____________________________________________________________________________
6384 [ 16621] By: jhi                                   on 2002/05/16  12:52:47
6385         Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
6386              2. Doing a s///g instead of tr/// works better for CR-delimited
6387              files, like in DJGPP (since <FH> doesn't correctly pull in
6388              CR-delimited lines).
6389      Branch: perl
6390            ! lib/Pod/Html.pm lib/Pod/t/eol.t
6391 ____________________________________________________________________________
6392 [ 16620] By: jhi                                   on 2002/05/16  12:50:29
6393         Log: Don't test $! with like() since one may have
6394              a non-English locale, or simply AIX :-)
6395      Branch: perl
6396            ! ext/PerlIO/t/fail.t
6397 ____________________________________________________________________________
6398 [ 16619] By: jhi                                   on 2002/05/16  12:16:25
6399         Log: DJGPP updates from Laszlo Molnar.
6400      Branch: perl
6401            ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
6402 ____________________________________________________________________________
6403 [ 16618] By: jhi                                   on 2002/05/16  02:57:21
6404         Log: Integrate perlio:
6405              
6406              [ 16613]
6407              Make open fail when layer string does not parse.
6408      Branch: perl
6409           +> ext/PerlIO/t/fail.t
6410           !> MANIFEST perlio.c
6411 ____________________________________________________________________________
6412 [ 16617] By: jhi                                   on 2002/05/15  21:07:39
6413         Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
6414              From: Nicholas Clark <nick@unfortu.net>
6415              Date: Wed, 15 May 2002 23:06:20 +0100
6416              Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
6417      Branch: perl
6418            ! ext/Storable/Storable.xs
6419 ____________________________________________________________________________
6420 [ 16616] By: jhi                                   on 2002/05/15  21:01:10
6421         Log: Two down, ten to go.
6422      Branch: perl
6423            ! pod/perldelta.pod
6424 ____________________________________________________________________________
6425 [ 16615] By: jhi                                   on 2002/05/15  20:31:02
6426         Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
6427      Branch: perl
6428            ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
6429 ____________________________________________________________________________
6430 [ 16614] By: jhi                                   on 2002/05/15  20:03:28
6431         Log: Schizoid MANIFESTs.
6432      Branch: perl
6433            + ext/Storable/t/st-dump.pl
6434            ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
6435 ____________________________________________________________________________
6436 [ 16613] By: nick                                  on 2002/05/15  19:26:00
6437         Log: Make open fail when layer string does not parse.
6438      Branch: perlio
6439            + ext/PerlIO/t/fail.t
6440            ! MANIFEST perlio.c
6441 ____________________________________________________________________________
6442 [ 16612] By: nick                                  on 2002/05/15  18:11:15
6443         Log: Integrate mainline
6444      Branch: perlio
6445           !> Changes ext/Storable/Storable.pm patchlevel.h
6446           !> pod/perldelta.pod sv.c t/run/fresh_perl.t
6447 ____________________________________________________________________________
6448 [ 16611] By: jhi                                   on 2002/05/15  14:06:45
6449         Log: Update Changes.
6450      Branch: perl
6451            ! Changes patchlevel.h
6452 ____________________________________________________________________________
6453 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
6454         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
6455      Branch: perl
6456            ! pod/perldelta.pod t/run/fresh_perl.t
6457 ____________________________________________________________________________
6458 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
6459         Log: Document some of the known EBCDIC problems with Storable.
6460              (There is more, but need to do more tests.)
6461      Branch: perl
6462            ! ext/Storable/Storable.pm
6463 ____________________________________________________________________________
6464 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
6465         Log: Purify finding: jperl.t causes a few Array Bounds Reads
6466              (one byte too far in a malloced buffer) at various spots
6467              in regcomp.c, all the buffers malloced by SvGROW() in
6468              sv_recode_to_utf8().
6469      Branch: perl
6470            ! sv.c
6471 ____________________________________________________________________________
6472 [ 16607] By: nick                                  on 2002/05/15  06:57:26
6473         Log: Integrate mainline
6474      Branch: perlio
6475           +> Porting/thirdclean
6476           !> (integrate 36 files)
6477 ____________________________________________________________________________
6478 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
6479         Log: Subject: [PATCH] Re: use of lc module names and warnings
6480              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6481              Date: Sun, 12 May 2002 23:09:46 +0200
6482              Message-ID: <20020512230946.E699@rafael>
6483      Branch: perl
6484            ! toke.c
6485 ____________________________________________________________________________
6486 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
6487         Log: More rule tweakage.
6488      Branch: perl
6489            ! Porting/thirdclean
6490 ____________________________________________________________________________
6491 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
6492         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
6493              From: Sam Tregar <sam@tregar.com>
6494              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
6495              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
6496      Branch: perl
6497            ! ext/Devel/DProf/DProf.xs
6498 ____________________________________________________________________________
6499 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
6500         Log: $VERSIONize.
6501      Branch: perl
6502            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
6503 ____________________________________________________________________________
6504 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
6505         Log: Third Degree: name the op/foo.t as op_foo.
6506      Branch: perl
6507            ! t/TEST
6508 ____________________________________________________________________________
6509 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
6510         Log: Read of uninitialized heap found by Third Degree
6511              (e.g. in t/op/subst.t)
6512      Branch: perl
6513            ! scope.c
6514 ____________________________________________________________________________
6515 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
6516         Log: Add more rules.
6517      Branch: perl
6518            ! Porting/thirdclean
6519 ____________________________________________________________________________
6520 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
6521         Log: Subject: [PATCH] allow use threads qw(yield)
6522              From: Dave Mitchell <davem@fdgroup.com>
6523              Date: Tue, 14 May 2002 22:49:47 +0100
6524              Message-ID: <20020514224947.F25049@fdgroup.com>
6525      Branch: perl
6526            ! ext/threads/threads.pm ext/threads/threads.xs
6527 ____________________________________________________________________________
6528 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
6529         Log: Micropatch from Olaf Flebbe.
6530      Branch: perl
6531            ! epoc/epoc.c
6532 ____________________________________________________________________________
6533 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
6534         Log: Subject: perlhack.pod typos [PATCH]
6535              From: "John P. Linderman" <jpl@research.att.com>
6536              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
6537              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
6538      Branch: perl
6539            ! pod/perlhack.pod
6540 ____________________________________________________________________________
6541 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
6542         Log: Subject: typo in Socket.pm
6543              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6544              Date: Tue, 14 May 2002 12:02:47 +0200
6545              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
6546      Branch: perl
6547            ! ext/IO/lib/IO/Socket.pm
6548 ____________________________________________________________________________
6549 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
6550         Log: The #16592 needs this.
6551      Branch: perl
6552            ! embedvar.h perlapi.h
6553 ____________________________________________________________________________
6554 [ 16594] By: sky                                   on 2002/05/14  17:08:01
6555         Log: Subject: Re: lib/sort.t failure [PATCH]
6556              From: "John P. Linderman" <jpl@research.att.com>
6557              Date: mÃ¥n maj 13, 2002  05:05:45  Europe/Stockholm
6558              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
6559      Branch: perl
6560            ! pod/perlfunc.pod
6561 ____________________________________________________________________________
6562 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
6563         Log: Add a script for cleaning out the "known noise"
6564              from Third Degree reports: either noise caused
6565              by libc itself, or Perl_yyparse leaks.
6566      Branch: perl
6567            + Porting/thirdclean
6568            ! MANIFEST
6569 ____________________________________________________________________________
6570 [ 16592] By: sky                                   on 2002/05/14  15:21:39
6571         Log: Turn the sort RealCmp for stable quicksorts into a
6572              threadsafe per interpreter values.
6573      Branch: perl
6574            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
6575 ____________________________________________________________________________
6576 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
6577         Log: reentr.h affects more C files than just reentr.c
6578      Branch: perl
6579            ! locale.c pp.c pp_sys.c
6580 ____________________________________________________________________________
6581 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
6582         Log: Document reentr.pl a bit better.  Still rather
6583              convoluted code, but it ain't broken, so...
6584      Branch: perl
6585            ! reentr.h reentr.pl
6586 ____________________________________________________________________________
6587 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
6588         Log: z/OS update: not all Storable was clear yet.
6589      Branch: perl
6590            ! pod/perldelta.pod
6591 ____________________________________________________________________________
6592 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
6593         Log: Avoid potentially empty struct.
6594      Branch: perl
6595            ! reentr.h reentr.pl
6596 ____________________________________________________________________________
6597 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
6598         Log: Todo tweaks.
6599      Branch: perl
6600            ! pod/perltodo.pod
6601 ____________________________________________________________________________
6602 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
6603         Log: Subject: [PATCH] various minor fixes in threads.            
6604              From: Dave Mitchell <davem@fdgroup.com>
6605              Date: Mon, 13 May 2002 23:48:22 +0100      
6606              Message-ID: <20020513234822.G21318@fdgroup.com>
6607      Branch: perl
6608            ! dump.c ext/threads/shared/shared.xs
6609 ____________________________________________________________________________
6610 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
6611         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
6612              From: PPrymmer@factset.com
6613              Date: Mon, 13 May 2002 17:37:28 -0400
6614              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
6615      Branch: perl
6616            ! vms/vms.c
6617 ____________________________________________________________________________
6618 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
6619         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
6620              From: Nicholas Clark <nick@unfortu.net>    
6621              Date: Mon, 13 May 2002 21:45:47 +0100
6622              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
6623      Branch: perl
6624            ! lib/ExtUtils/t/Constant.t
6625 ____________________________________________________________________________
6626 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
6627         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
6628              From: Nicholas Clark <nick@unfortu.net>    
6629              Date: Mon, 13 May 2002 21:47:38 +0100
6630              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
6631      Branch: perl
6632            ! lib/Benchmark.t
6633 ____________________________________________________________________________
6634 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
6635         Log: Subject: WinCE several touches
6636              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6637              Date: Tue, 14 May 2002 00:43:11 +0400      
6638              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
6639      Branch: perl
6640            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
6641            ! wince/config_h.PL
6642 ____________________________________________________________________________
6643 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
6644         Log: Subject: Re: perl@16573
6645              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6646              Date: Mon, 13 May 2002 18:30:35 +0200
6647              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
6648              
6649              (gcc 3.0 vs 64-bit hpux hints)
6650      Branch: perl
6651            ! hints/hpux.sh
6652 ____________________________________________________________________________
6653 [ 16580] By: sky                                   on 2002/05/13  19:38:09
6654         Log: Make the point a bit clearer after suggestion from Merijin
6655      Branch: perl
6656            ! pod/perltodo.pod
6657 ____________________________________________________________________________
6658 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
6659         Log: perltodo update.
6660      Branch: perl
6661            ! pod/perltodo.pod
6662 ____________________________________________________________________________
6663 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
6664         Log: Subject: README.aix update
6665              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6666              Date: Mon, 13 May 2002 19:02:47 +0200
6667              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
6668      Branch: perl
6669            ! README.aix
6670 ____________________________________________________________________________
6671 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
6672         Log: export PerlIOBuf_get_base for win32 extension linkage
6673      Branch: perl
6674            ! makedef.pl
6675 ____________________________________________________________________________
6676 [ 16576] By: nick                                  on 2002/05/13  18:20:22
6677         Log: Integrate mainline
6678      Branch: perlio
6679           !> Changes README.vos ext/threads/shared/shared.pm
6680           !> ext/threads/shared/t/0nothread.t
6681           !> ext/threads/shared/t/av_refs.t
6682           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
6683           !> ext/threads/shared/t/hv_refs.t
6684           !> ext/threads/shared/t/hv_simple.t
6685           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
6686           !> ext/threads/shared/t/semaphore.t
6687           !> ext/threads/shared/t/shared_attr.t
6688           !> ext/threads/shared/t/sv_refs.t
6689           !> ext/threads/shared/t/sv_simple.t patchlevel.h
6690           !> pod/perldelta.pod vms/vms.c xsutils.c
6691 ____________________________________________________________________________
6692 [ 16575] By: ams                                   on 2002/05/13  15:42:50
6693         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
6694              From: Paul_GreenVOS@vos.stratus.com
6695              Date: Mon, 13 May 02 12:32 edt
6696              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
6697      Branch: perl
6698            ! README.vos pod/perldelta.pod
6699 ____________________________________________________________________________
6700 [ 16574] By: ams                                   on 2002/05/13  15:41:14
6701         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
6702              From: PPrymmer@factset.com
6703              Date: Mon, 13 May 2002 11:38:15 -0400
6704              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
6705      Branch: perl
6706            ! vms/vms.c
6707 ____________________________________________________________________________
6708 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
6709         Log: Update Changes.
6710      Branch: perl
6711            ! Changes patchlevel.h
6712 ____________________________________________________________________________
6713 [ 16572] By: sky                                   on 2002/05/13  12:30:35
6714         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
6715              From: Dave Mitchell <davem@fdgroup.com>
6716              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
6717              Message-Id: <20020510235227.J12298@fdgroup.com>
6718      Branch: perl
6719            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
6720            ! ext/threads/shared/t/av_refs.t
6721            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
6722            ! ext/threads/shared/t/hv_refs.t
6723            ! ext/threads/shared/t/hv_simple.t
6724            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
6725            ! ext/threads/shared/t/semaphore.t
6726            ! ext/threads/shared/t/shared_attr.t
6727            ! ext/threads/shared/t/sv_refs.t
6728            ! ext/threads/shared/t/sv_simple.t xsutils.c
6729 ____________________________________________________________________________
6730 [ 16571] By: nick                                  on 2002/05/13  07:54:10
6731         Log: Integrate Mainline
6732      Branch: perlio
6733           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
6734            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6735            - wince/include/cectype.h wince/include/errno.h
6736            - wince/include/sys/types.h wince/include/sys/utime.h
6737            - wince/include/time.h
6738           !> (integrate 51 files)
6739 ____________________________________________________________________________
6740 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
6741         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
6742              From: Michael G Schwern <schwern@pobox.com>
6743              Date: Sun, 12 May 2002 19:32:58 -0400
6744              Message-ID: <20020512233258.GK696@blackrider>
6745      Branch: perl
6746            ! t/TEST
6747 ____________________________________________________________________________
6748 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
6749         Log: Be clean.
6750      Branch: perl
6751            ! Makefile.SH ext/B/t/o.t
6752 ____________________________________________________________________________
6753 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
6754         Log: change#8666 ($Config{perllibs}) apparently never got into
6755              mainline--merge, and add other missing entries; regen
6756              config_H.* files
6757      Branch: perl
6758            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6759            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
6760            ! win32/config_H.vc win32/config_H.vc64
6761 ____________________________________________________________________________
6762 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
6763         Log: Elaborate on the exit/wait plan a bit.
6764      Branch: perl
6765            ! pod/perltodo.pod
6766 ____________________________________________________________________________
6767 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
6768         Log: Slight doc tweaks.
6769      Branch: perl
6770            ! pod/perlthrtut.pod
6771 ____________________________________________________________________________
6772 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
6773         Log: OS/390: update the test results.
6774      Branch: perl
6775            ! pod/perldelta.pod
6776 ____________________________________________________________________________
6777 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
6778         Log: Add threadsafety caveats.
6779      Branch: perl
6780            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
6781 ____________________________________________________________________________
6782 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
6783         Log: Update the Mac OS X situation.
6784      Branch: perl
6785            ! pod/perldelta.pod
6786 ____________________________________________________________________________
6787 [ 16562] By: sky                                   on 2002/05/12  19:10:27
6788         Log: Update todo, removing things done and adding new things.
6789      Branch: perl
6790            ! pod/perltodo.pod
6791 ____________________________________________________________________________
6792 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
6793         Log: Reword the "threads still running" cleanup message.
6794      Branch: perl
6795            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
6796            ! pod/perltoc.pod
6797 ____________________________________________________________________________
6798 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
6799         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
6800              (The manifestation: running pat.t core dumps after test 639.
6801              Removing everything after 639 makes core go away, as does
6802              removing everything before 640.  I did say "weird".  Some
6803              sort of a memory corruption, no doubt, but no time to debug
6804              in more detail.)
6805      Branch: perl
6806            ! t/op/pat.t
6807 ____________________________________________________________________________
6808 [ 16559] By: sky                                   on 2002/05/12  17:59:41
6809         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
6810      Branch: perl
6811            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
6812            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6813            ! MANIFEST
6814 ____________________________________________________________________________
6815 [ 16558] By: sky                                   on 2002/05/12  17:57:51
6816         Log: Fixed bug where tmpsv would be null after the return of the 
6817              amagic. Now check for that and allocate the tmpsv afterwards, 
6818              this is done in all other places that use amagic.
6819              Fixes bug when threads->unknownfunction() was called and
6820              we coredumped on the stringification somewhere deep in the
6821              autoloader/dynaloader something. Far to deep for me to provide
6822              a test case.
6823      Branch: perl
6824            ! sv.c
6825 ____________________________________________________________________________
6826 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
6827         Log: (retracted by #16560)
6828              EBCDIC: must protect also compile time so that
6829              the illegal UTF-EBCDIC is not seen.
6830      Branch: perl
6831            ! t/op/pat.t
6832 ____________________________________________________________________________
6833 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
6834         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
6835      Branch: perl
6836            ! pod/perlebcdic.pod regcomp.c
6837 ____________________________________________________________________________
6838 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
6839         Log: As suggested by Dave Mitchell, adding yield()s at
6840              appropriate spots helps non-preemptive thread
6841              implementations, like the GNU pth.  Tested at NetBSD
6842              by Martin Weber <Ephaeton@gmx.net>.
6843      Branch: perl
6844            ! ext/threads/t/basic.t ext/threads/t/list.t
6845            ! ext/threads/t/thread.t
6846 ____________________________________________________________________________
6847 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
6848         Log: Subject: RE: VOS bleadperl test failure on 16539
6849              From: chromatic <chromatic@rmci.net>
6850              Date: Sat, 11 May 2002 23:23:54 -0700
6851              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
6852      Branch: perl
6853            ! ext/B/t/o.t
6854 ____________________________________________________________________________
6855 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
6856         Log: There's no rest for the wicked misspellers.
6857      Branch: perl
6858            ! pod/perlthrtut.pod
6859 ____________________________________________________________________________
6860 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
6861         Log: Detypos (and sticking with US spelling since Dan Sugalski
6862              wrote the original text of perlthrtut)
6863      Branch: perl
6864            ! ext/threads/threads.pm pod/perlthrtut.pod
6865 ____________________________________________________________________________
6866 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
6867         Log: Because of #16550 these tests would now spew
6868              "Malformed UTF-8" in EBCDIC.
6869      Branch: perl
6870            ! t/op/pat.t
6871 ____________________________________________________________________________
6872 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
6873         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
6874              scripts does not apply any more.  (The utf8.t needed a little
6875              bit of relaxing to work in EBCDIC, since *both* the bytes in
6876              subtest #30 are illegal UTF-EBCDIC, and the error message
6877              matched is slightly different.)  The utf8.t now passes.
6878      Branch: perl
6879            ! lib/utf8.t toke.c
6880 ____________________________________________________________________________
6881 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
6882         Log: Subject: [PATCH] a bit more for WinCE
6883              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
6884              Date: Sun, 12 May 2002 02:34:24 +0400
6885              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
6886      Branch: perl
6887            ! wince/wince.c
6888 ____________________________________________________________________________
6889 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
6890         Log: Subject: [PATCH] for WinCE cross-build, another one
6891              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
6892              Date: Sun, 12 May 2002 00:02:47 +0400
6893              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
6894      Branch: perl
6895            - wince/include/cectype.h wince/include/errno.h
6896            - wince/include/sys/types.h wince/include/sys/utime.h
6897            - wince/include/time.h
6898            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
6899            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
6900            ! wince/wince.c
6901 ____________________________________________________________________________
6902 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
6903         Log: Explicit casts due to #16542.
6904      Branch: perl
6905            ! ext/B/B.xs hv.c op.c sv.c
6906 ____________________________________________________________________________
6907 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
6908         Log: Upgrade to Test::Harness 2.21.
6909      Branch: perl
6910            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6911            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
6912            ! lib/Test/Harness/t/test-harness.t
6913 ____________________________________________________________________________
6914 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
6915         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
6916              but keep up with the $VERSION)
6917      Branch: perl
6918            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
6919 ____________________________________________________________________________
6920 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
6921         Log: metaconfig unit change for #16543.
6922      Branch: metaconfig
6923            ! U/threads/usethreads.U
6924 ____________________________________________________________________________
6925 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
6926         Log: Subject: [PATCH] updated threads docs
6927              From: Dave Mitchell <davem@fdgroup.com>
6928              Date: Sat, 11 May 2002 20:00:51 +0100
6929              Message-ID: <20020511200050.D14841@fdgroup.com>
6930      Branch: perl
6931            ! Configure README.threads pod/perlothrtut.pod
6932            ! pod/perlthrtut.pod
6933 ____________________________________________________________________________
6934 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
6935         Log: Subject: unsigned char hashes (Re: perl@16539)
6936              From: Nicholas Clark <nick@unfortu.net>
6937              Date: Sat, 11 May 2002 17:54:44 +0100
6938              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
6939              
6940              Be explicitly unsigned char in the hash calculation.
6941      Branch: perl
6942            ! hv.h
6943 ____________________________________________________________________________
6944 [ 16541] By: nick                                  on 2002/05/11  08:21:00
6945         Log: Integrate mainline
6946      Branch: perlio
6947           +> ext/B/t/o.t
6948           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
6949           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
6950           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
6951 ____________________________________________________________________________
6952 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
6953         Log: Subject: more os x test output cosmetics
6954              From: Kay Röpke <kroepke@dolphin-services.de>
6955              Date: Fri, 10 May 2002 14:07:34 +0200
6956              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
6957      Branch: perl
6958            ! ext/DB_File/t/db-btree.t
6959 ____________________________________________________________________________
6960 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
6961         Log: Update Changes.
6962      Branch: perl
6963            ! Changes patchlevel.h
6964 ____________________________________________________________________________
6965 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
6966         Log: Regen toc.
6967      Branch: perl
6968            ! pod/perltoc.pod
6969 ____________________________________________________________________________
6970 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
6971         Log: Move pod, add $VERSION.
6972      Branch: perl
6973            ! ext/threads/shared/queue.pm
6974 ____________________________________________________________________________
6975 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
6976         Log: Unused variables.
6977      Branch: perl
6978            ! ext/Encode/Encode.xs
6979 ____________________________________________________________________________
6980 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
6981         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
6982              From: chromatic <chromatic@rmci.net>
6983              Date: Fri, 10 May 2002 07:43:25 -0700
6984              Message-ID: <20020510144325.26245.qmail@firewheel>
6985      Branch: perl
6986            + ext/B/t/o.t
6987            ! MANIFEST
6988 ____________________________________________________________________________
6989 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
6990         Log: Don't do JAPHs unless doing "make torturetest".
6991              Document the less obvious make test targets.
6992      Branch: perl
6993            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
6994 ____________________________________________________________________________
6995 [ 16533] By: nick                                  on 2002/05/10  06:02:58
6996         Log: Integrate mainline
6997      Branch: perlio
6998           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
6999           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
7000           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
7001           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
7002           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
7003           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
7004           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
7005           !> t/run/fresh_perl.t util.c
7006 ____________________________________________________________________________
7007 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
7008         Log: Subject: [PATCH] format and other warnings
7009              From: Robin Barker <rmb1@cise.npl.co.uk>
7010              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
7011              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
7012      Branch: perl
7013            ! Porting/pumpkin.pod ext/Encode/Encode.xs
7014            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
7015            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
7016            ! ext/threads/threads.xs
7017 ____________________________________________________________________________
7018 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
7019         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
7020      Branch: perl
7021            ! t/op/tie.t t/run/fresh_perl.t
7022 ____________________________________________________________________________
7023 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
7024         Log: Subject: Re: [PATCH] Re: perl@16433
7025              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
7026              Date: Thu, 09 May 2002 16:24:59 -0700
7027              Message-ID: <LVw28gzkguhE092yn@efn.org>
7028      Branch: perl
7029            ! t/op/tie.t
7030 ____________________________________________________________________________
7031 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
7032         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
7033              From: Dave Mitchell <davem@fdgroup.com>
7034              Date: Thu, 9 May 2002 17:18:42 +0100
7035              Message-ID: <20020509171842.C9836@fdgroup.com>
7036      Branch: perl
7037            ! ext/threads/shared/t/cond.t
7038 ____________________________________________________________________________
7039 [ 16528] By: nick                                  on 2002/05/09  16:40:39
7040         Log: Integrate maint branch io (pipe) fixes.
7041      Branch: perl
7042           !> doio.c pp_sys.c util.c
7043 ____________________________________________________________________________
7044 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
7045         Log: FAQ sync.
7046      Branch: perl
7047            ! pod/perlfaq3.pod pod/perlfaq4.pod
7048 ____________________________________________________________________________
7049 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
7050         Log: metaconfig unit changes for #16525, plus extra linting.
7051      Branch: metaconfig
7052            ! U/compline/ptrsize.U U/protos/Protochk.U
7053            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
7054            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
7055            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
7056            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
7057            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
7058            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
7059            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
7060            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
7061            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
7062            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
7063            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
7064            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
7065            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
7066            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
7067            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
7068            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
7069            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
7070            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
7071            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
7072            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
7073            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
7074            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
7075            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
7076            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
7077 ____________________________________________________________________________
7078 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
7079         Log: metaconfig unit linting.
7080      Branch: perl
7081            ! reentr.pl
7082 ____________________________________________________________________________
7083 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
7084         Log: metaconfig unit changes for #16523.
7085      Branch: metaconfig
7086            ! U/compline/ptrsize.U
7087      Branch: metaconfig/U/perl
7088            ! use64bits.U
7089 ____________________________________________________________________________
7090 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
7091         Log: ptrsize should depend on use64bitall, not the other
7092              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
7093      Branch: perl
7094            ! Configure
7095 ____________________________________________________________________________
7096 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
7097         Log: Integrate #16510 from macperl;
7098              
7099              Tell IO.xs that MacOS sometimes doesn't need extra help
7100      Branch: perl
7101           !> ext/IO/IO.xs
7102 ____________________________________________________________________________
7103 [ 16521] By: ams                                   on 2002/05/09  12:42:12
7104         Log: Subject: Re: Storable doc patches
7105              From: "Philip Newton" <Philip.Newton@gmx.net>
7106              Date: Thu, 9 May 2002 14:32:29 +0200
7107              Message-Id: 
7108      Branch: perl
7109            ! ext/Storable/Storable.pm
7110 ____________________________________________________________________________
7111 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
7112         Log: cmp() compares chars, not bytes.
7113      Branch: perl
7114            ! pod/perllocale.pod
7115 ____________________________________________________________________________
7116 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
7117         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
7118      Branch: perl
7119            ! pod/perlhack.pod
7120 ____________________________________________________________________________
7121 [ 16518] By: ams                                   on 2002/05/09  09:04:31
7122         Log: Subject: Storable doc patches
7123              From: Philip Newton <Philip.Newton@gmx.net>
7124              Date: Thu, 09 May 2002 12:00:45 +0200
7125              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
7126      Branch: perl
7127            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
7128 ____________________________________________________________________________
7129 [ 16517] By: ams                                   on 2002/05/09  08:53:50
7130         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
7131              From: Philip Newton <Philip.Newton@gmx.net>
7132              Date: Thu, 09 May 2002 11:16:06 +0200
7133              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
7134      Branch: perl
7135            ! ext/Storable/README
7136 ____________________________________________________________________________
7137 [ 16516] By: nick                                  on 2002/05/09  08:13:39
7138         Log: Integrate mainline
7139      Branch: perlio
7140           !> pod/perlxstut.pod
7141 ____________________________________________________________________________
7142 [ 16515] By: nick                                  on 2002/05/09  07:29:53
7143         Log: Integrate mainline
7144      Branch: perlio
7145           !> (integrate 27 files)
7146 ____________________________________________________________________________
7147 [ 16514] By: ams                                   on 2002/05/09  06:50:24
7148         Log: Subject: [Patch] perlxstut.pod
7149              From: lupe@lupe-christoph.de (Lupe Christoph)
7150              Date: Thu, 9 May 2002 09:42:02 +0200
7151              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
7152              (Applied with tweaks.)
7153      Branch: perl
7154            ! pod/perlxstut.pod
7155 ____________________________________________________________________________
7156 [ 16513] By: ams                                   on 2002/05/09  06:04:47
7157         Log: Subject: [Patch] perlapio.pod
7158              From: lupe@lupe-christoph.de (Lupe Christoph)
7159              Date: Thu, 9 May 2002 09:01:50 +0200
7160              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
7161              (Applied with tweaks.)
7162      Branch: perl
7163            ! pod/perlapio.pod
7164 ____________________________________________________________________________
7165 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
7166         Log: Integrate from macperl
7167      Branch: maint-5.6/macperl
7168           !> macos/macperl/MPConsole.cp
7169 ____________________________________________________________________________
7170 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
7171         Log: Make interrupt act as end of file, MacPerl Bug #542154
7172      Branch: macperl
7173            ! macos/macperl/MPConsole.cp
7174 ____________________________________________________________________________
7175 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
7176         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
7177      Branch: macperl
7178            ! ext/IO/IO.xs
7179 ____________________________________________________________________________
7180 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
7181         Log: Make perlio (!sfio) work on MacOS
7182      Branch: macperl
7183            ! macos/config.h macos/config.sh macos/macish.c
7184 ____________________________________________________________________________
7185 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
7186         Log: integrate maint-5.6/macperl contents
7187      Branch: maint-5.6/perl
7188           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
7189           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
7190           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
7191 ____________________________________________________________________________
7192 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
7193         Log: Rework #16506 some more.
7194      Branch: perl
7195            ! ext/Time/HiRes/HiRes.xs win32/win32.c
7196 ____________________________________________________________________________
7197 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
7198         Log: Rework #16503 a bit to keep all the HiRes implementation
7199              in one place, assuming we want to re-CPAN Time::HiRes at
7200              some point.
7201      Branch: perl
7202            ! ext/Time/HiRes/HiRes.xs win32/win32.c
7203 ____________________________________________________________________________
7204 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
7205         Log: metaconfig unit change for #16504.
7206      Branch: metaconfig
7207            ! U/modified/Cppsym.U
7208 ____________________________________________________________________________
7209 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
7210         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
7211              From: Pixel <pixel@mandrakesoft.com>
7212              Date: 08 May 2002 18:19:51 +0200
7213              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
7214      Branch: perl
7215            ! Configure
7216 ____________________________________________________________________________
7217 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
7218         Log: make the gettimeofday() implementation in Time::HiRes available
7219              from perl
7220      Branch: perl
7221            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
7222            ! win32/config.bc win32/config.gc win32/config.vc
7223            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
7224            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
7225            ! win32/win32.c win32/win32iop.h
7226 ____________________________________________________________________________
7227 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
7228         Log: Subject: Test output update for OS X 10.1.4
7229              From: Kay Röpke <kroepke@dolphin-services.de>
7230              Date: Wed, 8 May 2002 22:23:36 +0200
7231              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
7232      Branch: perl
7233            ! ext/DB_File/t/db-recno.t
7234 ____________________________________________________________________________
7235 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
7236         Log: Subject: [PATCH] Re: perl@16433
7237              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7238              Date: Tue, 07 May 2002 18:40:44 -0700
7239              Message-ID: <cII28gzkgaOS092yn@efn.org>
7240              
7241              Subject: Re: [PATCH] Re: perl@16433
7242              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7243              Date: Wed, 08 May 2002 10:16:42 -0700
7244              Message-ID: <61V28gzkg+jG092yn@efn.org>
7245      Branch: perl
7246            ! pp_sys.c sv.c t/op/tie.t
7247 ____________________________________________________________________________
7248 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
7249         Log: Subject: [DOC PATCH] Minor threads::shared nits
7250              From: Simon Glover <scog@amnh.org>
7251              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
7252              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
7253      Branch: perl
7254            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
7255            ! ext/threads/shared/shared.pm
7256 ____________________________________________________________________________
7257 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
7258         Log: Subject: [DOC PATCH] perlthrtut proofreading
7259              From: Simon Glover <scog@amnh.org>
7260              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
7261              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
7262      Branch: perl
7263            ! pod/perlthrtut.pod
7264 ____________________________________________________________________________
7265 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
7266         Log: Deprecate 5.005threads.
7267      Branch: perl
7268            ! pod/perldelta.pod
7269 ____________________________________________________________________________
7270 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
7271         Log: Integrate perlio:
7272              
7273              [ 16496]
7274              Portability and doc tweaks to PerlIO/XS stuff.
7275              We are still "papering over the cracks" a bit,
7276              but now it is good stiff card held on with epoxy.
7277              
7278              [ 16495]
7279              PerlIO/XS interface routine and doc updates from
7280              lupe@lupe-christoph.de (Lupe Christoph) in mail
7281              Subject: [For Review] Patch for perlio.c and pods
7282              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
7283              Date: Sun, 5 May 2002 10:43:15 +0200
7284              (Minor tweaks to follow.)
7285      Branch: perl
7286           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
7287 ____________________________________________________________________________
7288 [ 16496] By: nick                                  on 2002/05/08  19:08:43
7289         Log: Portability and doc tweaks to PerlIO/XS stuff.
7290              We are still "papering over the cracks" a bit,
7291              but now it is good stiff card held on with epoxy.
7292      Branch: perlio
7293            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
7294 ____________________________________________________________________________
7295 [ 16495] By: nick                                  on 2002/05/08  17:56:43
7296         Log: PerlIO/XS interface routine and doc updates from
7297              lupe@lupe-christoph.de (Lupe Christoph) in mail
7298              Subject: [For Review] Patch for perlio.c and pods
7299              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
7300              Date: Sun, 5 May 2002 10:43:15 +0200
7301              (Minor tweaks to follow.)
7302      Branch: perlio
7303            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
7304 ____________________________________________________________________________
7305 [ 16494] By: nick                                  on 2002/05/08  17:40:34
7306         Log: Integrate mainline
7307      Branch: perlio
7308           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
7309           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
7310           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
7311           !> t/run/fresh_perl.t
7312 ____________________________________________________________________________
7313 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
7314         Log: Update Changes.
7315      Branch: perl
7316            ! Changes patchlevel.h
7317 ____________________________________________________________________________
7318 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
7319         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
7320              don't unlink /dev/null
7321      Branch: perl
7322            ! Porting/p4genpatch
7323 ____________________________________________________________________________
7324 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
7325         Log: Integrate perlio:
7326              
7327              [ 16487]
7328              Avoid pointless re-encode of data in :encoding's read buffer
7329              on a close
7330      Branch: perl
7331           !> ext/PerlIO/encoding/encoding.xs
7332 ____________________________________________________________________________
7333 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
7334         Log: The base.pm changes need this, too?
7335      Branch: perl
7336            ! lib/diagnostics.t
7337 ____________________________________________________________________________
7338 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
7339         Log: fix p4genpatch breakage (missing slash in patch headers)
7340      Branch: perl
7341            ! Porting/p4genpatch
7342 ____________________________________________________________________________
7343 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
7344         Log: Integrate #14679 from macperl;
7345              
7346              Skip layer symbols for sfio
7347      Branch: perl
7348           !> makedef.pl
7349 ____________________________________________________________________________
7350 [ 16487] By: nick                                  on 2002/05/08  13:12:47
7351         Log: Avoid pointless re-encode of data in :encoding's read buffer
7352              on a close
7353      Branch: perlio
7354            ! ext/PerlIO/encoding/encoding.xs
7355 ____________________________________________________________________________
7356 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
7357         Log: Integrate #16481 from macperl;
7358              
7359              p4genpatch Mac OS fixes (paths, utime)
7360      Branch: perl
7361           !> Porting/p4genpatch
7362 ____________________________________________________________________________
7363 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
7364         Log: Storable doc tweaks.
7365      Branch: perl
7366            ! ext/Storable/Storable.pm
7367 ____________________________________________________________________________
7368 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
7369         Log: Subject: Re: [PATCH] use base Notexists
7370              From: andreas.koenig@anima.de (Andreas J. Koenig)
7371              Date: Wed, 08 May 2002 15:57:53 +0200
7372              Message-ID: <m34rhi91y6.fsf@anima.de>
7373      Branch: perl
7374            ! lib/base.pm lib/fields.t
7375 ____________________________________________________________________________
7376 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
7377         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
7378              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
7379              Date: Wed, 8 May 2002 10:47:51 +0400
7380              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
7381      Branch: perl
7382            ! t/run/fresh_perl.t
7383 ____________________________________________________________________________
7384 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
7385         Log: Document how even "ASCII" locales can have problems
7386              if \w includes some of the regex metacharacters.
7387      Branch: perl
7388            ! lib/locale.t
7389 ____________________________________________________________________________
7390 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
7391         Log: p4genpatch Mac OS fixes (paths, utime)
7392      Branch: macperl
7393            ! Porting/p4genpatch
7394 ____________________________________________________________________________
7395 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
7396         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
7397              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
7398              Date: Wed, 8 May 2002 10:33:14 +0400
7399              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
7400      Branch: perl
7401            ! ext/File/Glob/bsd_glob.c
7402 ____________________________________________________________________________
7403 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
7404         Log: Skip layer symbols for sfio
7405      Branch: macperl
7406            ! makedef.pl
7407 ____________________________________________________________________________
7408 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
7409         Log: Bump up the Storable $VERSION to 2.0.
7410      Branch: perl
7411            ! ext/Storable/Storable.pm
7412 ____________________________________________________________________________
7413 [ 16477] By: nick                                  on 2002/05/08  06:21:18
7414         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
7415      Branch: perlio
7416           !> (integrate 36 files)
7417 ____________________________________________________________________________
7418 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
7419         Log: Oops, add back
7420      Branch: macperl
7421            + macos/MacPerlTests.cmd
7422 ____________________________________________________________________________
7423 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
7424         Log: Integrate with perl
7425      Branch: macperl
7426           +> Porting/p4genpatch ext/Digest/MD5/README
7427           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
7428           +> ext/threads/shared/semaphore.pm
7429           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
7430           +> t/comp/hints.t vos/compile_full_perl.cm
7431           +> vos/configure_full_perl.sh vos/make_full_perl.sh
7432           +> wince/compile.bat wince/win32io.c
7433            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
7434            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
7435           !> (integrate 206 files)
7436 ____________________________________________________________________________
7437 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
7438         Log: Update README (integrate from macperl)
7439      Branch: maint-5.6/macperl
7440           !> README.macos
7441 ____________________________________________________________________________
7442 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
7443         Log: Various syncs from macperl/ -> maint-5.6/macperl/
7444              File::Copy, File::Spec updates
7445              Test script modifications
7446              pp_require path bugfixes
7447      Branch: maint-5.6/macperl
7448            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
7449            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
7450 ____________________________________________________________________________
7451 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
7452         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
7453      Branch: macperl
7454            ! macos/macperl/MacPerl.podhelp
7455      Branch: maint-5.6/macperl
7456            ! macos/macperl/MacPerl.podhelp
7457 ____________________________________________________________________________
7458 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
7459         Log: Reset Mac::err flag in app, MacPerl Bug #546065
7460      Branch: macperl
7461            ! macos/macperl/MPScript.c
7462      Branch: maint-5.6/macperl
7463            ! macos/macperl/MPScript.c
7464 ____________________________________________________________________________
7465 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
7466         Log: Fix for some module install paths, MacPerl Bug #549611
7467      Branch: macperl
7468            ! macos/macperl/Droplets/installme.plx
7469            ! macos/macperl/Droplets/untarzipme.plx
7470      Branch: maint-5.6/macperl
7471            ! macos/macperl/Droplets/installme.plx
7472            ! macos/macperl/Droplets/untarzipme.plx
7473 ____________________________________________________________________________
7474 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
7475         Log: Stupid Mac::OSA::Simple bugs
7476      Branch: macperl
7477            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
7478      Branch: maint-5.6/macperl
7479            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
7480 ____________________________________________________________________________
7481 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
7482         Log: Various BuildTools fixes, MacPerl Bug #545341
7483      Branch: macperl
7484            ! macos/lib/Mac/BuildTools.pm
7485      Branch: maint-5.6/macperl
7486            ! macos/lib/Mac/BuildTools.pm
7487 ____________________________________________________________________________
7488 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
7489         Log: MM_MacOS has been moved from macos/lib/ to lib/
7490      Branch: macperl
7491            - macos/lib/ExtUtils/MM_MacOS.pm
7492 ____________________________________________________________________________
7493 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
7494         Log: Oops, add Digest::MD5 Makefile.mk back in
7495      Branch: macperl
7496            + macos/bundled_ext/Digest/MD5/Makefile.mk
7497 ____________________________________________________________________________
7498 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
7499         Log: Allow focus of first item, MacPerl Bug #529102
7500      Branch: macperl
7501            ! macos/ext/Mac/Windows/Windows.pm
7502      Branch: maint-5.6/macperl
7503            ! macos/ext/Mac/Windows/Windows.pm
7504 ____________________________________________________________________________
7505 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
7506         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
7507      Branch: macperl
7508            ! macos/lib/Mac/Glue.pm
7509      Branch: maint-5.6/macperl
7510            ! macos/lib/Mac/Glue.pm
7511 ____________________________________________________________________________
7512 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
7513         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
7514      Branch: perl
7515            ! makedef.pl
7516 ____________________________________________________________________________
7517 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
7518         Log: aTHX may be empty
7519      Branch: perl
7520            ! win32/win32.c
7521 ____________________________________________________________________________
7522 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
7523         Log: 5005threads builds again on windows
7524      Branch: perl
7525            ! win32/win32.c win32/win32.h
7526 ____________________________________________________________________________
7527 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
7528         Log: fixes for various warnings identified by Visual C++
7529      Branch: perl
7530            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
7531            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
7532            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
7533            ! win32/config.bc win32/config.gc win32/config.vc
7534            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7535            ! win32/win32.c win32/win32iop.h
7536 ____________________________________________________________________________
7537 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
7538         Log: keep paths consistently slashed on windows
7539      Branch: perl
7540            ! t/harness
7541 ____________________________________________________________________________
7542 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
7543         Log: integrate makefile.mk changes into Makefile
7544      Branch: perl
7545            ! win32/Makefile
7546 ____________________________________________________________________________
7547 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
7548         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
7549              From: Nicholas Clark <nick@unfortu.net>
7550              Date: Tue, 7 May 2002 23:26:01 +0100
7551              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
7552      Branch: perl
7553            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
7554            ! ext/Storable/README ext/Storable/Storable.pm
7555            ! ext/Storable/t/malice.t
7556 ____________________________________________________________________________
7557 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
7558         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
7559              From: Dave Mitchell <davem@fdgroup.com>
7560              Date: Wed, 8 May 2002 00:11:02 +0100
7561              Message-ID: <20020508001102.D4118@fdgroup.com>
7562      Branch: perl
7563            ! pp_hot.c scope.c
7564 ____________________________________________________________________________
7565 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
7566         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
7567              From: Dave Mitchell <davem@fdgroup.com>
7568              Date: Tue, 7 May 2002 23:13:10 +0100
7569              Message-ID: <20020507231310.B4118@fdgroup.com>
7570      Branch: perl
7571            ! pp_hot.c
7572 ____________________________________________________________________________
7573 [ 16454] By: sky                                   on 2002/05/07  21:18:44
7574         Log: Documentation of async
7575      Branch: perl
7576            ! ext/threads/threads.pm
7577 ____________________________________________________________________________
7578 [ 16453] By: sky                                   on 2002/05/07  21:16:28
7579         Log: Documentation added.
7580      Branch: perl
7581            ! ext/threads/shared/semaphore.pm
7582 ____________________________________________________________________________
7583 [ 16452] By: sky                                   on 2002/05/07  21:15:34
7584         Log: Add support for async.
7585      Branch: perl
7586            ! ext/threads/threads.pm
7587 ____________________________________________________________________________
7588 [ 16451] By: sky                                   on 2002/05/07  21:01:47
7589         Log: Add documentation.
7590      Branch: perl
7591            ! ext/threads/shared/queue.pm
7592 ____________________________________________________________________________
7593 [ 16450] By: sky                                   on 2002/05/07  20:24:08
7594         Log: Fix bad assumptions in test case.
7595              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
7596              b) $var++ is not atomic
7597              c) the creating of the string to print and the actuall printing 
7598              could be preempted by another thread
7599      Branch: perl
7600            ! ext/threads/shared/t/queue.t
7601 ____________________________________________________________________________
7602 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
7603         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
7604              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7605              Date: Tue, 07 May 2002 19:41:03 +0200
7606              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
7607      Branch: perl
7608            ! makedepend.SH
7609 ____________________________________________________________________________
7610 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
7611         Log: Upgrade to Encode 1.71.
7612      Branch: perl
7613            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
7614            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
7615 ____________________________________________________________________________
7616 [ 16447] By: nick                                  on 2002/05/07  18:39:47
7617         Log: Integrate mainline
7618      Branch: perlio
7619           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
7620           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
7621           !> lib/User/pwent.t
7622 ____________________________________________________________________________
7623 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
7624         Log: AUTHORS updates.
7625      Branch: perl
7626            ! AUTHORS
7627 ____________________________________________________________________________
7628 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
7629         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
7630              From: Robin Barker <rmb1@cise.npl.co.uk>
7631              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
7632              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
7633      Branch: perl
7634            ! ext/Encode/Encode.xs
7635 ____________________________________________________________________________
7636 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
7637         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
7638              From: Michael A Chase <mchase@ix.netcom.com>
7639              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
7640              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
7641              
7642              (plus add what POSIX says)
7643      Branch: perl
7644            ! lib/File/Spec/Unix.pm
7645 ____________________________________________________________________________
7646 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
7647         Log: Subject: Re: lib/User/pwent.t on Cygwin
7648              From: John Peacock <jpeacock@rowman.com>
7649              Date: Mon, 06 May 2002 10:14:21 -0400
7650              Message-ID: <3CD68FBD.8020502@rowman.com>
7651      Branch: perl
7652            ! lib/User/pwent.t
7653 ____________________________________________________________________________
7654 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
7655         Log: Subject: [PATCH] Storable (Re: perl@16433)
7656              From: Radu Greab <radu@netsoft.ro>
7657              Date: Tue, 7 May 2002 11:37:03 +0300
7658              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
7659              
7660              Subject: Re: [PATCH] Storable (Re: perl@16433)
7661              From: Radu Greab <radu@netsoft.ro>
7662              Date: Tue, 7 May 2002 12:49:24 +0300
7663              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
7664              
7665              Plug the Storable memory leaks.
7666      Branch: perl
7667            ! ext/Storable/Storable.xs
7668 ____________________________________________________________________________
7669 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
7670         Log: Upgrade to CPAN 1.61.
7671      Branch: perl
7672            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7673 ____________________________________________________________________________
7674 [ 16440] By: nick                                  on 2002/05/07  07:07:58
7675         Log: Integrate mainline
7676      Branch: perlio
7677           +> Porting/p4genpatch vos/compile_full_perl.cm
7678           +> vos/configure_full_perl.sh vos/make_full_perl.sh
7679           +> wince/compile.bat wince/win32io.c
7680            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
7681           !> (integrate 74 files)
7682 ____________________________________________________________________________
7683 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
7684         Log: Document the bad behaviour of for(1..5){$_++}
7685              (it works but it should fail)
7686      Branch: perl
7687            ! pod/perldelta.pod
7688 ____________________________________________________________________________
7689 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
7690         Log: README.ko update from Jungshik Shin.
7691      Branch: perl
7692            ! README.ko
7693 ____________________________________________________________________________
7694 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
7695         Log: Subject: Re: perl@16433
7696              From: Nicholas Clark <nick@unfortu.net>
7697              Date: Tue, 7 May 2002 00:21:46 +0100
7698              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
7699      Branch: perl
7700            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
7701            ! ext/Storable/t/malice.t
7702 ____________________________________________________________________________
7703 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
7704         Log: Subject:  two and a half steps further for WinCE cross-build
7705              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7706              Date: Mon, 6 May 2002 23:54:24 +0400
7707              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
7708      Branch: perl
7709            - wince/config.h
7710            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
7711 ____________________________________________________________________________
7712 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
7713         Log: Detypo.
7714      Branch: perl
7715            ! pod/perldelta.pod
7716 ____________________________________________________________________________
7717 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
7718         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
7719              From: Dave Mitchell <davem@fdgroup.com>
7720              Date: Mon, 6 May 2002 17:17:00 +0100
7721              Message-ID: <20020506171700.A256@fdgroup.com>
7722      Branch: perl
7723            ! pod/perldelta.pod t/op/local.t
7724 ____________________________________________________________________________
7725 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
7726         Log: Update Changes.
7727      Branch: perl
7728            ! Changes patchlevel.h
7729 ____________________________________________________________________________
7730 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
7731         Log: Add a test for #16431, and document Dave's campaign
7732              against localised hash element bugs.
7733      Branch: perl
7734            ! pod/perldelta.pod t/op/tie.t
7735 ____________________________________________________________________________
7736 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
7737         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
7738              From: Dave Mitchell <davem@fdgroup.com>
7739              Date: Sat, 4 May 2002 00:34:18 +0100
7740              Message-ID: <20020504003418.F22026@fdgroup.com>
7741      Branch: perl
7742            ! pp_hot.c t/op/local.t
7743 ____________________________________________________________________________
7744 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
7745         Log: Regen uconfig.h.
7746      Branch: perl
7747            ! uconfig.h
7748 ____________________________________________________________________________
7749 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
7750         Log: Unfortunately AmigaOS has been broken since 11423
7751              and is unlikely to get fixed in time for 5.8.0.
7752      Branch: perl
7753            ! pod/perldelta.pod
7754 ____________________________________________________________________________
7755 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
7756         Log: Ultimate discouragement for the old tools, from Andreas.
7757      Branch: perl
7758            - Porting/p4d2p Porting/p4desc
7759            ! MANIFEST Porting/repository.pod
7760 ____________________________________________________________________________
7761 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
7762         Log: Upgrade to Digest::MD5 2.20.
7763      Branch: perl
7764            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7765            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
7766 ____________________________________________________________________________
7767 [ 16426] By: ams                                   on 2002/05/06  09:48:42
7768         Log: Subject: [Encode] 1.70 released
7769              From: Dan Kogai <dankogai@dan.co.jp>
7770              Date: Mon, 6 May 2002 19:36:15 +0900
7771              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
7772      Branch: perl
7773            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
7774            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
7775            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
7776 ____________________________________________________________________________
7777 [ 16425] By: ams                                   on 2002/05/06  09:40:42
7778         Log: Subject: [PATCH] PerlIO::Via reference
7779              From: Gisle Aas <gisle@ActiveState.com>
7780              Date: 05 May 2002 22:50:23 -0700
7781              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
7782      Branch: perl
7783            ! pod/perliol.pod
7784 ____________________________________________________________________________
7785 [ 16424] By: ams                                   on 2002/05/06  09:37:58
7786         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
7787              From: Brendan O'Dea <bod@debian.org>
7788              Date: Mon, 6 May 2002 14:04:48 +1000
7789              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
7790      Branch: perl
7791            ! lib/Term/Complete.pm
7792 ____________________________________________________________________________
7793 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
7794         Log: p4genpatch: avoid stderr noise during adds
7795      Branch: perl
7796            ! Porting/p4genpatch
7797 ____________________________________________________________________________
7798 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
7799         Log: Subject: [PATCH] Fixup VOS builds of miniperl
7800              From: Paul_GreenVOS@vos.stratus.com
7801              Date: Sun, 5 May 02 23:11 edt
7802              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
7803      Branch: perl
7804            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
7805 ____________________________________________________________________________
7806 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
7807         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
7808              From: Radu Greab <radu@netsoft.ro>
7809              Date: Mon, 6 May 2002 04:23:10 +0300
7810              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
7811      Branch: perl
7812            ! pp_sys.c t/op/exec.t
7813 ____________________________________________________________________________
7814 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
7815         Log: Further comment tweak, to agree with perlxs.pod.
7816      Branch: perl
7817            ! perl.h
7818 ____________________________________________________________________________
7819 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
7820         Log: Subject: [PATCH] Update README.vos and release vos build macros
7821              From: Paul_GreenVOS@vos.stratus.com
7822              Date: Sun, 5 May 02 17:15 edt
7823              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
7824              To: perl5-porters@perl.org
7825      Branch: perl
7826            + vos/compile_full_perl.cm vos/configure_full_perl.sh
7827            + vos/make_full_perl.sh
7828            ! MANIFEST README.vos vos/Changes
7829 ____________________________________________________________________________
7830 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
7831         Log: Retract MM_NW5.pm part of #16371, at the request
7832              of Michael Schwern.
7833      Branch: perl
7834            ! lib/ExtUtils/MM_NW5.pm
7835 ____________________________________________________________________________
7836 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
7837         Log: Comment tweaks.
7838      Branch: perl
7839            ! perl.h
7840 ____________________________________________________________________________
7841 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
7842         Log: a few more p4genpatch fixes:
7843              
7844              don't assume previous revision exists, let p4 compute it from
7845              the one-less-change number instead
7846              
7847              the time part in timestamps were always 00:00:00; fix by
7848              fetching metadata via "p4 fsync" rather than "p4 filelog"
7849              
7850              quote all file names used in external commands to make them
7851              them work when there are spaces in those file names
7852              
7853              looks production worthy now :)
7854      Branch: perl
7855            ! Porting/p4genpatch
7856 ____________________________________________________________________________
7857 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
7858         Log: The #16401 was far from enough, and mostly in a wrong direction.
7859              The right thing to do would be to convert Storable into using
7860              the new MY_CXT scheme (no static data, and memory management
7861              using SVs).
7862      Branch: perl
7863            ! ext/Storable/Storable.xs
7864 ____________________________________________________________________________
7865 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
7866         Log: p4genpatch diffs against depot files from //depot/perl when called
7867              with -b //depot/maint-5.6/perl
7868      Branch: perl
7869            ! Porting/p4genpatch
7870 ____________________________________________________________________________
7871 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
7872         Log: p4genpatch: current directory may not be writable, so don't
7873              create temp files there
7874      Branch: perl
7875            ! Porting/p4genpatch
7876 ____________________________________________________________________________
7877 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
7878         Log: p4genpatch now works on windows
7879      Branch: perl
7880            ! Porting/p4genpatch
7881 ____________________________________________________________________________
7882 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
7883         Log: p4genpatch: tweak from Andreas to strip leading portion of
7884              path specified in -b (so patch can be applied with "patch -p1")
7885      Branch: perl
7886            ! Porting/p4genpatch
7887 ____________________________________________________________________________
7888 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
7889         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
7890              From: PPrymmer@factset.com
7891              Date: Fri, 3 May 2002 14:52:12 -0400
7892              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
7893      Branch: perl
7894            ! t/op/pwent.t
7895 ____________________________________________________________________________
7896 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
7897         Log: Upgrade to Net::Ping 2.17.
7898      Branch: perl
7899            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
7900 ____________________________________________________________________________
7901 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
7902         Log: Upgrade to Getopt::Long 2.31.
7903      Branch: perl
7904            ! lib/Getopt/Long.pm
7905 ____________________________________________________________________________
7906 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
7907         Log: Subject: Re: Cross-compiling as of WinCE
7908              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
7909              Date: Sat, 4 May 2002 03:49:11 +0400
7910              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
7911      Branch: perl
7912            + wince/compile.bat wince/win32io.c
7913            - wince/perldll.def
7914            ! MANIFEST configpm makedef.pl wince/Makefile.ce
7915            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
7916            ! wince/config_h.PL wince/wince.c
7917 ____________________________________________________________________________
7918 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
7919         Log: The loclibpth is always set by Configure.
7920      Branch: perl
7921            ! hints/dec_osf.sh
7922 ____________________________________________________________________________
7923 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
7924         Log: Subject: Re: [Unicode::Collate] UCA Version number    
7925              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7926              Date: Sun, 05 May 2002 10:07:57 +0900
7927              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
7928      Branch: perl
7929            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
7930            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
7931 ____________________________________________________________________________
7932 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
7933         Log: Subject: [PATCH sv.c] delete inaccurate comment
7934              From: Dave Mitchell <davem@fdgroup.com>
7935              Date: Fri, 3 May 2002 21:17:00 +0100
7936              Message-ID: <20020503211700.C22026@fdgroup.com>
7937      Branch: perl
7938            ! sv.c
7939 ____________________________________________________________________________
7940 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
7941         Log: Solaris: show what 'that' is.
7942      Branch: perl
7943            ! hints/solaris_2.sh
7944 ____________________________________________________________________________
7945 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
7946         Log: Syntax fix.
7947      Branch: perl
7948            ! t/op/arith.t
7949 ____________________________________________________________________________
7950 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
7951         Log: (retracted by #16415) Storable: try to free what we allocated.
7952      Branch: perl
7953            ! ext/Storable/Storable.xs
7954 ____________________________________________________________________________
7955 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
7956         Log: UNICOS: division is really sloppy.
7957      Branch: perl
7958            ! t/op/arith.t
7959 ____________________________________________________________________________
7960 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
7961         Log: Subject: fix t/io/fs.t for VOS
7962              From: Paul_GreenVOS@vos.stratus.com
7963              Date: Sat, 4 May 02 14:01 edt
7964              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
7965      Branch: perl
7966            ! t/io/fs.t
7967 ____________________________________________________________________________
7968 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
7969         Log: Subject: [Unicode::Collate] UCA Version number
7970              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7971              Date: Sat, 04 May 2002 16:07:07 +0900
7972              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
7973      Branch: perl
7974            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
7975 ____________________________________________________________________________
7976 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
7977         Log: Subject: [PATCH lib/overload.pm] "\"\""
7978              From: Michael G Schwern <schwern@pobox.com>
7979              Date: Sat, 4 May 2002 13:17:44 -0400
7980              Message-ID: <20020504171743.GD640@blackrider>
7981      Branch: perl
7982            ! lib/overload.pm
7983 ____________________________________________________________________________
7984 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
7985         Log: Add the EBCDIC test data to downgrade.t.
7986      Branch: perl
7987            ! ext/Storable/t/downgrade.t
7988 ____________________________________________________________________________
7989 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
7990         Log: EBCDIC tweak.
7991      Branch: perl
7992            ! ext/Storable/t/utf8hash.t
7993 ____________________________________________________________________________
7994 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
7995         Log: Allow p4genpatch to use diff programs other than 'diff'.
7996      Branch: perl
7997            ! Porting/p4genpatch
7998 ____________________________________________________________________________
7999 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
8000         Log: Add p4genpatch from Andreas; obsoletes both
8001              p4d2p and p4desc.
8002      Branch: perl
8003            + Porting/p4genpatch
8004            ! MANIFEST Porting/makerel
8005 ____________________________________________________________________________
8006 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
8007         Log: Upgrade to Encode 1.69.
8008      Branch: perl
8009            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
8010            ! ext/Encode/Encode/Makefile_PL.e2x
8011            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
8012            ! ext/Encode/lib/Encode/Guess.pm
8013            ! ext/Encode/lib/Encode/MIME/Header.pm
8014            ! ext/Encode/t/mime-header.t
8015 ____________________________________________________________________________
8016 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
8017         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
8018              From: Dave Mitchell <davem@fdgroup.com>
8019              Date: Sat, 4 May 2002 16:09:26 +0100
8020              Message-ID: <20020504160926.A24990@fdgroup.com>
8021      Branch: perl
8022            ! INSTALL
8023 ____________________________________________________________________________
8024 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
8025         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
8026              From: Nicholas Clark <nick@unfortu.net>
8027              Date: Sat, 4 May 2002 12:38:58 +0100
8028              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
8029      Branch: perl
8030            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8031 ____________________________________________________________________________
8032 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
8033         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
8034              From: Nicholas Clark <nick@unfortu.net>
8035              Date: Sat, 4 May 2002 00:30:43 +0100
8036              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
8037      Branch: perl
8038            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8039 ____________________________________________________________________________
8040 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
8041         Log: Doc tweak from Elizabeth Mattijsen.
8042      Branch: perl
8043            ! pod/perlunicode.pod
8044 ____________________________________________________________________________
8045 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
8046         Log: Subject: [PATCH] channames.pm doc tweaks
8047              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
8048              Date: Sat, 04 May 2002 11:45:18 +0900
8049              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
8050      Branch: perl
8051            ! lib/charnames.pm
8052 ____________________________________________________________________________
8053 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
8054         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
8055              From: Dave Mitchell <davem@fdgroup.com>
8056              Date: Fri, 3 May 2002 23:51:10 +0100
8057              Message-ID: <20020503235110.E22026@fdgroup.com>
8058      Branch: perl
8059            ! pp_hot.c scope.c
8060 ____________________________________________________________________________
8061 [ 16385] By: nick                                  on 2002/05/04  09:29:41
8062         Log: Integrate mainline
8063      Branch: perlio
8064           !> (integrate 47 files)
8065 ____________________________________________________________________________
8066 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
8067         Log: Subject: Re: perl@16307
8068              From: Nicholas Clark <nick@unfortu.net>
8069              Date: Fri, 3 May 2002 21:49:04 +0100
8070              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
8071              
8072              canonical #3 was failing under -Mutf8.
8073      Branch: perl
8074            ! ext/Storable/t/canonical.t
8075 ____________________________________________________________________________
8076 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
8077         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
8078              From: Dave Mitchell <davem@fdgroup.com>
8079              Date: Fri, 3 May 2002 21:12:10 +0100
8080              Message-ID: <20020503211210.B22026@fdgroup.com>
8081      Branch: perl
8082            ! scope.c
8083 ____________________________________________________________________________
8084 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
8085         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
8086              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
8087              Date: Fri, 3 May 2002 20:30:25 +0200
8088              Message-ID: <190109228332.20020503203025@familiehaase.de>
8089      Branch: perl
8090            ! doio.c
8091 ____________________________________________________________________________
8092 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
8093         Log: Subject: t/TestInit.pm - clean up comments
8094              From: Paul_GreenVOS@vos.stratus.com
8095              Date: Fri, 3 May 02 14:51 edt
8096              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
8097      Branch: perl
8098            ! t/TestInit.pm
8099 ____________________________________________________________________________
8100 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
8101         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
8102              From: Dan Kogai <dankogai@dan.co.jp>
8103              Date: Sat, 4 May 2002 01:46:35 +0900
8104              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
8105      Branch: perl
8106            ! ext/Encode/Encode/Makefile_PL.e2x
8107 ____________________________________________________________________________
8108 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
8109         Log: Forgotten test arrangement.
8110      Branch: perl
8111            ! ext/Digest/MD5/t/files.t
8112 ____________________________________________________________________________
8113 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
8114         Log: Comedy of typing errors.
8115      Branch: perl
8116            ! hints/solaris_2.sh
8117 ____________________________________________________________________________
8118 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
8119         Log: Let's try the "no Net:: if no Socket" again.
8120      Branch: perl
8121            ! t/lib/1_compile.t
8122 ____________________________________________________________________________
8123 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
8124         Log: Update Changes.
8125      Branch: perl
8126            ! Changes patchlevel.h
8127 ____________________________________________________________________________
8128 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
8129         Log: Oops.
8130      Branch: perl
8131            ! lib/ExtUtils/MM_BeOS.pm
8132 ____________________________________________________________________________
8133 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
8134         Log: EBCDIC tweak.
8135      Branch: perl
8136            ! ext/Digest/MD5/t/utf8.t
8137 ____________________________________________________________________________
8138 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
8139         Log: Update the EBCDIC MD5 checksums, and automate the process.
8140      Branch: perl
8141            ! ext/Digest/MD5/t/files.t
8142 ____________________________________________________________________________
8143 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
8144         Log: The EBCDIC remapping of the low 256 bites again.
8145      Branch: perl
8146            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
8147            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
8148            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
8149 ____________________________________________________________________________
8150 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
8151         Log: NetWare updates from C Aditya.
8152      Branch: perl
8153            ! lib/ExtUtils/MM_NW5.pm makedef.pl
8154 ____________________________________________________________________________
8155 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
8156         Log: DJGPP updates from Laszlo Molnar.
8157      Branch: perl
8158            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
8159 ____________________________________________________________________________
8160 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
8161         Log: Upgrade to Encode 1.68.
8162      Branch: perl
8163            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
8164            ! ext/Encode/lib/Encode/Alias.pm
8165            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
8166 ____________________________________________________________________________
8167 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
8168         Log: Integrate perlio:
8169              
8170              [ 16367]
8171              Several of non-default builds now seem to work reasonably well
8172              English.t seems to fail on an errno test, and socketpair blathers
8173              about something.
8174              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
8175              back door, and instead have perlsdio.h vector stdio via iperlsys.h
8176              function tables (latter was done in earlier change).
8177              Update comments in Makefile.mk 
8178              
8179              [ 16366]
8180              Finish off 16350 for non-PERLIO build on linux,
8181              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
8182              for some slots which now perlsdio.h is targeting.
8183              
8184              [ 16352]
8185              setbuf / setvbuf are not PerlIO_ concepts
8186              
8187              [ 16351]
8188              perl_clone is a threads thing
8189              
8190              [ 16350]
8191              *** EXPERIMENTAL ***
8192              Have perlsdio.h use the iperlsys.h aliases and see
8193              if that helps non-PERLIO IMP_SYS on Win32.
8194              (Miniperl okay on linux).
8195              
8196              [ 16349]
8197              Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
8198              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
8199              - use it in perlio.c
8200              
8201              [ 16347]
8202              More layer syms
8203              
8204              [ 16346]
8205              Use PerlSIO_fdupopen() if not using PerlIO
8206              
8207              [ 16345]
8208              Do not build if not using layers
8209      Branch: perl
8210           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
8211           !> win32/makefile.mk win32/perlhost.h win32/win32.c
8212           !> win32/win32io.c
8213 ____________________________________________________________________________
8214 [ 16367] By: nick                                  on 2002/05/03  07:25:13
8215         Log: Several of non-default builds now seem to work reasonably well
8216              English.t seems to fail on an errno test, and socketpair blathers
8217              about something.
8218              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
8219              back door, and instead have perlsdio.h vector stdio via iperlsys.h
8220              function tables (latter was done in earlier change).
8221              Update comments in Makefile.mk 
8222      Branch: perlio
8223            ! perlio.h win32/makefile.mk win32/win32.c
8224 ____________________________________________________________________________
8225 [ 16366] By: nick                                  on 2002/05/03  07:07:36
8226         Log: Finish off 16350 for non-PERLIO build on linux,
8227              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
8228              for some slots which now perlsdio.h is targeting.
8229      Branch: perlio
8230            ! iperlsys.h
8231 ____________________________________________________________________________
8232 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
8233         Log: If no Socket should not try to test Net::
8234      Branch: perl
8235            ! t/lib/1_compile.t
8236 ____________________________________________________________________________
8237 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
8238         Log: Integrate macperl #16360 and #16363;
8239              
8240              Make op/alarm.t pass
8241              
8242              README.macos update
8243      Branch: perl
8244           !> README.macos t/op/alarm.t
8245 ____________________________________________________________________________
8246 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
8247         Log: README.macos update
8248      Branch: macperl
8249            ! README.macos
8250 ____________________________________________________________________________
8251 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
8252         Log: Config / test updates
8253      Branch: macperl
8254            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
8255            ! macos/Makefile.mk
8256 ____________________________________________________________________________
8257 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
8258         Log: Safe signals for Mac OS
8259      Branch: macperl
8260            ! macos/macish.c macos/macish.h
8261 ____________________________________________________________________________
8262 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
8263         Log: Make op/alarm.t pass
8264      Branch: macperl
8265            ! t/op/alarm.t
8266 ____________________________________________________________________________
8267 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
8268         Log: a tweak to change#13584: need to avoid pad-walking during
8269              global destruction
8270      Branch: maint-5.6/perl
8271            ! op.c
8272 ____________________________________________________________________________
8273 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
8274         Log: Forgot the most important part of #16357.
8275      Branch: perl
8276            ! lib/Unicode/Collate.pm
8277 ____________________________________________________________________________
8278 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
8279         Log: Subject: Unicode::Collate 0.11 Released
8280              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8281              Date: Fri, 03 May 2002 03:19:29 +0900
8282              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
8283      Branch: perl
8284            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
8285            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
8286 ____________________________________________________________________________
8287 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
8288         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
8289              From: Andy Dougherty <doughera@lafayette.edu>
8290              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
8291              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
8292      Branch: perl
8293            ! Makefile.SH ext/util/make_ext
8294 ____________________________________________________________________________
8295 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
8296         Log: Integrate #16353 from macperl;
8297              
8298              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
8299              in test 92 of run/fresh_perl.t on MacOS
8300              
8301              (as pudge rightfully points out, this is voodoo
8302              programming at it best, the real bug is somewhere else,
8303              now we just happened to shake the chicken the right way)
8304      Branch: perl
8305           !> lib/utf8_heavy.pl
8306 ____________________________________________________________________________
8307 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
8308         Log: Subject: Re: Encode, charnames and utf8heavy
8309              From: Dan Kogai <dankogai@dan.co.jp>
8310              Date: Thu, 2 May 2002 00:44:30 +0900
8311              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
8312              
8313              (plus a respective perlunicode tweak)
8314      Branch: perl
8315            ! lib/utf8_heavy.pl pod/perlunicode.pod
8316 ____________________________________________________________________________
8317 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
8318         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
8319              in test 92 of run/fresh_perl.t on MacOS
8320      Branch: macperl
8321            ! lib/utf8_heavy.pl
8322 ____________________________________________________________________________
8323 [ 16352] By: nick                                  on 2002/05/02  17:48:31
8324         Log: setbuf / setvbuf are not PerlIO_ concepts
8325      Branch: perlio
8326            ! XSUB.h
8327 ____________________________________________________________________________
8328 [ 16351] By: nick                                  on 2002/05/02  17:12:21
8329         Log: perl_clone is a threads thing
8330      Branch: perlio
8331            ! makedef.pl
8332 ____________________________________________________________________________
8333 [ 16350] By: nick                                  on 2002/05/02  17:09:43
8334         Log: *** EXPERIMENTAL ***
8335              Have perlsdio.h use the iperlsys.h aliases and see
8336              if that helps non-PERLIO IMP_SYS on Win32.
8337              (Miniperl okay on linux).
8338      Branch: perlio
8339            ! iperlsys.h perlsdio.h
8340 ____________________________________________________________________________
8341 [ 16349] By: nick                                  on 2002/05/02  16:10:15
8342         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
8343              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
8344              - use it in perlio.c
8345      Branch: perlio
8346            ! perlio.c win32/perlhost.h win32/win32.c
8347 ____________________________________________________________________________
8348 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
8349         Log: manual integrate of change#16332 from maint-5.6 branch
8350      Branch: perl
8351            ! mg.c perl.c sv.c util.c
8352 ____________________________________________________________________________
8353 [ 16347] By: nick                                  on 2002/05/02  15:19:59
8354         Log: More layer syms
8355      Branch: perlio
8356            ! makedef.pl
8357 ____________________________________________________________________________
8358 [ 16346] By: nick                                  on 2002/05/02  15:19:20
8359         Log: Use PerlSIO_fdupopen() if not using PerlIO
8360      Branch: perlio
8361            ! perlio.c
8362 ____________________________________________________________________________
8363 [ 16345] By: nick                                  on 2002/05/02  15:18:12
8364         Log: Do not build if not using layers
8365      Branch: perlio
8366            ! win32/win32io.c
8367 ____________________________________________________________________________
8368 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
8369         Log: Upgrade to Encode 1.67.
8370      Branch: perl
8371            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8372            ! ext/Encode/lib/Encode/Guess.pm
8373 ____________________________________________________________________________
8374 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
8375         Log: Integrate perlio:
8376              
8377              [ 16341]
8378              Remove show-stoppers to non-PERLIO Win32 builds
8379              (still not a very good show).
8380      Branch: perl
8381           !> makedef.pl win32/makefile.mk
8382 ____________________________________________________________________________
8383 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
8384         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
8385              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8386              Date: Thu, 02 May 2002 04:22:02 +0100
8387              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
8388      Branch: perl
8389            ! malloc.c
8390 ____________________________________________________________________________
8391 [ 16341] By: nick                                  on 2002/05/02  12:57:23
8392         Log: Remove show-stoppers to non-PERLIO Win32 builds
8393              (still not a very good show).
8394      Branch: perlio
8395            ! makedef.pl win32/makefile.mk
8396 ____________________________________________________________________________
8397 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
8398         Log: Subject: [PATCH] 1/3rd of utf8
8399              From: Nicholas Clark <nick@unfortu.net>
8400              Date: Wed, 1 May 2002 22:58:42 +0100
8401              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
8402      Branch: perl
8403            ! ext/Storable/t/malice.t
8404 ____________________________________________________________________________
8405 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
8406         Log: Integrate #16334 from maint-5.6;
8407              
8408              don't pad $0 with spaces when setting it, use nulls instead (the
8409              spaces show up as a very long line in a ps listing)
8410      Branch: perl
8411           !> mg.c
8412 ____________________________________________________________________________
8413 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
8414         Log: Integrate perlio:
8415              
8416              [ 16335]
8417              Fix the "PerlIO require leak". Snag was that clean_objs
8418              autoloaded DESTROY (needing IO) after known layers had
8419              been freed. Postpone layer list free to PerlIO_cleanup,
8420              rather than PerlIO_destruct. Tweak sequence in perl_destruct
8421              so that sv_undef is immortal till layer list is done with it.
8422      Branch: perl
8423           !> perl.c perlio.c
8424 ____________________________________________________________________________
8425 [ 16337] By: ams                                   on 2002/05/02  08:21:42
8426         Log: Subject: Re: [PATCH] Storable docs
8427              From: Philip Newton <Philip.Newton@gmx.net>
8428              Date: Thu, 02 May 2002 07:58:38 +0200
8429              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
8430              (Applied mostly with tweaks by hand.)
8431      Branch: perl
8432            ! ext/Storable/Storable.pm
8433 ____________________________________________________________________________
8434 [ 16336] By: nick                                  on 2002/05/02  07:59:16
8435         Log: Integrate mainline
8436      Branch: perlio
8437           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
8438           +> ext/Digest/MD5/t/utf8.t
8439            - ext/Digest/MD5/t/aaa.t
8440           !> Configure MANIFEST Makefile.SH config_h.SH
8441           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8442           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
8443           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
8444           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
8445           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
8446           !> lib/Thread.pm util.c
8447 ____________________________________________________________________________
8448 [ 16335] By: nick                                  on 2002/05/02  07:54:51
8449         Log: Fix the "PerlIO require leak". Snag was that clean_objs
8450              autoloaded DESTROY (needing IO) after known layers had
8451              been freed. Postpone layer list free to PerlIO_cleanup,
8452              rather than PerlIO_destruct. Tweak sequence in perl_destruct
8453              so that sv_undef is immortal till layer list is done with it.
8454      Branch: perlio
8455            ! perl.c perlio.c
8456 ____________________________________________________________________________
8457 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
8458         Log: don't pad $0 with spaces when setting it, use nulls instead (the
8459              spaces show up as a very long line in a ps listing)
8460      Branch: maint-5.6/perl
8461            ! mg.c
8462 ____________________________________________________________________________
8463 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
8464         Log: fix yet more race conditions related to fdopen() and dup2():
8465              
8466              fclose() is not thread-safe when two FILE* structures point
8467              to the same underlying fd, as it happens in perl's socket
8468              handles; need to invalidate the fileno slot of one of the
8469              FILE* structures, but unfortunately stdio has no interface
8470              to do this; we can do little else but fiddle with the
8471              FILE* structure directly (yuck! hope this could be done better
8472              under native PerlIO in 5.8)
8473      Branch: maint-5.6/perl
8474            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
8475 ____________________________________________________________________________
8476 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
8477         Log: isolate all environ diddling to the initial interpreter; any
8478              additional interpreters created after the first one cannot
8479              propagate %ENV changes down to the real environment; this
8480              should fix %ENV related races (e.g. multiple threads attempting
8481              to free() environ entries when they run C<%ENV = ()>)
8482      Branch: maint-5.6/perl
8483            ! mg.c perl.c sv.c util.c
8484 ____________________________________________________________________________
8485 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
8486         Log: fix race condition in my_popen(): parent may dup2() into an fd
8487              that got opened by another thread because it closes it
8488              beforehand; instead, let the dup2() itself close the fd
8489      Branch: maint-5.6/perl
8490            ! util.c
8491 ____________________________________________________________________________
8492 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
8493         Log: pipe() IO structures were not fully initialized
8494      Branch: maint-5.6/perl
8495            ! doio.c pp_sys.c
8496 ____________________________________________________________________________
8497 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
8498         Log: fix handle leak in my_popen() if the fork() fails
8499      Branch: maint-5.6/perl
8500            ! util.c
8501 ____________________________________________________________________________
8502 [ 16328] By: nick                                  on 2002/05/02  06:08:22
8503         Log: Integrate mainline
8504      Branch: perlio
8505           +> ext/threads/shared/semaphore.pm
8506           +> ext/threads/shared/t/semaphore.t
8507           !> MANIFEST ext/threads/shared/Makefile.PL
8508           !> ext/threads/shared/t/queue.t
8509 ____________________________________________________________________________
8510 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
8511         Log: Cleanup threads dirs.
8512      Branch: perl
8513            ! Makefile.SH
8514 ____________________________________________________________________________
8515 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
8516         Log: Add the new Digest::MD5 test.
8517      Branch: perl
8518            + ext/Digest/MD5/t/utf8.t
8519            ! MANIFEST
8520 ____________________________________________________________________________
8521 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
8522         Log: New try at the Class::DBI core dump at global cleanup.
8523      Branch: perl
8524            ! gv.h util.c
8525 ____________________________________________________________________________
8526 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
8527         Log: Upgrade to Digest::MD5 2.19.
8528      Branch: perl
8529            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8530            ! ext/Digest/MD5/t/files.t
8531 ____________________________________________________________________________
8532 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
8533         Log: Ooops.  Not everybody does threads.
8534      Branch: perl
8535            ! ext/threads/shared/t/semaphore.t
8536 ____________________________________________________________________________
8537 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
8538         Log: Fix files.t for blead.
8539      Branch: perl
8540            + ext/Digest/MD5/README
8541            ! MANIFEST ext/Digest/MD5/t/files.t
8542 ____________________________________________________________________________
8543 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
8544         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
8545              work yet with blead, my bad.
8546      Branch: perl
8547            + ext/Digest/MD5/t/md5-aaa.t
8548            - ext/Digest/MD5/t/aaa.t
8549            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
8550            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
8551            ! ext/Digest/MD5/t/files.t
8552 ____________________________________________________________________________
8553 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
8554         Log: metaconfig unit change for #16319.
8555      Branch: metaconfig/U/perl
8556            ! d_u32align.U
8557 ____________________________________________________________________________
8558 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
8559         Log: Somebody might be compiling a newer Digest::MD5.
8560      Branch: perl
8561            ! Configure config_h.SH
8562 ____________________________________________________________________________
8563 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
8564         Log: Until Arthur fills in semaphore.t.
8565      Branch: perl
8566            ! ext/threads/shared/Makefile.PL
8567            ! ext/threads/shared/t/semaphore.t
8568 ____________________________________________________________________________
8569 [ 16317] By: sky                                   on 2002/05/01  19:36:33
8570         Log: Fix emulation case when loading both Thread and threads::shared
8571              would get awkward.
8572      Branch: perl
8573            ! lib/Thread.pm
8574 ____________________________________________________________________________
8575 [ 16316] By: ams                                   on 2002/05/01  19:35:25
8576         Log: Subject: [PATCH] Storable docs
8577              From: Nicholas Clark <nick@unfortu.net>
8578              Date: Wed, 1 May 2002 20:44:42 +0100
8579              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
8580      Branch: perl
8581            ! ext/Storable/Storable.pm
8582 ____________________________________________________________________________
8583 [ 16315] By: sky                                   on 2002/05/01  19:15:46
8584         Log: Now passes old test case.
8585      Branch: perl
8586            ! ext/threads/shared/semaphore.pm
8587 ____________________________________________________________________________
8588 [ 16314] By: sky                                   on 2002/05/01  19:15:26
8589         Log: Cleanup memory a bit better in some cases.
8590      Branch: perl
8591            ! ext/threads/threads.xs
8592 ____________________________________________________________________________
8593 [ 16313] By: nick                                  on 2002/05/01  18:38:03
8594         Log: Integrate mainline
8595      Branch: perlio
8596           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
8597           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
8598           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
8599           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
8600           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
8601           !> pod/perl.pod pod/perlthrtut.pod toke.c
8602           !> vms/descrip_mms.template vms/perlvms.pod
8603 ____________________________________________________________________________
8604 [ 16312] By: sky                                   on 2002/05/01  18:12:37
8605         Log: Don't forget to add it to the MANIFEST
8606      Branch: perl
8607            + ext/threads/shared/t/semaphore.t
8608            ! MANIFEST
8609 ____________________________________________________________________________
8610 [ 16311] By: sky                                   on 2002/05/01  17:54:19
8611         Log: Add semaphore.pm
8612      Branch: perl
8613            + ext/threads/shared/semaphore.pm
8614 ____________________________________________________________________________
8615 [ 16310] By: sky                                   on 2002/05/01  17:13:57
8616         Log: Fix makefile to put queue.pm correctly, update test script.
8617      Branch: perl
8618            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
8619 ____________________________________________________________________________
8620 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
8621         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
8622              From: Dan Kogai <dankogai@dan.co.jp>
8623              Date: Thu, 2 May 2002 00:14:41 +0900
8624              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
8625      Branch: perl
8626            ! ext/PerlIO/t/fallback.t
8627 ____________________________________________________________________________
8628 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
8629         Log: Encode tweak from Dan Kogai.
8630      Branch: perl
8631            ! ext/Encode/Encode.xs
8632 ____________________________________________________________________________
8633 [ 16307] By: sky                                   on 2002/05/01  13:40:58
8634         Log: Flush directly to avoid erros when running from test harness
8635      Branch: perl
8636            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
8637 ____________________________________________________________________________
8638 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
8639         Log: Update Changes.
8640      Branch: perl
8641            ! Changes patchlevel.h
8642 ____________________________________________________________________________
8643 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
8644         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
8645              From: PPrymmer@factset.com
8646              Date: Wed, 1 May 2002 10:12:53 -0400
8647              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
8648      Branch: perl
8649            ! lib/User/pwent.t
8650 ____________________________________________________________________________
8651 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
8652         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
8653              From: PPrymmer@factset.com
8654              Date: Wed, 1 May 2002 09:54:51 -0400
8655              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
8656      Branch: perl
8657            ! vms/descrip_mms.template
8658 ____________________________________________________________________________
8659 [ 16303] By: sky                                   on 2002/05/01  13:00:57
8660         Log: First attempt at updating perlthrtut for ithreaded threads.pm
8661      Branch: perl
8662            ! pod/perlthrtut.pod
8663 ____________________________________________________________________________
8664 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
8665         Log: Provide the \N{U+HHHH} syntax before we forget.
8666      Branch: perl
8667            ! lib/charnames.pm lib/charnames.t toke.c
8668 ____________________________________________________________________________
8669 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
8670         Log: Subject: Copy-and-Pasto in perl.pod     
8671              From: lupe@lupe-christoph.de (Lupe Christoph)    
8672              Date: Wed, 1 May 2002 13:31:47 +0200
8673              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
8674      Branch: perl
8675            ! pod/perl.pod
8676 ____________________________________________________________________________
8677 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
8678         Log: Upgrade to Encode 1.66.
8679      Branch: perl
8680            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8681            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
8682 ____________________________________________________________________________
8683 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
8684         Log: Integrate perlio:
8685              
8686              [ 16297]
8687              Remove "spurious" (and unnecessary) variables from layer_syms
8688              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
8689              
8690              [ 16296]
8691              perl embed.pl to update global.sym
8692      Branch: perl
8693           !> global.sym makedef.pl
8694 ____________________________________________________________________________
8695 [ 16298] By: ams                                   on 2002/05/01  09:42:27
8696         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
8697              From: Philip Newton <Philip.Newton@gmx.net>
8698              Date: Wed, 01 May 2002 12:41:10 +0200
8699              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
8700      Branch: perl
8701            ! vms/perlvms.pod
8702 ____________________________________________________________________________
8703 [ 16297] By: nick                                  on 2002/05/01  06:50:24
8704         Log: Remove "spurious" (and unnecessary) variables from layer_syms
8705              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
8706      Branch: perlio
8707            ! makedef.pl
8708 ____________________________________________________________________________
8709 [ 16296] By: nick                                  on 2002/05/01  06:21:28
8710         Log: perl embed.pl to update global.sym
8711      Branch: perlio
8712            ! global.sym
8713 ____________________________________________________________________________
8714 [ 16295] By: nick                                  on 2002/05/01  06:16:18
8715         Log: Raw integrate of mainline (global.sym wrong on Win32)
8716      Branch: perlio
8717           +> t/comp/hints.t
8718           !> (integrate 45 files)
8719 ____________________________________________________________________________
8720 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
8721         Log: metaconfig unit change for #16293.
8722      Branch: metaconfig/U/perl
8723            ! bincompat5005.U
8724 ____________________________________________________________________________
8725 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
8726         Log: Try #2 of getting rid of bincompat5005.
8727      Branch: perl
8728            ! Configure NetWare/config_H.wc Porting/Glossary
8729            ! Porting/config.sh Porting/config_H config_h.SH embed.h
8730            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
8731            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
8732            ! wince/config.h wince/config_H.ce
8733 ____________________________________________________________________________
8734 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
8735         Log: metaconfig unit changes for #16291.
8736      Branch: metaconfig
8737            ! U/installdirs/inc_version_list.U
8738      Branch: metaconfig/U/perl
8739            ! bincompat5005.U xs_apiversion.U
8740 ____________________________________________________________________________
8741 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
8742         Log: No bincompat5005.
8743      Branch: perl
8744            ! Configure INSTALL NetWare/config.wc Porting/Glossary
8745            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
8746            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
8747            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
8748            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
8749            ! win32/config.bc win32/config.gc win32/config.vc
8750            ! win32/config.vc64 wince/config.ce
8751 ____________________________________________________________________________
8752 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
8753         Log: Remove sv_setpviv{_,mg}; regen perlapi.
8754      Branch: perl
8755            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
8756 ____________________________________________________________________________
8757 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
8758         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
8759              From: Dave Mitchell <davem@fdgroup.com>
8760              Date: Tue, 30 Apr 2002 23:55:43 +0100
8761              Message-ID: <20020430235543.A27796@fdgroup.com>
8762      Branch: perl
8763            ! sv.c
8764 ____________________________________________________________________________
8765 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
8766         Log: Update to Getopt::Long 2.30.
8767      Branch: perl
8768            ! lib/Getopt/Long.pm
8769 ____________________________________________________________________________
8770 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
8771         Log: Integrate perlio:
8772              
8773              [ 16285]
8774              Attempt at sanity in PerlIO/makedef.pl world:
8775              1. Add comments to what each clump of symbols is for
8776              2. Explicitly export layer syms like I thought they were
8777              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
8778              section.
8779              4. Re-sort perlio.sym
8780      Branch: perl
8781           !> makedef.pl perlio.sym
8782 ____________________________________________________________________________
8783 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
8784         Log: Fix bug id 20020427.004 on %^H.
8785              Add a regression test for %^H.
8786              Change the sort pragma implementation to use a
8787              global variable instead of %^H.
8788      Branch: perl
8789            + t/comp/hints.t
8790            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
8791 ____________________________________________________________________________
8792 [ 16285] By: nick                                  on 2002/04/30  19:00:03
8793         Log: Attempt at sanity in PerlIO/makedef.pl world:
8794              1. Add comments to what each clump of symbols is for
8795              2. Explicitly export layer syms like I thought they were
8796              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
8797              section.
8798              4. Re-sort perlio.sym
8799      Branch: perlio
8800            ! makedef.pl perlio.sym
8801 ____________________________________________________________________________
8802 [ 16284] By: nick                                  on 2002/04/30  18:10:23
8803         Log: Rest of integrate
8804      Branch: perlio
8805           +> lib/ExtUtils/MM_MacOS.pm
8806           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
8807           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
8808           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
8809           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
8810           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
8811           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
8812           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
8813           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
8814           !> lib/Test/Harness/t/strap-analyze.t
8815           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
8816           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
8817 ____________________________________________________________________________
8818 [ 16283] By: nick                                  on 2002/04/30  17:53:37
8819         Log: Integrate mailine makedef.pl so I can look at it
8820      Branch: perlio
8821           !> makedef.pl
8822 ____________________________________________________________________________
8823 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
8824         Log: Upgrade to Encode 1.65.
8825      Branch: perl
8826            ! ext/Encode/Changes ext/Encode/Encode.pm
8827            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
8828            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
8829 ____________________________________________________________________________
8830 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
8831         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
8832      Branch: perl
8833            ! makedef.pl
8834 ____________________________________________________________________________
8835 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
8836         Log: NetWare: disable DEBUG/ASSERT for now.
8837      Branch: perl
8838            ! ext/Storable/Storable.xs
8839 ____________________________________________________________________________
8840 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
8841         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
8842              From: Michael G Schwern <schwern@pobox.com>
8843              Date: Tue, 30 Apr 2002 01:05:41 -0400
8844              Message-ID: <20020430050541.GL756@blackrider>
8845      Branch: perl
8846            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
8847            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
8848            ! lib/Test/Harness/t/test-harness.t
8849 ____________________________________________________________________________
8850 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
8851         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
8852              From: Michael G Schwern <schwern@pobox.com>
8853              Date: Tue, 30 Apr 2002 00:24:59 -0400
8854              Message-ID: <20020430042459.GJ756@blackrider>
8855      Branch: perl
8856            + lib/ExtUtils/MM_MacOS.pm
8857            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
8858            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8859            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
8860 ____________________________________________________________________________
8861 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
8862         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
8863              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
8864      Branch: perl
8865            ! util.c
8866 ____________________________________________________________________________
8867 [ 16276] By: ams                                   on 2002/04/30  08:42:32
8868         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
8869              From: "Craig A. Berry" <craigberry@mac.com>
8870              Date: Mon, 29 Apr 2002 23:37:06 -0500
8871              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
8872      Branch: perl
8873            ! t/pod/testp2pt.pl
8874 ____________________________________________________________________________
8875 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
8876         Log: Regen toc.
8877      Branch: perl
8878            ! pod/perltoc.pod
8879 ____________________________________________________________________________
8880 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
8881         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
8882              From: PPrymmer@factset.com
8883              Date: Mon, 29 Apr 2002 17:58:06 -0400
8884              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
8885      Branch: perl
8886            ! vms/perlvms.pod
8887 ____________________________________________________________________________
8888 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
8889         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
8890              from Todd Miller.
8891      Branch: perl
8892            ! hints/openbsd.sh
8893 ____________________________________________________________________________
8894 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
8895         Log: Integrate perlio:
8896              
8897              [ 16270]
8898              Adding Encode::* to .pm creates stash at compile time
8899              which means we need a stronger check on Encode at boot time.
8900      Branch: perl
8901           !> ext/PerlIO/encoding/encoding.pm
8902           !> ext/PerlIO/encoding/encoding.xs
8903 ____________________________________________________________________________
8904 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
8905         Log: OpenBSD hints update from Todd Miller.
8906              
8907              - old versions of OpenBSD don't have 'arch -s'
8908              - OpenBSD 3.1 and higher don't use libdl but users may have
8909              and old libdl on the system so we need to avoid using it.
8910      Branch: perl
8911            ! hints/openbsd.sh
8912 ____________________________________________________________________________
8913 [ 16270] By: nick                                  on 2002/04/29  17:33:38
8914         Log: Adding Encode::* to .pm creates stash at compile time
8915              which means we need a stronger check on Encode at boot time.
8916      Branch: perlio
8917            ! ext/PerlIO/encoding/encoding.pm
8918            ! ext/PerlIO/encoding/encoding.xs
8919 ____________________________________________________________________________
8920 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
8921         Log: Detypo by Ronald Kimball.
8922      Branch: perl
8923            ! pod/perlport.pod
8924 ____________________________________________________________________________
8925 [ 16268] By: nick                                  on 2002/04/29  15:47:00
8926         Log: Integrate mainline
8927      Branch: perlio
8928           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
8929           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
8930           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
8931           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
8932           !> pod/perlfaq2.pod pod/perlfaq3.pod
8933 ____________________________________________________________________________
8934 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
8935         Log: Update Changes.
8936      Branch: perl
8937            ! Changes patchlevel.h
8938 ____________________________________________________________________________
8939 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
8940         Log: MM_NW5 update from C Aditya.
8941      Branch: perl
8942            ! lib/ExtUtils/MM_NW5.pm
8943 ____________________________________________________________________________
8944 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
8945         Log: FAQ sync.
8946      Branch: perl
8947            ! pod/perlfaq2.pod pod/perlfaq3.pod
8948 ____________________________________________________________________________
8949 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
8950         Log: NetBSD hints rewrite from Johnny Lam.
8951      Branch: perl
8952            ! hints/netbsd.sh
8953 ____________________________________________________________________________
8954 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
8955         Log: Upgrade to Encode 1.64.
8956      Branch: perl
8957            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8958            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
8959 ____________________________________________________________________________
8960 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
8961         Log: Subject: [Unicode::Normalize] mkheader tweak
8962              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8963              Date: Mon, 29 Apr 2002 12:58:01 +0900
8964              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
8965      Branch: perl
8966            ! ext/Unicode/Normalize/mkheader
8967 ____________________________________________________________________________
8968 [ 16261] By: nick                                  on 2002/04/29  06:29:48
8969         Log: Integrate mainline
8970      Branch: perlio
8971            - macos/MacPerlTests.cmd macos/xsubpp.patch
8972           !> (integrate 40 files)
8973 ____________________________________________________________________________
8974 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
8975         Log: Upgrade to Unicode::Normalize 0.76,
8976              from SADAHIRO Tomoyuki.
8977      Branch: perl
8978            ! ext/Unicode/Normalize/Changes
8979            ! ext/Unicode/Normalize/Normalize.pm
8980            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
8981            ! ext/Unicode/Normalize/t/func.t
8982 ____________________________________________________________________________
8983 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
8984         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
8985              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
8986              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
8987              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
8988      Branch: perl
8989            ! pod/perlport.pod
8990 ____________________________________________________________________________
8991 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
8992         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
8993              the basic and list tests started hanging).
8994      Branch: perl
8995            ! ext/threads/t/basic.t ext/threads/t/list.t
8996            ! ext/threads/t/thread.t
8997 ____________________________________________________________________________
8998 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
8999         Log: Integrate #16254 from macperl;
9000              
9001              Fix most tests on MacOS (not yet ext/ or /lib)
9002      Branch: perl
9003           !> (integrate 30 files)
9004 ____________________________________________________________________________
9005 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
9006         Log: As requested by pudge.
9007      Branch: perl
9008            - macos/MacPerlTests.cmd macos/xsubpp.patch
9009            ! MANIFEST
9010 ____________________________________________________________________________
9011 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
9012         Log: Integrate perl
9013      Branch: macperl
9014           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
9015           +> wince/cecopy-lib.pl wince/comp.pl
9016           !> (integrate 38 files)
9017 ____________________________________________________________________________
9018 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
9019         Log: Fix most tests on MacOS (not yet ext/ or /lib)
9020      Branch: macperl
9021            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
9022            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
9023            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
9024            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
9025            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
9026            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
9027            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
9028            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
9029 ____________________________________________________________________________
9030 [ 16253] By: nick                                  on 2002/04/28  19:10:50
9031         Log: Integrate mainline
9032      Branch: perlio
9033           +> wince/cecopy-lib.pl wince/comp.pl
9034           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
9035           !> ext/threads/t/basic.t ext/threads/t/list.t
9036           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
9037           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
9038           !> wince/win32.h wince/wince.c
9039 ____________________________________________________________________________
9040 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
9041         Log: More configuration/build changes
9042      Branch: macperl
9043            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
9044            ! macos/Makefile.mk macos/config.h macos/config.sh
9045            ! macos/macish.h
9046 ____________________________________________________________________________
9047 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
9048         Log: Subject: WinCE many fixes
9049              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
9050              Date: Sun, 28 Apr 2002 21:54:31 +0400
9051              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
9052      Branch: perl
9053            + wince/cecopy-lib.pl wince/comp.pl
9054            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
9055            ! wince/config_h.PL wince/perldll.def wince/win32.h
9056            ! wince/wince.c
9057 ____________________________________________________________________________
9058 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
9059         Log: Retract the cond.t part of #16249 since the nature
9060              of the test changed.
9061      Branch: perl
9062            ! ext/threads/shared/t/cond.t
9063 ____________________________________________________________________________
9064 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
9065         Log: (retracted by #16258)
9066              
9067              Fix thread tests not to depend on sleep() as
9068              a scheduling aid.  In two tests (basic and list)
9069              I had to change from sleep() hack to another hack...
9070              basically, using the filesystem as a semaphore.
9071              The assumption made is that rmdir() is atomic.
9072              (The sleep() scheduling assumption broke with the
9073              GNU pth in NetBSD.)
9074              
9075              (the cond.t part retracted by #16250)
9076      Branch: perl
9077            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
9078            ! ext/threads/t/list.t ext/threads/t/thread.t
9079 ____________________________________________________________________________
9080 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
9081         Log: Be tidy.
9082      Branch: perl
9083            ! ext/PerlIO/t/fallback.t
9084 ____________________________________________________________________________
9085 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
9086         Log: Integrate perlio:
9087              
9088              [ 16246]
9089              Have :encoding() default to perlqq style fallbacks.
9090              Add test for that.
9091              
9092              [ 16245]
9093              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
9094              as gate on layer tests which fail on -Dusesfio
9095              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
9096              
9097              [ 16244]
9098              Builds under -Uuseperlio
9099              Uses PUSHSTACK/POPSTACK in :encoding and :Via
9100      Branch: perl
9101           +> ext/PerlIO/t/fallback.t
9102           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
9103           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
9104           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
9105           !> t/io/binmode.t t/io/crlf.t
9106 ____________________________________________________________________________
9107 [ 16246] By: nick                                  on 2002/04/28  10:08:05
9108         Log: Have :encoding() default to perlqq style fallbacks.
9109              Add test for that.
9110      Branch: perlio
9111            + ext/PerlIO/t/fallback.t
9112            ! MANIFEST ext/PerlIO/encoding/encoding.pm
9113            ! ext/PerlIO/encoding/encoding.xs
9114 ____________________________________________________________________________
9115 [ 16245] By: nick                                  on 2002/04/28  08:57:54
9116         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
9117              as gate on layer tests which fail on -Dusesfio
9118              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
9119      Branch: perlio
9120            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
9121            ! t/io/crlf.t
9122 ____________________________________________________________________________
9123 [ 16244] By: nick                                  on 2002/04/28  08:22:07
9124         Log: Builds under -Uuseperlio
9125              Uses PUSHSTACK/POPSTACK in :encoding and :Via
9126      Branch: perlio
9127            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
9128 ____________________________________________________________________________
9129 [ 16243] By: nick                                  on 2002/04/28  07:19:01
9130         Log: Integrate mainline
9131      Branch: perlio
9132           +> ext/threads/t/list.t
9133           !> (integrate 40 files)
9134 ____________________________________________________________________________
9135 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
9136         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
9137      Branch: perl
9138            ! hints/netbsd.sh
9139 ____________________________________________________________________________
9140 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
9141         Log: Plan better.
9142      Branch: perl
9143            ! t/io/fs.t
9144 ____________________________________________________________________________
9145 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
9146         Log: No trunc worries.
9147      Branch: perl
9148            ! pod/perldelta.pod
9149 ____________________________________________________________________________
9150 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
9151         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
9152              From: Michael G Schwern <schwern@pobox.com>
9153              Date: Sat, 27 Apr 2002 23:20:19 -0400
9154              Message-ID: <20020428032019.GF1821@blackrider>
9155      Branch: perl
9156            ! pod/perlfunc.pod t/io/fs.t
9157 ____________________________________________________________________________
9158 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
9159         Log: More valgrind findings: e.g. t/op/utfhash.t.
9160      Branch: perl
9161            ! hv.c
9162 ____________________________________________________________________________
9163 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
9164         Log: Unused variables now that "did you use incorrect case" is gone;
9165              and valgrind claims that the savepvn() in utilize() leaks in e.g.
9166              lib/blib.t.
9167      Branch: perl
9168            ! op.c
9169 ____________________________________________________________________________
9170 [ 16236] By: sky                                   on 2002/04/28  00:15:45
9171         Log: Added test cases and fixed some obvious things.
9172      Branch: perl
9173            + ext/threads/t/list.t
9174            ! MANIFEST ext/threads/threads.xs
9175 ____________________________________________________________________________
9176 [ 16235] By: sky                                   on 2002/04/27  23:50:11
9177         Log: Removed last traces of autodetach.
9178              Added list() methid.
9179              Changed documentation.
9180      Branch: perl
9181            ! ext/threads/threads.pm ext/threads/threads.xs
9182 ____________________________________________________________________________
9183 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
9184         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
9185              From: Jerrad Pierce <belg4mit@MIT.EDU>
9186              Date: Sat, 27 Apr 2002 19:14:17 -0400
9187              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
9188      Branch: perl
9189            ! lib/FileCache.pm
9190 ____________________________________________________________________________
9191 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
9192         Log: More NetBSD patches from Johnny Lam.
9193              
9194              Remove the need for a $prefix setting that was added in the
9195              previous patch I sent.     Also add the proper rpath options
9196              to the linker flags depending on whether we're on a ELF or
9197              a.out platform.     These were tested both in a non-pkgsrc and
9198              pkgsrc build.
9199              
9200              Append to $libs instead of overwriting its value.  This was
9201              causing $(LDLOADLIBS) to not get added to the dynamic_libs
9202              link command on NetBSD systems and was the cause of the GDBM
9203              problems reported.  Also use '$(LDLOADLIBS)' instead of
9204              expanding its value so that it is more easily overridden in
9205              the Makefile by "make all LDLOADLIBS=...".
9206              
9207              Remove "-L/usr/local/lib" because the location of libgdbm.so
9208              is already added during the Configure process, and this
9209              spurious addition may cause the wrong libgdbm.so to be linked
9210              against as a result.
9211      Branch: perl
9212            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
9213            ! lib/ExtUtils/MM_Unix.pm
9214 ____________________________________________________________________________
9215 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
9216         Log: More VC5-induced casting found by Nikola Knezevic.
9217      Branch: perl
9218            ! av.c hv.c mg.c sv.c
9219 ____________________________________________________________________________
9220 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
9221         Log: More U32 regflags.
9222      Branch: perl
9223            ! op.h regcomp.c thrdvar.h
9224 ____________________________________________________________________________
9225 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
9226         Log: Integrate from bleadperl
9227      Branch: macperl
9228           +> ext/Encode/lib/Encode/Guess.pm
9229           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9230           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
9231           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
9232           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
9233           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
9234           +> lib/ExtUtils/t/zz_cleanup_dummy.t
9235           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
9236           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
9237           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
9238           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
9239            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
9240            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
9241            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
9242            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
9243            - lib/ExtUtils/t/Problem-Module/Makefile.PL
9244            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
9245            - t/op/system_tests
9246           !> (integrate 133 files)
9247 ____________________________________________________________________________
9248 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
9249         Log: Retract #16195 since it seems to be unnecessary.
9250      Branch: perl
9251            ! lib/ExtUtils/MM_Unix.pm
9252 ____________________________________________________________________________
9253 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
9254         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
9255              From: "Craig A. Berry" <craigberry@mac.com>
9256              Date: Sat, 27 Apr 2002 15:11:31 -0500
9257              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
9258      Branch: perl
9259            ! vms/descrip_mms.template
9260 ____________________________________________________________________________
9261 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
9262         Log: Some more known open() modes.
9263      Branch: perl
9264            ! pod/perldiag.pod
9265 ____________________________________________________________________________
9266 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
9267         Log: Upgrade to Encode 1.63.
9268      Branch: perl
9269            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9270            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
9271            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
9272            ! ext/Encode/lib/Encode/Encoding.pm
9273            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
9274            ! ext/Encode/lib/Encode/JP/JIS7.pm
9275            ! ext/Encode/lib/Encode/KR/2022_KR.pm
9276            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9277 ____________________________________________________________________________
9278 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
9279         Log: Update Changes.
9280      Branch: perl
9281            ! Changes patchlevel.h
9282 ____________________________________________________________________________
9283 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
9284         Log: Integrate perlio:
9285              
9286              [ 16221]
9287              Correct which var is nulled, stack movement protection.
9288      Branch: perl
9289           !> ext/PerlIO/encoding/encoding.xs
9290 ____________________________________________________________________________
9291 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
9292         Log: Subject: PATCH t/TEST
9293              From: Mark-Jason Dominus <mjd@plover.com>
9294              Date: Sat, 27 Apr 2002 14:06:56 -0400
9295              Message-ID: <20020427180656.5422.qmail@plover.com>
9296      Branch: perl
9297            ! t/TEST
9298 ____________________________________________________________________________
9299 [ 16222] By: sky                                   on 2002/04/27  17:00:29
9300         Log: Ahem, look another way.
9301      Branch: perl
9302            ! ext/threads/shared/t/queue.t
9303 ____________________________________________________________________________
9304 [ 16221] By: nick                                  on 2002/04/27  16:34:48
9305         Log: Correct which var is nulled, stack movement protection.
9306      Branch: perlio
9307            ! ext/PerlIO/encoding/encoding.xs
9308 ____________________________________________________________________________
9309 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
9310         Log: Integrate perlio:
9311              
9312              [ 16216]
9313              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
9314              - if encoding loads Encode then stack grows.
9315              - pp_binmode was not allowing for that to happen
9316              - added PUTBACK/SPAGAIN.
9317      Branch: perl
9318           !> pp_sys.c
9319 ____________________________________________________________________________
9320 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
9321         Log: First half of NetBSD patch-ai, from Johnny Lam:
9322              
9323              The first part removes "installman" and "installhtml" from the
9324              .PHONY target, which was causing problems during installation.
9325              
9326              (the installman and installhtml are not phony targets,
9327              they are real files)
9328      Branch: perl
9329            ! Makefile.SH
9330 ____________________________________________________________________________
9331 [ 16218] By: nick                                  on 2002/04/27  16:22:40
9332         Log: Integrate mainline
9333      Branch: perlio
9334           +> ext/threads/shared/t/cond.t
9335           !> MANIFEST ext/threads/shared/shared.xs
9336           !> ext/threads/shared/t/queue.t
9337 ____________________________________________________________________________
9338 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
9339         Log: NetBSD patch-ab from Johnny Lam:
9340              
9341              Some tweaks to the NetBSD hints file to make the Configure
9342              process more useful when not building from pkgsrc.  This file
9343              will definitely need to change again when the 1.6 release of
9344              NetBSD comes out, but I'll handle the changes at the later
9345              date.
9346      Branch: perl
9347            ! hints/netbsd.sh
9348 ____________________________________________________________________________
9349 [ 16216] By: nick                                  on 2002/04/27  16:19:21
9350         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
9351              - if encoding loads Encode then stack grows.
9352              - pp_binmode was not allowing for that to happen
9353              - added PUTBACK/SPAGAIN.
9354      Branch: perlio
9355            ! pp_sys.c
9356 ____________________________________________________________________________
9357 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
9358         Log: Integrate perlio:
9359              
9360              [ 16211]
9361              Re-instate $PerlIO::encoding::check at boot.
9362              (Retaining Dan's XS side require though I don't see need.)
9363              
9364              [ 16207]
9365              Fix fd leak on Via(bogus).
9366              Finish implementing PerlIOVia_open().
9367              Export more guts of PerlIO_* so Via_open() can work.
9368              Fix various PerlIO_allocate() features exposed by above.
9369              
9370              [ 16027]
9371              Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
9372              and change test not to skip them.
9373              
9374              [ 16023]
9375              Some tweaks for encodings which need lines.
9376              Also disabled trial of using fallbacks.
9377              
9378              [ 16022]
9379              Various tweaks to Encode
9380      Branch: perl
9381           !> embed.fnc ext/PerlIO/Via/Via.xs
9382           !> ext/PerlIO/encoding/encoding.pm
9383           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
9384           !> perlio.c perlio.h perliol.h
9385 ____________________________________________________________________________
9386 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
9387         Log: Upgrade to Encode 1.62.
9388      Branch: perl
9389            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9390 ____________________________________________________________________________
9391 [ 16213] By: ams                                   on 2002/04/27  15:38:50
9392         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
9393              From: Philip Newton <Philip.Newton@gmx.net>
9394              Date: Sat, 27 Apr 2002 08:51:30 +0200
9395              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
9396              
9397              Subject: Re: Change 16183: Stop being coy.
9398              From: Philip Newton <Philip.Newton@gmx.net>
9399              Date: Sat, 27 Apr 2002 08:52:13 +0200
9400              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
9401      Branch: perl
9402            ! INSTALL pod/perldelta.pod
9403 ____________________________________________________________________________
9404 [ 16212] By: sky                                   on 2002/04/27  13:54:46
9405         Log: Add test numbers to make "make test" happy. Order is irrelevant
9406              but number of oks is not.
9407      Branch: perl
9408            ! ext/threads/shared/t/queue.t
9409 ____________________________________________________________________________
9410 [ 16211] By: nick                                  on 2002/04/27  13:29:55
9411         Log: Re-instate $PerlIO::encoding::check at boot.
9412              (Retaining Dan's XS side require though I don't see need.)
9413      Branch: perlio
9414            ! ext/PerlIO/encoding/encoding.pm
9415            ! ext/PerlIO/encoding/encoding.xs
9416 ____________________________________________________________________________
9417 [ 16210] By: sky                                   on 2002/04/27  12:56:44
9418         Log: Fixed race condtions and deadlocks in interaction with 
9419              cond_wait/cond_signal and lock.
9420              Now we wait for a lock to gie up if we return from COND_WAIT
9421              and we are still locked. We also notifiers potential 
9422              lockers that it is free for locking when we go into COND_WAIT.
9423      Branch: perl
9424            + ext/threads/shared/t/cond.t
9425            ! MANIFEST ext/threads/shared/shared.xs
9426            ! ext/threads/shared/t/queue.t
9427 ____________________________________________________________________________
9428 [ 16209] By: nick                                  on 2002/04/27  12:32:41
9429         Log: Integrate mainline
9430      Branch: perlio
9431           +> t/win32/system_tests
9432            - t/op/system_tests
9433           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
9434           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
9435           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
9436           !> t/lib/warnings/pp_hot t/win32/system.t
9437 ____________________________________________________________________________
9438 [ 16208] By: sky                                   on 2002/04/27  11:46:53
9439         Log: Saving locks after we set it to 0 was kind of pointless.
9440              Hunting down fixes in cond_* functions.
9441      Branch: perl
9442            ! ext/threads/shared/shared.xs
9443 ____________________________________________________________________________
9444 [ 16207] By: nick                                  on 2002/04/27  10:12:00
9445         Log: Fix fd leak on Via(bogus).
9446              Finish implementing PerlIOVia_open().
9447              Export more guts of PerlIO_* so Via_open() can work.
9448              Fix various PerlIO_allocate() features exposed by above.
9449      Branch: perlio
9450            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
9451            ! perlio.h perliol.h
9452 ____________________________________________________________________________
9453 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
9454         Log: NetBSD and OpenBSD cannot do comments at #! line
9455              (or long #! lines?)
9456      Branch: perl
9457            ! t/japh/abigail.t
9458 ____________________________________________________________________________
9459 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
9460         Log: Add taint rethink to the todo list.
9461      Branch: perl
9462            ! pod/perltodo.pod
9463 ____________________________________________________________________________
9464 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
9465         Log: Integrate changes #16199 and #16201 from macperl;
9466              
9467              Time::Local compatibility patches, from Graham
9468              
9469              MacPerl require() portability patches
9470      Branch: perl
9471           !> lib/Time/Local.pm pp_ctl.c
9472 ____________________________________________________________________________
9473 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
9474         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
9475              From: Nicholas Clark <nick@unfortu.net>
9476              Date: Fri, 26 Apr 2002 23:27:23 +0100
9477              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
9478      Branch: perl
9479            ! t/lib/warnings/pp_hot
9480 ____________________________________________________________________________
9481 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
9482         Log: Working on MacPerl tests
9483      Branch: macperl
9484            ! macos/MacPerlTests.cmd
9485 ____________________________________________________________________________
9486 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
9487         Log: MacPerl require() portability patches
9488      Branch: macperl
9489            ! pp_ctl.c
9490 ____________________________________________________________________________
9491 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
9492         Log: Fix a few MacPerl_CanonDir() problems
9493      Branch: macperl
9494            ! macos/macish.c macos/macish.h
9495 ____________________________________________________________________________
9496 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
9497         Log: Time::Local compatibility patches, from Graham
9498      Branch: macperl
9499            ! lib/Time/Local.pm
9500 ____________________________________________________________________________
9501 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
9502         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
9503              From: Simon Cozens <simon@netthink.co.uk>
9504              Date: Fri, 26 Apr 2002 21:58:21 +0100
9505              Message-ID: <20020426205821.GB5855@netthink.co.uk>
9506      Branch: perl
9507            ! ext/Time/HiRes/HiRes.pm
9508 ____________________________________________________________________________
9509 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
9510         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
9511              to know about it always (not just when using the pth).
9512      Branch: perl
9513            ! hints/netbsd.sh
9514 ____________________________________________________________________________
9515 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
9516         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
9517      Branch: perl
9518            ! ext/Digest/MD5/t/files.t
9519 ____________________________________________________________________________
9520 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
9521         Log: (retracted by #16229)
9522              Subject: FIXIN problem under Win32
9523              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9524              Date: Thu, 25 Apr 2002 23:03:31 +0200
9525              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
9526      Branch: perl
9527            ! lib/ExtUtils/MM_Unix.pm
9528 ____________________________________________________________________________
9529 [ 16194] By: nick                                  on 2002/04/26  17:36:16
9530         Log: Integrate mainline
9531      Branch: perlio
9532           +> ext/Encode/lib/Encode/Guess.pm
9533           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9534           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
9535           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
9536           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
9537           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
9538           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
9539           +> t/lib/sample-tests/die_last_minute
9540           !> (integrate 94 files)
9541 ____________________________________________________________________________
9542 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
9543         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
9544              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9545              Date: Fri, 26 Apr 2002 15:38:16 +0200
9546              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
9547      Branch: perl
9548            + t/win32/system_tests
9549            - t/op/system_tests
9550            ! MANIFEST t/win32/system.t
9551 ____________________________________________________________________________
9552 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
9553         Log: Mention explicitly the NetBSD + pth combination.
9554      Branch: perl
9555            ! pod/perldelta.pod
9556 ____________________________________________________________________________
9557 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
9558         Log: Subject: [PATCH] Fix email address.
9559              From: Abigail <abigail@foad.org>
9560              Date: Fri, 26 Apr 2002 18:03:11 +0200
9561              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
9562      Branch: perl
9563            ! t/japh/abigail.t
9564 ____________________________________________________________________________
9565 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
9566         Log: NetWare update from C Aditya.
9567      Branch: perl
9568            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
9569            ! lib/ExtUtils/MM_Unix.pm
9570 ____________________________________________________________________________
9571 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
9572         Log: Subject: [PATCH vms/test.com] use t/TEST
9573              From: "Craig A. Berry" <craigberry@mac.com>
9574              Date: Fri, 26 Apr 2002 09:34:46 -0500
9575              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
9576      Branch: perl
9577            ! vms/test.com
9578 ____________________________________________________________________________
9579 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
9580         Log: Update Changes.
9581      Branch: perl
9582            ! Changes patchlevel.h
9583 ____________________________________________________________________________
9584 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
9585         Log: Subject: [Encode] s/=over2/=over 2/g
9586              From: Dan Kogai <dankogai@dan.co.jp>
9587              Date: Fri, 26 Apr 2002 14:57:09 +0900
9588              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
9589      Branch: perl
9590            ! ext/Encode/Encode.pm
9591 ____________________________________________________________________________
9592 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
9593         Log: Use temp int variable in the W*() since direct casting
9594              to either an int or an IV would not be right.
9595      Branch: perl
9596            ! ext/POSIX/POSIX.xs
9597 ____________________________________________________________________________
9598 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
9599         Log: The #16182 radiates U32ness.
9600      Branch: perl
9601            ! embed.fnc embed.h proto.h regcomp.c toke.c
9602 ____________________________________________________________________________
9603 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
9604         Log: Subject: t/TEST ported to VMS
9605              From: "Craig A. Berry" <craigberry@mac.com>
9606              Date: Fri, 26 Apr 2002 00:13:31 -0500
9607              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
9608      Branch: perl
9609            ! t/TEST
9610 ____________________________________________________________________________
9611 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
9612         Log: Stop being coy.
9613      Branch: perl
9614            ! pod/perldelta.pod
9615 ____________________________________________________________________________
9616 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
9617         Log: Subject: Re: binary compatibility
9618              From: Mark-Jason Dominus <mjd@plover.com>
9619              Date: Wed, 24 Apr 2002 17:35:07 -0400
9620              Message-ID: <20020424213507.7846.qmail@plover.com>
9621      Branch: perl
9622            ! op.h
9623 ____________________________________________________________________________
9624 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
9625         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
9626              allocating half of the retstack!)
9627      Branch: perl
9628            ! README.win32 sv.c
9629 ____________________________________________________________________________
9630 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
9631         Log: temporary variable not wide enough to hold all the bits in
9632              op->op_targ
9633      Branch: perl
9634            ! op.c
9635 ____________________________________________________________________________
9636 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
9637         Log: Add an idea/question from Damian. 
9638      Branch: perl
9639            ! pod/perltodo.pod
9640 ____________________________________________________________________________
9641 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
9642         Log: build missing utilities on windows; clean stray files
9643      Branch: perl
9644            ! win32/Makefile win32/makefile.mk
9645 ____________________________________________________________________________
9646 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
9647         Log: Upgrade to Encode 1.61, from Dan Kogai.
9648      Branch: perl
9649            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
9650            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
9651            ! ext/Encode/lib/Encode/Guess.pm
9652            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
9653            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
9654            ! ext/Encode/t/mime-header.t
9655 ____________________________________________________________________________
9656 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
9657         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
9658              From: andreas.koenig@anima.de (Andreas J. Koenig)
9659              Date: Tue, 23 Apr 2002 04:40:42 +0200      
9660              Message-ID: <m37kmzi1cl.fsf@anima.de>
9661      Branch: perl
9662            ! pod/perluniintro.pod
9663 ____________________________________________________________________________
9664 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
9665         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
9666              platform needs to fill in the other branch here)
9667      Branch: perl
9668            ! ext/Digest/MD5/t/files.t
9669 ____________________________________________________________________________
9670 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
9671         Log: MANIFEST is needlessly held open for entire duration of "make test"
9672      Branch: perl
9673            ! t/TEST t/harness
9674 ____________________________________________________________________________
9675 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
9676         Log: various signed/unsigned mismatch nits
9677      Branch: perl
9678            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
9679            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
9680            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
9681            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
9682            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
9683            ! ext/Time/HiRes/HiRes.xs regcomp.c
9684 ____________________________________________________________________________
9685 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
9686         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
9687              From: Nicholas Clark <nick@unfortu.net>
9688              Date: Thu, 25 Apr 2002 22:41:57 +0100
9689              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
9690      Branch: perl
9691            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
9692            + ext/Storable/t/make_downgrade.pl
9693            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
9694            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
9695            ! ext/Storable/t/utf8hash.t
9696 ____________________________________________________________________________
9697 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
9698         Log: Extra guidance for JAPH debuggers.
9699      Branch: perl
9700            ! t/japh/abigail.t
9701 ____________________________________________________________________________
9702 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
9703         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
9704              From: Paul_GreenVOS@vos.stratus.com
9705              Date: Wed, 24 Apr 02 18:27 edt
9706              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
9707      Branch: perl
9708            ! vos/vos.c
9709 ____________________________________________________________________________
9710 [ 16169] By: ams                                   on 2002/04/25  20:33:35
9711         Log: Subject: [PATCH] don't build B/C twice on VMS
9712              From: "Craig A. Berry" <craigberry@mac.com>
9713              Date: Thu, 25 Apr 2002 16:00:57 -0500
9714              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
9715      Branch: perl
9716            ! configure.com
9717 ____________________________________________________________________________
9718 [ 16168] By: ams                                   on 2002/04/25  20:31:19
9719         Log: Subject: Re: POSIX::WEXITSTATUS broken again
9720              From: Andy Dougherty <doughera@lafayette.edu>
9721              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
9722              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
9723      Branch: perl
9724            ! ext/POSIX/POSIX.xs
9725 ____________________________________________________________________________
9726 [ 16167] By: ams                                   on 2002/04/25  19:49:09
9727         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
9728              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9729              Date: Thu, 25 Apr 2002 13:39:35 -0700
9730              Message-Id: <HmGy8gzkguHW092yn@efn.org>
9731      Branch: perl
9732            ! t/harness
9733 ____________________________________________________________________________
9734 [ 16166] By: ams                                   on 2002/04/25  19:43:06
9735         Log: $fh->close(); print $fh "foo" would segfault under -w in
9736              report_evil_fh() because $fh doesn't have a name.
9737      Branch: perl
9738            ! util.c
9739 ____________________________________________________________________________
9740 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
9741         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
9742              being found properly
9743      Branch: perl
9744            ! ext/Cwd/t/cwd.t
9745 ____________________________________________________________________________
9746 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
9747         Log: Brace yourself from Craig Berry to keep older compilers happy.
9748      Branch: perl
9749            ! vms/vms.c
9750 ____________________________________________________________________________
9751 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
9752         Log: More %{} overload tests.
9753      Branch: perl
9754            ! lib/overload.t
9755 ____________________________________________________________________________
9756 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
9757         Log: some extension builds need to find pl2bat.bat on windows
9758      Branch: perl
9759            ! win32/buildext.pl
9760 ____________________________________________________________________________
9761 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
9762         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
9763              From: "Craig A. Berry" <craigberry@mac.com>
9764              Date: Thu, 25 Apr 2002 12:30:06 -0500
9765              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
9766      Branch: perl
9767            ! lib/ExtUtils/MM_VMS.pm
9768 ____________________________________________________________________________
9769 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
9770         Log: windows build fails if there is no perlglob.exe in the PATH
9771      Branch: perl
9772            ! win32/buildext.pl
9773 ____________________________________________________________________________
9774 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
9775         Log: Mysterious setlocale() core dump in ancient Solaris
9776              found by Merijn Broeren.  Doesn't look like Perl's fault.
9777      Branch: perl
9778            ! pod/perldelta.pod
9779 ____________________________________________________________________________
9780 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
9781         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
9782              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
9783              Date: Thu, 25 Apr 2002 17:35:23 +0200
9784              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
9785      Branch: perl
9786            ! pp_ctl.c
9787 ____________________________________________________________________________
9788 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
9789         Log: Subject: [PATCH] pp_ctl.c:pp_require
9790              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
9791              Date: Thu, 25 Apr 2002 16:01:14 +0200
9792              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
9793      Branch: perl
9794            ! pp_ctl.c
9795 ____________________________________________________________________________
9796 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
9797         Log: -Wformat cleanups from Robin Barker.
9798      Branch: perl
9799            ! dump.c embed.fnc proto.h sv.c
9800 ____________________________________________________________________________
9801 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
9802         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
9803              From: Michael G Schwern <schwern@pobox.com>
9804              Date: Thu, 25 Apr 2002 01:51:27 -0400
9805              Message-ID: <20020425055127.GB3456@blackrider>
9806      Branch: perl
9807            + t/lib/sample-tests/bignum t/lib/sample-tests/die
9808            + t/lib/sample-tests/die_head_end
9809            + t/lib/sample-tests/die_last_minute
9810            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
9811            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
9812            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
9813 ____________________________________________________________________________
9814 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
9815         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
9816              From: Michael G Schwern <schwern@pobox.com>
9817              Date: Thu, 25 Apr 2002 01:32:10 -0400
9818              Message-ID: <20020425053210.GA3334@blackrider>
9819      Branch: perl
9820            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
9821            + lib/Test/Simple/t/strays.t
9822            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
9823            ! lib/Test/Simple.pm lib/Test/Simple/Changes
9824            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
9825            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
9826            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
9827            ! lib/Test/Simple/t/use_ok.t
9828 ____________________________________________________________________________
9829 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
9830         Log: Elaborate a bit on Storable.
9831      Branch: perl
9832            ! pod/perldelta.pod
9833 ____________________________________________________________________________
9834 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
9835         Log: Cleaner Encode tests under -Mutf8.
9836      Branch: perl
9837            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
9838 ____________________________________________________________________________
9839 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
9840         Log: Subject: [PATCH] installperl
9841              From: Abe Timmerman <abe@ztreet.demon.nl>
9842              Date: Thu, 25 Apr 2002 01:00:00 +0200
9843              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
9844      Branch: perl
9845            ! installperl
9846 ____________________________________________________________________________
9847 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
9848         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
9849              From: Dan Kogai <dankogai@dan.co.jp>
9850              Date: Thu, 25 Apr 2002 10:49:13 +0900
9851              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
9852      Branch: perl
9853            ! ext/PerlIO/encoding/encoding.xs
9854 ____________________________________________________________________________
9855 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
9856         Log: Stray =back.
9857      Branch: perl
9858            ! README.win32
9859 ____________________________________________________________________________
9860 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
9861         Log: Add an untested warning variant.
9862      Branch: perl
9863            ! t/lib/warnings/op
9864 ____________________________________________________________________________
9865 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
9866         Log: Update Changes.
9867      Branch: perl
9868            ! Changes patchlevel.h
9869 ____________________________________________________________________________
9870 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
9871         Log: Wrong plan.
9872      Branch: perl
9873            ! ext/Encode/t/mime-header.t
9874 ____________________________________________________________________________
9875 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
9876         Log: Upgrade to Encode 1.60, from Dan Kogai.
9877      Branch: perl
9878            + ext/Encode/lib/Encode/Guess.pm
9879            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
9880            + ext/Encode/t/mime-header.t
9881            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
9882            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9883            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
9884            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
9885            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
9886            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
9887 ____________________________________________________________________________
9888 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
9889         Log: another case of enabling binmode() where it should not be: if the
9890              *.enc files are CRLF terminated, the result gets CRCRLF terminations
9891      Branch: perl
9892            ! ext/Encode/t/CJKT.t
9893 ____________________________________________________________________________
9894 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
9895         Log: microperl update; boldly assume time() and time_t
9896              (since we assume ANSI and i_time, anyway).
9897      Branch: perl
9898            ! uconfig.h uconfig.sh
9899 ____________________________________________________________________________
9900 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
9901         Log: Integrate #16136, #16137, #16138 from macperl;
9902              
9903              Silly fix for the SC compiler's fixation with "comp" as a type
9904              
9905              Skip more PerlIO symbols for sfio
9906              
9907              Play nicely in miniperl
9908      Branch: perl
9909           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
9910           !> lib/File/Spec/Mac.pm makedef.pl
9911 ____________________________________________________________________________
9912 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
9913         Log: Sync configpm and config.h for use in 5.8
9914              (still need to do config.sh)
9915      Branch: macperl
9916            ! macos/config.h macos/configpm
9917 ____________________________________________________________________________
9918 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
9919         Log: Make MM_MacOS work with new MakeMaker
9920      Branch: macperl
9921            ! macos/lib/ExtUtils/MM_MacOS.pm
9922 ____________________________________________________________________________
9923 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
9924         Log: Makefile.mk changes for 5.8: additional extensions
9925              and source files; bump version
9926      Branch: macperl
9927            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
9928 ____________________________________________________________________________
9929 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
9930         Log: Play nicely in miniperl
9931      Branch: macperl
9932            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
9933 ____________________________________________________________________________
9934 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
9935         Log: Skip more PerlIO symbols for sfio
9936      Branch: macperl
9937            ! makedef.pl
9938 ____________________________________________________________________________
9939 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
9940         Log: Silly fix for the SC compiler's fixation with "comp" as a type
9941      Branch: macperl
9942            ! ext/Unicode/Normalize/Normalize.xs
9943 ____________________________________________________________________________
9944 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
9945         Log: Merge macperl xsubpp with current xsubpp
9946      Branch: macperl
9947            ! macos/xsubpp
9948 ____________________________________________________________________________
9949 [ 16134] By: nick                                  on 2002/04/24  18:08:37
9950         Log: Integrate mainline
9951      Branch: perlio
9952           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
9953           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
9954            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
9955            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
9956            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
9957            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
9958            - lib/ExtUtils/t/Problem-Module/Makefile.PL
9959            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
9960           !> (integrate 44 files)
9961 ____________________________________________________________________________
9962 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
9963         Log: Delete more included modules from bundled_ext
9964      Branch: macperl
9965            - macos/bundled_ext/Digest/MD5/Changes
9966            - macos/bundled_ext/Digest/MD5/MD5.pm
9967            - macos/bundled_ext/Digest/MD5/MD5.xs
9968            - macos/bundled_ext/Digest/MD5/Makefile.PL
9969            - macos/bundled_ext/Digest/MD5/Makefile.mk
9970            - macos/bundled_ext/Digest/MD5/README
9971            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
9972            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
9973            - macos/bundled_ext/Digest/MD5/rfc1321.txt
9974            - macos/bundled_ext/Digest/MD5/t/badfile.t
9975            - macos/bundled_ext/Digest/MD5/t/files.t
9976            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
9977            - macos/bundled_ext/Digest/MD5/typemap
9978            - macos/bundled_ext/Filter/Util/Call/Call.pm
9979            - macos/bundled_ext/Filter/Util/Call/Call.xs
9980            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
9981            - macos/bundled_ext/Filter/Util/Call/ppport.h
9982            - macos/bundled_ext/Filter/t/call.t
9983            - macos/bundled_ext/Filter/t/filter-util.pl
9984            - macos/bundled_ext/List/Util/ChangeLog
9985            - macos/bundled_ext/List/Util/Makefile.PL
9986            - macos/bundled_ext/List/Util/README
9987            - macos/bundled_ext/List/Util/Util.xs
9988            - macos/bundled_ext/List/Util/lib/List/Util.pm
9989            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
9990            - macos/bundled_ext/List/Util/t/blessed.t
9991            - macos/bundled_ext/List/Util/t/dualvar.t
9992            - macos/bundled_ext/List/Util/t/first.t
9993            - macos/bundled_ext/List/Util/t/max.t
9994            - macos/bundled_ext/List/Util/t/maxstr.t
9995            - macos/bundled_ext/List/Util/t/min.t
9996            - macos/bundled_ext/List/Util/t/minstr.t
9997            - macos/bundled_ext/List/Util/t/readonly.t
9998            - macos/bundled_ext/List/Util/t/reduce.t
9999            - macos/bundled_ext/List/Util/t/reftype.t
10000            - macos/bundled_ext/List/Util/t/shuffle.t
10001            - macos/bundled_ext/List/Util/t/sum.t
10002            - macos/bundled_ext/List/Util/t/tainted.t
10003            - macos/bundled_ext/List/Util/t/weak.t
10004            - macos/bundled_ext/MIME/Base64/Base64.pm
10005            - macos/bundled_ext/MIME/Base64/Base64.xs
10006            - macos/bundled_ext/MIME/Base64/Changes
10007            - macos/bundled_ext/MIME/Base64/Makefile.PL
10008            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
10009            - macos/bundled_ext/MIME/Base64/README
10010            - macos/bundled_ext/MIME/Base64/t/base64.t
10011            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
10012            - macos/bundled_ext/MIME/Base64/t/unicode.t
10013            - macos/bundled_ext/Storable/ChangeLog
10014            - macos/bundled_ext/Storable/Makefile.PL
10015            - macos/bundled_ext/Storable/README
10016            - macos/bundled_ext/Storable/Storable.pm
10017            - macos/bundled_ext/Storable/Storable.xs
10018            - macos/bundled_ext/Storable/t/blessed.t
10019            - macos/bundled_ext/Storable/t/canonical.t
10020            - macos/bundled_ext/Storable/t/compat-0.6.t
10021            - macos/bundled_ext/Storable/t/dclone.t
10022            - macos/bundled_ext/Storable/t/dump.pl
10023            - macos/bundled_ext/Storable/t/forgive.t
10024            - macos/bundled_ext/Storable/t/freeze.t
10025            - macos/bundled_ext/Storable/t/lock.t
10026            - macos/bundled_ext/Storable/t/overload.t
10027            - macos/bundled_ext/Storable/t/recurse.t
10028            - macos/bundled_ext/Storable/t/retrieve.t
10029            - macos/bundled_ext/Storable/t/store.t
10030            - macos/bundled_ext/Storable/t/tied.t
10031            - macos/bundled_ext/Storable/t/tied_hook.t
10032            - macos/bundled_ext/Storable/t/tied_items.t
10033            - macos/bundled_ext/Storable/t/utf8.t
10034            - macos/bundled_ext/Time/HiRes/Changes
10035            - macos/bundled_ext/Time/HiRes/HiRes.pm
10036            - macos/bundled_ext/Time/HiRes/HiRes.t
10037            - macos/bundled_ext/Time/HiRes/HiRes.xs
10038            - macos/bundled_ext/Time/HiRes/Makefile.PL
10039            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
10040            - macos/bundled_ext/Time/HiRes/hints/sco.pl
10041 ____________________________________________________________________________
10042 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
10043         Log: Thou shalt not assume %x works for UVs.
10044      Branch: perl
10045            ! ext/Encode/Encode.xs
10046 ____________________________________________________________________________
10047 [ 16131] By: nick                                  on 2002/04/24  15:50:31
10048         Log: Submit an old integrate
10049      Branch: perlio
10050           +> (branch 27 files)
10051            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
10052            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
10053            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
10054            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
10055            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10056            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10057            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
10058           !> (integrate 84 files)
10059 ____________________________________________________________________________
10060 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
10061         Log: Partially retract #12056, from Craig Berry.
10062      Branch: perl
10063            ! vms/vms.c
10064 ____________________________________________________________________________
10065 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
10066         Log: Delete more included modules from bundled_lib
10067      Branch: macperl
10068            - macos/bundled_lib/blib/lib/Class/ISA.pm
10069            - macos/bundled_lib/blib/lib/Digest.pm
10070            - macos/bundled_lib/blib/lib/Filter/Simple.pm
10071            - macos/bundled_lib/blib/lib/Memoize.pm
10072            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
10073            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
10074            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
10075            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
10076            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
10077            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
10078            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
10079            - macos/bundled_lib/blib/lib/NEXT.pm
10080            - macos/bundled_lib/blib/lib/Net/Cmd.pm
10081            - macos/bundled_lib/blib/lib/Net/Config.pm
10082            - macos/bundled_lib/blib/lib/Net/Domain.pm
10083            - macos/bundled_lib/blib/lib/Net/FTP.pm
10084            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
10085            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
10086            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
10087            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
10088            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
10089            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
10090            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
10091            - macos/bundled_lib/blib/lib/Net/NNTP.pm
10092            - macos/bundled_lib/blib/lib/Net/Netrc.pm
10093            - macos/bundled_lib/blib/lib/Net/POP3.pm
10094            - macos/bundled_lib/blib/lib/Net/SMTP.pm
10095            - macos/bundled_lib/blib/lib/Net/Time.pm
10096            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
10097            - macos/bundled_lib/blib/lib/Switch.pm
10098            - macos/bundled_lib/t/Class/ISA/test.pl
10099            - macos/bundled_lib/t/Digest/Digest.t
10100            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
10101            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
10102            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
10103            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
10104            - macos/bundled_lib/t/Filter/Simple/data.t
10105            - macos/bundled_lib/t/Filter/Simple/export.t
10106            - macos/bundled_lib/t/Filter/Simple/filter.t
10107            - macos/bundled_lib/t/Filter/Simple/filter_only.t
10108            - macos/bundled_lib/t/Filter/Simple/import.t
10109            - macos/bundled_lib/t/Memoize/array.t
10110            - macos/bundled_lib/t/Memoize/array_confusion.t
10111            - macos/bundled_lib/t/Memoize/correctness.t
10112            - macos/bundled_lib/t/Memoize/errors.t
10113            - macos/bundled_lib/t/Memoize/expire.t
10114            - macos/bundled_lib/t/Memoize/expire_file.t
10115            - macos/bundled_lib/t/Memoize/expire_module_n.t
10116            - macos/bundled_lib/t/Memoize/expire_module_t.t
10117            - macos/bundled_lib/t/Memoize/flush.t
10118            - macos/bundled_lib/t/Memoize/normalize.t
10119            - macos/bundled_lib/t/Memoize/prototype.t
10120            - macos/bundled_lib/t/Memoize/speed.t
10121            - macos/bundled_lib/t/Memoize/tie.t
10122            - macos/bundled_lib/t/Memoize/tie_gdbm.t
10123            - macos/bundled_lib/t/Memoize/tie_ndbm.t
10124            - macos/bundled_lib/t/Memoize/tie_sdbm.t
10125            - macos/bundled_lib/t/Memoize/tie_storable.t
10126            - macos/bundled_lib/t/Memoize/tiefeatures.t
10127            - macos/bundled_lib/t/Memoize/unmemoize.t
10128            - macos/bundled_lib/t/NEXT/actual.t
10129            - macos/bundled_lib/t/NEXT/actuns.t
10130            - macos/bundled_lib/t/NEXT/next.t
10131            - macos/bundled_lib/t/NEXT/unseen.t
10132            - macos/bundled_lib/t/Switch/t/given.t
10133            - macos/bundled_lib/t/Switch/t/nested.t
10134            - macos/bundled_lib/t/Switch/t/switch.t
10135            - macos/bundled_lib/t/libnet/config.t
10136            - macos/bundled_lib/t/libnet/ftp.t
10137            - macos/bundled_lib/t/libnet/hostname.t
10138            - macos/bundled_lib/t/libnet/libnet_t.pl
10139            - macos/bundled_lib/t/libnet/netrc.t
10140            - macos/bundled_lib/t/libnet/nntp.t
10141            - macos/bundled_lib/t/libnet/require.t
10142            - macos/bundled_lib/t/libnet/smtp.t
10143 ____________________________________________________________________________
10144 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
10145         Log: Remove Text::Balanced from bundled_lib (already in lib)
10146      Branch: macperl
10147            - macos/bundled_lib/blib/lib/Text/Balanced.pm
10148            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
10149            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
10150            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
10151            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
10152            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
10153            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
10154            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
10155            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
10156 ____________________________________________________________________________
10157 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
10158         Log: A word of warning to the users of UTF-8 locales.
10159      Branch: perl
10160            ! pod/perluniintro.pod
10161 ____________________________________________________________________________
10162 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
10163         Log: Forgotten from #16125.
10164      Branch: perl
10165            ! t/lib/MakeMaker/Test/Utils.pm
10166 ____________________________________________________________________________
10167 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
10168         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
10169      Branch: perl
10170            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
10171            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
10172            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
10173            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
10174            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
10175            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
10176            - lib/ExtUtils/t/Problem-Module/Makefile.PL
10177            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
10178            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
10179            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
10180            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
10181            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
10182            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
10183            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
10184            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
10185            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
10186            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
10187 ____________________________________________________________________________
10188 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
10189         Log: Subject: New UTF-8 surprise
10190              From: andreas.koenig@anima.de (Andreas J. Koenig)
10191              Date: Mon, 22 Apr 2002 12:08:48 +0200
10192              Message-ID: <m38z7gjb9r.fsf@anima.de>
10193      Branch: perl
10194            ! pp_hot.c t/op/subst.t
10195 ____________________________________________________________________________
10196 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
10197         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
10198              tree that is branched from //depot/maint-5.6/macperl/macos/...
10199      Branch: macperl
10200           +> (branch 3590 files)
10201 ____________________________________________________________________________
10202 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
10203         Log: Try to be clearer about perlio.
10204      Branch: perl
10205            ! INSTALL
10206 ____________________________________________________________________________
10207 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
10208         Log: Subject: Re: binary compatibility
10209              From: Andy Dougherty <doughera@lafayette.edu>
10210              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
10211              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
10212      Branch: perl
10213            ! INSTALL patchlevel.h
10214 ____________________________________________________________________________
10215 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
10216         Log: Go on record about the binary backward incompatibility.
10217      Branch: perl
10218            ! pod/perldelta.pod
10219 ____________________________________________________________________________
10220 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
10221         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
10222              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
10223              Date: Wed, 24 Apr 2002 01:51:43 +0400
10224              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
10225      Branch: perl
10226            ! t/win32/system.t
10227 ____________________________________________________________________________
10228 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
10229         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
10230              From: PPrymmer@factset.com
10231              Date: Tue, 23 Apr 2002 17:14:32 -0400
10232              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
10233      Branch: perl
10234            ! lib/locale.t
10235 ____________________________________________________________________________
10236 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
10237         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
10238              From: Paul_GreenVOS@vos.stratus.com
10239              Date: Tue, 23 Apr 02 15:06 edt   
10240              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
10241      Branch: perl
10242            ! Makefile.SH cflags.SH
10243 ____________________________________________________________________________
10244 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
10245         Log: metaconfig unit change for #16115.
10246      Branch: metaconfig
10247            ! U/compline/byteorder.U
10248      Branch: perl
10249            ! config_h.SH
10250 ____________________________________________________________________________
10251 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
10252         Log: Regen Configure to mirror #16111 (with one added tweak).
10253      Branch: perl
10254            ! Configure
10255 ____________________________________________________________________________
10256 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
10257         Log: Retract #16109.
10258      Branch: perl
10259            ! lib/ExtUtils/MM_Unix.pm
10260 ____________________________________________________________________________
10261 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
10262         Log: FAQ sync.
10263      Branch: perl
10264            ! pod/perlfaq3.pod pod/perlfaq8.pod
10265 ____________________________________________________________________________
10266 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
10267         Log: use encoding no more defaults to Latin 1.
10268      Branch: perl
10269            ! pod/perluniintro.pod
10270 ____________________________________________________________________________
10271 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
10272         Log: Configure test for byteorder loses bits
10273      Branch: perl
10274            ! Configure
10275 ____________________________________________________________________________
10276 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
10277         Log: hacking around byteorder variance between config.sh and config.h
10278              isn't needed after change#16099
10279      Branch: perl
10280            ! ext/Storable/t/malice.t
10281 ____________________________________________________________________________
10282 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
10283         Log: (retracted by #16114)
10284              
10285              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
10286              From: "Green, Paul" <Paul.Green@stratus.com>
10287              Date: Tue, 23 Apr 2002 13:47:19 -0400
10288              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
10289      Branch: perl
10290            ! lib/ExtUtils/MM_Unix.pm
10291 ____________________________________________________________________________
10292 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
10293         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
10294              From: Norton Allen <allen@huarp.harvard.edu>
10295              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
10296              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
10297      Branch: perl
10298            ! lib/File/Find.pm
10299 ____________________________________________________________________________
10300 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
10301         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
10302              From: Norton Allen <allen@huarp.harvard.edu>
10303              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
10304              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
10305      Branch: perl
10306            ! README.qnx hints/qnx.sh
10307 ____________________________________________________________________________
10308 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
10309         Log: Subject: [PATCH] pod/perlhist.pod
10310              From: Abigail <abigail@foad.org>
10311              Date: Tue, 23 Apr 2002 16:21:31 +0200
10312              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
10313              
10314              (removed 5.005_04 which never happened)
10315      Branch: perl
10316            ! pod/perlhist.pod
10317 ____________________________________________________________________________
10318 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
10319         Log: Subject: Re: [PATCH abigail.t] another portability attempt
10320              From: Abigail <abigail@foad.org>
10321              Date: Tue, 23 Apr 2002 11:35:54 +0200
10322              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
10323      Branch: perl
10324            ! t/japh/abigail.t
10325 ____________________________________________________________________________
10326 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
10327         Log: NetWare tweak from C Aditya.
10328      Branch: perl
10329            ! NetWare/Nwmain.c NetWare/nw5.c
10330 ____________________________________________________________________________
10331 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
10332         Log: fix a typo
10333      Branch: perl
10334            ! regexec.c
10335 ____________________________________________________________________________
10336 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
10337         Log: Uncurliff.
10338      Branch: perl
10339            ! README.ko
10340 ____________________________________________________________________________
10341 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
10342         Log: Pointer to UV casting.
10343      Branch: perl
10344            ! regexec.c
10345 ____________________________________________________________________________
10346 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
10347         Log: metaconfig unit change for #16099.
10348      Branch: metaconfig
10349            ! U/compline/byteorder.U
10350 ____________________________________________________________________________
10351 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
10352         Log: Use UV (not long) for BYTEORDER.
10353      Branch: perl
10354            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10355            ! config_h.SH
10356 ____________________________________________________________________________
10357 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
10358         Log: # cpp commands must start in the first column.
10359      Branch: perl
10360            ! scope.c
10361 ____________________________________________________________________________
10362 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
10363         Log: Reborn as text.
10364      Branch: perl
10365            + NetWare/interface.cpp
10366 ____________________________________________________________________________
10367 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
10368         Log: Dead as binary.
10369      Branch: perl
10370            - NetWare/interface.cpp
10371 ____________________________________________________________________________
10372 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
10373         Log: Undo #16091, a time-warped escapee.
10374      Branch: perl
10375            ! lib/ExtUtils/t/MM_Cygwin.t
10376 ____________________________________________________________________________
10377 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
10378         Log: *size tweaks from Sarathy.
10379      Branch: perl
10380            ! ext/Storable/t/malice.t
10381 ____________________________________________________________________________
10382 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
10383         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
10384              From: Stas Bekman <stas@stason.org>
10385              Date: Tue, 23 Apr 2002 01:52:22 +0800
10386              Message-ID: <3CC44DD6.3090401@stason.org>
10387      Branch: perl
10388            ! pod/perlguts.pod
10389 ____________________________________________________________________________
10390 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
10391         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
10392              From: Paul_GreenVOS@vos.stratus.com
10393              Date: Mon, 22 Apr 02 20:35 edt
10394              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
10395      Branch: perl
10396            + hints/t001.c
10397            ! MANIFEST hints/README.hints hints/vos.sh
10398 ____________________________________________________________________________
10399 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
10400         Log: (retracted by #16095)
10401      Branch: perl
10402            ! lib/ExtUtils/t/MM_Cygwin.t
10403 ____________________________________________________________________________
10404 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
10405         Log: Subject: Re: perl@16083
10406              From: Nicholas Clark <nick@unfortu.net>
10407              Date: Mon, 22 Apr 2002 23:17:45 +0100
10408              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
10409      Branch: perl
10410            ! ext/Storable/t/malice.t
10411 ____________________________________________________________________________
10412 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
10413         Log: Upgrade to Encode 1.58.
10414      Branch: perl
10415            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
10416            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
10417            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
10418            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
10419            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
10420            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
10421            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
10422            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
10423            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
10424            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
10425            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
10426            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
10427            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10428            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10429            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
10430            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10431            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10432            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
10433 ____________________________________________________________________________
10434 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
10435         Log: On Win32 the end.t failure should be gone now.
10436      Branch: perl
10437            ! pod/perldelta.pod
10438 ____________________________________________________________________________
10439 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
10440         Log: Subject: [PATCH] update VOS-specific pod files
10441              From: Paul_GreenVOS@vos.stratus.com
10442              Date: Mon, 22 Apr 02 16:02 edt
10443              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
10444      Branch: perl
10445            ! README.vos pod/perlport.pod
10446 ____________________________________________________________________________
10447 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
10448         Log: Subject: [PATCH] cleanup ./hints/vos.sh
10449              From: Paul_GreenVOS@vos.stratus.com
10450              Date: Mon, 22 Apr 02 15:26 edt
10451              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
10452      Branch: perl
10453            ! hints/vos.sh
10454 ____________________________________________________________________________
10455 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
10456         Log: Upgrade to Encode 1.57, from Dan Kogai.
10457      Branch: perl
10458            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10459            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
10460            ! ext/Encode/lib/Encode/Encoding.pm
10461            ! ext/Encode/lib/Encode/JP/JIS7.pm
10462            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
10463            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
10464 ____________________________________________________________________________
10465 [ 16084] By: ams                                   on 2002/04/22  18:10:13
10466         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
10467              From: Stas Bekman <stas@stason.org>
10468              Date: Tue, 23 Apr 2002 01:59:07 +0800
10469              Message-Id: <3CC44F6B.5010300@stason.org>
10470      Branch: perl
10471            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
10472 ____________________________________________________________________________
10473 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
10474         Log: Update Changes.
10475      Branch: perl
10476            ! Changes patchlevel.h
10477 ____________________________________________________________________________
10478 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
10479         Log: In MANIFEST but not added.
10480      Branch: perl
10481            + NetWare/interface.cpp
10482 ____________________________________________________________________________
10483 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
10484         Log: Duh.
10485      Branch: perl
10486            ! lib/ExtUtils/MM_Unix.pm
10487 ____________________________________________________________________________
10488 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
10489         Log: Subject: Re: t/japh/abigail.t [PATCH]
10490              From: Norton Allen <allen@huarp.harvard.edu>
10491              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
10492              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
10493      Branch: perl
10494            ! t/japh/abigail.t
10495 ____________________________________________________________________________
10496 [ 16079] By: ams                                   on 2002/04/22  15:59:55
10497         Log: Subject: {PATCH docs] sockatmark
10498              From: Mark-Jason Dominus <mjd@plover.com>
10499              Date: Mon, 22 Apr 2002 02:43:42 -0400
10500              Message-Id: <20020422064342.24646.qmail@plover.com>
10501      Branch: perl
10502            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
10503 ____________________________________________________________________________
10504 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
10505         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
10506              From: Paul_GreenVOS@vos.stratus.com
10507              Date: Mon, 22 Apr 02 12:40 edt
10508              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
10509      Branch: perl
10510            ! cflags.SH
10511 ____________________________________________________________________________
10512 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
10513         Log: Add new files from #16076; re-sort.
10514      Branch: perl
10515            ! MANIFEST
10516 ____________________________________________________________________________
10517 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
10518         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
10519      Branch: perl
10520            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
10521            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
10522            + NetWare/perllib.cpp NetWare/splittree.pl
10523            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
10524            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
10525            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
10526            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
10527            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
10528            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
10529            ! x2p/hash.c x2p/walk.c
10530 ____________________________________________________________________________
10531 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
10532         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
10533              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10534              Date: Mon, 22 Apr 2002 17:56:17 +0200
10535              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
10536      Branch: perl
10537            ! README.aix
10538 ____________________________________________________________________________
10539 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
10540         Log: Signedness nit.
10541      Branch: perl
10542            ! ext/PerlIO/encoding/encoding.xs
10543 ____________________________________________________________________________
10544 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
10545         Log: No semicolons after blocks.
10546      Branch: perl
10547            ! ext/Encode/Encode.xs
10548 ____________________________________________________________________________
10549 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
10550         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
10551      Branch: perl
10552            ! ext/PerlIO/encoding/encoding.pm
10553            ! ext/PerlIO/encoding/encoding.xs
10554 ____________________________________________________________________________
10555 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
10556         Log: Upgrade to Encode 1.56, from Dan Kogai.
10557      Branch: perl
10558            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
10559            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10560            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
10561            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
10562            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
10563            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
10564            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
10565            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
10566            ! ext/Encode/lib/Encode/Config.pm
10567            ! ext/Encode/lib/Encode/Encoder.pm
10568            ! ext/Encode/lib/Encode/Encoding.pm
10569            ! ext/Encode/lib/Encode/JP/H2Z.pm
10570            ! ext/Encode/lib/Encode/JP/JIS7.pm
10571            ! ext/Encode/lib/Encode/KR/2022_KR.pm
10572            ! ext/Encode/lib/Encode/PerlIO.pod
10573            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
10574            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
10575            ! ext/Encode/ucm/big5-hkscs.ucm
10576 ____________________________________________________________________________
10577 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
10578         Log: Comment tweak from Philip.
10579      Branch: perl
10580            ! opcode.pl
10581 ____________________________________________________________________________
10582 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
10583         Log: a Test::Harness tweak to make the test lines show up prettier
10584      Branch: perl
10585            ! lib/Test/Harness.pm
10586 ____________________________________________________________________________
10587 [ 16067] By: nick                                  on 2002/04/22  09:19:23
10588         Log: Integrate mainline
10589      Branch: perlio
10590           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
10591           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
10592           !> t/lib/warnings/perlio t/win32/system.t
10593 ____________________________________________________________________________
10594 [ 16066] By: nick                                  on 2002/04/22  09:01:43
10595         Log: Integrate //depot/perlio into mainline
10596      Branch: perl
10597           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10598           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
10599           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
10600 ____________________________________________________________________________
10601 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
10602         Log: clean up after stray test file littering
10603              
10604              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
10605              it seems that it shouldn't (looks like a handle leak in PerlIO
10606              to me)
10607      Branch: perl
10608            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
10609            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
10610            ! t/lib/warnings/perlio t/win32/system.t
10611 ____________________________________________________________________________
10612 [ 16064] By: nick                                  on 2002/04/22  08:02:58
10613         Log: Integrate mainline into perlio
10614      Branch: perlio
10615           +> ext/Storable/t/malice.t
10616            ! pod/perliol.pod
10617           !> (integrate 57 files)
10618 ____________________________________________________________________________
10619 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
10620         Log: integrate change#16062 from mainline
10621              
10622              another windows fix: only create a new console for subprocesses
10623              when all three stdhandles are invalid (from Jan Dubois)
10624      Branch: maint-5.6/perl
10625            ! win32/win32.c
10626 ____________________________________________________________________________
10627 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
10628         Log: another windows fix: only create a new console for subprocesses
10629              when all three stdhandles are invalid (from Jan Dubois)
10630      Branch: perl
10631            ! win32/win32.c
10632 ____________________________________________________________________________
10633 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
10634         Log: all the thread tests now pass on windows (32-bit and 64-bit)
10635      Branch: perl
10636            ! README.win32
10637 ____________________________________________________________________________
10638 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
10639         Log: enable maximal optimizations on win64
10640      Branch: perl
10641            ! win32/Makefile win32/makefile.mk
10642 ____________________________________________________________________________
10643 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
10644         Log: Tweaks copied from Philip Newton's Encode patches.
10645      Branch: perl
10646            ! AUTHORS
10647 ____________________________________________________________________________
10648 [ 16057] By: sky                                   on 2002/04/22  00:19:40
10649         Log: End blocks were not run on Win32.
10650              The real fix should be to turn this flag on in RunPerl but
10651              I think we are too close 5.8 to change that.
10652      Branch: perl
10653            ! ext/threads/threads.xs
10654 ____________________________________________________________________________
10655 [ 16056] By: sky                                   on 2002/04/21  23:29:22
10656         Log: Do not unlock mutex twice.
10657              Do not unlock mutex after it has been destroyed and freed.
10658              Do not email p5p without uncrossing eyes.
10659      Branch: perl
10660            ! ext/threads/threads.xs
10661 ____________________________________________________________________________
10662 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
10663         Log: squelch some more type mismatch warnings
10664              
10665              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
10666              missing parens in macro definition
10667      Branch: perl
10668            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
10669            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
10670            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
10671            ! pp.c regexec.c sv.h
10672 ____________________________________________________________________________
10673 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
10674         Log: Make writing user-defined character properties nicer.
10675      Branch: perl
10676            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
10677 ____________________________________________________________________________
10678 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
10679         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
10680              isn't the case on win64
10681      Branch: perl
10682            ! ext/Storable/t/malice.t
10683 ____________________________________________________________________________
10684 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
10685         Log: One more way to do character class subtraction.
10686      Branch: perl
10687            ! pod/perlunicode.pod
10688 ____________________________________________________________________________
10689 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
10690         Log: Mopup of #16048.
10691      Branch: perl
10692            ! pp_sys.c
10693 ____________________________________________________________________________
10694 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
10695         Log: some test failures have been fixed
10696      Branch: perl
10697            ! README.win32
10698 ____________________________________________________________________________
10699 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
10700         Log: use compare_text() rather than compare() to avoid bogus
10701              failures when the test files happen to be CRLF terminated
10702      Branch: perl
10703            ! ext/Encode/t/JP.t
10704 ____________________________________________________________________________
10705 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
10706         Log: fixes for all the warnings reported by Visual C (most of this
10707              change is from change#12026)
10708      Branch: perl
10709            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
10710            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
10711            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
10712            ! regexec.c sv.c toke.c universal.c utf8.c util.c
10713            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
10714 ____________________________________________________________________________
10715 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
10716         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
10717              From: Nicholas Clark <nick@unfortu.net>
10718              Date: Sun, 21 Apr 2002 19:15:24 +0100
10719              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
10720      Branch: perl
10721            + ext/Storable/t/malice.t
10722            ! MANIFEST ext/Storable/Storable.pm
10723 ____________________________________________________________________________
10724 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
10725         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
10726              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10727              Date: Sun, 21 Apr 2002 19:37:51 +0200
10728              Message-ID: <3CC3150F.5798.22A05AE@localhost>
10729      Branch: perl
10730            ! ext/Encode/t/perlio.t
10731 ____________________________________________________________________________
10732 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
10733         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
10734              From: Andrey Sapozhnikov <sapa@icb.chel.su>
10735              Date: Fri, 19 Apr 2002 19:55:56 +0600
10736              Message-ID: <3CC021EC.5080005@icb.chel.su>
10737              
10738              (tweaked a bit)
10739      Branch: perl
10740            ! pod/perltrap.pod
10741 ____________________________________________________________________________
10742 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
10743         Log: Do not assume that io buffer flushing happens in the same
10744              order as joins (that assumption broke in a multicpu IRIX box)
10745      Branch: perl
10746            ! ext/threads/t/thread.t
10747 ____________________________________________________________________________
10748 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
10749         Log: As if people would be reading the documentation :-)
10750      Branch: perl
10751            ! opcode.pl
10752 ____________________________________________________________________________
10753 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
10754         Log: Typo tweaks.
10755      Branch: perl
10756            ! pod/perlrun.pod
10757 ____________________________________________________________________________
10758 [ 16041] By: sky                                   on 2002/04/21  13:53:54
10759         Log: Got the last memory leak in the while(1) { threads->create(sub 
10760              {})->join() }, now we can loop over a million threads without a 
10761              problem. 
10762              Cleared up SVs that should have been mortal but never where.
10763      Branch: perl
10764            ! ext/threads/threads.xs
10765 ____________________________________________________________________________
10766 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
10767         Log: Make doc clearer, as suggested by Brent Dax
10768      Branch: perl
10769            ! opcode.pl
10770 ____________________________________________________________________________
10771 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
10772         Log: Revert change #15974.
10773      Branch: perl
10774            ! ext/B/B/Deparse.pm
10775 ____________________________________________________________________________
10776 [ 16038] By: nick                                  on 2002/04/21  08:43:48
10777         Log: Integrate mainline
10778      Branch: perlio
10779           +> win32/config.vc64 win32/config_H.vc64
10780           !> (integrate 43 files)
10781 ____________________________________________________________________________
10782 [ 16037] By: nick                                  on 2002/04/21  08:10:07
10783         Log: Integrate mainline
10784      Branch: perlio
10785           +> ext/Encode/ucm/big5-eten.ucm
10786            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
10787            - win32/config.win64 win32/config_H.win64
10788           !> MANIFEST Porting/makerel ext/Encode/Changes
10789           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
10790           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
10791           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
10792           !> ext/Encode/lib/Encode/Config.pm
10793           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10794           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
10795           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
10796           !> pod/perlunicode.pod vms/vms.c
10797 ____________________________________________________________________________
10798 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
10799         Log: S_ stands sfor static.
10800      Branch: perl
10801            ! hv.c
10802 ____________________________________________________________________________
10803 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
10804         Log: htovs et al might be macros.
10805      Branch: perl
10806            ! perl.h
10807 ____________________________________________________________________________
10808 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
10809         Log: missed checkin of this file in change#16033
10810      Branch: perl
10811            ! makedef.pl
10812 ____________________________________________________________________________
10813 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
10814         Log: Windows 64-bit support:
10815              
10816              * support for building it in the regular makefiles
10817              * large files support via the _*i64() functions (this should be
10818              portable to the 32-bit universe too, but quite untested and
10819              and binary-incompatible, therefore not enabled there)
10820              * three additional test failures in addition to the t/end.t one
10821              (see README.win32)
10822              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
10823              the ones available from the CRT (needed because Perl uses
10824              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
10825              * add a few 64-bit notes to README.win32
10826              
10827              The following general problems were also fixed:
10828              
10829              * s/struct stat/Stat_t/g
10830              * Data::Dumper had some naughty 'long' typecasts
10831              * Errno_pm.PL didn't work safe when winsock.h was not in the same
10832              directory as errno.h
10833              * various tell/seek things were incorrectly prototyped
10834              * squelch ugly looking noise when running tests
10835              * Embed.t wasn't linking in all the libraries
10836              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
10837              * re-enable all the disabled warnings (additional fixes may be
10838              needed for the warnings uncovered by this)
10839      Branch: perl
10840            + win32/config.vc64 win32/config_H.vc64
10841            ! MANIFEST README.win32 doio.c dosish.h
10842            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
10843            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
10844            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
10845            ! win32/config.vc win32/makefile.mk win32/perlglob.c
10846            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
10847            ! win32/win32iop.h win32/win32sck.c
10848 ____________________________________________________________________________
10849 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
10850         Log: Upgrade to Encode 1.52, from Dan Kogai.
10851      Branch: perl
10852            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10853            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
10854            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
10855            ! ext/Encode/lib/Encode/JP/JIS7.pm
10856            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
10857            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
10858            ! ext/Encode/ucm/big5-hkscs.ucm
10859 ____________________________________________________________________________
10860 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
10861         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
10862              From: Mark-Jason Dominus <mjd@plover.com>
10863              Date: Sat, 20 Apr 2002 03:36:28 -0400
10864              Message-ID: <20020420073628.324.qmail@plover.com>
10865      Branch: perl
10866            ! pod/perlopentut.pod
10867 ____________________________________________________________________________
10868 [ 16030] By: sky                                   on 2002/04/20  22:02:32
10869         Log: Remove auto-detach
10870              Cleans up memory now, destroys the mutex and frees thread
10871              Makes returnvalues mortal
10872              Doesn't run thread_destruct until the thread has stopped AND
10873              all references to it are gone.
10874      Branch: perl
10875            ! ext/threads/threads.xs
10876 ____________________________________________________________________________
10877 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
10878         Log: Subject: [PATCH @16005] rescue perldoc for VMS
10879              From: "Craig A. Berry" <craigberry@mac.com>
10880              Date: Sat, 20 Apr 2002 15:16:30 -0500
10881              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
10882      Branch: perl
10883            ! vms/vms.c
10884 ____________________________________________________________________________
10885 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
10886         Log: Subject: Re: [PATCH] typo
10887              From: andreas.koenig@anima.de (Andreas J. Koenig)
10888              Date: Sat, 20 Apr 2002 15:41:23 +0200
10889              Message-ID: <m37kn2o5bw.fsf@anima.de>
10890      Branch: perl
10891            ! ext/Encode/encoding.pm
10892 ____________________________________________________________________________
10893 [ 16027] By: nick                                  on 2002/04/20  21:42:09
10894         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
10895              and change test not to skip them.
10896      Branch: perlio
10897            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
10898 ____________________________________________________________________________
10899 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
10900         Log: Upgrade to Encode 1.51, from Dan Kogai.
10901      Branch: perl
10902            + ext/Encode/ucm/big5-eten.ucm
10903            - ext/Encode/ucm/big5.ucm
10904            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
10905            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
10906            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
10907            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
10908            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10909            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
10910 ____________________________________________________________________________
10911 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
10912         Log: purge existing win64 stuff (this never really worked in 5.7.x)
10913              in preparation for completely redone win64 support
10914      Branch: perl
10915            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
10916            ! MANIFEST Porting/makerel
10917 ____________________________________________________________________________
10918 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
10919         Log: Subject: Re: perl@16005
10920              From: Stas Bekman <stas@stason.org>
10921              Date: Sat, 20 Apr 2002 13:06:49 +0800
10922              Message-ID: <3CC0F769.1010705@stason.org>
10923              (with a minor formatting nit)
10924      Branch: perl
10925            ! pod/perlfunc.pod
10926 ____________________________________________________________________________
10927 [ 16023] By: nick                                  on 2002/04/20  19:06:04
10928         Log: Some tweaks for encodings which need lines.
10929              Also disabled trial of using fallbacks.
10930      Branch: perlio
10931            ! ext/PerlIO/encoding/encoding.pm
10932            ! ext/PerlIO/encoding/encoding.xs
10933 ____________________________________________________________________________
10934 [ 16022] By: nick                                  on 2002/04/20  18:37:38
10935         Log: Various tweaks to Encode
10936      Branch: perlio
10937            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10938            ! ext/Encode/Unicode/Unicode.xs
10939            ! ext/Encode/lib/Encode/Encoding.pm
10940            ! ext/Encode/lib/Encode/JP/JIS7.pm
10941            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
10942 ____________________________________________________________________________
10943 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
10944         Log: Subject: [PATCH] perlunicode.pod typos
10945              From: andreas.koenig@anima.de (Andreas J. Koenig)     
10946              Date: Sat, 20 Apr 2002 11:20:25 +0200
10947              Message-ID: <m3vgamoheu.fsf@anima.de>
10948      Branch: perl
10949            ! pod/perlunicode.pod
10950 ____________________________________________________________________________
10951 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
10952         Log: Test tweak from mjd.
10953      Branch: perl
10954            ! lib/Memoize/t/errors.t
10955 ____________________________________________________________________________
10956 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
10957         Log: Integrate perlio:
10958              
10959              [ 16018]
10960              Fill in the PERLIO sections.
10961              
10962              [ 16017]
10963              Add :bytes to POD part.
10964              Remove 'alias' to Encode now it exists as a module.
10965              
10966              [ 16014]
10967              Tweak to Encode.xs to avoid buffer overrun.
10968              
10969              [ 16007]
10970              Silence warning generating warning message for U+FFFF does not map etc.
10971              
10972              [ 15912]
10973              XS versions of encode/decode for Encode::Unicode
10974      Branch: perl
10975           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
10976 ____________________________________________________________________________
10977 [ 16018] By: nick                                  on 2002/04/20  13:38:24
10978         Log: Fill in the PERLIO sections.
10979      Branch: perlio
10980            ! pod/perlrun.pod
10981 ____________________________________________________________________________
10982 [ 16017] By: nick                                  on 2002/04/20  13:37:15
10983         Log: Add :bytes to POD part.
10984              Remove 'alias' to Encode now it exists as a module.
10985      Branch: perlio
10986            ! lib/PerlIO.pm
10987 ____________________________________________________________________________
10988 [ 16016] By: sky                                   on 2002/04/20  13:12:31
10989         Log: Really let the update of the link list do something.
10990      Branch: perl
10991            ! ext/threads/threads.xs
10992 ____________________________________________________________________________
10993 [ 16015] By: nick                                  on 2002/04/20  07:51:26
10994         Log: Integrate mainline
10995      Branch: perlio
10996           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
10997           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
10998           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
10999 ____________________________________________________________________________
11000 [ 16014] By: nick                                  on 2002/04/20  07:46:11
11001         Log: Tweak to Encode.xs to avoid buffer overrun.
11002      Branch: perlio
11003            ! ext/Encode/Encode.xs
11004 ____________________________________________________________________________
11005 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
11006         Log: Subject: [PATCH] t/japh/abigail.t
11007              From: abigail@foad.org
11008              Date: Fri, 19 Apr 2002 02:21:36 +0200
11009              Message-ID: <20020419002136.16948.qmail@foad.org>
11010              
11011              Subject: Re: [PATCH] t/japh/abigail.t
11012              From: "Craig A. Berry" <craigberry@mac.com>
11013              Date: Fri, 19 Apr 2002 11:23:45 -0500
11014              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
11015      Branch: perl
11016            ! t/japh/abigail.t
11017 ____________________________________________________________________________
11018 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
11019         Log: User-defined character properties were unintentionally
11020              removed, noticed by Dan Kogai.
11021      Branch: perl
11022            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
11023            ! pod/perlunicode.pod t/op/pat.t
11024 ____________________________________________________________________________
11025 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
11026         Log: Subject: Re: [PATCH] Big5-related changes.
11027              From: Autrijus Tang <autrijus@autrijus.org>
11028              Date: Sat, 20 Apr 2002 04:06:31 +0800
11029              Message-ID: <20020419200631.GA20964@not.autrijus.org>
11030      Branch: perl
11031            ! README.cn README.tw
11032 ____________________________________________________________________________
11033 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
11034         Log: Add a BUGS sections to O.pm
11035      Branch: perl
11036            ! ext/B/O.pm
11037 ____________________________________________________________________________
11038 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
11039         Log: Disable warning noise
11040      Branch: perl
11041            ! t/io/open.t
11042 ____________________________________________________________________________
11043 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
11044         Log: More tests for the 3-arg open
11045      Branch: perl
11046            ! t/io/open.t t/lib/warnings/doio
11047 ____________________________________________________________________________
11048 [ 16007] By: nick                                  on 2002/04/19  17:45:53
11049         Log: Silence warning generating warning message for U+FFFF does not map etc.
11050      Branch: perlio
11051            ! ext/Encode/Encode.xs
11052 ____________________________________________________________________________
11053 [ 16006] By: nick                                  on 2002/04/19  15:24:57
11054         Log: Integrate mainline (for Tk with Encode testing)
11055              Some perlio & encode issues otherwise cleanish.
11056      Branch: perlio
11057           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
11058           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
11059           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
11060           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
11061           +> ext/threads/t/thread.t
11062            - ext/Encode/lib/Encode/Unicode.pm
11063           !> (integrate 38 files)
11064 ____________________________________________________________________________
11065 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
11066         Log: Update Changes.
11067      Branch: perl
11068            ! Changes patchlevel.h
11069 ____________________________________________________________________________
11070 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
11071         Log: Subject: [PATCH] warn on ref open without perlio
11072              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11073              Date: Thu, 18 Apr 2002 23:17:44 +0200
11074              Message-ID: <20020418231744.A24159@rafael>
11075              
11076              (with one nit, the skip message needed "# " prefix)
11077      Branch: perl
11078            ! doio.c pod/perldiag.pod t/lib/warnings/doio
11079 ____________________________________________________________________________
11080 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
11081         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
11082              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11083              Date: Fri, 19 Apr 2002 15:43:47 +0200
11084              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
11085      Branch: perl
11086            ! README.hpux
11087 ____________________________________________________________________________
11088 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
11089         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
11090      Branch: perl
11091            ! ext/PerlIO/encoding/encoding.pm
11092            ! ext/PerlIO/encoding/encoding.xs
11093 ____________________________________________________________________________
11094 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
11095         Log: Upgrade to Encode 1.50, from Dan Kogai.
11096      Branch: perl
11097            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
11098            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
11099            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
11100            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
11101            - ext/Encode/lib/Encode/Unicode.pm
11102            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
11103            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11104            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
11105            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
11106            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
11107            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
11108            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
11109            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
11110            ! ext/Encode/t/jisx0208.ref
11111 ____________________________________________________________________________
11112 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
11113         Log: Subject: CPAN.pm sync
11114              From: andreas.koenig@anima.de (Andreas J. Koenig)
11115              Date: Fri, 19 Apr 2002 11:55:07 +0200
11116              Message-ID: <m3ads0qah0.fsf@anima.de>
11117      Branch: perl
11118            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11119 ____________________________________________________________________________
11120 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
11121         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
11122      Branch: perl
11123            ! pod/perltooc.pod
11124 ____________________________________________________________________________
11125 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
11126         Log: The previous change on this was *ahem* slightly off-topic.
11127      Branch: perl
11128            ! ext/PerlIO/encoding/encoding.pm
11129 ____________________________________________________________________________
11130 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
11131         Log: variant of change#14657 from mainline, modified for binary
11132              compatibility for 5.6.x (from  Jan Dubois)
11133      Branch: maint-5.6/perl
11134            ! lib/Win32.pod win32/win32.c
11135 ____________________________________________________________________________
11136 [ 15996] By: ams                                   on 2002/04/18  16:16:26
11137         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
11138              From: abigail@foad.org
11139              Date: Thu, 18 Apr 2002 17:09:45 +0200
11140              Message-Id: <20020418150945.389.qmail@foad.org>
11141      Branch: perl
11142            ! pod/perldebtut.pod
11143 ____________________________________________________________________________
11144 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
11145         Log: z/OS situation update.
11146      Branch: perl
11147            ! pod/perldelta.pod
11148 ____________________________________________________________________________
11149 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
11150         Log: Doc tweaks.
11151      Branch: perl
11152            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
11153 ____________________________________________________________________________
11154 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
11155         Log: The tests need perlio.
11156      Branch: perl
11157            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
11158 ____________________________________________________________________________
11159 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
11160         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
11161              From: Mark-Jason Dominus <mjd@plover.com>
11162              Date: Thu, 18 Apr 2002 09:38:17 -0400
11163              Message-ID: <20020418133817.22436.qmail@plover.com>    
11164              
11165              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
11166              From: Mark-Jason Dominus <mjd@plover.com>
11167              Date: Thu, 18 Apr 2002 09:54:50 -0400
11168              Message-ID: <20020418135450.22999.qmail@plover.com>    
11169      Branch: perl
11170            ! pod/perlfaq8.pod
11171 ____________________________________________________________________________
11172 [ 15991] By: sky                                   on 2002/04/18  09:18:14
11173         Log: Port testcases from thr5005 tests so we don't fail on same things.
11174              Added yield support using threads->yield().
11175      Branch: perl
11176            + ext/threads/t/thread.t
11177            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
11178 ____________________________________________________________________________
11179 [ 15990] By: nick                                  on 2002/04/18  07:56:40
11180         Log: Integrate mainline
11181      Branch: perlio
11182            - t/io/full.t
11183           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
11184           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
11185           !> perl.c t/op/groups.t toke.c win32/win32.c
11186 ____________________________________________________________________________
11187 [ 15989] By: sky                                   on 2002/04/18  07:15:55
11188         Log: Always flush the PerlIO buffers after running END blocks in 
11189              perl_destruct. This should fix ext/threads/t/end.t under Win32.
11190      Branch: perl
11191            ! perl.c
11192 ____________________________________________________________________________
11193 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
11194         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
11195      Branch: perl
11196            ! perl.c
11197 ____________________________________________________________________________
11198 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
11199         Log: Move /dev/full testing post-5.8.0.
11200      Branch: perl
11201            - t/io/full.t
11202            ! MANIFEST
11203 ____________________________________________________________________________
11204 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
11205         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
11206              ("Crays have only REAL memory.")
11207      Branch: perl
11208            ! hints/unicos.sh hints/unicosmk.sh
11209 ____________________________________________________________________________
11210 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
11211         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
11212              From: luc.st-louis@ca.transport.bombardier.com
11213              Date: Wed, 17 Apr 2002 14:22:25 -0400
11214              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
11215      Branch: perl
11216            ! win32/win32.c
11217 ____________________________________________________________________________
11218 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
11219         Log: With -Uuseperlio the error might be EBADF.
11220      Branch: perl
11221            ! t/io/full.t
11222 ____________________________________________________________________________
11223 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
11224         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
11225              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
11226              Date: Wed, 17 Apr 2002 21:16:22 +0400
11227              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
11228      Branch: perl
11229            ! lib/ExtUtils/t/Embed.t
11230 ____________________________________________________________________________
11231 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
11232         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
11233              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
11234              Date: Wed, 17 Apr 2002 20:08:03 +0400
11235              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
11236      Branch: perl
11237            ! win32/win32.c
11238 ____________________________________________________________________________
11239 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
11240         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
11241              From: Mark-Jason Dominus <mjd@plover.com>
11242              Date: Wed, 17 Apr 2002 11:14:17 -0400
11243              Message-ID: <20020417151417.27268.qmail@plover.com>
11244      Branch: perl
11245            ! t/io/full.t
11246 ____________________________________________________________________________
11247 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
11248         Log: README.cjk update.
11249      Branch: perl
11250            ! README.cn README.jp README.ko README.tw
11251 ____________________________________________________________________________
11252 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
11253         Log: Subject: [PATCH toke.c] @:foo?
11254              From: Philip Newton <Philip.Newton@gmx.net>
11255              Date: Wed, 17 Apr 2002 19:48:09 +0200
11256              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
11257      Branch: perl
11258            ! toke.c
11259 ____________________________________________________________________________
11260 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
11261         Log: Subject: Re: gcc on HP
11262              From: Philip Newton <Philip.Newton@gmx.net>
11263              Date: Wed, 17 Apr 2002 20:36:34 +0200
11264              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
11265      Branch: perl
11266            ! README.hpux
11267 ____________________________________________________________________________
11268 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
11269         Log: Adjust test for groups that appear multiple times on Cygwin
11270      Branch: perl
11271            ! t/op/groups.t
11272 ____________________________________________________________________________
11273 [ 15976] By: nick                                  on 2002/04/17  17:03:40
11274         Log: Integrate mainline
11275      Branch: perlio
11276           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
11277           +> ext/PerlIO/encoding/encoding.pm
11278           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
11279           +> ext/threads/shared/t/queue.t t/io/full.t
11280            - ext/Encode/lib/Encode/XS.pm
11281           !> (integrate 50 files)
11282 ____________________________________________________________________________
11283 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
11284         Log: Update Changes.
11285      Branch: perl
11286            ! Changes patchlevel.h
11287 ____________________________________________________________________________
11288 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
11289         Log: Subject: [PATCH B::Deparse] "foo bar"->()
11290              From: Robin Houston <robin@kitsite.com>
11291              Date: Wed, 17 Apr 2002 15:45:32 +0100
11292              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
11293      Branch: perl
11294            ! ext/B/B/Deparse.pm
11295 ____________________________________________________________________________
11296 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
11297         Log: metaconfig unit change for #15972.
11298      Branch: metaconfig/U/perl
11299            ! Extensions.U
11300 ____________________________________________________________________________
11301 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
11302         Log: As suggested by Arthur: the threads and threads::shared
11303              modules are always present.  This tries to preempt two
11304              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
11305              to have this new fancy threads implementation but my Perl
11306              doesn't seem to have it" (2) someone attempting to install
11307              threads using CPAN.pm and CPAN.pm helpfully starting to
11308              install perl 5.8.0 (which they might already have installed).
11309      Branch: perl
11310            ! Configure ext/threads/Makefile.PL
11311            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
11312            ! ext/threads/shared/shared.xs ext/threads/threads.pm
11313            ! ext/threads/threads.xs
11314 ____________________________________________________________________________
11315 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
11316         Log: More signedness nits.
11317      Branch: perl
11318            ! ext/Encode/Encode.xs
11319 ____________________________________________________________________________
11320 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
11321         Log: fast_abs_path() is tainted.
11322      Branch: perl
11323            ! ext/Cwd/t/cwd.t
11324 ____________________________________________________________________________
11325 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
11326         Log: Signedness nit.
11327      Branch: perl
11328            ! ext/Encode/bin/enc2xs
11329 ____________________________________________________________________________
11330 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
11331         Log: Subject: gcc on HP
11332              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11333              Date: Wed, 17 Apr 2002 12:43:38 +0200
11334              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
11335      Branch: perl
11336            ! README.hpux
11337 ____________________________________________________________________________
11338 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
11339         Log: Add just a little bit more explanation to PerlIO::encoding.
11340      Branch: perl
11341            ! ext/PerlIO/encoding/encoding.pm
11342 ____________________________________________________________________________
11343 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
11344         Log: PerlIO::encoding 0.01 from Dan Kogai.
11345      Branch: perl
11346            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
11347            + ext/PerlIO/encoding/encoding.pm
11348            + ext/PerlIO/encoding/encoding.xs
11349            ! MANIFEST
11350 ____________________________________________________________________________
11351 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
11352         Log: Upgrade to Encode 1.42, from Dan Kogai.
11353      Branch: perl
11354            - ext/Encode/lib/Encode/XS.pm
11355            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
11356            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
11357            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
11358            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
11359            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
11360            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
11361            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
11362            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
11363            ! ext/Encode/lib/Encode/Config.pm
11364            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
11365            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
11366            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
11367            ! ext/Encode/t/encoding.t
11368 ____________________________________________________________________________
11369 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
11370         Log: Test tweaks from mjd and Benjamin Goldberg.
11371      Branch: perl
11372            ! t/io/full.t
11373 ____________________________________________________________________________
11374 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
11375         Log: Document taint-safeness.   Life in the fast_abs_path()
11376              lane is unsafe.
11377      Branch: perl
11378            ! lib/Cwd.pm
11379 ____________________________________________________________________________
11380 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
11381         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
11382              From: Mark-Jason Dominus <mjd@plover.com>
11383              Date: Tue, 16 Apr 2002 19:24:12 -0400
11384              Message-ID: <20020416232412.14297.qmail@plover.com>
11385      Branch: perl
11386            + t/io/full.t
11387            ! MANIFEST perlio.c
11388 ____________________________________________________________________________
11389 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
11390         Log: Manifestations of mjd, from mjd.
11391      Branch: perl
11392            ! MANIFEST
11393 ____________________________________________________________________________
11394 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
11395         Log: metaconfig unit change for #15959.
11396      Branch: metaconfig/U/perl
11397            ! Extensions.U
11398 ____________________________________________________________________________
11399 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
11400         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
11401              From: Andy Dougherty <doughera@lafayette.edu>
11402              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
11403              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
11404      Branch: perl
11405            ! Configure
11406 ____________________________________________________________________________
11407 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
11408         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
11409              From: Nicholas Clark <nick@unfortu.net>
11410              Date: Tue, 16 Apr 2002 22:22:41 +0100
11411              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
11412      Branch: perl
11413            ! embed.fnc global.sym hv.c universal.c
11414 ____________________________________________________________________________
11415 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
11416         Log: Documents for Merijn and lots of XXXs for NI-S :-)
11417      Branch: perl
11418            ! pod/perlfunc.pod pod/perlrun.pod
11419 ____________________________________________________________________________
11420 [ 15956] By: sky                                   on 2002/04/16  21:26:53
11421         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
11422              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
11423              stuff being 0xabababab on cleanup.
11424      Branch: perl
11425            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
11426            ! MANIFEST
11427 ____________________________________________________________________________
11428 [ 15955] By: nick                                  on 2002/04/16  20:46:03
11429         Log: Integate mainline (other machine)
11430      Branch: perlio
11431           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
11432           !> t/op/magic.t
11433 ____________________________________________________________________________
11434 [ 15954] By: nick                                  on 2002/04/16  20:13:32
11435         Log: Integrate mainline
11436      Branch: perlio
11437           +> README.cn README.jp README.ko README.tw
11438           +> ext/threads/shared/t/av_refs.t
11439           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
11440           !> (integrate 41 files)
11441 ____________________________________________________________________________
11442 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
11443         Log: B::walkoptree bugfix (see also #15850)
11444      Branch: perl
11445            ! ext/B/B.xs ext/B/t/terse.t
11446 ____________________________________________________________________________
11447 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
11448         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
11449              From: Philip Newton <Philip.Newton@gmx.net>
11450              Date: Tue, 16 Apr 2002 21:09:44 +0200
11451              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
11452      Branch: perl
11453            ! pod/perltodo.pod
11454 ____________________________________________________________________________
11455 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
11456         Log: Subject: [PATCH] B::Deparse problems with japhs
11457              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11458              Date: Tue, 16 Apr 2002 15:47:33 +0100
11459              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
11460      Branch: perl
11461            ! ext/B/B/Deparse.pm
11462 ____________________________________________________________________________
11463 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
11464         Log: Stas' tainting worries, obscured by me.
11465      Branch: perl
11466            ! ext/Cwd/t/cwd.t lib/Cwd.pm
11467 ____________________________________________________________________________
11468 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
11469         Log: Pod tweak to avoid =item<japanese> problems.
11470      Branch: perl
11471            ! README.jp
11472 ____________________________________________________________________________
11473 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
11474         Log: Some UTF-8 todos.
11475      Branch: perl
11476            ! pod/perltodo.pod
11477 ____________________________________________________________________________
11478 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
11479         Log: Let's not promise too much: use utf8 only works on identifier
11480              names, not package or subroutine names (admittedly limited [1], but
11481              that's what the Camel says, and that's what we are going to stick
11482              to for 5.8.0).  Also document that use vars does not do utf8.
11483              [1] The obvious problem in both is that package and subroutine
11484              names need to mappable to the filesystem.
11485      Branch: perl
11486            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
11487 ____________________________________________________________________________
11488 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
11489         Log: Subject: [PATCH] small typo in IO::Pipe pod
11490              From: Slaven Rezic <rezic@onlineoffice.de>
11491              Date: Tue, 16 Apr 2002 12:31:10 +0200
11492              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
11493      Branch: perl
11494            ! ext/IO/lib/IO/Pipe.pm
11495 ____________________________________________________________________________
11496 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
11497         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
11498              From: Arthur Bergman <arthur@contiller.se>
11499              Date: Tue, 16 Apr 2002 11:58:45 +0200
11500              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
11501      Branch: perl
11502            ! lib/Attribute/Handlers.pm
11503 ____________________________________________________________________________
11504 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
11505         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
11506              Jungshik Shin.  Regen toc.
11507      Branch: perl
11508            + README.cn README.jp README.ko README.tw
11509            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11510 ____________________________________________________________________________
11511 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
11512         Log: my $utf8here, our $utf8here, and package variable $utf8here.
11513              
11514              The actual minimal fix is in utf8.c and from NI-S,
11515              the rest are the tests (in fresh_perl since I couldn't get
11516              them easily to work elsewhere) and a slight behaviour change:
11517              previously UTF-8 identifiers had to start with an alphabetic
11518              character.  No more so, now they can start with an (Unicode)
11519              ID_Continue character (which however is not a (Unicode) digit).
11520              (Limiting the first character to ID_Start would be rather
11521              restrictive, since ID_Start allows only alphabetic letters.)
11522              
11523              TODO: use vars qw($utf8here).  This I don't find to be
11524              a showstopper.
11525      Branch: perl
11526            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
11527            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
11528 ____________________________________________________________________________
11529 [ 15942] By: ams                                   on 2002/04/16  02:24:25
11530         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
11531              From: "Craig A. Berry" <craigberry@mac.com>
11532              Date: Mon, 15 Apr 2002 22:06:14 -0500
11533              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
11534      Branch: perl
11535            ! lib/FileCache.t
11536 ____________________________________________________________________________
11537 [ 15941] By: ams                                   on 2002/04/16  02:16:35
11538         Log: Subject: [PATCH] s2p fix for VMS
11539              From: "Craig A. Berry" <craigberry@mac.com>
11540              Date: Mon, 15 Apr 2002 21:48:36 -0500
11541              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
11542      Branch: perl
11543            ! configure.com t/x2p/s2p.t x2p/s2p.PL
11544 ____________________________________________________________________________
11545 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
11546         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
11547              (and the licensing of the other code clarified, from Mark Bixby.)
11548      Branch: perl
11549            ! mpeix/mpeix.c
11550 ____________________________________________________________________________
11551 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
11552         Log: AUTHORS updates.
11553      Branch: perl
11554            ! AUTHORS
11555 ____________________________________________________________________________
11556 [ 15938] By: sky                                   on 2002/04/15  22:13:17
11557         Log: Add support for my $foo : shared; 
11558              Add testcase for this.
11559              Update manifest.
11560      Branch: perl
11561            + ext/threads/shared/t/shared_attr.t
11562            ! MANIFEST ext/threads/shared/shared.pm
11563 ____________________________________________________________________________
11564 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
11565         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
11566              From: abigail@foad.org
11567              Date: Mon, 15 Apr 2002 17:41:17 +0200
11568              Message-ID: <20020415154117.1559.qmail@foad.org>
11569              
11570              (With EBCDIC skippage added, and the skip reason
11571              skippage on the two ?? loops tweaked.)
11572      Branch: perl
11573            + t/japh/abigail.t
11574            ! MANIFEST t/TEST
11575 ____________________________________________________________________________
11576 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
11577         Log: Subject: Re: [ID 20020412.005] Dancing ??s
11578              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
11579              Date: Sun, 14 Apr 2002 16:09:30 +0100
11580              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
11581      Branch: perl
11582            ! pod/perlop.pod pp_hot.c t/op/pat.t
11583 ____________________________________________________________________________
11584 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
11585         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
11586              From: abigail@foad.org
11587              Date: Mon, 15 Apr 2002 17:40:02 +0200
11588              Message-ID: <20020415154002.1549.qmail@foad.org>
11589      Branch: perl
11590            ! t/test.pl
11591 ____________________________________________________________________________
11592 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
11593         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
11594              From: "Craig A. Berry" <craigberry@mac.com>
11595              Date: Mon, 15 Apr 2002 14:05:26 -0500
11596              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
11597      Branch: perl
11598            ! universal.c
11599 ____________________________________________________________________________
11600 [ 15933] By: sky                                   on 2002/04/15  21:26:16
11601         Log: Test arrays containing references, and references to shared arrays.
11602      Branch: perl
11603            + ext/threads/shared/t/av_refs.t
11604 ____________________________________________________________________________
11605 [ 15932] By: nick                                  on 2002/04/15  15:06:49
11606         Log: Integrate mainline (for Encode)
11607      Branch: perlio
11608           +> ext/Encode/Encode/ConfigLocal_PM.e2x
11609           +> ext/Encode/lib/Encode/JP/JIS7.pm
11610            - ext/Encode/lib/Encode/JP/2022_JP.pm
11611            - ext/Encode/lib/Encode/JP/2022_JP1.pm
11612            - ext/Encode/lib/Encode/JP/JIS.pm
11613           !> (integrate 26 files)
11614 ____________________________________________________________________________
11615 [ 15931] By: ams                                   on 2002/04/15  14:51:31
11616         Log: Subject: [PATCH] Chip didn't time travel.
11617              From: abigail@foad.org
11618              Date: Mon, 15 Apr 2002 17:40:22 +0200
11619              Message-Id: <20020415154022.1554.qmail@foad.org>
11620      Branch: perl
11621            ! pod/perlhist.pod
11622 ____________________________________________________________________________
11623 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
11624         Log: Update Changes.
11625      Branch: perl
11626            ! Changes patchlevel.h
11627 ____________________________________________________________________________
11628 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
11629         Log: The #15921 made the 'no warnings' unnecessary.
11630      Branch: perl
11631            ! t/op/magic.t
11632 ____________________________________________________________________________
11633 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
11634         Log: Subject: Re: [FILE] FileCache.t
11635              From: belg4mit <belg4mit@mit.edu>
11636              Date: Mon, 15 Apr 2002 01:31:21 -0400
11637              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
11638      Branch: perl
11639            ! lib/FileCache.t
11640 ____________________________________________________________________________
11641 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
11642         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
11643      Branch: perl
11644            ! lib/FileCache.pm lib/FileCache.t
11645 ____________________________________________________________________________
11646 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
11647         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
11648              From: Nicholas Clark <nick@unfortu.net>
11649              Date: Sun, 14 Apr 2002 22:54:43 +0100
11650              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
11651      Branch: perl
11652            ! lib/Hash/Util.t
11653 ____________________________________________________________________________
11654 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
11655         Log: Subject: [Encode] 1.40 released!
11656              From: Dan Kogai <dankogai@dan.co.jp>
11657              Date: Mon, 15 Apr 2002 07:51:52 +0900
11658              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
11659      Branch: perl
11660            + ext/Encode/Encode/ConfigLocal_PM.e2x
11661            + ext/Encode/lib/Encode/JP/JIS7.pm
11662            - ext/Encode/lib/Encode/JP/2022_JP.pm
11663            - ext/Encode/lib/Encode/JP/2022_JP1.pm
11664            - ext/Encode/lib/Encode/JP/JIS.pm
11665            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
11666            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
11667            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
11668            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
11669            ! ext/Encode/lib/Encode/Config.pm
11670            ! ext/Encode/lib/Encode/Encoder.pm
11671            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
11672            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
11673 ____________________________________________________________________________
11674 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
11675         Log: return undef is of questionable style.
11676      Branch: perl
11677            ! lib/Hash/Util.pm
11678 ____________________________________________________________________________
11679 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
11680         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
11681              From: mjd@plover.com
11682              Date: 15 Apr 2002 06:46:02 -0000
11683              Message-ID: <20020415064602.17052.qmail@plover.com>     
11684      Branch: perl
11685            ! t/op/magic.t
11686 ____________________________________________________________________________
11687 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
11688         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
11689              From: mjd@plover.com
11690              Date: 14 Apr 2002 22:30:17 -0000
11691              Message-ID: <20020414223017.17361.qmail@plover.com>
11692      Branch: perl
11693            ! t/op/re_tests
11694 ____________________________________________________________________________
11695 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
11696         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
11697              From: Mark-Jason Dominus <mjd@plover.com>
11698              Date: Mon, 15 Apr 2002 02:41:52 -0400
11699              Message-ID: <20020415064152.16958.qmail@plover.com>
11700      Branch: perl
11701            ! perl.c t/lib/warnings/toke
11702 ____________________________________________________________________________
11703 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
11704         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
11705              From: "Craig A. Berry" <craigberry@mac.com>
11706              Date: Sun, 14 Apr 2002 18:56:02 -0500
11707              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
11708      Branch: perl
11709            ! configure.com
11710 ____________________________________________________________________________
11711 [ 15919] By: nick                                  on 2002/04/15  06:14:25
11712         Log: Integrate mainline
11713      Branch: perlio
11714           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
11715           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
11716           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
11717 ____________________________________________________________________________
11718 [ 15918] By: ams                                   on 2002/04/15  04:25:48
11719         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
11720              From: Stas Bekman <stas@stason.org>
11721              Date: Mon, 15 Apr 2002 11:45:03 +0800
11722              Message-Id: <3CBA4CBF.9030306@stason.org>
11723      Branch: perl
11724            ! lib/Cwd.pm
11725 ____________________________________________________________________________
11726 [ 15917] By: ams                                   on 2002/04/15  04:21:14
11727         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
11728              From: Mark-Jason Dominus <mjd@plover.com>
11729              Date: Mon, 15 Apr 2002 00:30:26 -0400
11730              Message-Id: <20020415043026.11417.qmail@plover.com>
11731      Branch: perl
11732            ! perl.c t/lib/warnings/toke
11733 ____________________________________________________________________________
11734 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
11735         Log: Correct precedence problem in #15915
11736      Branch: perl
11737            ! lib/vars.pm
11738 ____________________________________________________________________________
11739 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
11740         Log: use vars wasn't use utf8 aware.
11741      Branch: perl
11742            ! lib/vars.pm
11743 ____________________________________________________________________________
11744 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
11745         Log: Subject: [PATCH] Re: restricted hashes are unblessable
11746              From: Nicholas Clark <nick@unfortu.net>
11747              Date: Sat, 13 Apr 2002 23:43:02 +0100
11748              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
11749              
11750              The function name sucks but can't think of anything better.
11751      Branch: perl
11752            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
11753 ____________________________________________________________________________
11754 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
11755         Log: Subject: AUTHORS update
11756              From: Chris Nandor <pudge@pobox.com>
11757              Date: Sun, 14 Apr 2002 11:54:40 -0400
11758              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
11759      Branch: perl
11760            ! AUTHORS
11761 ____________________________________________________________________________
11762 [ 15912] By: nick                                  on 2002/04/14  14:47:18
11763         Log: XS versions of encode/decode for Encode::Unicode
11764      Branch: perlio
11765            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
11766 ____________________________________________________________________________
11767 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
11768         Log: metaconfig unit changes for #15910.
11769      Branch: metaconfig
11770            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11771            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11772            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11773            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11774            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11775            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11776            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11777            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11778            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11779            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11780            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11781            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11782            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11783            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11784            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11785            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11786            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11787            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11788            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11789            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11790            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11791            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11792            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11793            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11794 ____________________________________________________________________________
11795 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
11796         Log: Simplify the _r probing code by adding the i_systime
11797              only for the APIs where it matters.
11798      Branch: perl
11799            ! Configure reentr.pl
11800 ____________________________________________________________________________
11801 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
11802         Log: Integrate perlio:
11803              
11804              [ 15904]
11805              Disable test code (assertions) in CRLF layer.
11806              
11807              [ 15903]
11808              Avoid expensive paranoid check that decoder does return legal UTF-8
11809      Branch: perl
11810           !> ext/Encode/Encode.xs perlio.c
11811 ____________________________________________________________________________
11812 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
11813         Log: Subject: patch for FileCache in 5.7.3
11814              From: JPIERCE <belg4mit@MIT.EDU>
11815              Date: Sun, 14 Apr 2002 00:38:21 -0400
11816              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
11817      Branch: perl
11818            ! lib/FileCache.pm
11819 ____________________________________________________________________________
11820 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
11821         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
11822              From: Tim Bunce <Tim.Bunce@pobox.com>
11823              Date: Sun, 14 Apr 2002 12:07:35 +0100
11824              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
11825      Branch: perl
11826            ! ext/Storable/Storable.xs
11827 ____________________________________________________________________________
11828 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
11829         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
11830              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11831              Date: Sun, 14 Apr 2002 16:29:59 +0200
11832              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
11833      Branch: perl
11834            ! hints/hpux.sh
11835 ____________________________________________________________________________
11836 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
11837         Log: Subject: Enable portable gcc code on hp-ux
11838              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11839              Date: Sun, 14 Apr 2002 16:30:01 +0200
11840              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
11841      Branch: perl
11842            ! hints/hpux.sh
11843 ____________________________________________________________________________
11844 [ 15904] By: nick                                  on 2002/04/14  09:18:01
11845         Log: Disable test code (assertions) in CRLF layer.
11846      Branch: perlio
11847            ! perlio.c
11848 ____________________________________________________________________________
11849 [ 15903] By: nick                                  on 2002/04/14  09:16:39
11850         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
11851      Branch: perlio
11852            ! ext/Encode/Encode.xs
11853 ____________________________________________________________________________
11854 [ 15902] By: nick                                  on 2002/04/14  09:15:45
11855         Log: Integrate mainline
11856      Branch: perlio
11857           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
11858           +> t/win32/longpath.t t/win32/system.t
11859            - t/op/winsystem.t
11860           !> (integrate 30 files)
11861 ____________________________________________________________________________
11862 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
11863         Log: Fixed URL for the Alpha editor.
11864      Branch: perl
11865            ! pod/perlfaq3.pod
11866 ____________________________________________________________________________
11867 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
11868         Log: Dedodgify.
11869      Branch: perl
11870            ! ext/Storable/Storable.xs
11871 ____________________________________________________________________________
11872 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
11873         Log: AUTHORS updates.
11874      Branch: perl
11875            ! AUTHORS
11876 ____________________________________________________________________________
11877 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
11878         Log: s2p needs Config.pm.
11879      Branch: perl
11880            ! Makefile.SH
11881 ____________________________________________________________________________
11882 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
11883         Log: Subject: [PATCH] Benchmark.t 75,90,109
11884              From: Nicholas Clark <nick@unfortu.net>
11885              Date: Sat, 13 Apr 2002 21:43:04 +0100
11886              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
11887      Branch: perl
11888            ! lib/Benchmark.t
11889 ____________________________________________________________________________
11890 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
11891         Log: Tweaks by Autrijus Tang.
11892      Branch: perl
11893            ! ext/Encode/encoding.pm
11894 ____________________________________________________________________________
11895 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
11896         Log: FAQ sync.
11897      Branch: perl
11898            ! pod/perlfaq5.pod
11899 ____________________________________________________________________________
11900 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
11901         Log: z/OS tally update.
11902      Branch: perl
11903            ! pod/perldelta.pod
11904 ____________________________________________________________________________
11905 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
11906         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
11907              From: Nicholas Clark <nick@unfortu.net>
11908              Date: Sat, 13 Apr 2002 02:58:07 +0100
11909              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
11910      Branch: perl
11911            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
11912            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
11913            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
11914            ! t/lib/st-dump.pl
11915 ____________________________________________________________________________
11916 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
11917         Log: Add piconv and enc2xs to the list of utilities.
11918      Branch: perl
11919            ! utils.lst
11920 ____________________________________________________________________________
11921 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
11922         Log: s.
11923      Branch: perl
11924            ! pod/perlunicode.pod
11925 ____________________________________________________________________________
11926 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
11927         Log: Phrasing fixes by Nick Clark
11928      Branch: perl
11929            ! pod/perlunicode.pod
11930 ____________________________________________________________________________
11931 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
11932         Log: More POD fixes and typos
11933      Branch: perl
11934            ! pod/perlunicode.pod
11935 ____________________________________________________________________________
11936 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
11937         Log: Subject: Re: UTF-8 and DB_File ?
11938              From: andreas.koenig@anima.de (Andreas J. Koenig)
11939              Date: Sat, 13 Apr 2002 13:29:41 +0200
11940              Message-ID: <m3ads7j0pm.fsf@anima.de>
11941      Branch: perl
11942            ! pod/perlunicode.pod
11943 ____________________________________________________________________________
11944 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
11945         Log: Fix a typo noticed by Paul Johnson.
11946      Branch: perl
11947            ! MANIFEST
11948 ____________________________________________________________________________
11949 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
11950         Log: Subject: Re: Win32 Status
11951              From: Michael G Schwern <schwern@pobox.com>
11952              Date: Fri, 12 Apr 2002 10:15:33 -0400
11953              Message-ID: <20020412141533.GB9788@blackrider>
11954      Branch: perl
11955            ! lib/ExtUtils/t/INST.t
11956 ____________________________________________________________________________
11957 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
11958         Log: Upgrade to Encode 1.34, from Dan Kogai.
11959      Branch: perl
11960            ! ext/Encode/Changes ext/Encode/Encode.pm
11961            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
11962            ! ext/Encode/t/Unicode.t
11963 ____________________________________________________________________________
11964 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
11965         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
11966              From: Graham TerMarsch <graham@howlingfrog.com>
11967              Date: Fri, 12 Apr 2002 12:28:47 -0700
11968              Message-Id: <200204121228.47826.graham@howlingfrog.com>
11969      Branch: perl
11970            ! AUTHORS
11971 ____________________________________________________________________________
11972 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
11973         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
11974              From: Nicholas Clark <nick@unfortu.net>
11975              Date: Fri, 12 Apr 2002 21:59:06 +0100
11976              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
11977      Branch: perl
11978            ! pp_pack.c t/op/pack.t
11979 ____________________________________________________________________________
11980 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
11981         Log: Re-sort MANIFEST.
11982      Branch: perl
11983            ! MANIFEST
11984 ____________________________________________________________________________
11985 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
11986         Log: Move also the Win32 system testing to t/win32.
11987      Branch: perl
11988            + t/win32/system.t
11989            - t/op/winsystem.t
11990            ! MANIFEST
11991 ____________________________________________________________________________
11992 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
11993         Log: Integrate change #15879 from maint-5.6;
11994              
11995              Win32::GetLongPathName() did not return valid results if there
11996              were "." and ".." components in the path; also fix a potential
11997              buffer overflow if the long path happens to be longer than
11998              MAX_PATH (this can presumably happen if they use \\?\... style
11999              paths); add a rather limited testsuite that exercises just the
12000              edge cases
12001      Branch: perl
12002           +> t/win32/longpath.t
12003           !> MANIFEST t/harness win32/win32.c
12004 ____________________________________________________________________________
12005 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
12006         Log: Win32::GetLongPathName() did not return valid results if there
12007              were "." and ".." components in the path; also fix a potential
12008              buffer overflow if the long path happens to be longer than
12009              MAX_PATH (this can presumably happen if they use \\?\... style
12010              paths); add a rather limited testsuite that exercises just the
12011              edge cases
12012      Branch: maint-5.6/perl
12013            + t/win32/longpath.t
12014            ! MANIFEST t/harness win32/win32.c
12015 ____________________________________________________________________________
12016 [ 15878] By: nick                                  on 2002/04/12  14:38:32
12017         Log: Integrate mainline
12018      Branch: perlio
12019           +> lib/ExtUtils/t/INST_PREFIX.t
12020           !> (integrate 37 files)
12021 ____________________________________________________________________________
12022 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
12023         Log: Update Changes.
12024      Branch: perl
12025            ! Changes patchlevel.h
12026 ____________________________________________________________________________
12027 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
12028         Log: Discuss the magic of \w in security terms.
12029      Branch: perl
12030            ! pod/perlsec.pod pod/perlunicode.pod
12031 ____________________________________________________________________________
12032 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
12033         Log: Add a warning about the symbolic methods and
12034              symbolic sub refs not being checked for taint.
12035      Branch: perl
12036            ! pod/perlsec.pod
12037 ____________________________________________________________________________
12038 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
12039         Log: In EBCDIC the BOM detection doesn't seem
12040              to be working right.  For now skipping the test,
12041              waiting for Dan's opinion.
12042      Branch: perl
12043            ! ext/Encode/t/Unicode.t
12044 ____________________________________________________________________________
12045 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
12046         Log: Update to Net::Ping 2.16.
12047      Branch: perl
12048            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
12049 ____________________________________________________________________________
12050 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
12051         Log: Upgrade to CGI.pm 2.81.
12052      Branch: perl
12053            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
12054 ____________________________________________________________________________
12055 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
12056         Log: Move up restricted hashes a bit.
12057      Branch: perl
12058            ! pod/perldelta.pod
12059 ____________________________________________________________________________
12060 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
12061         Log: Now using Unicode 3.2.0.
12062      Branch: perl
12063            ! pod/perldelta.pod
12064 ____________________________________________________________________________
12065 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
12066         Log: UNICOS too has sockpair issues (unsurprisingly,
12067              since UNICOS/mk has them too)
12068      Branch: perl
12069            ! ext/Socket/socketpair.t
12070 ____________________________________________________________________________
12071 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
12072         Log: FAQ patch from mjd regarding Tie::File.
12073      Branch: perl
12074            ! pod/perlfaq5.pod
12075 ____________________________________________________________________________
12076 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
12077         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
12078              consider using the NamesList.
12079      Branch: perl
12080            ! lib/charnames.pm lib/charnames.t
12081 ____________________________________________________________________________
12082 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
12083         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
12084              From: "Craig A. Berry" <craigberry@mac.com>
12085              Date: Thu, 11 Apr 2002 13:47:21 -0500
12086              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
12087      Branch: perl
12088            ! lib/File/CheckTree.pm lib/File/CheckTree.t
12089 ____________________________________________________________________________
12090 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
12091         Log: More NT Unicode information from Jan Dubois.
12092      Branch: perl
12093            ! pod/perltodo.pod
12094 ____________________________________________________________________________
12095 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
12096         Log: Add one perltodo item (and move bunch of them to better spot),
12097              add sysopen() to "Functions for filehandles, files, or directories".
12098      Branch: perl
12099            ! pod/perlfunc.pod pod/perltodo.pod
12100 ____________________________________________________________________________
12101 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
12102         Log: Prettyprinting: shorten the lines to avoid linewrapping.
12103      Branch: perl
12104            ! t/TEST
12105 ____________________________________________________________________________
12106 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
12107         Log: Also NEC SUPER-UX has buggy sockpair().
12108      Branch: perl
12109            ! ext/Socket/socketpair.t
12110 ____________________________________________________________________________
12111 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
12112         Log: dTHX works on its own just fine.
12113      Branch: perl
12114            ! ext/DynaLoader/dl_aix.xs
12115 ____________________________________________________________________________
12116 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
12117         Log: Must hold off building s2p until there's a miniperl.
12118      Branch: perl
12119            ! Makefile.SH
12120 ____________________________________________________________________________
12121 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
12122         Log: AIX: strerror_r() needs dTHX.
12123      Branch: perl
12124            ! ext/DynaLoader/dl_aix.xs
12125 ____________________________________________________________________________
12126 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
12127         Log: Extracting the s2p may require the right dynlibpath.
12128      Branch: perl
12129            ! Makefile.SH
12130 ____________________________________________________________________________
12131 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
12132         Log: Doc tweaks.
12133      Branch: perl
12134            ! ext/Time/HiRes/HiRes.pm
12135 ____________________________________________________________________________
12136 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
12137         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
12138              From: Michael G Schwern <schwern@pobox.com>
12139              Date: Thu, 11 Apr 2002 01:25:26 -0400
12140              Message-ID: <20020411052525.GA17038@blackrider>
12141      Branch: perl
12142            + lib/ExtUtils/t/INST_PREFIX.t
12143            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
12144            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
12145            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12146            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
12147            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
12148            ! lib/ExtUtils/t/prefixify.t
12149 ____________________________________________________________________________
12150 [ 15855] By: nick                                  on 2002/04/11  06:26:44
12151         Log: Integrate mainline
12152      Branch: perlio
12153           !> (integrate 42 files)
12154 ____________________________________________________________________________
12155 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
12156         Log: Unused variables.
12157      Branch: perl
12158            ! ext/threads/shared/shared.xs ext/threads/threads.xs
12159 ____________________________________________________________________________
12160 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
12161         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
12162              From: Ilya Martynov <ilya@martynov.org>
12163              Date: 11 Apr 2002 03:21:17 +0400
12164              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
12165      Branch: perl
12166            ! lib/Term/ReadLine.pm
12167 ____________________________________________________________________________
12168 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
12169         Log: Upgrade to Encode 1.33, from Dan Kogai.
12170      Branch: perl
12171            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
12172            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
12173            ! ext/Encode/lib/Encode/Supported.pod
12174            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
12175            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
12176            ! ext/Encode/ucm/adobeSymbol.ucm
12177            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
12178 ____________________________________________________________________________
12179 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
12180         Log: Backward portability from Dan Kogai.
12181      Branch: perl
12182            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
12183            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
12184            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
12185            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
12186            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
12187            ! ext/Storable/t/store.t ext/Storable/t/tied.t
12188            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
12189            ! ext/Storable/t/utf8.t
12190 ____________________________________________________________________________
12191 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
12192         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
12193              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
12194              bug in B::walkoptree still to be fixed.
12195      Branch: perl
12196            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
12197 ____________________________________________________________________________
12198 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
12199         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
12200              From: Philip Newton <Philip.Newton@gmx.net>
12201              Date: Wed, 10 Apr 2002 21:29:58 +0200
12202              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
12203      Branch: perl
12204            ! pod/perldelta.pod
12205 ____________________________________________________________________________
12206 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
12207         Log: Integrate perlio:
12208              
12209              [ 15847]
12210              Add a \t to Win32 pm_to_blib $(TOUCH) line.
12211      Branch: perl
12212           !> lib/ExtUtils/MM_Win32.pm
12213 ____________________________________________________________________________
12214 [ 15847] By: nick                                  on 2002/04/10  13:08:29
12215         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
12216      Branch: perlio
12217            ! lib/ExtUtils/MM_Win32.pm
12218 ____________________________________________________________________________
12219 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
12220         Log: Try to fool old AIX when threading, from Merijn.
12221      Branch: perl
12222            ! perl.h
12223 ____________________________________________________________________________
12224 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
12225         Log: Update Changes.
12226      Branch: perl
12227            ! Changes patchlevel.h
12228 ____________________________________________________________________________
12229 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
12230         Log: Welcome to the 5.7.3.
12231      Branch: perl
12232            ! NetWare/Makefile win32/Makefile
12233 ____________________________________________________________________________
12234 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
12235         Log: Make x2p/s2p part of the test_prep target now that we
12236              have a test for it.
12237      Branch: perl
12238            ! Makefile.SH
12239 ____________________________________________________________________________
12240 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
12241         Log: Integrate perlio:
12242              
12243              [ 15840]
12244              We have been 5.7.3 for a while - install there ...
12245      Branch: perl
12246           !> win32/makefile.mk
12247 ____________________________________________________________________________
12248 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
12249         Log: SImilarly to old HP-UX, in old AIX too including
12250              crypt.h leads into trouble.  (from Merijn)
12251      Branch: perl
12252            ! hints/aix.sh
12253 ____________________________________________________________________________
12254 [ 15840] By: nick                                  on 2002/04/10  10:04:19
12255         Log: We have been 5.7.3 for a while - install there ...
12256      Branch: perlio
12257            ! win32/makefile.mk
12258 ____________________________________________________________________________
12259 [ 15839] By: nick                                  on 2002/04/10  10:03:46
12260         Log: Intgrate mainline
12261      Branch: perlio
12262           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
12263            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
12264            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
12265           !> (integrate 40 files)
12266 ____________________________________________________________________________
12267 [ 15838] By: ams                                   on 2002/04/10  04:16:45
12268         Log: Subject: [PATCH] ext/attrs.t getting skipped
12269              From: "Craig A. Berry" <craigberry@mac.com>
12270              Date: Tue, 9 Apr 2002 23:58:49 -0500
12271              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
12272      Branch: perl
12273            ! t/TEST
12274 ____________________________________________________________________________
12275 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
12276         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
12277              From: Michael G Schwern <schwern@pobox.com>
12278              Date: Tue, 9 Apr 2002 20:52:55 -0400
12279              Message-ID: <20020410005254.GI8954@blackrider>
12280      Branch: perl
12281            ! t/op/sub_lval.t
12282 ____________________________________________________________________________
12283 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
12284         Log: Undo accident in #15385.
12285      Branch: metaconfig/U/perl
12286            ! Extensions.U
12287 ____________________________________________________________________________
12288 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
12289         Log: Retract the UTF-8 filenames patch.  This may be
12290              better dealt with in Perl level, a la File::Spec
12291              (since the whole mess is strongly filesystem-specific).
12292      Branch: metaconfig/U/perl
12293            + usecjk.U
12294            ! Extensions.U
12295      Branch: perl
12296            - ext/File/Glob/t/utf8.t
12297            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
12298            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
12299            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12300            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
12301            ! t/op/readdir.t
12302 ____________________________________________________________________________
12303 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
12304         Log: Upgrade to Encode 1.32, from Dan Kogai.
12305      Branch: perl
12306            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
12307            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
12308            - ext/Encode/ucm/macGurmukhi.ucm
12309            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
12310            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
12311            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
12312            ! ext/Encode/lib/Encode/Encoder.pm
12313            ! ext/Encode/lib/Encode/Supported.pod
12314            ! ext/Encode/lib/Encode/Unicode.pm
12315            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
12316            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
12317 ____________________________________________________________________________
12318 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
12319         Log: Add tests for s2p/psed, from Wolfgang Laun.
12320      Branch: perl
12321            + t/x2p/s2p.t
12322            ! MANIFEST t/TEST
12323 ____________________________________________________________________________
12324 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
12325         Log: FAQ sync.
12326      Branch: perl
12327            ! pod/perlfaq2.pod pod/perlfaq3.pod
12328 ____________________________________________________________________________
12329 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
12330         Log: Remove false dependency between getgrent and setpwent
12331              having/not having FILE**.  Also make the names of the
12332              {set,get,end}* interface struct members a bit shorter.
12333      Branch: perl
12334            ! reentr.c reentr.h reentr.pl
12335 ____________________________________________________________________________
12336 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
12337         Log: Avoid bad prototypes.
12338      Branch: perl
12339            ! hints/hpux.sh
12340 ____________________________________________________________________________
12341 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
12342         Log: metaconfig unit change for #15828.
12343      Branch: metaconfig
12344            ! U/protos/Protochk.U
12345 ____________________________________________________________________________
12346 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
12347         Log: As Merijn points out, pthread.h really needs to be known
12348              by protochk.
12349      Branch: perl
12350            ! Configure
12351 ____________________________________________________________________________
12352 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
12353         Log: Integrate perlio:
12354              
12355              [ 15826]
12356              Patch up Encode for Tk
12357      Branch: perl
12358           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
12359           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
12360 ____________________________________________________________________________
12361 [ 15826] By: nick                                  on 2002/04/09  12:38:25
12362         Log: Patch up Encode for Tk
12363      Branch: perlio
12364            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
12365            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
12366 ____________________________________________________________________________
12367 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
12368         Log: Portability tweak.
12369      Branch: perl
12370            ! lib/File/CheckTree.t
12371 ____________________________________________________________________________
12372 [ 15824] By: sky                                   on 2002/04/09  10:51:07
12373         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
12374              From: Abigail <abigail@osp.nl>
12375              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
12376              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
12377      Branch: perl
12378            ! pod/perlhist.pod
12379 ____________________________________________________________________________
12380 [ 15823] By: nick                                  on 2002/04/09  08:17:59
12381         Log: Integrate mainline
12382      Branch: perlio
12383           +> ext/Encode/lib/Encode/Config.pm
12384           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
12385           !> (integrate 37 files)
12386 ____________________________________________________________________________
12387 [ 15822] By: ams                                   on 2002/04/09  06:43:50
12388         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
12389              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12390              Date: Tue, 09 Apr 2002 02:00:51 -0400
12391              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
12392      Branch: perl
12393            ! lib/File/CheckTree.pm
12394 ____________________________________________________________________________
12395 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
12396         Log: Small perldelta tweaks.
12397      Branch: perl
12398            ! pod/perldelta.pod
12399 ____________________________________________________________________________
12400 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
12401         Log: File::Checktree update from Paul Grassie.
12402      Branch: perl
12403            ! lib/File/CheckTree.pm lib/File/CheckTree.t
12404 ____________________________________________________________________________
12405 [ 15819] By: ams                                   on 2002/04/08  22:43:48
12406         Log: Subject: patch against t/op/sub_lval.t
12407              From: Jim Cromie <jcromie@divsol.com>
12408              Date: Mon, 08 Apr 2002 17:38:16 -0600
12409              Message-Id: <3CB229E8.9080500@divsol.com>
12410      Branch: perl
12411            ! t/op/sub_lval.t
12412 ____________________________________________________________________________
12413 [ 15818] By: ams                                   on 2002/04/08  22:40:16
12414         Log: Humbly pay homage to the redundancy gods.
12415      Branch: perl
12416            ! mg.c
12417 ____________________________________________________________________________
12418 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
12419         Log: metaconfig mirror #15816.
12420      Branch: metaconfig
12421            ! U/modified/Unix.U
12422 ____________________________________________________________________________
12423 [ 15816] By: ams                                   on 2002/04/08  22:18:32
12424         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
12425      Branch: perl
12426            ! Porting/Glossary
12427 ____________________________________________________________________________
12428 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
12429         Log: Small piconv tweaks (sent to Dan).
12430      Branch: perl
12431            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
12432            ! ext/Encode/lib/Encode/Alias.pm
12433 ____________________________________________________________________________
12434 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
12435         Log: Update Changes.
12436      Branch: perl
12437            ! Changes patchlevel.h
12438 ____________________________________________________________________________
12439 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
12440         Log: FAQ sync.  (Ignoring the few URL differences for now.)
12441      Branch: perl
12442            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12443            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
12444            ! pod/perlfaq7.pod pod/perlfaq9.pod
12445 ____________________________________________________________________________
12446 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
12447         Log: Upgrade to Encode 1.31, from Dan Kogai.
12448      Branch: perl
12449            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
12450            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
12451            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
12452            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
12453 ____________________________________________________________________________
12454 [ 15811] By: ams                                   on 2002/04/08  17:00:37
12455         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
12456              From: Andy Dougherty <doughera@lafayette.edu>
12457              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
12458              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
12459      Branch: perl
12460            ! lib/sort.t pp_sort.c
12461 ____________________________________________________________________________
12462 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
12463         Log: metaconfig unit changes for #15809.
12464      Branch: metaconfig
12465            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
12466 ____________________________________________________________________________
12467 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
12468         Log: Mirroring #15806.
12469      Branch: perl
12470            ! Porting/Glossary Porting/config.sh Porting/config_H
12471 ____________________________________________________________________________
12472 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
12473         Log: metaconfig unit changes for #15807.
12474      Branch: metaconfig
12475            ! U/protos/Protochk.U U/threads/d_asctime_r.U
12476            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
12477            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
12478            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
12479            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
12480            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
12481            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
12482            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
12483            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
12484            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
12485            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
12486            ! U/threads/d_getprotobyname_r.U
12487            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
12488            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12489            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
12490            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
12491            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
12492            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
12493            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
12494            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
12495            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
12496            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
12497            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
12498            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
12499            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
12500            ! U/threads/i_pthread.U
12501      Branch: perl
12502            ! config_h.SH
12503 ____________________________________________________________________________
12504 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
12505         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
12506              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12507              Date: Mon, 08 Apr 2002 14:34:27 +0200
12508              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
12509      Branch: perl
12510            ! Configure hints/hpux.sh reentr.pl
12511 ____________________________________________________________________________
12512 [ 15806] By: ams                                   on 2002/04/08  13:50:43
12513         Log: Subject: [PATCH] Updates to Porting/Glossary
12514              From: Paul_GreenVOS@vos.stratus.com
12515              Date: Mon, 8 Apr 02 10:44 edt
12516              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
12517      Branch: perl
12518            ! Porting/Glossary
12519 ____________________________________________________________________________
12520 [ 15805] By: ams                                   on 2002/04/08  13:47:32
12521         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
12522              coredumps on startup)
12523              From: Michael G Schwern <schwern@pobox.com>
12524              Date: Mon, 8 Apr 2002 10:34:49 -0400
12525              Message-Id: <20020408143449.GB3245@blackrider>
12526      Branch: perl
12527            ! lib/ExtUtils/MM_Unix.pm
12528 ____________________________________________________________________________
12529 [ 15804] By: ams                                   on 2002/04/08  13:29:28
12530         Log: Subject: [PATCH] example in pod/perllexwarn.pod
12531              From: Slaven Rezic <slaven.rezic@berlin.de>
12532              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
12533              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
12534      Branch: perl
12535            ! pod/perllexwarn.pod
12536 ____________________________________________________________________________
12537 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
12538         Log: Upgrade to Encode 1.30, from Dan Kogai. 
12539      Branch: perl
12540            + ext/Encode/lib/Encode/Encoder.pm
12541            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
12542            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
12543            ! ext/Encode/lib/Encode/Supported.pod
12544            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
12545            ! ext/Encode/t/grow.t
12546 ____________________________________________________________________________
12547 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
12548         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
12549              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12550              Date: Mon, 08 Apr 2002 01:08:40 +0100
12551              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
12552      Branch: perl
12553            ! ext/MIME/Base64/t/base64.t
12554 ____________________________________________________________________________
12555 [ 15801] By: nick                                  on 2002/04/08  07:28:27
12556         Log: Integrate mainline
12557      Branch: perlio
12558           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
12559           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
12560           +> ext/File/Glob/t/utf8.t
12561           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
12562           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
12563           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
12564            - ext/Encode/lib/Encode/10646_1.pm
12565            - ext/Encode/lib/Encode/Internal.pm
12566            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
12567            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
12568            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
12569            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
12570            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
12571            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
12572            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
12573           !> (integrate 157 files)
12574 ____________________________________________________________________________
12575 [ 15800] By: ams                                   on 2002/04/08  07:06:21
12576         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
12577              From: Jan Dubois <JanD@ActiveState.com>
12578              Date: Mon, 08 Apr 2002 00:10:39 -0700
12579              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
12580      Branch: perl
12581            ! lib/ExtUtils/Packlist.pm
12582 ____________________________________________________________________________
12583 [ 15799] By: ams                                   on 2002/04/08  04:50:36
12584         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
12585              From: Stas Bekman <stas@stason.org>
12586              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
12587              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
12588      Branch: perl
12589            ! pod/perlguts.pod
12590 ____________________________________________________________________________
12591 [ 15798] By: ams                                   on 2002/04/08  03:56:52
12592         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
12593      Branch: perl
12594            ! util.c
12595 ____________________________________________________________________________
12596 [ 15797] By: ams                                   on 2002/04/08  01:30:38
12597         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
12598              same line of code. (As suggested by Simon Cozens.)
12599      Branch: perl
12600            ! mg.c
12601 ____________________________________________________________________________
12602 [ 15796] By: ams                                   on 2002/04/08  01:27:24
12603         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
12604              Simon Cozens.
12605      Branch: perl
12606            ! embed.fnc util.c
12607 ____________________________________________________________________________
12608 [ 15795] By: ams                                   on 2002/04/08  01:05:16
12609         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
12610              From: Tom Brown <thecap@peach.ece.utexas.edu>
12611              Date: Sun, 07 Apr 2002 23:20:05 GMT
12612              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
12613      Branch: perl
12614            ! ext/Devel/DProf/DProf.xs
12615 ____________________________________________________________________________
12616 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
12617         Log: Retract #15793 since #15775 should fix the problem.
12618      Branch: perl
12619            ! hv.c
12620 ____________________________________________________________________________
12621 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
12622         Log: (Retracted by #15794)
12623              Subject: [PATCH] hv.c
12624              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12625              Date: Sun, 7 Apr 2002 14:25:48 +0200
12626              Message-ID: <3CB056EC.16340.1119992@localhost>
12627      Branch: perl
12628            ! hv.c
12629 ____________________________________________________________________________
12630 [ 15792] By: ams                                   on 2002/04/07  21:48:49
12631         Log: Make other nits nervous.
12632      Branch: perl
12633            ! gv.c perl.c
12634 ____________________________________________________________________________
12635 [ 15791] By: ams                                   on 2002/04/07  20:31:08
12636         Log: Subject: [MIME::Base64 patch] t/base64.t fix
12637              From: Dan Kogai <dankogai@dan.co.jp>
12638              Date: Mon, 8 Apr 2002 06:19:29 +0900
12639              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
12640      Branch: perl
12641            ! ext/MIME/Base64/t/base64.t
12642 ____________________________________________________________________________
12643 [ 15790] By: ams                                   on 2002/04/07  20:15:52
12644         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
12645              From: Slaven Rezic <slaven.rezic@berlin.de>
12646              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
12647              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
12648      Branch: perl
12649            ! ext/Devel/Peek/Peek.xs
12650 ____________________________________________________________________________
12651 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
12652         Log: Fully qualify in warning message the name of a subroutine redefined
12653              via glob assignment
12654      Branch: perl
12655            ! sv.c t/lib/warnings/op t/lib/warnings/sv
12656 ____________________________________________________________________________
12657 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
12658         Log: Update from Dan Kogai.
12659      Branch: perl
12660            ! ext/Encode/t/Unicode.t
12661 ____________________________________________________________________________
12662 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
12663         Log: Can't right now twist my brain to figure out
12664              the right CR/LF code point mappings in EBCDIC.
12665      Branch: perl
12666            ! lib/Pod/t/eol.t
12667 ____________________________________________________________________________
12668 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
12669         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
12670              From: Nicholas Clark <nick@ccl4.org>
12671              Date: Sun, 7 Apr 2002 15:01:56 +0100
12672              Message-ID: <20020407150156.R10686@plum.flirble.org>
12673      Branch: perl
12674            ! ext/Data/Dumper/Dumper.xs
12675 ____________________________________________________________________________
12676 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
12677         Log: Tpyo.
12678      Branch: perl
12679            ! lib/Pod/t/eol.t
12680 ____________________________________________________________________________
12681 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
12682         Log: EBCDIC branch was forgotten.
12683      Branch: perl
12684            ! ext/Devel/Peek/Peek.t
12685 ____________________________________________________________________________
12686 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
12687         Log: charnames::viacode() was broken, noticed by Jeffrey.
12688      Branch: perl
12689            ! lib/charnames.pm lib/charnames.t
12690 ____________________________________________________________________________
12691 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
12692         Log: Missing files.
12693      Branch: perl
12694            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
12695            ! MANIFEST ext/Encode/MANIFEST
12696 ____________________________________________________________________________
12697 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
12698         Log: (intentionally empty)
12699      Branch: perl
12700            ! MANIFEST sv.h
12701 ____________________________________________________________________________
12702 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
12703         Log: Upgrade to Encode 1.26, from Dan Kogai.
12704      Branch: perl
12705            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
12706            + ext/Encode/ucm/jis0212.ucm
12707            - ext/Encode/lib/Encode/10646_1.pm
12708            - ext/Encode/lib/Encode/Internal.pm
12709            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
12710            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
12711            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
12712            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
12713            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
12714            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
12715            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
12716            - ext/Encode/ucm/macRumanian.ucm
12717            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
12718            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
12719            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
12720            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
12721            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
12722            ! ext/Encode/lib/Encode/Encoding.pm
12723            ! ext/Encode/lib/Encode/Supported.pod
12724            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
12725            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
12726            ! ext/Encode/ucm/adobeSymbol.ucm
12727            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
12728            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
12729            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
12730            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
12731            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
12732            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
12733            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
12734            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
12735            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
12736            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
12737            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
12738            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
12739            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
12740            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
12741            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
12742            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
12743            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
12744            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
12745            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
12746            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
12747            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
12748            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
12749            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
12750            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
12751            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
12752            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
12753            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
12754            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
12755            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
12756            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
12757            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
12758            ! ext/Encode/ucm/nextstep.ucm
12759 ____________________________________________________________________________
12760 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
12761         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
12762              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
12763              Now, where was my coffee mug...
12764      Branch: perl
12765            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
12766            ! pp_sys.c
12767 ____________________________________________________________________________
12768 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
12769         Log: Subject: [PATCH] MakeMaker basic.t on Win32
12770              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12771              Date: Sun, 7 Apr 2002 14:25:48 +0200
12772              Message-ID: <3CB056EC.27101.1119A3D@localhost>
12773              
12774              Subject: [PATCH] MakeMaker && Win32 && nmake
12775              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12776              Date: Sun, 7 Apr 2002 14:25:48 +0200
12777              Message-ID: <3CB056EC.9001.11199ED@localhost>
12778      Branch: perl
12779            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
12780 ____________________________________________________________________________
12781 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
12782         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
12783              From: Philip Newton <Philip.Newton@gmx.net>
12784              Date: Sun, 07 Apr 2002 07:51:49 +0200      
12785              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
12786      Branch: perl
12787            ! utf8.c
12788 ____________________________________________________________________________
12789 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
12790         Log: There was no nice way of getting in UTF-8 filenames:
12791              now one can use in the (new) three-arg form of readdir()
12792              and in File::Glob import a ":utf8" to transparently accept
12793              the filenames as Unicode.  Note that only :utf8 is supported,
12794              not fancier stuff like :encoding(foobar)
12795      Branch: perl
12796            + ext/File/Glob/t/utf8.t
12797            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
12798            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
12799            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12800            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
12801            ! t/op/readdir.t
12802 ____________________________________________________________________________
12803 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
12804         Log: Subject: [PATCH] Re: perl@15772
12805              From: Nicholas Clark <nick@ccl4.org>
12806              Date: Sun, 7 Apr 2002 11:06:42 +0100
12807              Message-ID: <20020407110641.O10686@plum.flirble.org>
12808      Branch: perl
12809            ! hv.c
12810 ____________________________________________________________________________
12811 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
12812         Log: Subject: [PATCH] Re: 15764 breakage
12813              From: Michael G Schwern <schwern@pobox.com>
12814              Date: Sat, 6 Apr 2002 19:14:02 -0500
12815              Message-ID: <20020407001401.GA7076@blackrider>
12816      Branch: perl
12817            ! lib/ExtUtils/MM_Unix.pm
12818 ____________________________________________________________________________
12819 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
12820         Log: Instruction tweak.
12821      Branch: perl
12822            ! README.os390
12823 ____________________________________________________________________________
12824 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
12825         Log: Update Changes.
12826      Branch: perl
12827            ! Changes patchlevel.h
12828 ____________________________________________________________________________
12829 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
12830         Log: Subject: [PATCH] Encode tweaks for VMS
12831              From: Michael G Schwern <schwern@pobox.com>
12832              Date: Sat, 6 Apr 2002 03:26:09 -0500
12833              Message-ID: <20020406082609.GA28758@blackrider>
12834      Branch: perl
12835            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
12836            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
12837            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
12838            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
12839 ____________________________________________________________________________
12840 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
12841         Log: Prettyprinting and version paranoia.
12842      Branch: perl
12843            ! ext/DB_File/t/db-recno.t
12844 ____________________________________________________________________________
12845 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
12846         Log: Be explicit about the two DB_File tests croaking
12847              in Mac OS X.
12848      Branch: perl
12849            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
12850 ____________________________________________________________________________
12851 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
12852         Log: Regen toc.
12853      Branch: perl
12854            ! pod/perltoc.pod
12855 ____________________________________________________________________________
12856 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
12857         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
12858              From: Benjamin Goldberg <goldbb2@earthlink.net>
12859              Date: Fri, 05 Apr 2002 19:15:42 -0500
12860              Message-ID: <3CAE3E2E.8483505@earthlink.net>
12861      Branch: perl
12862            ! hv.h
12863 ____________________________________________________________________________
12864 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
12865         Log: Underline that the current implementation is not
12866              guaranteed to be forever; and reformat a bit.
12867      Branch: perl
12868            ! lib/utf8.pm
12869 ____________________________________________________________________________
12870 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
12871         Log: Subject: Weak spots in the utf8 manpage
12872              From: andreas.koenig@anima.de (Andreas J. Koenig)
12873              Date: Fri, 05 Apr 2002 10:08:44 +0200      
12874              Message-ID: <m3u1qqefeb.fsf@anima.de>      
12875      Branch: perl
12876            ! lib/utf8.pm
12877 ____________________________________________________________________________
12878 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
12879         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
12880              From: Michael G Schwern <schwern@pobox.com>
12881              Date: Sat, 6 Apr 2002 03:22:03 -0500
12882              Message-ID: <20020406082203.GA28713@blackrider>
12883      Branch: perl
12884            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
12885            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
12886            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
12887            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
12888            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
12889            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
12890            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
12891            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
12892            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
12893            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
12894 ____________________________________________________________________________
12895 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
12896         Log: No need to avoid utf8 warnings after #15762.
12897      Branch: perl
12898            ! lib/Unicode/Collate.pm
12899 ____________________________________________________________________________
12900 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
12901         Log: As noted by Philip Newton: nothing wrong with BOM,
12902              but 0xFFFE quite wrong.
12903      Branch: perl
12904            ! t/lib/warnings/utf8 utf8.c utf8.h
12905 ____________________________________________________________________________
12906 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
12907         Log: Explain the "gaps" in the UTF-8 encoding.
12908      Branch: perl
12909            ! pod/perlunicode.pod utf8.h
12910 ____________________________________________________________________________
12911 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
12912         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
12913              From: Nicholas Clark <nick@unfortu.net>
12914              Date: Sat, 6 Apr 2002 14:54:51 +0100
12915              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
12916      Branch: perl
12917            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
12918 ____________________________________________________________________________
12919 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
12920         Log: Signedness nits.
12921      Branch: perl
12922            ! hv.c
12923 ____________________________________________________________________________
12924 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
12925         Log: Make hv_notallowed a static as suggested by Nick Clark;
12926              and synchronize the nomenclature to talk about restricted
12927              (not fixed) hashes.
12928      Branch: perl
12929            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
12930            ! proto.h
12931 ____________________________________________________________________________
12932 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
12933         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
12934              From: Nicholas Clark <nick@unfortu.net>
12935              Date: Sat, 6 Apr 2002 00:21:17 +0100
12936              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
12937              
12938              (with the last one reversed)
12939      Branch: perl
12940            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
12941            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
12942 ____________________________________________________________________________
12943 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
12944         Log: Update the warning message.
12945      Branch: perl
12946            ! README.tru64
12947 ____________________________________________________________________________
12948 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
12949         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
12950              From: Dan Kogai <dankogai@dan.co.jp>
12951              Date: Sat, 6 Apr 2002 06:08:40 +0900
12952              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
12953      Branch: perl
12954            ! pod/perlunicode.pod
12955 ____________________________________________________________________________
12956 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
12957         Log: Some tests were failing silently instead of saying "not ok"
12958      Branch: perl
12959            ! t/comp/proto.t
12960 ____________________________________________________________________________
12961 [ 15753] By: nick                                  on 2002/04/05  19:30:12
12962         Log: Integrate mainline
12963      Branch: perlio
12964           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
12965           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
12966           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
12967 ____________________________________________________________________________
12968 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
12969         Log: Minor Tie::File test patch, from mjd.
12970      Branch: perl
12971            ! lib/Tie/File/t/24_cache_loop.t
12972 ____________________________________________________________________________
12973 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
12974         Log: Not *that* different line endings (noticed by Philip Newton)
12975      Branch: perl
12976            ! pod/perldelta.pod
12977 ____________________________________________________________________________
12978 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
12979         Log: Retract #15745 for now; won't work without more Encode fixes.
12980      Branch: perl
12981            ! ext/Encode/lib/Encode/10646_1.pm
12982 ____________________________________________________________________________
12983 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
12984         Log: metaconfig unit change for #15748.
12985      Branch: metaconfig
12986            ! U/modified/Oldconfig.U
12987 ____________________________________________________________________________
12988 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
12989         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
12990              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12991              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
12992              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
12993      Branch: perl
12994            ! Configure
12995 ____________________________________________________________________________
12996 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
12997         Log: NetWare update from C Aditya.
12998      Branch: perl
12999            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
13000 ____________________________________________________________________________
13001 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
13002         Log: Win32 pacifying from mjd.
13003      Branch: perl
13004            ! lib/Tie/File/t/26_twrite.t
13005 ____________________________________________________________________________
13006 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
13007         Log: Integrate perlio:
13008              
13009              [ 15744]
13010              Not only did UCS-2 have dodgy name it was buggy.
13011      Branch: perl
13012           !> ext/Encode/lib/Encode/10646_1.pm
13013 ____________________________________________________________________________
13014 [ 15744] By: nick                                  on 2002/04/05  13:02:36
13015         Log: Not only did UCS-2 have dodgy name it was buggy.
13016      Branch: perlio
13017            ! ext/Encode/lib/Encode/10646_1.pm
13018 ____________________________________________________________________________
13019 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
13020         Log: Subject: Patch for bug ID 20020221.007
13021              From: Archer Sully <archer@meer.net>
13022              Date: Thu, 4 Apr 2002 21:45:34 -0700
13023              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
13024              
13025              Fix for "[ID 20020221.007] SEGV in Storable with empty string
13026              scalar object" (dclone)
13027      Branch: perl
13028            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
13029 ____________________________________________________________________________
13030 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
13031         Log: Subject: Re: lib/sort.t failure 
13032              From: "John P. Linderman" <jpl@research.att.com>
13033              Date: Fri, 05 Apr 2002 06:19:07 -0500
13034              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
13035              
13036              with a minor formatting tweak
13037      Branch: perl
13038            ! pod/perlfunc.pod
13039 ____________________________________________________________________________
13040 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
13041         Log: Subject: Re: lib/sort.t failure (and [PATCH])
13042              From: "John P. Linderman" <jpl@research.att.com>
13043              Date: Fri, 05 Apr 2002 07:13:27 -0500
13044              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
13045      Branch: perl
13046            ! lib/sort.t
13047 ____________________________________________________________________________
13048 [ 15740] By: nick                                  on 2002/04/05  09:31:42
13049         Log: Integrate mainline
13050      Branch: perlio
13051           +> (branch 49 files)
13052           !> (integrate 82 files)
13053 ____________________________________________________________________________
13054 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
13055         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
13056              From: Dan Kogai <dankogai@dan.co.jp>
13057              Date: Fri, 5 Apr 2002 11:52:50 +0900
13058              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
13059      Branch: perl
13060            ! ext/Encode/t/Aliases.t
13061 ____________________________________________________________________________
13062 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
13063         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
13064              From: Dan Kogai <dankogai@dan.co.jp>
13065              Date: Fri, 5 Apr 2002 11:39:55 +0900
13066              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
13067      Branch: perl
13068            ! ext/Encode/lib/Encode/Alias.pm
13069 ____________________________________________________________________________
13070 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
13071         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
13072              From: Ilmari Karonen <iltzu@sci.fi>
13073              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
13074              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
13075      Branch: perl
13076            ! gv.c t/op/method.t
13077 ____________________________________________________________________________
13078 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
13079         Log: I was fooled for a while, somebody else might be too.
13080      Branch: perl
13081            ! t/test.pl
13082 ____________________________________________________________________________
13083 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
13084         Log: test.pl-ify.
13085      Branch: perl
13086            ! t/op/method.t
13087 ____________________________________________________________________________
13088 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
13089         Log: Upgrade to Encode 1.20, from Dan Kogai.
13090      Branch: perl
13091            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
13092            + ext/Encode/ucm/adobeSymbol.ucm
13093            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
13094            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
13095            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
13096            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
13097            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
13098            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
13099            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
13100            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
13101            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
13102            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
13103            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
13104            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
13105            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
13106            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
13107            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
13108            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
13109            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
13110            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
13111            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
13112            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
13113            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
13114            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
13115            + ext/Encode/ucm/macSymbol.ucm
13116            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
13117            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
13118            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
13119            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
13120            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13121            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
13122            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
13123            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
13124            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
13125            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
13126            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
13127            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
13128            ! ext/Encode/lib/Encode/Alias.pm
13129            ! ext/Encode/lib/Encode/Supported.pod
13130            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
13131            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
13132            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
13133            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
13134            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
13135            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
13136            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
13137            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
13138            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
13139            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
13140            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
13141            ! ext/Encode/ucm/nextstep.ucm
13142 ____________________________________________________________________________
13143 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
13144         Log: Subject: left-over "use 5.7.2" in threads.pm
13145              From: Slaven Rezic <slaven.rezic@berlin.de>
13146              Date: 21 Mar 2002 23:18:13 +0100
13147              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
13148      Branch: perl
13149            ! ext/threads/threads.pm
13150 ____________________________________________________________________________
13151 [ 15732] By: ams                                   on 2002/04/04  17:08:13
13152         Log: Subject: [PATCH 5.7.3 DOCS]
13153              From: mjd@plover.com
13154              Date: 4 Apr 2002 15:59:39 -0000
13155              Message-Id: <20020404155939.6754.qmail@plover.com>
13156      Branch: perl
13157            ! pod/perlfaq9.pod
13158 ____________________________________________________________________________
13159 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
13160         Log: metaconfig unit change for #15730.
13161      Branch: metaconfig
13162            ! U/threads/usethreads.U
13163 ____________________________________________________________________________
13164 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
13165         Log: Subject: Re: lib/sort.t failure [PATCH]
13166              From: Andy Dougherty <doughera@lafayette.edu>
13167              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
13168              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
13169              
13170              Default to usethreads in case the user most probably forgot it.
13171      Branch: perl
13172            ! Configure
13173 ____________________________________________________________________________
13174 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
13175         Log: Typo nits from Wolfgang Laun.
13176      Branch: perl
13177            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
13178 ____________________________________________________________________________
13179 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
13180         Log: Detypo in diagnostics.
13181      Branch: perl
13182            ! lib/locale.t
13183 ____________________________________________________________________________
13184 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
13185         Log: pod2html: try to be EOL agnostic.
13186              (Needs testing on CRLF and CR platforms.)
13187      Branch: perl
13188            + lib/Pod/t/eol.t
13189            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
13190 ____________________________________________________________________________
13191 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
13192         Log: Subject: [PATCH} Pod::HTML and HTML4
13193              From: Robert Spier <rspier@pobox.com>
13194              Date: Wed, 03 Apr 2002 16:26:21 -0800
13195              Message-ID: <3CAB9DAD.20305@pobox.com>
13196      Branch: perl
13197            ! lib/Pod/Html.pm
13198 ____________________________________________________________________________
13199 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
13200         Log: Byebye, beebee.
13201      Branch: perl
13202            ! t/lib/warnings/perlio
13203 ____________________________________________________________________________
13204 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
13205         Log: Subject: Re: enc2xs needs portable way to know it's in the core
13206              From: PPrymmer@factset.com
13207              Date: Wed, 3 Apr 2002 14:29:32 -0500
13208              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
13209      Branch: perl
13210            ! configure.com
13211 ____________________________________________________________________________
13212 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
13213         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
13214              From: Dominic Dunlop <domo@computer.org>
13215              Date: Wed, 3 Apr 2002 22:44:01 +0200
13216              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
13217      Branch: perl
13218            ! lib/File/Spec/t/rel2abs2rel.t
13219 ____________________________________________________________________________
13220 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
13221         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
13222              From: Paul_GreenVOS@vos.stratus.com
13223              Date: Wed, 3 Apr 02 16:34 est
13224              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
13225      Branch: perl
13226            ! pp_pack.c
13227 ____________________________________________________________________________
13228 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
13229         Log: Upgrade to Tie::File 0.93, from mjd.
13230      Branch: perl
13231            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13232            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13233            ! lib/Tie/File/t/41_heap.t
13234 ____________________________________________________________________________
13235 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
13236         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
13237              From: Andy Dougherty <doughera@lafayette.edu>
13238              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
13239              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
13240      Branch: perl
13241            ! lib/AnyDBM_File.t
13242 ____________________________________________________________________________
13243 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
13244         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
13245              and ccflags including -DNO_LOCALE
13246      Branch: perl
13247            ! perl.h
13248 ____________________________________________________________________________
13249 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
13250         Log: EPOC tweaks from Olaf Flebbe.
13251      Branch: perl
13252            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
13253 ____________________________________________________________________________
13254 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
13255         Log: Subject: [PATCH] Set @INC earlier
13256              From: Andy Dougherty <doughera@lafayette.edu>
13257              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
13258              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
13259      Branch: perl
13260            ! lib/AnyDBM_File.t lib/sort.t
13261 ____________________________________________________________________________
13262 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
13263         Log: perlcompile.pod was listing all B:: modules, except B::Concise
13264              (resubmitted)
13265      Branch: perl
13266            ! pod/perlcompile.pod
13267 ____________________________________________________________________________
13268 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
13269         Log: perlcompile.pod was listing all B:: modules, except B::Concise
13270      Branch: perl
13271            ! pod/perlcompile.pod
13272 ____________________________________________________________________________
13273 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
13274         Log: non-perlio robustness.
13275      Branch: perl
13276            ! ext/Socket/socketpair.t lib/utf8.t
13277 ____________________________________________________________________________
13278 [ 15713] By: nick                                  on 2002/04/03  18:06:49
13279         Log: Integrate mainline
13280      Branch: perlio
13281           +> lib/Tie/File/t/41_heap.t
13282           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
13283           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
13284           !> regexec.c t/op/re_tests t/op/tiearray.t
13285 ____________________________________________________________________________
13286 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
13287         Log: Tweak for 8.3 compat.
13288      Branch: perl
13289            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
13290            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
13291            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
13292            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
13293            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
13294            ! ext/Encode/bin/enc2xs
13295 ____________________________________________________________________________
13296 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
13297         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
13298              From: Mark-Jason Dominus <mjd@plover.com>
13299              Date: Wed, 03 Apr 2002 13:04:40 -0500
13300              Message-ID: <20020403180440.7614.qmail@plover.com>
13301      Branch: perl
13302            ! t/op/tiearray.t
13303 ____________________________________________________________________________
13304 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
13305         Log: Forgotten.
13306      Branch: perl
13307            + lib/Tie/File/t/41_heap.t
13308            ! MANIFEST
13309 ____________________________________________________________________________
13310 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
13311         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
13312              From: Mark Kvale <kvale@phy.ucsf.edu>
13313              Date: Tue, 2 Apr 2002 13:57:37 -0800
13314              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
13315      Branch: perl
13316            ! t/op/re_tests
13317 ____________________________________________________________________________
13318 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
13319         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
13320              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
13321              Date: Wed, 03 Apr 2002 03:34:34 +0100
13322              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
13323      Branch: perl
13324            ! regcomp.c
13325 ____________________________________________________________________________
13326 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
13327         Log: The leavetry crash should now be history.
13328      Branch: perl
13329            ! t/op/tiearray.t
13330 ____________________________________________________________________________
13331 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
13332         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
13333              From: Michael G Schwern <schwern@pobox.com>
13334              Date: Wed, 3 Apr 2002 10:56:44 -0500
13335              Message-ID: <20020403155644.GC916@blackrider>
13336      Branch: perl
13337            ! lib/ExtUtils/MM_Win95.pm
13338 ____________________________________________________________________________
13339 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
13340         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
13341              From: Dave Mitchell <davem@fdgroup.com>
13342              Date: Wed, 3 Apr 2002 02:08:26 +0100
13343              Message-ID: <20020403020825.B16724@fdgroup.com>
13344      Branch: perl
13345            ! pp_ctl.c
13346 ____________________________________________________________________________
13347 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
13348         Log: Prototype tweak for non-threaded builds.
13349      Branch: perl
13350            ! perl.c
13351 ____________________________________________________________________________
13352 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
13353         Log: Detached threads do not help; they still hold resources.
13354      Branch: perl
13355            ! ext/threads/threads.pm pod/perldiag.pod
13356 ____________________________________________________________________________
13357 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
13358         Log: Doc tweak from Wolfgang Laun.
13359      Branch: perl
13360            ! lib/File/Compare.pm
13361 ____________________________________________________________________________
13362 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
13363         Log: Subject: [PATCH bleadperl] regexec.c
13364              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13365              Date: Wed, 3 Apr 2002 11:13:30 +0200
13366              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
13367      Branch: perl
13368            ! regexec.c
13369 ____________________________________________________________________________
13370 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
13371         Log: Document the "Cleanup skipped ..." warning.
13372      Branch: perl
13373            ! ext/threads/threads.pm pod/perldiag.pod
13374 ____________________________________________________________________________
13375 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
13376         Log: Integrate perlio:
13377              
13378              [ 15698]
13379              Fix segfaults when mainthread exits with other threads running:
13380              - track number of running threads
13381              - if main thread calls perl_destruct() with other threads running
13382              skip most of cleanup (with a warning).
13383              
13384              [ 15696]
13385              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
13386      Branch: perl
13387           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
13388           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
13389           !> pod/perlapi.pod proto.h
13390 ____________________________________________________________________________
13391 [ 15698] By: nick                                  on 2002/04/03  13:15:30
13392         Log: Fix segfaults when mainthread exits with other threads running:
13393              - track number of running threads
13394              - if main thread calls perl_destruct() with other threads running
13395              skip most of cleanup (with a warning).
13396      Branch: perlio
13397            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
13398            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
13399 ____________________________________________________________________________
13400 [ 15697] By: nick                                  on 2002/04/03  07:34:13
13401         Log: Integrate mainline
13402      Branch: perlio
13403           +> lib/Net/Ping/t/250_ping_hires.t
13404           !> (integrate 33 files)
13405 ____________________________________________________________________________
13406 [ 15696] By: nick                                  on 2002/04/03  06:41:58
13407         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
13408      Branch: perlio
13409            ! lib/ExtUtils/xsubpp
13410 ____________________________________________________________________________
13411 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
13412         Log: Subject: [PATCH @15047] debugger
13413              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13414              Date: Sat, 16 Mar 2002 04:38:50 -0500
13415              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
13416      Branch: perl
13417            ! lib/perl5db.pl
13418 ____________________________________________________________________________
13419 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
13420         Log: Third Degree flags.
13421      Branch: perl
13422            ! Makefile.SH
13423 ____________________________________________________________________________
13424 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
13425         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
13426              From: Mark-Jason Dominus <mjd@plover.com>
13427              Date: Tue, 02 Apr 2002 16:35:11 -0500
13428              Message-ID: <20020402213511.27781.qmail@plover.com>
13429              
13430              (tweaked)
13431      Branch: perl
13432            ! pod/perlfunc.pod
13433 ____________________________________________________________________________
13434 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
13435         Log: Upgrade to Tie::File 0.92, from mjd.
13436      Branch: perl
13437            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
13438            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13439            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
13440            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
13441            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
13442            ! lib/Tie/File/t/40_abs_cache.t
13443 ____________________________________________________________________________
13444 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
13445         Log: Subject: [PATCH] Update my email address in perl.c
13446              From: Paul_GreenVOS@vos.stratus.com
13447              Date: Tue, 2 Apr 02 15:27 est
13448              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
13449      Branch: perl
13450            ! AUTHORS perl.c
13451 ____________________________________________________________________________
13452 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
13453         Log: POD fix.
13454      Branch: perl
13455            ! pod/perldelta.pod
13456 ____________________________________________________________________________
13457 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
13458         Log: What started as a small nit (the charnames test, nit found
13459              be Hugo), ballooned a bit... the goal is Larry's wish that
13460              illegal Unicode (such as U+FFFF) by default doesn't warn,
13461              since what if somebody WANTS to create illegal Unicode?
13462              Now getting close to this in the regex runtime.
13463              (Also, fix more of my fixation that BOM would be U+FFFE.)
13464      Branch: perl
13465            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
13466            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
13467 ____________________________________________________________________________
13468 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
13469         Log: Talk more about Net::Ping.
13470      Branch: perl
13471            ! pod/perldelta.pod
13472 ____________________________________________________________________________
13473 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
13474         Log: Upgrade to Net::Ping 2.14.
13475      Branch: perl
13476            + lib/Net/Ping/t/250_ping_hires.t
13477            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
13478            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
13479            ! lib/Net/Ping/t/140_stream_inst.t
13480 ____________________________________________________________________________
13481 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
13482         Log: XML::Parser 2.31 should be out shortly.
13483      Branch: perl
13484            ! pod/perldelta.pod
13485 ____________________________________________________________________________
13486 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
13487         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
13488              From: George Necula <necula@eecs.berkeley.edu>
13489              Date: Tue, 2 Apr 2002 10:22:41 -0800
13490              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
13491      Branch: perl
13492            ! lib/File/Spec/Cygwin.pm
13493 ____________________________________________________________________________
13494 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
13495         Log: EBCDIC test tweak.
13496      Branch: perl
13497            ! pod/perldelta.pod t/uni/case.pl
13498 ____________________________________________________________________________
13499 [ 15683] By: nick                                  on 2002/04/02  15:36:17
13500         Log: Integrate mainline
13501      Branch: perlio
13502           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
13503           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
13504           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
13505 ____________________________________________________________________________
13506 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
13507         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
13508              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13509              Date: Tue, 2 Apr 2002 00:37:08 -0500
13510              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
13511      Branch: perl
13512            ! os2/os2ish.h perlio.c
13513 ____________________________________________________________________________
13514 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
13515         Log: Subject: [PATCH @15047] debugger again
13516              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13517              Date: Tue, 2 Apr 2002 00:30:31 -0500
13518              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
13519      Branch: perl
13520            ! lib/perl5db.pl
13521 ____________________________________________________________________________
13522 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
13523         Log: Subject: [PATCH @15047] test() in CPAN.pm
13524              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13525              Date: Tue, 2 Apr 2002 00:46:45 -0500
13526              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
13527      Branch: perl
13528            ! lib/CPAN.pm
13529 ____________________________________________________________________________
13530 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
13531         Log: Sync with libnet-1.11
13532      Branch: perl
13533            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
13534            ! lib/Net/SMTP.pm
13535 ____________________________________________________________________________
13536 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
13537         Log: NetWare tweaks from C Aditya.
13538      Branch: perl
13539            ! NetWare/t/NWScripts.pl scope.c
13540 ____________________________________________________________________________
13541 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
13542         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
13543              From: Dan Kogai <dankogai@dan.co.jp>
13544              Date: Tue, 2 Apr 2002 22:21:47 +0900
13545              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
13546      Branch: perl
13547            ! ext/Encode/Encode.xs
13548 ____________________________________________________________________________
13549 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
13550         Log: Integrate perlio:
13551              
13552              [ 15675]
13553              Add buffer size growth test.
13554              
13555              [ 15674]
13556              Calculate buffer size needs in float to avoid 32-bit overflow.
13557      Branch: perl
13558           +> ext/Encode/t/grow.t
13559           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
13560 ____________________________________________________________________________
13561 [ 15675] By: nick                                  on 2002/04/02  07:49:41
13562         Log: Add buffer size growth test.
13563      Branch: perlio
13564            + ext/Encode/t/grow.t
13565            ! MANIFEST ext/Encode/MANIFEST
13566 ____________________________________________________________________________
13567 [ 15674] By: nick                                  on 2002/04/02  07:40:49
13568         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
13569      Branch: perlio
13570            ! ext/Encode/Encode.xs
13571 ____________________________________________________________________________
13572 [ 15673] By: nick                                  on 2002/04/02  07:40:06
13573         Log: Integrate mainline
13574      Branch: perlio
13575           +> (branch 102 files)
13576            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
13577            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
13578            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13579            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13580            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13581            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13582            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13583            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13584            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
13585            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
13586            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
13587            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
13588            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
13589            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
13590            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
13591            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
13592            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
13593            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
13594            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
13595            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
13596            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
13597            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
13598            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
13599            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
13600            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
13601            - ext/Encode/Encode/macCentEuro.ucm
13602            - ext/Encode/Encode/macCroatian.ucm
13603            - ext/Encode/Encode/macCyrillic.ucm
13604            - ext/Encode/Encode/macDingbats.ucm
13605            - ext/Encode/Encode/macGreek.ucm
13606            - ext/Encode/Encode/macIceland.ucm
13607            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
13608            - ext/Encode/Encode/macRumanian.ucm
13609            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
13610            - ext/Encode/Encode/macTurkish.ucm
13611            - ext/Encode/Encode/macUkraine.ucm
13612            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
13613            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
13614            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
13615            - ext/Encode/compile ext/Encode/encode.h
13616            - ext/Encode/lib/Encode/CN/2022_CN.pm
13617            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
13618            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
13619            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
13620            - lib/unicore/PropertyValueAliases.txt
13621           !> (integrate 143 files)
13622 ____________________________________________________________________________
13623 [ 15672] By: ams                                   on 2002/04/02  04:42:44
13624         Log: Win32 fix for Tie::File from MJD.
13625      Branch: perl
13626            ! lib/Tie/File.pm
13627 ____________________________________________________________________________
13628 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
13629         Log: Add a few tests to the timing-sensitive list.
13630      Branch: perl
13631            ! INSTALL
13632 ____________________________________________________________________________
13633 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
13634         Log: Subject: [PATCH sort.t] extensive regression testing
13635              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13636              Date: Mon, 1 Apr 2002 23:50:24 +0200
13637              Message-ID: <20020401235024.E677@rafael>
13638      Branch: perl
13639            ! lib/sort.t
13640 ____________________________________________________________________________
13641 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
13642         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)
13643              From: Nicholas Clark <nick@unfortu.net>
13644              Date: Mon, 1 Apr 2002 21:54:05 +0100
13645              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
13646      Branch: perl
13647            ! lib/Memoize/t/errors.t
13648 ____________________________________________________________________________
13649 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
13650         Log: Subject: getting rid of a few superfluous $&/$`
13651              From: Jeffrey Friedl <jfriedl@yahoo.com>
13652              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
13653              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
13654              
13655              (with more-backward-compat than just using @- and @+, also by Jeffrey)
13656              
13657              (The version number of Text::Balanced intentionally not
13658              increased since Damian will make a new release after 5.8)
13659      Branch: perl
13660            ! lib/Pod/Html.pm lib/Text/Balanced.pm
13661 ____________________________________________________________________________
13662 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
13663         Log: Subject: [PATCH 5.7.3 TESTS]
13664              From: mjd@plover.com
13665              Date: 1 Apr 2002 20:32:18 -0000
13666              Message-ID: <20020401203218.25230.qmail@plover.com>
13667      Branch: perl
13668            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13669            ! t/op/tiearray.t t/test.pl
13670 ____________________________________________________________________________
13671 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
13672         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
13673              From: Paul_GreenVOS@vos.stratus.com
13674              Date: Mon, 1 Apr 02 15:15 est
13675              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
13676      Branch: perl
13677            ! iperlsys.h
13678 ____________________________________________________________________________
13679 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
13680         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
13681              From: Paul_GreenVOS@vos.stratus.com
13682              Date: Mon, 1 Apr 02 14:11 est
13683              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
13684      Branch: perl
13685            ! lib/ExtUtils/MM_Unix.pm
13686 ____________________________________________________________________________
13687 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
13688         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
13689              From: Nicholas Clark <nick@unfortu.net>
13690              Date: Mon, 1 Apr 2002 19:30:05 +0100
13691              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
13692      Branch: perl
13693            ! t/op/pat.t t/op/utfhash.t
13694 ____________________________________________________________________________
13695 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
13696         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
13697              From: Mark-Jason Dominus <mjd@plover.com>
13698              Date: Mon, 01 Apr 2002 13:22:01 -0500
13699              Message-ID: <20020401182201.21189.qmail@plover.com>
13700      Branch: perl
13701            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
13702 ____________________________________________________________________________
13703 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
13704         Log: Update Changes.
13705      Branch: perl
13706            ! Changes patchlevel.h
13707 ____________________________________________________________________________
13708 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
13709         Log: Subject: [PATCH 5.7.3 DOC]
13710              From: mjd@plover.com
13711              Date: 1 Apr 2002 17:23:40 -0000
13712              Message-ID: <20020401172340.16410.qmail@plover.com>
13713      Branch: perl
13714            ! pod/perldelta.pod
13715 ____________________________________________________________________________
13716 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
13717         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
13718      Branch: perl
13719            ! hints/unicos.sh
13720 ____________________________________________________________________________
13721 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
13722         Log: Advertise piconv and enc2xs.
13723      Branch: perl
13724            ! pod/perldelta.pod
13725 ____________________________________________________________________________
13726 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
13727         Log: Add enc2xs.
13728      Branch: perl
13729            + utils/enc2xs.PL
13730            ! MANIFEST utils/Makefile
13731 ____________________________________________________________________________
13732 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
13733         Log: Integrate perlio:
13734              
13735              [ 15653]
13736              Be more explicit testing for \015 not \r
13737      Branch: perl
13738           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
13739           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
13740 ____________________________________________________________________________
13741 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
13742         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
13743              From: Philip Newton <Philip.Newton@gmx.net>
13744              Date: Mon, 01 Apr 2002 17:06:18 +0200
13745              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
13746      Branch: perl
13747            ! lib/charnames.pm lib/charnames.t
13748 ____________________________________________________________________________
13749 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
13750         Log: Subject: detypo patch
13751              From: andreas.koenig@anima.de (Andreas J. Koenig)
13752              Date: Mon, 01 Apr 2002 10:09:21 +0200
13753              Message-ID: <m3r8lzsuvi.fsf@anima.de>
13754      Branch: perl
13755            ! INSTALL
13756 ____________________________________________________________________________
13757 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
13758         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
13759              From: Philip Newton <Philip.Newton@gmx.net>
13760              Date: Mon, 01 Apr 2002 08:12:01 +0200
13761              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
13762      Branch: perl
13763            ! lib/charnames.pm lib/charnames.t
13764 ____________________________________________________________________________
13765 [ 15653] By: nick                                  on 2002/04/01  09:20:24
13766         Log: Be more explicit testing for \015 not \r
13767      Branch: perlio
13768            ! t/io/crlf.t
13769 ____________________________________________________________________________
13770 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
13771         Log: If under UTF-8 locale the utf8.pm really needs to be found.
13772      Branch: perl
13773            ! t/comp/cpp.t t/run/switchPx.t
13774 ____________________________________________________________________________
13775 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
13776         Log: Upgrade to Tie::File 0.91, from mjd.
13777      Branch: perl
13778            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
13779            + lib/Tie/File/t/26_twrite.t
13780            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
13781            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
13782            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
13783            ! lib/Tie/File/t/16_handle.t
13784 ____________________________________________________________________________
13785 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
13786         Log: DJGPP tweaks from Laszlo.
13787      Branch: perl
13788            ! lib/ExtUtils/MM_DOS.pm util.c
13789 ____________________________________________________________________________
13790 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
13791         Log: Discussion about minimal installations.
13792      Branch: perl
13793            ! INSTALL
13794 ____________________________________________________________________________
13795 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
13796         Log: Comment tweak from Hugo.
13797      Branch: perl
13798            ! regexec.c
13799 ____________________________________________________________________________
13800 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
13801         Log: Another UTF-8 locale tweak from Hugo.
13802      Branch: perl
13803            ! regexec.c
13804 ____________________________________________________________________________
13805 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
13806         Log: Document the known MacOS X locale problem.
13807      Branch: perl
13808            ! pod/perldelta.pod
13809 ____________________________________________________________________________
13810 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
13811         Log: Regex fix from Hugo: in UTF-8 locales the character
13812              counting code didn't work right for minimal matches.
13813      Branch: perl
13814            ! regexec.c
13815 ____________________________________________________________________________
13816 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
13817         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
13818              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13819              Date: Sun, 31 Mar 2002 20:32:43 -0500
13820              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
13821      Branch: perl
13822            ! lib/ExtUtils/xsubpp
13823 ____________________________________________________________________________
13824 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
13825         Log: Document known FreeBSD locale glitch. 
13826      Branch: perl
13827            ! pod/perldelta.pod
13828 ____________________________________________________________________________
13829 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
13830         Log: There is --list in glibc iconv.
13831      Branch: perl
13832            ! ext/Encode/bin/piconv
13833 ____________________________________________________________________________
13834 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
13835         Log: Slight usage tweaks to piconv: show usage with
13836              no -t -f or -l arguments, or with -h.
13837      Branch: perl
13838            ! ext/Encode/bin/piconv
13839 ____________________________________________________________________________
13840 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
13841         Log: Get the piconv installed.
13842      Branch: perl
13843            + utils/piconv.PL
13844            ! MANIFEST utils/Makefile
13845 ____________________________________________________________________________
13846 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
13847         Log: Spelling tweaks.
13848      Branch: perl
13849            ! ext/Encode/bin/piconv
13850 ____________________________________________________________________________
13851 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
13852         Log: Upgrade to Encode 1.11, from Dan Kogai.
13853      Branch: perl
13854            + ext/Encode/Encode/Changes.e2x
13855            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
13856            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
13857            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
13858            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
13859            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
13860            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
13861            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
13862            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
13863            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
13864            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
13865            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
13866            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
13867            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
13868            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
13869            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
13870            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
13871            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
13872            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
13873            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
13874            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
13875            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
13876            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
13877            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
13878            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
13879            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
13880            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
13881            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
13882            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
13883            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
13884            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
13885            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
13886            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
13887            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
13888            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
13889            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
13890            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
13891            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
13892            + ext/Encode/ucm/viscii.ucm
13893            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
13894            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
13895            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
13896            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
13897            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
13898            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
13899            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
13900            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
13901            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
13902            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
13903            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
13904            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
13905            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
13906            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
13907            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
13908            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
13909            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
13910            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
13911            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
13912            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
13913            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
13914            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
13915            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
13916            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
13917            - ext/Encode/Encode/ksc5601.ucm
13918            - ext/Encode/Encode/macCentEuro.ucm
13919            - ext/Encode/Encode/macCroatian.ucm
13920            - ext/Encode/Encode/macCyrillic.ucm
13921            - ext/Encode/Encode/macDingbats.ucm
13922            - ext/Encode/Encode/macGreek.ucm
13923            - ext/Encode/Encode/macIceland.ucm
13924            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
13925            - ext/Encode/Encode/macRumanian.ucm
13926            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
13927            - ext/Encode/Encode/macTurkish.ucm
13928            - ext/Encode/Encode/macUkraine.ucm
13929            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
13930            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
13931            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
13932            - lib/encoding.pm lib/encoding.t
13933            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
13934            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
13935            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
13936            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
13937            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
13938            ! ext/Encode/Makefile.PL ext/Encode/README
13939            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
13940            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
13941            ! ext/Encode/lib/Encode/Alias.pm
13942            ! ext/Encode/lib/Encode/Supported.pod
13943 ____________________________________________________________________________
13944 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
13945         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
13946              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
13947              respective test    and doc tweaks.
13948      Branch: perl
13949            ! lib/charnames.pm lib/charnames.t
13950 ____________________________________________________________________________
13951 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
13952         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
13953              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13954              Date: Sun, 31 Mar 2002 22:47:31 +0200
13955              Message-ID: <20020331224731.E854@rafael>
13956      Branch: perl
13957            ! pod/perlfunc.pod
13958 ____________________________________________________________________________
13959 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
13960         Log: Subject: [PATCH] __attribute__ problems with g++
13961              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13962              Date: Sun, 31 Mar 2002 22:43:03 +0200
13963              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
13964      Branch: perl
13965            ! perl.h
13966 ____________________________________________________________________________
13967 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
13968         Log: Put back the #! line, false alarm.
13969      Branch: perl
13970            ! lib/ExtUtils/t/Constant.t
13971 ____________________________________________________________________________
13972 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
13973         Log: Subject: Re: [Patch] pod/perlvar.pod
13974              From: Philip Newton <Philip.Newton@gmx.net>
13975              Date: Sun, 31 Mar 2002 07:40:43 +0200
13976              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
13977      Branch: perl
13978            ! pod/perlvar.pod
13979 ____________________________________________________________________________
13980 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
13981         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
13982              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13983              Date: Sat, 30 Mar 2002 21:37:37 -0500
13984              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
13985      Branch: perl
13986            ! ext/Socket/socketpair.t
13987 ____________________________________________________________________________
13988 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
13989         Log: Subject: Re: compile tweak for Win32
13990              From: Michael G Schwern <schwern@pobox.com>
13991              Date: Fri, 29 Mar 2002 17:48:22 -0500      
13992              Message-ID: <20020329224822.GG16816@blackrider>
13993      Branch: perl
13994            ! win32/buildext.pl
13995 ____________________________________________________________________________
13996 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
13997         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
13998              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13999              Date: Sat, 30 Mar 2002 22:19:46 +0100
14000              Message-ID: <20020330221946.A28497@rafael>
14001      Branch: perl
14002            ! t/lib/1_compile.t
14003 ____________________________________________________________________________
14004 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
14005         Log: Subject: [PATCH regmesg.t] increase output verbosity
14006              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14007              Date: Sat, 30 Mar 2002 22:34:08 +0100
14008              Message-ID: <20020330223408.C28497@rafael>
14009      Branch: perl
14010            ! t/op/regmesg.t
14011 ____________________________________________________________________________
14012 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
14013         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
14014              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14015              Date: Sat, 30 Mar 2002 21:36:23 +0100
14016              Message-ID: <20020330213623.A677@rafael>
14017      Branch: perl
14018            ! regcomp.c
14019 ____________________________________________________________________________
14020 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
14021         Log: If using a network filesystem several different hosts
14022              may be trying to lock the same file.  In this case offering
14023              to kill the other process is not that helpful.  (Unless one
14024              has *real* clustering, but that's not usually the case.)
14025      Branch: perl
14026            ! lib/CPAN.pm
14027 ____________________________________________________________________________
14028 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
14029         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
14030              From: andreas.koenig@anima.de (Andreas J. Koenig)
14031              Date: Sat, 30 Mar 2002 06:12:36 +0100
14032              Message-ID: <m3hemyvdtn.fsf@anima.de>
14033      Branch: perl
14034            ! lib/Dumpvalue.pm
14035 ____________________________________________________________________________
14036 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
14037         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
14038              From: Jeremy Zawodny <Jeremy@Zawodny.com>
14039              Date: Fri, 29 Mar 2002 17:55:20 -0800
14040              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
14041      Branch: perl
14042            ! utils/dprofpp.PL
14043 ____________________________________________________________________________
14044 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
14045         Log: Subject: [Patch] pod/perlvar.pod
14046              From: Dan Kogai <dankogai@dan.co.jp>
14047              Date: Sun, 31 Mar 2002 02:03:36 +0900
14048              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
14049      Branch: perl
14050            ! pod/perlvar.pod
14051 ____________________________________________________________________________
14052 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
14053         Log: Subject: [PATCH] MM & Encode fixes
14054              From: Michael G Schwern <schwern@pobox.com>
14055              Date: Sat, 30 Mar 2002 06:41:56 -0500
14056              Message-ID: <20020330114156.GA16533@blackrider>
14057      Branch: perl
14058            + lib/ExtUtils/t/basic.t
14059            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
14060            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
14061            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
14062            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
14063            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
14064            ! lib/ExtUtils/t/hints.t
14065 ____________________________________________________________________________
14066 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
14067         Log: EBCDICification.
14068      Branch: perl
14069            ! lib/charnames.t
14070 ____________________________________________________________________________
14071 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
14072         Log: Upgrade to Tie::File 0.90, from mjd.
14073      Branch: perl
14074            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
14075            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
14076            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
14077            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
14078            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
14079            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
14080            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
14081            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
14082            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
14083 ____________________________________________________________________________
14084 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
14085         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
14086              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14087              Date: Sat, 30 Mar 2002 00:20:39 +0100
14088              Message-ID: <20020330002039.A716@rafael>
14089      Branch: perl
14090            ! lib/sort.pm
14091 ____________________________________________________________________________
14092 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
14093         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
14094              From: Michael G Schwern <schwern@pobox.com>
14095              Date: Fri, 29 Mar 2002 18:14:20 -0500
14096              Message-ID: <20020329231419.GI16816@blackrider>
14097      Branch: perl
14098            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
14099            ! wince/Makefile.ce
14100 ____________________________________________________________________________
14101 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
14102         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
14103              From: Paul_GreenVOS@vos.stratus.com
14104              Date: Fri, 29 Mar 02 18:01 est
14105              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
14106      Branch: perl
14107            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
14108 ____________________________________________________________________________
14109 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
14110         Log: AUTHORS updates.
14111      Branch: perl
14112            ! AUTHORS
14113 ____________________________________________________________________________
14114 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
14115         Log: Upgrade to Encode 1.01, from Dan Kogai.
14116      Branch: perl
14117            ! ext/Encode/Changes ext/Encode/Encode.pm
14118            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
14119            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
14120            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
14121            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
14122            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
14123            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
14124            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
14125            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
14126            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
14127            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
14128            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
14129            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
14130            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
14131            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
14132            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
14133            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
14134            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
14135            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
14136            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
14137            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
14138            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
14139            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
14140            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
14141            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
14142            ! ext/Encode/Encode/ksc5601.ucm
14143            ! ext/Encode/Encode/macCentEuro.ucm
14144            ! ext/Encode/Encode/macCroatian.ucm
14145            ! ext/Encode/Encode/macCyrillic.ucm
14146            ! ext/Encode/Encode/macDingbats.ucm
14147            ! ext/Encode/Encode/macGreek.ucm
14148            ! ext/Encode/Encode/macIceland.ucm
14149            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
14150            ! ext/Encode/Encode/macRumanian.ucm
14151            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
14152            ! ext/Encode/Encode/macTurkish.ucm
14153            ! ext/Encode/Encode/macUkraine.ucm
14154            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
14155            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
14156            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
14157            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14158            ! ext/Encode/lib/Encode/CJKConstants.pm
14159            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
14160            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
14161            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
14162 ____________________________________________________________________________
14163 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
14164         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
14165              From: "Craig A. Berry" <craigberry@mac.com>
14166              Date: Fri, 29 Mar 2002 13:46:28 -0600
14167              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
14168      Branch: perl
14169            ! configure.com
14170 ____________________________________________________________________________
14171 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
14172         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
14173              which one has to get from the CPAN distribution.
14174      Branch: perl
14175            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
14176            + lib/Memoize/t/expmod_t.t
14177            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
14178            - lib/Memoize/t/expire_module_t.t
14179            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
14180            ! lib/Memoize/README
14181 ____________________________________________________________________________
14182 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
14183         Log: metaconfig unit tweak.
14184      Branch: metaconfig/U/perl
14185            ! versiononly.U
14186 ____________________________________________________________________________
14187 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
14188         Log: Configure-related tweaks.
14189      Branch: perl
14190            ! Porting/Glossary Porting/config.sh Porting/config_H
14191            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14192            ! vos/config.ga.h
14193 ____________________________________________________________________________
14194 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
14195         Log: Ooops.
14196      Branch: perl
14197            ! t/op/ver.t
14198 ____________________________________________________________________________
14199 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
14200         Log: Subject: [PATCH @15606] d_time for vms
14201              From: "Craig A. Berry" <craigberry@mac.com>
14202              Date: Fri, 29 Mar 2002 11:58:29 -0600
14203              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
14204      Branch: perl
14205            ! configure.com
14206 ____________________________________________________________________________
14207 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
14208         Log: Subject: Re: Regex-Unicode bugs
14209              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14210              Date: Thu, 28 Mar 2002 10:12:35 +0100
14211              Message-ID: <20020328101235.F678@rafael>
14212      Branch: perl
14213            ! t/op/regmesg.t
14214 ____________________________________________________________________________
14215 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
14216         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
14217              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14218              Date: Fri, 29 Mar 2002 16:53:27 +0000
14219              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
14220      Branch: perl
14221            ! pod/perlre.pod pod/perlretut.pod
14222 ____________________________________________________________________________
14223 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
14224         Log: Subject: Re: debugger debuggers wanted
14225              From: spidb@cpan.org
14226              Date: Fri, 29 Mar 2002 06:34:11 -0500
14227              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
14228      Branch: perl
14229            ! lib/perl5db.pl
14230 ____________________________________________________________________________
14231 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
14232         Log: Update Changes.
14233      Branch: perl
14234            ! Changes patchlevel.h
14235 ____________________________________________________________________________
14236 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
14237         Log: Rename for 8.3-friendliness.
14238      Branch: perl
14239            + lib/unicore/PropValueAliases.txt
14240            - lib/unicore/PropertyValueAliases.txt
14241            ! MANIFEST lib/unicore/README.perl
14242 ____________________________________________________________________________
14243 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
14244         Log: Retract ExtUtils/t/basic.t until it works.
14245      Branch: perl
14246            - lib/ExtUtils/t/basic.t
14247            ! MANIFEST
14248 ____________________________________________________________________________
14249 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
14250         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
14251              From: Slaven Rezic <slaven.rezic@berlin.de>
14252              Date: 28 Mar 2002 22:27:14 +0100
14253              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
14254      Branch: perl
14255            ! hints/freebsd.sh
14256 ____________________________________________________________________________
14257 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
14258         Log: Interesting... where did this come from?
14259              (The Configure change in #15600)
14260      Branch: perl
14261            ! config_h.SH
14262 ____________________________________________________________________________
14263 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
14264         Log: metaconfig unit change for #15600.
14265      Branch: metaconfig/U/perl
14266            ! versiononly.U
14267 ____________________________________________________________________________
14268 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
14269         Log: Subject: versiononly should not put `old' versions in inc
14270              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14271              Date: Fri, 29 Mar 2002 12:53:49 +0100
14272              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
14273      Branch: perl
14274            ! Configure
14275 ____________________________________________________________________________
14276 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
14277         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
14278              From: Michael G Schwern <schwern@pobox.com>
14279              Date: Fri, 29 Mar 2002 04:12:47 -0500
14280              Message-ID: <20020329091247.GA7432@blackrider>
14281              
14282              (with two nits: (1) change lib/Extutils/Command/MM.pm
14283              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
14284              @INC to compile.t)
14285      Branch: perl
14286            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
14287            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
14288            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
14289            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
14290            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
14291            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
14292            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
14293            + lib/ExtUtils/t/Problem-Module/Makefile.PL
14294            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
14295            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
14296            + t/lib/MakeMaker/Test/Utils.pm
14297            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
14298            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14299            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
14300            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
14301            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
14302            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14303            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
14304            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
14305            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
14306            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
14307            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
14308            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
14309            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
14310            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
14311            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
14312            ! t/lib/TieOut.pm
14313 ____________________________________________________________________________
14314 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
14315         Log: Leftovers from Encode 0.99.
14316      Branch: perl
14317            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
14318            - ext/Encode/compile ext/Encode/encode.h
14319            - ext/Encode/lib/Encode/CN/2022_CN.pm
14320            - ext/Encode/lib/Encode/Details.pod
14321 ____________________________________________________________________________
14322 [ 15597] By: nick                                  on 2002/03/29  14:03:35
14323         Log: Integrate mainline
14324      Branch: perlio
14325           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
14326           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
14327           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14328           !> (integrate 130 files)
14329 ____________________________________________________________________________
14330 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
14331         Log: Subject: Another Unicode-3.2-induced doc fix
14332              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14333              Date: Fri, 29 Mar 2002 21:45:47 +0900
14334              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
14335      Branch: perl
14336            ! ext/Unicode/Normalize/Normalize.pm
14337 ____________________________________________________________________________
14338 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
14339         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
14340              From: Slaven Rezic <slaven.rezic@berlin.de>
14341              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
14342              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
14343      Branch: perl
14344            ! reentr.c reentr.pl
14345 ____________________________________________________________________________
14346 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
14347         Log: Subject: [PATCH] Quieting OS X
14348              From: Michael G Schwern <schwern@pobox.com>
14349              Date: Fri, 29 Mar 2002 05:46:23 -0500
14350              Message-ID: <20020329104622.GA9163@blackrider>
14351      Branch: perl
14352            ! ext/POSIX/t/posix.t t/op/stat.t
14353 ____________________________________________________________________________
14354 [ 15593] By: ams                                   on 2002/03/29  07:32:22
14355         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
14356              From: Paul_GreenVOS@vos.stratus.com
14357              Date: Fri, 29 Mar 02 0:05 est
14358              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
14359      Branch: perl
14360            ! ext/Time/HiRes/HiRes.xs
14361 ____________________________________________________________________________
14362 [ 15592] By: ams                                   on 2002/03/29  07:28:29
14363         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
14364              From: Spider Boardman <spidb@cpan.org>
14365              Date: Fri, 29 Mar 2002 00:52:24 -0500
14366              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
14367      Branch: perl
14368            ! op.c t/op/attrs.t
14369 ____________________________________________________________________________
14370 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
14371         Log: It's perlce.
14372      Branch: perl
14373            ! pod/perldelta.pod
14374 ____________________________________________________________________________
14375 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
14376         Log: MPE/iX tweaks from Mark Bixby.
14377      Branch: perl
14378            ! ext/Storable/t/lock.t mpeix/relink
14379 ____________________________________________________________________________
14380 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
14381         Log: Upgrade to Encode 1.00, from Dan Kogai.
14382              
14383              (one nit: bin/enc2xs needed also ../..)
14384      Branch: perl
14385            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
14386            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
14387            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
14388            ! (edit 104 files)
14389 ____________________________________________________________________________
14390 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
14391         Log: Subject: [PATCH] NEXT LINE --> NEL
14392              From: Philip Newton <Philip.Newton@gmx.net>
14393              Date: Thu, 28 Mar 2002 21:03:10 +0000
14394              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
14395      Branch: perl
14396            ! lib/charnames.pm lib/charnames.t
14397 ____________________________________________________________________________
14398 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
14399         Log: binmode :bytes, again.
14400      Branch: perl
14401            ! lib/utf8.t
14402 ____________________________________________________________________________
14403 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
14404         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
14405              From: Mark-Jason Dominus <mjd@plover.com>
14406              Date: Thu, 28 Mar 2002 10:36:03 -0500
14407              Message-ID: <20020328153603.11992.qmail@plover.com>
14408      Branch: perl
14409            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
14410 ____________________________________________________________________________
14411 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
14412         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
14413      Branch: perl
14414            ! lib/charnames.pm lib/charnames.t pp_pack.c
14415 ____________________________________________________________________________
14416 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
14417         Log: If expecting UTF-8, probably not expecting UTF-16.
14418      Branch: perl
14419            ! t/comp/require.t
14420 ____________________________________________________________________________
14421 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
14422         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
14423              From: Paul_GreenVOS@vos.stratus.com
14424              Date: Thu, 28 Mar 02 8:22 est
14425              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
14426      Branch: perl
14427            ! lib/Time/Local.pm
14428 ____________________________________________________________________________
14429 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
14430         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
14431              From: Paul_GreenVOS@vos.stratus.com
14432              Date: Thu, 28 Mar 02 7:46 est
14433              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
14434      Branch: perl
14435            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
14436 ____________________________________________________________________________
14437 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
14438         Log: A little bit better error message for \pq, still
14439              not good because the script context is not shown.
14440      Branch: perl
14441            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
14442 ____________________________________________________________________________
14443 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
14444         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
14445              From: Jeffrey Friedl <jfriedl@yahoo.com>
14446              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
14447              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
14448      Branch: perl
14449            ! sv.c t/op/pat.t
14450 ____________________________________________________________________________
14451 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
14452         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
14453              From: Mark-Jason Dominus <mjd@plover.com>
14454              Date: Thu, 28 Mar 2002 05:04:40 -0500
14455              Message-ID: <20020328100440.22081.qmail@plover.com>
14456      Branch: perl
14457            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
14458 ____________________________________________________________________________
14459 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
14460         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
14461              From: mjd@plover.com
14462              Date: 28 Mar 2002 09:22:06 -0000
14463              Message-ID: <20020328092206.18833.qmail@plover.com>
14464      Branch: perl
14465            ! lib/encoding.t
14466 ____________________________________________________________________________
14467 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
14468         Log: Unicode 3.2.0-induced doc tweaks.
14469      Branch: perl
14470            ! pod/perlretut.pod pod/perlunicode.pod
14471 ____________________________________________________________________________
14472 [ 15576] By: nick                                  on 2002/03/28  07:40:04
14473         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
14474      Branch: perlio
14475           +> (branch 31 files)
14476           !> (integrate 162 files)
14477 ____________________________________________________________________________
14478 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
14479         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
14480              From: Paul_GreenVOS@vos.stratus.com
14481              Date: Thu, 28 Mar 02 0:16 est
14482              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
14483      Branch: perl
14484            ! ext/POSIX/t/posix.t
14485 ____________________________________________________________________________
14486 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
14487         Log: Subject: Re: Regex-Unicode bugs
14488              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14489              Date: Wed, 27 Mar 2002 13:48:06 +0100
14490              Message-ID: <20020327134806.C18945@rafael>
14491              
14492              regmesg.t patch still would be nice.
14493      Branch: perl
14494            ! regcomp.c
14495 ____________________________________________________________________________
14496 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
14497         Log: Subject: Re: Regex-Unicode bugs
14498              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
14499              Date: Wed, 27 Mar 2002 12:39:57 +0000
14500              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
14501      Branch: perl
14502            ! pod/perldiag.pod regcomp.c
14503 ____________________________________________________________________________
14504 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
14505         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
14506              From: Paul_GreenVOS@vos.stratus.com
14507              Date: Wed, 27 Mar 02 23:33 est
14508              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
14509      Branch: perl
14510            ! t/io/fs.t
14511 ____________________________________________________________________________
14512 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
14513         Log: The Official 3.2.0 came out.
14514      Branch: perl
14515            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
14516            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
14517            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
14518            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
14519            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
14520            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
14521            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
14522            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
14523            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
14524            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
14525            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
14526            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
14527            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
14528            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
14529            + lib/unicore/lib/UnifiedI.pl
14530            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
14531 ____________________________________________________________________________
14532 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
14533         Log: socketpair binmode :bytes.
14534      Branch: perl
14535            ! ext/Socket/socketpair.t
14536 ____________________________________________________________________________
14537 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
14538         Log: Don't install anything beneath 't' directories.
14539      Branch: perl
14540            ! installperl
14541 ____________________________________________________________________________
14542 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
14543         Log: More UTF-8 locale sensitivity.
14544      Branch: perl
14545            ! t/io/utf8.t
14546 ____________________________________________________________________________
14547 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
14548         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
14549              From: Stas Bekman <stas@stason.org>
14550              Date: Thu, 28 Mar 2002 10:13:45 +0800
14551              Message-ID: <3CA27C59.4020209@stason.org>
14552              
14553              Temp file cleanup.
14554      Branch: perl
14555            ! lib/Pod/t/pod2html-lib.pl
14556 ____________________________________________________________________________
14557 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
14558         Log: Be compatible also with non-UTF-8 locales.
14559      Branch: perl
14560            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
14561            ! lib/Locale/Language.pod
14562 ____________________________________________________________________________
14563 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
14564         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
14565              From: Spider Boardman <spidb@cpan.org>
14566              Date: Wed, 27 Mar 2002 20:52:28 -0500
14567              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
14568      Branch: perl
14569            ! cv.h op.c t/op/attrs.t toke.c
14570 ____________________________________________________________________________
14571 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
14572         Log: "Last element".
14573      Branch: perl
14574            ! pod/perlfunc.pod
14575 ____________________________________________________________________________
14576 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
14577         Log: Subject: Error in perlfunc for "die"
14578              From: William R Ward <bill@wards.net>
14579              Date: 27 Mar 2002 12:31:32 -0800
14580              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
14581      Branch: perl
14582            ! pod/perlfunc.pod
14583 ____________________________________________________________________________
14584 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
14585         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
14586              From: Mark Kvale <kvale@phy.ucsf.edu>
14587              Date: Wed, 27 Mar 2002 16:45:37 -0800
14588              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
14589      Branch: perl
14590            ! pod/perlre.pod pod/perlretut.pod
14591 ____________________________________________________________________________
14592 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
14593         Log: Try to handle UTF-8 locales.
14594      Branch: perl
14595            ! lib/locale.t
14596 ____________________________________________________________________________
14597 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
14598         Log: More binmode :bytes.
14599      Branch: perl
14600            ! t/io/utf8.t
14601 ____________________________________________________________________________
14602 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
14603         Log: binmode(FH, ":bytes") is the right way, methinks.
14604      Branch: perl
14605            ! ext/PerlIO/t/encoding.t
14606 ____________________________________________________________________________
14607 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
14608         Log: UTF-8 locale: need to open explicitly for bytes.
14609      Branch: perl
14610            ! ext/PerlIO/t/encoding.t
14611 ____________________________________________________________________________
14612 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
14613         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
14614      Branch: perl
14615            ! lib/Locale/Language.pm lib/Locale/Language.pod
14616 ____________________________________________________________________________
14617 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
14618         Log: Warn instead of croak.
14619      Branch: perl
14620            ! pod/perldiag.pod utf8.c
14621 ____________________________________________________________________________
14622 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
14623         Log: UTF-8 locale: there might already be one UTF-8 discipline.
14624      Branch: perl
14625            ! lib/open.t
14626 ____________________________________________________________________________
14627 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
14628         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
14629              From: "Craig A. Berry" <craigberry@mac.com>
14630              Date: Wed, 27 Mar 2002 15:22:13 -0600
14631              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
14632      Branch: perl
14633            ! t/lib/1_compile.t t/lib/compmod.pl
14634 ____________________________________________________________________________
14635 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
14636         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
14637              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14638              Date: Wed, 27 Mar 2002 22:35:03 +0100
14639              Message-ID: <20020327223503.A678@rafael>
14640      Branch: perl
14641            ! pod/perlop.pod
14642 ____________________________________________________________________________
14643 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
14644         Log: Start using the Unicode 3.2.0 data (NOTE: still
14645              unofficial, but the data is unlikely to change much.
14646              Doublecheck when 3.2.0 gets released.)
14647      Branch: perl
14648            + lib/unicore/PropertyAliases.txt
14649            + lib/unicore/PropertyValueAliases.txt
14650            ! (edit 129 files)
14651 ____________________________________________________________________________
14652 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
14653         Log: Update Changes.
14654      Branch: perl
14655            ! Changes patchlevel.h
14656 ____________________________________________________________________________
14657 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
14658         Log: Further fixing for #15549.  Six tests are failing
14659              under Solaris with en_US.UTF-8 but those failures seem
14660              unrelated to the BOUND problem, will look at them later.
14661      Branch: perl
14662            ! regexec.c
14663 ____________________________________________________________________________
14664 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
14665         Log: Possible fix for "Orks, Dragons, and Elves":
14666              should now build under UTF-8 locales (is building
14667              under Solaris en_US.UTF-8 right now).
14668      Branch: perl
14669            ! Makefile.SH regexec.c
14670 ____________________________________________________________________________
14671 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
14672         Log: Forgotten from #15523.
14673      Branch: perl
14674            ! lib/Math/BigInt/Calc.pm
14675 ____________________________________________________________________________
14676 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
14677         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
14678              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
14679              Date: Wed, 27 Mar 2002 13:32:00 +0100
14680              Message-ID: <20020327133200.A18945@rafael>
14681      Branch: perl
14682            ! regcomp.c t/lib/warnings/regcomp
14683 ____________________________________________________________________________
14684 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
14685         Log: Subject: [PATCH] MANIFES --> MANIFEST
14686              From: Philip Newton <Philip.Newton@gmx.net>
14687              Date: Wed, 27 Mar 2002 10:05:46 +0000
14688              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
14689              
14690              (plus a few tweaks more)
14691      Branch: perl
14692            ! Porting/check83.pl
14693 ____________________________________________________________________________
14694 [ 15545] By: nick                                  on 2002/03/27  07:37:36
14695         Log: Integrate mainline
14696      Branch: perlio
14697           +> lib/Math/BigInt/t/with_sub.t
14698            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
14699            - lib/bignum/t/trace.t
14700           !> (integrate 76 files)
14701 ____________________________________________________________________________
14702 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
14703         Log: Obsolete mailing list information.
14704      Branch: perl
14705            ! README.bs2000 README.os390 README.vmesa
14706 ____________________________________________________________________________
14707 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
14708         Log: More URL "whitespacing".
14709      Branch: perl
14710            ! README.bs2000 README.hurd README.mpeix README.netware
14711            ! README.os390 README.vmesa README.vos README.win32
14712            ! pod/perl5004delta.pod pod/perl5005delta.pod
14713            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
14714            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
14715            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
14716            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
14717            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
14718            ! pod/perltodo.pod
14719 ____________________________________________________________________________
14720 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
14721         Log: I like doubleclicking on URLs in pods to select them.
14722      Branch: perl
14723            ! README.amiga README.epoc README.vos pod/perl561delta.pod
14724            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
14725            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14726            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
14727            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
14728            ! pod/perltodo.pod pod/perlvar.pod
14729 ____________________________________________________________________________
14730 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
14731         Log: Regen modlib.
14732      Branch: perl
14733            ! pod/perlmodlib.pod
14734 ____________________________________________________________________________
14735 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
14736         Log: Update the CPAN sites list.
14737      Branch: perl
14738            ! pod/perlmodlib.PL pod/perlmodlib.pod
14739 ____________________________________________________________________________
14740 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
14741         Log: Regen modlib, toc.
14742      Branch: perl
14743            ! pod/perlmodlib.pod pod/perltoc.pod
14744 ____________________________________________________________________________
14745 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
14746         Log: s/rationale/rational/
14747      Branch: perl
14748            ! lib/Math/BigRat.pm lib/bigrat.pm
14749 ____________________________________________________________________________
14750 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
14751         Log: s/done/esac/
14752      Branch: perl
14753            ! hints/dec_osf.sh
14754 ____________________________________________________________________________
14755 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
14756         Log: Advertise big* and BigRat.
14757      Branch: perl
14758            ! pod/perldelta.pod
14759 ____________________________________________________________________________
14760 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
14761         Log: A missing ) in #15527.
14762      Branch: perl
14763            ! pp_sys.c
14764 ____________________________________________________________________________
14765 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
14766         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
14767              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14768              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
14769              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
14770      Branch: perl
14771            ! lib/ExtUtils/typemap
14772 ____________________________________________________________________________
14773 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
14774         Log: Subject: Re: Cygwin PerlIO.t failing
14775              From: Stas Bekman <stas@stason.org>
14776              Date: Wed, 27 Mar 2002 01:34:11 +0800
14777              Message-ID: <3CA0B113.1070800@stason.org>
14778      Branch: perl
14779            ! ext/PerlIO/PerlIO.t
14780 ____________________________________________________________________________
14781 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
14782         Log: Subject: [PATCH] safety check for vms/test.com
14783              From: "Craig A. Berry" <craigberry@mac.com>
14784              Date: Tue, 26 Mar 2002 12:15:21 -0600
14785              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
14786      Branch: perl
14787            ! vms/test.com
14788 ____________________________________________________________________________
14789 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
14790         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
14791              From: PPrymmer@factset.com
14792              Date: Tue, 26 Mar 2002 13:04:59 -0500
14793              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
14794      Branch: perl
14795            ! configure.com
14796 ____________________________________________________________________________
14797 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
14798         Log: Subject: [PATCH] Minor typo in test harness
14799              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
14800              Date: Tue, 26 Mar 2002 17:44:06 -0000
14801              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
14802      Branch: perl
14803            ! t/lib/warnings/perlio
14804 ____________________________________________________________________________
14805 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
14806         Log: Subject: PATCH s2p.PL
14807              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14808              Date: Tue, 26 Mar 2002 17:16:46 +0100
14809              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
14810      Branch: perl
14811            ! x2p/s2p.PL
14812 ____________________________________________________________________________
14813 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
14814         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
14815      Branch: perl
14816            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
14817            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
14818            ! MANIFEST
14819 ____________________________________________________________________________
14820 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
14821         Log: Avoid and document a weird bug in UNICOS/mk.
14822      Branch: perl
14823            ! pod/perldelta.pod pp_sys.c
14824 ____________________________________________________________________________
14825 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
14826         Log: Math::BigInt::Lite 0.09, from Tels.
14827      Branch: perl
14828            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
14829            ! MANIFEST
14830 ____________________________________________________________________________
14831 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
14832         Log: For now disable the test in OS/390; it seems to hang,
14833              but frustratingly seems to run from command line and
14834              from Perl debugger.
14835      Branch: perl
14836            ! lib/Math/BigInt/t/mbi_rand.t
14837 ____________________________________________________________________________
14838 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
14839         Log: EPOC update from Olaf Flebbe.
14840      Branch: perl
14841            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
14842            ! pod/perlport.pod t/io/fs.t
14843 ____________________________________________________________________________
14844 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
14845         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
14846              and bignum 0.11, from Tels.
14847      Branch: perl
14848            + lib/Math/BigInt/t/with_sub.t
14849            - lib/bignum/t/trace.t
14850            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14851            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
14852            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
14853            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
14854            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
14855            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
14856            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
14857            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
14858            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
14859            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
14860            ! lib/bignum/t/bigrat.t lib/bigrat.pm
14861            ! t/lib/Math/BigInt/Subclass.pm
14862 ____________________________________________________________________________
14863 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
14864         Log: Integrate perlio:
14865              
14866              [ 15521]
14867              Testcase for crlf spanning buffer boundary
14868              
14869              [ 15520]
14870              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
14871      Branch: perl
14872           +> t/io/crlf.t
14873           !> MANIFEST perlio.c
14874 ____________________________________________________________________________
14875 [ 15521] By: nick                                  on 2002/03/26  15:31:55
14876         Log: Testcase for crlf spanning buffer boundary
14877      Branch: perlio
14878            + t/io/crlf.t
14879            ! MANIFEST
14880 ____________________________________________________________________________
14881 [ 15520] By: nick                                  on 2002/03/26  15:09:52
14882         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
14883      Branch: perlio
14884            ! perlio.c
14885 ____________________________________________________________________________
14886 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
14887         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
14888      Branch: perl
14889            ! t/lib/1_compile.t
14890 ____________________________________________________________________________
14891 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
14892         Log: Document the Configure (really, awk) glitch in
14893              UNICOS/mk.
14894      Branch: perl
14895            ! pod/perldelta.pod
14896 ____________________________________________________________________________
14897 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
14898         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
14899              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14900              Date: Fri, 22 Mar 2002 16:11:28 +0100
14901              Message-ID: <3C9B57B0.31936.496399@localhost>
14902      Branch: perl
14903            ! win32/win32.c
14904 ____________________________________________________________________________
14905 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
14906         Log: Subject: Re: Jarkko likes OOOOs
14907              From: "Gerrit P. Haase" <gp@familiehaase.de>
14908              Date: Tue, 26 Mar 2002 08:44:02 +0100
14909              Message-ID: <40509050505.20020326084402@familiehaase.de>
14910      Branch: perl
14911            ! t/io/fs.t
14912 ____________________________________________________________________________
14913 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
14914         Log: Subject: [patch utils/perlbug] subject header setting problem      
14915              From: Stas Bekman <stas@stason.org>
14916              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
14917              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
14918      Branch: perl
14919            ! utils/perlbug.PL
14920 ____________________________________________________________________________
14921 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
14922         Log: Subject: [PATCH] win32/makefile.mk
14923              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
14924              Date: Tue, 26 Mar 2002 13:56:19 +0100
14925              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
14926      Branch: perl
14927            ! win32/makefile.mk
14928 ____________________________________________________________________________
14929 [ 15513] By: nick                                  on 2002/03/26  07:17:17
14930         Log: Integrate mainline
14931      Branch: perlio
14932           +> (branch 39 files)
14933            - (delete 109 files)
14934           !> (integrate 105 files)
14935 ____________________________________________________________________________
14936 [ 15512] By: nick                                  on 2002/03/26  06:52:42
14937         Log: Integrate mainline
14938      Branch: perlio
14939           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
14940           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
14941           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
14942           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
14943           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
14944 ____________________________________________________________________________
14945 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
14946         Log: Installation advice from Robert Spier. 
14947      Branch: perl
14948            ! INSTALL
14949 ____________________________________________________________________________
14950 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
14951         Log: Stas setting things right.
14952      Branch: perl
14953            ! ext/PerlIO/PerlIO.t
14954 ____________________________________________________________________________
14955 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
14956         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
14957              From: Paul_GreenVOS@vos.stratus.com
14958              Date: Mon, 25 Mar 02 23:57 est
14959              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
14960      Branch: perl
14961            ! ext/IO/lib/IO/t/io_unix.t
14962 ____________________________________________________________________________
14963 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
14964         Log: Add threads hints for UNICOS/mk and UNICOS.
14965              (I'm just guessing on UNICOS.)
14966      Branch: perl
14967            ! hints/unicos.sh hints/unicosmk.sh
14968 ____________________________________________________________________________
14969 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
14970         Log: Mention the effect of Unicode keys on hashes.
14971      Branch: perl
14972            ! pod/perlunicode.pod
14973 ____________________________________________________________________________
14974 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
14975         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
14976              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
14977              Date: Mon, 25 Mar 2002 17:24:33 -0600
14978              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
14979      Branch: perl
14980            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
14981            ! vms/vms_yfix.pl
14982 ____________________________________________________________________________
14983 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
14984         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
14985      Branch: perl
14986            ! hints/dec_osf.sh
14987 ____________________________________________________________________________
14988 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
14989         Log: The .ucm of Encode are big when uncompressed.
14990      Branch: perl
14991            ! INSTALL
14992 ____________________________________________________________________________
14993 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
14994         Log: I don't understand what is going on what these
14995              news tests, retracting the whole lot.
14996      Branch: perl
14997            ! ext/PerlIO/PerlIO.t
14998 ____________________________________________________________________________
14999 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
15000         Log: Upgrade to Encode 0.99, from Dan Kogai.
15001      Branch: perl
15002            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
15003            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
15004            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
15005            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
15006            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
15007            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
15008            + ext/Encode/Encode/ksc5601.ucm
15009            + ext/Encode/Encode/macCentEuro.ucm
15010            + ext/Encode/Encode/macCroatian.ucm
15011            + ext/Encode/Encode/macCyrillic.ucm
15012            + ext/Encode/Encode/macDingbats.ucm
15013            + ext/Encode/Encode/macGreek.ucm
15014            + ext/Encode/Encode/macIceland.ucm
15015            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
15016            + ext/Encode/Encode/macRumanian.ucm
15017            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
15018            + ext/Encode/Encode/macTurkish.ucm
15019            + ext/Encode/Encode/macUkraine.ucm
15020            + ext/Encode/Encode/shiftjis.ucm
15021            + ext/Encode/lib/Encode/10646_1.pm
15022            + ext/Encode/lib/Encode/CJKConstants.pm
15023            + ext/Encode/lib/Encode/CN/2022_CN.pm
15024            + ext/Encode/lib/Encode/JP/2022_JP.pm
15025            + ext/Encode/lib/Encode/JP/2022_JP1.pm
15026            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
15027            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
15028            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
15029            + ext/Encode/ucm2table
15030            - (delete 109 files)
15031            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
15032            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
15033            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
15034            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
15035            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15036            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
15037            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
15038            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
15039            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
15040            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
15041            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
15042            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
15043            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
15044            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
15045            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
15046            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
15047            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
15048            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
15049            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
15050            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
15051            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
15052            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
15053            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
15054            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
15055            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
15056            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
15057            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
15058            ! ext/Encode/Makefile.PL ext/Encode/README
15059            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
15060            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
15061            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
15062            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
15063            ! ext/Encode/lib/Encode/Details.pod
15064            ! ext/Encode/lib/Encode/Encoding.pm
15065            ! ext/Encode/lib/Encode/Internal.pm
15066            ! ext/Encode/lib/Encode/JP/H2Z.pm
15067            ! ext/Encode/lib/Encode/JP/JIS.pm
15068            ! ext/Encode/lib/Encode/Supported.pod
15069            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
15070            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
15071            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
15072            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
15073            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
15074            ! ext/Encode/t/jisx0212.ref
15075 ____________________________________________________________________________
15076 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
15077         Log: Noise with -w.
15078      Branch: perl
15079            ! ext/PerlIO/PerlIO.t
15080 ____________________________________________________________________________
15081 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
15082         Log: If no perlio no perlio warnings, either.
15083      Branch: perl
15084            ! lib/warnings.t
15085 ____________________________________________________________________________
15086 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
15087         Log: ...and put some of the new perlio tests here.
15088              The in-memory ones not yet since my poor brain
15089              refuses to find the right TODO incantation.
15090      Branch: perl
15091            ! ext/PerlIO/PerlIO.t
15092 ____________________________________________________________________________
15093 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
15094         Log: Take away the perlio-requiring tests..
15095      Branch: perl
15096            ! t/io/open.t
15097 ____________________________________________________________________________
15098 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
15099         Log: More correct now, but actually the two new tests
15100              need to be moved, since they are perlio-only...
15101      Branch: perl
15102            ! t/io/open.t
15103 ____________________________________________________________________________
15104 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
15105         Log: More neo-io tests from Stas Bekman.
15106      Branch: perl
15107            ! t/io/open.t
15108 ____________________________________________________________________________
15109 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
15110         Log: Document the QNX6 sprintf glitch.
15111      Branch: perl
15112            ! pod/perldelta.pod
15113 ____________________________________________________________________________
15114 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
15115         Log: AmigaOS must use the ixemul directly, since there
15116              is no more vfork support.
15117      Branch: perl
15118            ! hints/amigaos.sh
15119 ____________________________________________________________________________
15120 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
15121         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
15122              From: Norton Allen <allen@huarp.harvard.edu>
15123              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
15124              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
15125      Branch: perl
15126            ! pp_sys.c
15127 ____________________________________________________________________________
15128 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
15129         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
15130              From: Norton Allen <allen@huarp.harvard.edu>
15131              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
15132              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
15133      Branch: perl
15134            ! ext/Socket/socketpair.t
15135 ____________________________________________________________________________
15136 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
15137         Log: Clarify the 8.3 rule.
15138      Branch: perl
15139            ! Porting/check83.pl
15140 ____________________________________________________________________________
15141 [ 15490] By: nick                                  on 2002/03/25  16:05:07
15142         Log: Integrate mainline
15143      Branch: perlio
15144           +> ext/Encode/lib/Encode/EncFormat.pod
15145           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
15146            - ext/Encode/lib/EncodeFormat.pod
15147           !> (integrate 41 files)
15148 ____________________________________________________________________________
15149 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
15150         Log: Update Changes.
15151      Branch: perl
15152            ! Changes patchlevel.h
15153 ____________________________________________________________________________
15154 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
15155         Log: Forgotten from #15486.
15156      Branch: perl
15157            ! perl.c
15158 ____________________________________________________________________________
15159 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
15160         Log: It seems that FreeBSD does not like using Perl's malloc
15161              when multithreaded.
15162      Branch: perl
15163            ! hints/freebsd.sh
15164 ____________________________________________________________________________
15165 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
15166         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
15167              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15168              Date: Mon, 25 Mar 2002 11:33:17 +0100
15169              Message-ID: <20020325113317.A1410@rafael>
15170              
15171              Apparently VMS does not do YYDEBUG.
15172      Branch: perl
15173            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
15174 ____________________________________________________________________________
15175 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
15176         Log: Subject: [PATCH] warnings for perlio + others
15177              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
15178              Date: Mon, 25 Mar 2002 13:01:44 -0000
15179              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
15180      Branch: perl
15181            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
15182            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
15183            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
15184            ! warnings.pl
15185 ____________________________________________________________________________
15186 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
15187         Log: As verified by Doug MacEachern.
15188      Branch: perl
15189            ! pod/perldelta.pod
15190 ____________________________________________________________________________
15191 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
15192         Log: MPE/iX update from Mark Bixby.
15193      Branch: perl
15194            + mpeix/mpeix.c
15195            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
15196            ! hints/mpeix.sh mpeix/mpeixish.h
15197 ____________________________________________________________________________
15198 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
15199         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
15200              From: Nicholas Clark <nick@unfortu.net>
15201              Date: Sun, 24 Mar 2002 22:50:06 +0000
15202              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
15203      Branch: perl
15204            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
15205 ____________________________________________________________________________
15206 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
15207         Log: Subject: [PATCH] fix warning + carp interaction
15208              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
15209              Date: Sun, 24 Mar 2002 23:00:21 -0000
15210              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
15211      Branch: perl
15212            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
15213            ! warnings.pl
15214 ____________________________________________________________________________
15215 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
15216         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
15217              (All the code changes have already been applied earlier.)
15218      Branch: perl
15219            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
15220 ____________________________________________________________________________
15221 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
15222         Log: DB_File: for the core version, no need to specify
15223              a minimum MM version.
15224      Branch: perl
15225            ! ext/DB_File/Makefile.PL
15226 ____________________________________________________________________________
15227 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
15228         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
15229              From: Dave Mitchell <davem@fdgroup.com>
15230              Date: Sun, 24 Mar 2002 22:23:08 +0000
15231              Message-ID: <20020324222308.B21963@fdgroup.com>
15232      Branch: perl
15233            ! pp_pack.c
15234 ____________________________________________________________________________
15235 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
15236         Log: Subject: [PATCH @15450] errno help for VMS
15237              From: "Craig A. Berry" <craigberry@mac.com>
15238              Date: Sun, 24 Mar 2002 16:17:52 -0600
15239              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
15240      Branch: perl
15241            ! ext/POSIX/t/posix.t vms/vms.c
15242 ____________________________________________________________________________
15243 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
15244         Log: Upgrade to Locale::Codes 2.03.
15245      Branch: perl
15246            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
15247            ! lib/Locale/Country.pm
15248 ____________________________________________________________________________
15249 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
15250         Log: metaconfig unit change for #15474.
15251      Branch: metaconfig/U/perl
15252            ! Extensions.U
15253 ____________________________________________________________________________
15254 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
15255         Log: The #15472 said "properly".  Ha!
15256      Branch: perl
15257            ! Configure
15258 ____________________________________________________________________________
15259 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
15260         Log: metaconfig unit change for #15472.
15261      Branch: metaconfig/U/perl
15262            ! Extensions.U
15263 ____________________________________________________________________________
15264 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
15265         Log: Properly scan for the subextensions of Encode
15266              when doing static builds.
15267      Branch: perl
15268            ! Configure
15269 ____________________________________________________________________________
15270 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
15271         Log: Tru64: Document the known odbm failure with static builds.
15272      Branch: perl
15273            ! README.tru64
15274 ____________________________________________________________________________
15275 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
15276         Log: microperl tweaks.
15277      Branch: perl
15278            ! Makefile.micro locale.c util.c
15279 ____________________________________________________________________________
15280 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
15281         Log: metaconfig unit changes for #15468.
15282      Branch: metaconfig
15283            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
15284            ! U/modified/libc.U U/modified/libs.U
15285            ! U/threads/d_pthread_atfork.U
15286 ____________________________________________________________________________
15287 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
15288         Log: Various metaconfig unit cleanup; only one visible change
15289              in Configure, though.
15290      Branch: perl
15291            ! Configure
15292 ____________________________________________________________________________
15293 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
15294         Log: Upgrade to Encode 0.98, from Dan Kogai.
15295      Branch: perl
15296            + ext/Encode/lib/Encode/EncFormat.pod
15297            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
15298            - ext/Encode/lib/EncodeFormat.pod
15299            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
15300            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
15301            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
15302            ! ext/Encode/lib/Encode/Alias.pm
15303            ! ext/Encode/lib/Encode/Details.pod
15304            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15305            ! ext/Encode/lib/Encode/JP/JIS.pm
15306            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15307 ____________________________________________________________________________
15308 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
15309         Log: Integrate perlio:
15310              
15311              [ 15462]
15312              Avoid core-dump in Encode with PERLIO=mmap
15313      Branch: perl
15314           !> ext/Encode/Encode.xs
15315 ____________________________________________________________________________
15316 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
15317         Log: In the spirit of #15464.
15318      Branch: perl
15319            ! perl.c sv.c
15320 ____________________________________________________________________________
15321 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
15322         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
15323              From: Michael G Schwern <schwern@pobox.com>
15324              Date: Sun, 24 Mar 2002 02:27:25 -0500
15325              Message-ID: <20020324072725.GA3554@blackrider>
15326      Branch: perl
15327            ! perl.c
15328 ____________________________________________________________________________
15329 [ 15463] By: nick                                  on 2002/03/24  10:24:41
15330         Log: Integrate mainline
15331      Branch: perlio
15332           +> (branch 28 files)
15333            - lib/bigfloat.t lib/bigint.t
15334           !> (integrate 59 files)
15335 ____________________________________________________________________________
15336 [ 15462] By: nick                                  on 2002/03/24  08:59:35
15337         Log: Avoid core-dump in Encode with PERLIO=mmap
15338      Branch: perlio
15339            ! ext/Encode/Encode.xs
15340 ____________________________________________________________________________
15341 [ 15461] By: nick                                  on 2002/03/24  08:58:21
15342         Log: Too many machines doing integrate mainline
15343      Branch: perlio
15344           !> Changes Configure lib/AutoSplit.t
15345           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
15346           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
15347           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
15348           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
15349 ____________________________________________________________________________
15350 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
15351         Log: Retract Math::BigInt::Lite for now, seems to confuse
15352              bignum and bigrat.
15353      Branch: perl
15354            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15355            ! MANIFEST
15356 ____________________________________________________________________________
15357 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
15358         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
15359              From: "Craig A. Berry" <craigberry@mac.com>
15360              Date: Sat, 23 Mar 2002 23:23:00 -0600
15361              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
15362      Branch: perl
15363            ! configure.com vms/vms.c
15364 ____________________________________________________________________________
15365 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
15366         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
15367              From: Michael G Schwern <schwern@pobox.com>
15368              Date: Sat, 23 Mar 2002 21:32:32 -0500
15369              Message-ID: <20020324023232.GA29972@blackrider>
15370              
15371              (with Russ Allbery's simplifications)
15372      Branch: perl
15373            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
15374 ____________________________________________________________________________
15375 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
15376         Log: Merge Math::BigInt::Lite 0.08, from Tels.
15377      Branch: perl
15378            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
15379            ! MANIFEST
15380 ____________________________________________________________________________
15381 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
15382         Log: Too chatty.
15383      Branch: perl
15384            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
15385 ____________________________________________________________________________
15386 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
15387         Log: Merge bignum 0.10, from Tels.
15388      Branch: perl
15389            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
15390            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
15391            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
15392            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
15393            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
15394            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
15395            ! MANIFEST
15396 ____________________________________________________________________________
15397 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
15398         Log: Rename the Perl 4 tests in preparation of bignum.
15399      Branch: perl
15400            + lib/bigfloatpl.t lib/bigintpl.t
15401            - lib/bigfloat.t lib/bigint.t
15402            ! MANIFEST
15403 ____________________________________________________________________________
15404 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
15405         Log: Merge Math::BigRat 0.04, from Tels.
15406      Branch: perl
15407            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
15408            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
15409            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
15410            + t/lib/Math/BigRat/Test.pm
15411            ! MANIFEST
15412 ____________________________________________________________________________
15413 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
15414         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
15415              From: Dave Mitchell <davem@fdgroup.com>
15416              Date: Sat, 23 Mar 2002 22:27:24 +0000
15417              Message-ID: <20020323222724.A19425@fdgroup.com>
15418      Branch: perl
15419            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
15420 ____________________________________________________________________________
15421 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
15422         Log: Forgotten.
15423      Branch: perl
15424            ! ext/Unicode/Normalize/README
15425 ____________________________________________________________________________
15426 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
15427         Log: Update Changes.
15428      Branch: perl
15429            ! Changes patchlevel.h
15430 ____________________________________________________________________________
15431 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
15432         Log: Subject: perldoc -m [PATCH]
15433              From: "John L. Allen" <allen@grumman.com>
15434              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
15435              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
15436      Branch: perl
15437            ! utils/perldoc.PL
15438 ____________________________________________________________________________
15439 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
15440         Log: Subject: Re: Copious warnings from Sys::Syslog
15441              From: andreas.koenig@anima.de (Andreas J. Koenig)
15442              Date: Sat, 23 Mar 2002 06:47:08 +0100
15443              Message-ID: <m31yebvns3.fsf@anima.de>
15444      Branch: perl
15445            ! ext/Sys/Syslog/Syslog.pm
15446 ____________________________________________________________________________
15447 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
15448         Log: Upgrade to Math::BigInt 1.55, from Tels.
15449      Branch: perl
15450            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
15451            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
15452            + lib/Math/BigInt/t/use_lib4.t
15453            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
15454            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
15455            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
15456            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
15457            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
15458            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
15459            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
15460            ! lib/Math/BigInt/t/upgrade.t
15461 ____________________________________________________________________________
15462 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
15463         Log: Upgrade to Encode 0.97, from Dan Kogai.
15464      Branch: perl
15465            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
15466            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
15467            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
15468            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15469            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
15470            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
15471            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
15472            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
15473            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
15474            ! ext/Encode/t/Tcl.t
15475 ____________________________________________________________________________
15476 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
15477         Log: Slight tweaks on #15443.
15478      Branch: perl
15479            ! pod/perlvar.pod
15480 ____________________________________________________________________________
15481 [ 15444] By: nick                                  on 2002/03/23  17:30:42
15482         Log: Integrate mainline
15483      Branch: perlio
15484           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
15485           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
15486           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
15487           !> (integrate 50 files)
15488 ____________________________________________________________________________
15489 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
15490         Log: Subject: patch [bleadperl]: Document %! special variable
15491              From: mjd@plover.com
15492              Date: 23 Mar 2002 18:25:44 -0000
15493              Message-ID: <20020323182544.11741.qmail@plover.com>    
15494      Branch: perl
15495            ! pod/perlvar.pod
15496 ____________________________________________________________________________
15497 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
15498         Log: Since the Encode::JP is unsupported under EBCDIC we
15499              cannot run this test (aliases as such should work fine).
15500      Branch: perl
15501            ! ext/Encode/t/Aliases.t
15502 ____________________________________________________________________________
15503 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
15504         Log: EBCDIC: the sorting order is different under
15505              byte-EBCDIC and Unicode.
15506      Branch: perl
15507            ! t/op/utfhash.t
15508 ____________________________________________________________________________
15509 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
15510         Log: EBCDIC: the character codes are different.
15511      Branch: perl
15512            ! lib/Pod/t/pod2html-lib.pl
15513 ____________________________________________________________________________
15514 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
15515         Log: Purify: #15434 got the test the wrong.
15516              (Is there an approved way of testing "is this an unop"?)
15517      Branch: perl
15518            ! op.c
15519 ____________________________________________________________________________
15520 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
15521         Log: Purify: Array bounds read: could read one character past the end.
15522      Branch: perl
15523            ! pp_pack.c
15524 ____________________________________________________________________________
15525 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
15526         Log: Purify: Array bounds read: reading one byte before the buffer.
15527      Branch: perl
15528            ! util.c
15529 ____________________________________________________________________________
15530 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
15531         Log: Purify: Unitialized memory read.  Too many code paths
15532              to keep track of, I guess.
15533      Branch: perl
15534            ! sv.c
15535 ____________________________________________________________________________
15536 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
15537         Log: Purify: Array bounds write: pre-extend the strxfrm
15538              buffer by a factor of four (suggested maximum by HP-UX;
15539              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
15540              know how portable that is; locale.c uses yet another trick
15541              (not a particularly good trick, I might add))
15542      Branch: perl
15543            ! ext/POSIX/POSIX.xs
15544 ____________________________________________________________________________
15545 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
15546         Log: Purify: Array bounds read: o->op_last was accessed
15547              for unops (via newUNOP() and ck_eof()).
15548              (analysis okay, patch bad: see #15439)
15549      Branch: perl
15550            ! op.c
15551 ____________________________________________________________________________
15552 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
15553         Log: Subject: [PATCH] vms/test.com, File::Find tests
15554              From: "Craig A. Berry" <craigberry@mac.com>
15555              Date: Fri, 22 Mar 2002 16:52:59 -0600
15556              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
15557      Branch: perl
15558            ! vms/test.com
15559 ____________________________________________________________________________
15560 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
15561         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
15562              From: Michael G Schwern <schwern@pobox.com>
15563              Date: Fri, 22 Mar 2002 18:08:19 -0500
15564              Message-ID: <20020322230819.GB16454@blackrider>
15565      Branch: perl
15566            ! ext/Sys/Syslog/Syslog.pm
15567 ____________________________________________________________________________
15568 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
15569         Log: Update the information on Encode.
15570      Branch: perl
15571            ! pod/perldelta.pod
15572 ____________________________________________________________________________
15573 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
15574         Log: Upgrade to Encode 0.96, from Dan Kogai.
15575      Branch: perl
15576            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
15577            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
15578            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
15579            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
15580            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
15581            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
15582            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
15583            ! ext/Encode/lib/Encode/Alias.pm
15584            ! ext/Encode/lib/Encode/Encoding.pm
15585            ! ext/Encode/lib/Encode/Internal.pm
15586            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15587 ____________________________________________________________________________
15588 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
15589         Log: Subject: [PATCH] h2xs.t fix for VMS
15590              From: "Craig A. Berry" <craigberry@mac.com>
15591              Date: Fri, 22 Mar 2002 15:47:38 -0600
15592              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
15593      Branch: perl
15594            ! lib/h2xs.t
15595 ____________________________________________________________________________
15596 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
15597         Log: One more pass.
15598      Branch: perl
15599            ! epoc/config.sh
15600 ____________________________________________________________________________
15601 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
15602         Log: Even better version from Olaf Flebbe.
15603      Branch: perl
15604            ! epoc/config.sh pp_sys.c util.c
15605 ____________________________________________________________________________
15606 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
15607         Log: EPOC update from Olaf Flebbe.
15608      Branch: perl
15609            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
15610            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
15611 ____________________________________________________________________________
15612 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
15613         Log: Tweak from John P. Linderman.
15614      Branch: perl
15615            ! pod/perlhack.pod
15616 ____________________________________________________________________________
15617 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
15618         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
15619              From: Stas Bekman <stas@stason.org>
15620              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
15621              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
15622      Branch: perl
15623            ! pod/perlfunc.pod
15624 ____________________________________________________________________________
15625 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
15626         Log: Subject: [PATCH] check sysconf's return value in reentr.c
15627              From: <slaven.rezic@berlin.de>
15628              Date: Fri, 22 Mar 2002 18:30:36 +0100
15629              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
15630              
15631              (plus use 4k instead 2k as the "usual" size)
15632      Branch: perl
15633            ! reentr.c reentr.pl
15634 ____________________________________________________________________________
15635 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
15636         Log: Update Changes.
15637      Branch: perl
15638            ! Changes patchlevel.h
15639 ____________________________________________________________________________
15640 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
15641         Log: Forgot from #15416.
15642      Branch: perl
15643            ! pod/perlfaq3.pod
15644 ____________________________________________________________________________
15645 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
15646         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
15647              From: andreas.koenig@anima.de (Andreas J. Koenig)
15648              Date: Fri, 22 Mar 2002 16:27:51 +0100
15649              Message-ID: <m3n0x0vczs.fsf@anima.de>
15650      Branch: perl
15651            ! pod/perlmodstyle.pod
15652 ____________________________________________________________________________
15653 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
15654         Log: metaconfig unit changes for #15418.
15655      Branch: metaconfig
15656            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15657            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15658            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15659            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15660            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15661            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15662            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15663            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15664            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15665            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15666            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15667            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15668            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15669            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15670            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15671            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15672            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15673            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15674            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15675            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15676            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15677            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15678            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15679            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15680 ____________________________________________________________________________
15681 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
15682         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
15683              Also, there's no i_stdio.
15684      Branch: perl
15685            ! Configure reentr.h reentr.pl
15686 ____________________________________________________________________________
15687 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
15688         Log: Document a known AIX warning.
15689      Branch: perl
15690            ! pod/perldelta.pod
15691 ____________________________________________________________________________
15692 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
15693         Log: Undo #15415, allow the faq people to catch up first.
15694      Branch: perl
15695            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
15696 ____________________________________________________________________________
15697 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
15698         Log: FAQ sync.
15699      Branch: perl
15700            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
15701 ____________________________________________________________________________
15702 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
15703         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
15704              From: andreas.koenig@anima.de (Andreas J. Koenig)
15705              Date: Fri, 22 Mar 2002 15:16:19 +0100
15706              Message-ID: <m38z8kwuvg.fsf@anima.de>
15707              
15708              (plus reformat)
15709      Branch: perl
15710            ! pod/perldelta.pod
15711 ____________________________________________________________________________
15712 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
15713         Log: Integrate perlio:
15714              
15715              [ 15412]
15716              Check for sanity of UTF-8 keys in hashes
15717              (feel free to add more tests...)
15718              
15719              [ 15410]
15720              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
15721              - when (e.g.) STDOUT is char special file and gets IoOFP
15722              created - do _NOT_ pass num_svs as that fopen-s stringified
15723              glob, and not fdopen-s the fd.
15724      Branch: perl
15725           +> t/op/utfhash.t
15726           !> MANIFEST doio.c
15727 ____________________________________________________________________________
15728 [ 15412] By: nick                                  on 2002/03/22  10:50:53
15729         Log: Check for sanity of UTF-8 keys in hashes
15730              (feel free to add more tests...)
15731      Branch: perlio
15732            + t/op/utfhash.t
15733            ! MANIFEST
15734 ____________________________________________________________________________
15735 [ 15411] By: ams                                   on 2002/03/22  08:36:33
15736         Log: Revert #15200 for backwards compatiblity reasons.
15737      Branch: perl
15738            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
15739            ! pp_ctl.c t/op/override.t
15740 ____________________________________________________________________________
15741 [ 15410] By: nick                                  on 2002/03/22  07:47:41
15742         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
15743              - when (e.g.) STDOUT is char special file and gets IoOFP
15744              created - do _NOT_ pass num_svs as that fopen-s stringified
15745              glob, and not fdopen-s the fd.
15746      Branch: perlio
15747            ! doio.c
15748 ____________________________________________________________________________
15749 [ 15409] By: nick                                  on 2002/03/22  07:19:33
15750         Log: Integrate mainline
15751      Branch: perlio
15752           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
15753           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
15754           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
15755           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
15756           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
15757           +> ext/Encode/lib/Encode/Details.pod
15758           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15759           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
15760           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15761           +> lib/Pod/t/pod2html-lib.pl
15762            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
15763           !> (integrate 39 files)
15764 ____________________________________________________________________________
15765 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
15766         Log: Win32 tweak from mjd.
15767      Branch: perl
15768            ! lib/Tie/File.pm
15769 ____________________________________________________________________________
15770 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
15771         Log: If Unicode keys are entered to a hash, a bit is turned on.
15772              If the bit is on, when the keys are fetched from the hash
15773              (%h, each %h, keys %h), the Unicodified versions of the keys
15774              are returned if needed.  This solution errs on the size of
15775              over-Unicodifying, the old solution erred on the side of
15776              under-Unicodifying.  As long as the hash keys can be a mix
15777              of byte and Unicode strings, a perfect fit is hard to come by.
15778      Branch: perl
15779            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
15780            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
15781 ____________________________________________________________________________
15782 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
15783         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
15784              From: Mike Guy <mjtg@cam.ac.uk>
15785              Date: Fri, 22 Mar 2002 02:08:20 +0000
15786              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
15787      Branch: perl
15788            ! pod/perldelta.pod
15789 ____________________________________________________________________________
15790 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
15791         Log: PM_SETRE() fallout.
15792      Branch: perl
15793            ! ext/ByteLoader/bytecode.h
15794 ____________________________________________________________________________
15795 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
15796         Log: Subject: [PATCH pod/perlxs.pod] doc fix
15797              From: Stas Bekman <stas@stason.org>
15798              Date: Thu, 21 Mar 2002 18:47:35 +0800
15799              Message-ID: <3C99BA47.9010403@stason.org>
15800      Branch: perl
15801            ! pod/perlxs.pod
15802 ____________________________________________________________________________
15803 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
15804         Log: Subject: [PATCH]
15805              From: Slaven Rezic <slaven.rezic@berlin.de>
15806              Date: 21 Mar 2002 10:19:23 +0100
15807              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
15808              
15809              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
15810      Branch: perl
15811            ! hints/freebsd.sh
15812 ____________________________________________________________________________
15813 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
15814         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
15815              From: Tim Bunce <Tim.Bunce@pobox.com>
15816              Date: Thu, 21 Mar 2002 21:18:05 +0000
15817              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
15818      Branch: perl
15819            ! ext/Storable/Storable.xs
15820 ____________________________________________________________________________
15821 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
15822         Log: Reword the Apache^Wmod_perl bit so that Sarathy
15823              can sleep easier :-)
15824      Branch: perl
15825            ! pod/perldelta.pod
15826 ____________________________________________________________________________
15827 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
15828         Log: It seems that the strange failure (core dump) of
15829              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
15830              (1) using Sun's cc helps
15831              (2) rewriting the ithreads PM_SETRE() to do the
15832              setting in two steps helps
15833              (3) no other platforms have the crash
15834              (4) Tru64's Third Degree sees nothing evil
15835              So we implement (2).
15836      Branch: perl
15837            ! op.h
15838 ____________________________________________________________________________
15839 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
15840         Log: Solaris: default to the SUNwspro cc if it is available.
15841      Branch: perl
15842            ! hints/solaris_2.sh
15843 ____________________________________________________________________________
15844 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
15845         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
15846              does not get fixed in time.
15847      Branch: perl
15848            ! pod/perldelta.pod
15849 ____________________________________________________________________________
15850 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
15851         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
15852              From: Dave Mitchell <davem@fdgroup.com>
15853              Date: Thu, 21 Mar 2002 17:24:40 +0000
15854              Message-ID: <20020321172440.C13683@fdgroup.com>
15855      Branch: perl
15856            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
15857            ! pod/perlapi.pod proto.h sv.h toke.c
15858 ____________________________________________________________________________
15859 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
15860         Log: One more proto escapee.
15861      Branch: perl
15862            ! hints/linux.sh
15863 ____________________________________________________________________________
15864 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
15865         Log: metaconfig unit change for #15394.
15866      Branch: metaconfig/U/perl
15867            ! Checkcc.U
15868 ____________________________________________________________________________
15869 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
15870         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
15871              From: Robin Barker <rmb1@cise.npl.co.uk>
15872              Date: Thu, 21 Mar 2002 17:35:00 GMT
15873              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
15874      Branch: perl
15875            ! Configure
15876 ____________________________________________________________________________
15877 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
15878         Log: Subject: Re: [tests for Pod::Html]
15879              From: Stas Bekman <stas@stason.org>
15880              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
15881              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
15882      Branch: perl
15883            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15884            - t/pod2html/README
15885            ! MANIFEST lib/Pod/t/pod2html-lib.pl
15886 ____________________________________________________________________________
15887 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
15888         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
15889              From: Stas Bekman <stas@stason.org>
15890              Date: Thu, 21 Mar 2002 18:50:56 +0800
15891              Message-ID: <3C99BB10.50004@stason.org>
15892      Branch: perl
15893            ! ext/Cwd/Cwd.xs
15894 ____________________________________________________________________________
15895 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
15896         Log: Upgrade to Encode 0.95, from Dan Kogai.
15897      Branch: perl
15898            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
15899            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
15900            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
15901            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
15902            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
15903            + ext/Encode/lib/Encode/Details.pod
15904            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
15905            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
15906            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
15907            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
15908            ! ext/Encode/Makefile.PL
15909 ____________________________________________________________________________
15910 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
15911         Log: Mention the new syslog try-harder feature.
15912      Branch: perl
15913            ! pod/perldelta.pod
15914 ____________________________________________________________________________
15915 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
15916         Log: metaconfig unit changes for #15388.
15917      Branch: metaconfig
15918            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
15919            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
15920            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
15921            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
15922            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
15923            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
15924            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
15925            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
15926            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
15927            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
15928            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
15929            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
15930            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
15931            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
15932            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
15933            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
15934            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
15935            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
15936            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
15937            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
15938            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
15939            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
15940            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
15941            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
15942 ____________________________________________________________________________
15943 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
15944         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
15945              From: Spider Boardman <spider@web.zk3.dec.com>
15946              Date: Thu, 21 Mar 2002 09:23:45 -0500
15947              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
15948      Branch: perl
15949            ! Configure hints/hpux.sh reentr.pl
15950 ____________________________________________________________________________
15951 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
15952         Log: NetWare diff from C Aditya.
15953      Branch: perl
15954            ! perl.h
15955 ____________________________________________________________________________
15956 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
15957         Log: The htmlview test doesn't work yet.
15958      Branch: perl
15959            + t/pod2html/README
15960            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15961            ! MANIFEST
15962 ____________________________________________________________________________
15963 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
15964         Log: Placeholder.
15965      Branch: perl
15966            ! MANIFEST
15967 ____________________________________________________________________________
15968 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
15969         Log: Integrate perlio:
15970              
15971              [ 15381]
15972              Restore tabs so dmake will parse file!
15973      Branch: perl
15974           !> win32/makefile.mk
15975 ____________________________________________________________________________
15976 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
15977         Log: Subject: [tests for Pod::Html]
15978              From: Stas Bekman <stas@stason.org>
15979              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
15980              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
15981      Branch: perl
15982            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
15983            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
15984            + lib/Pod/t/pod2html-lib.pl
15985            ! MANIFEST
15986 ____________________________________________________________________________
15987 [ 15382] By: nick                                  on 2002/03/21  07:21:57
15988         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
15989      Branch: perlio
15990           +> ext/Encode/AUTHORS ext/Encode/Changes
15991           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
15992           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
15993           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
15994           +> ext/I18N/Langinfo/fallback/const-c.inc
15995           +> ext/I18N/Langinfo/fallback/const-xs.inc
15996           +> lib/ExtUtils/t/Constant.t
15997            - ext/Encode/Encode/euc-jp-0212.enc
15998            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
15999            - ext/Encode/t/table.euc ext/Encode/t/table.ref
16000            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
16001           !> (integrate 105 files)
16002 ____________________________________________________________________________
16003 [ 15381] By: nick                                  on 2002/03/21  06:59:57
16004         Log: Restore tabs so dmake will parse file!
16005      Branch: perlio
16006            ! win32/makefile.mk
16007 ____________________________________________________________________________
16008 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
16009         Log: Upgrade to Unicode::Normalize 0.16.
16010      Branch: perl
16011            ! ext/Unicode/Normalize/Changes
16012            ! ext/Unicode/Normalize/Normalize.pm
16013 ____________________________________________________________________________
16014 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
16015         Log: Schwern's wallet is a bit more loose.
16016      Branch: perl
16017            ! t/lib/1_compile.t
16018 ____________________________________________________________________________
16019 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
16020         Log: Subject: [PATCH]
16021              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
16022              Date: Wed, 20 Mar 2002 22:56:17 -0000
16023              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
16024              
16025              packWARN also for subdirs.
16026      Branch: perl
16027            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
16028            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
16029            ! win32/win32.c
16030 ____________________________________________________________________________
16031 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
16032         Log: A plan is better.
16033      Branch: perl
16034            ! ext/Encode/t/CJKalias.t
16035 ____________________________________________________________________________
16036 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
16037         Log: Upgrade to Encode 0.94, from Dan Kogai.
16038      Branch: perl
16039            + ext/Encode/lib/Encode/Description.pod
16040            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
16041            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
16042            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
16043            ! ext/Encode/lib/Encode/Encoding.pm
16044            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16045            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
16046            ! ext/Encode/t/CJKalias.t
16047 ____________________________________________________________________________
16048 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
16049         Log: Rats' nest.
16050      Branch: perl
16051            ! hints/solaris_2.sh
16052 ____________________________________________________________________________
16053 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
16054         Log: Rrright.
16055      Branch: perl
16056            ! pod/perlguts.pod
16057 ____________________________________________________________________________
16058 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
16059         Log: Update Changes.
16060      Branch: perl
16061            ! Changes patchlevel.h
16062 ____________________________________________________________________________
16063 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
16064         Log: Reapply #15336.
16065      Branch: perl
16066            ! ext/Encode/lib/Encode/Tcl.pm
16067 ____________________________________________________________________________
16068 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
16069         Log: Upgrade to Encode 0.93, from Dan Kogai.
16070      Branch: perl
16071            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
16072            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
16073            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
16074            ! ext/Encode/README ext/Encode/TW/TW.pm
16075            ! ext/Encode/lib/Encode/CN/HZ.pm
16076            ! ext/Encode/lib/Encode/Encoding.pm
16077            ! ext/Encode/lib/Encode/Internal.pm
16078            ! ext/Encode/lib/Encode/JP/Constants.pm
16079            ! ext/Encode/lib/Encode/JP/H2Z.pm
16080            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16081            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
16082            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16083            ! ext/Encode/lib/Encode/Tcl/Table.pm
16084            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16085            ! ext/Encode/lib/Encode/iso10646_1.pm
16086            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16087            ! ext/Encode/t/JP.t
16088 ____________________________________________________________________________
16089 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
16090         Log: Subject: patch for syslog
16091              From: <Nick.Williams@morganstanley.com>
16092              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
16093              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
16094      Branch: perl
16095            ! ext/Sys/Syslog/Syslog.pm
16096 ____________________________________________________________________________
16097 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
16098         Log: Some failure updates.
16099      Branch: perl
16100            ! pod/perldelta.pod
16101 ____________________________________________________________________________
16102 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
16103         Log: Getopt::Long 2.29 from Johan Vromans.
16104      Branch: perl
16105            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
16106 ____________________________________________________________________________
16107 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
16108         Log: Rename ExtUtils.t to Constant.t, as suggested by
16109              Nicholas Clark.
16110      Branch: perl
16111            + lib/ExtUtils/t/Constant.t
16112            - lib/ExtUtils/t/ExtUtils.t
16113            ! MANIFEST
16114 ____________________________________________________________________________
16115 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
16116         Log: Subject: [PATCH] TODO - Make Schwern Poorer
16117              From: Nicholas Clark <nick@unfortu.net>
16118              Date: Tue, 19 Mar 2002 22:50:28 +0000
16119              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
16120      Branch: perl
16121            ! t/lib/1_compile.t
16122 ____________________________________________________________________________
16123 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
16124         Log: Subject: Re: The story of O [PATCH]
16125              From: Richard.Foley@t-online.de (Richard Foley)
16126              Date: Sun, 17 Mar 2002 08:37:26 +0100
16127              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
16128      Branch: perl
16129            ! lib/perl5db.pl
16130 ____________________________________________________________________________
16131 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
16132         Log: Mention the external modules Encode::HanExtra and
16133              PadWalker.
16134      Branch: perl
16135            ! pod/perldelta.pod
16136 ____________________________________________________________________________
16137 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
16138         Log: Subject: [PATCH] List lexicals from debugger
16139              From: Peter Scott <Peter@PSDT.com>
16140              Date: Tue, 19 Mar 2002 12:28:52 -0800
16141              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
16142      Branch: perl
16143            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
16144 ____________________________________________________________________________
16145 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
16146         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
16147              and :encoding(xxx) was errorneously parsed.
16148      Branch: perl
16149            ! lib/open.pm
16150 ____________________________________________________________________________
16151 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
16152         Log: Subject: [PATCH bleadperl] exec.t tweak
16153              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16154              Date: Wed, 20 Mar 2002 01:21:40 +0100
16155              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
16156              
16157              4NT returns 2 as error-code for nonexistant file.
16158      Branch: perl
16159            ! t/op/exec.t
16160 ____________________________________________________________________________
16161 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
16162         Log: minor Tie::File test patch to make win32 happier, from mjd.
16163      Branch: perl
16164            ! lib/Tie/File/t/30_defer.t
16165 ____________________________________________________________________________
16166 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
16167         Log: Subject: [PATCH bleadperl] magic.t tweak
16168              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16169              Date: Wed, 20 Mar 2002 00:39:16 +0100
16170              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
16171      Branch: perl
16172            ! t/op/magic.t
16173 ____________________________________________________________________________
16174 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
16175         Log: Typo fix from Andreas Koenig, plus a tweak.
16176      Branch: perl
16177            ! pod/perlunicode.pod
16178 ____________________________________________________________________________
16179 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
16180         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
16181              in Mandrake 8.2.  Now we need to figure out a way not to
16182              unbreak Apache.
16183      Branch: perl
16184            ! hints/linux.sh
16185 ____________________________________________________________________________
16186 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
16187         Log: Fix for "UTF-8 bug with s///" from Hugo.
16188      Branch: perl
16189            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
16190            ! t/op/pat.t
16191 ____________________________________________________________________________
16192 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
16193         Log: metaconfig unit change for #15354.
16194      Branch: metaconfig
16195            ! U/threads/usethreads.U
16196 ____________________________________________________________________________
16197 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
16198         Log: Installation updates on threads and perlio.
16199      Branch: perl
16200            ! Configure INSTALL
16201 ____________________________________________________________________________
16202 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
16203         Log: Tpo.
16204      Branch: perl
16205            ! pod/perlfaq6.pod
16206 ____________________________________________________________________________
16207 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
16208         Log: Regen modlib and toc.
16209      Branch: perl
16210            ! pod/perlmodlib.pod pod/perltoc.pod
16211 ____________________________________________________________________________
16212 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
16213         Log: Whitespace tweaks.
16214      Branch: perl
16215            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
16216            ! pod/perltodo.pod pod/perlunicode.pod
16217 ____________________________________________________________________________
16218 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
16219         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
16220              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
16221              (And as suggested by Markus Kuhn.)
16222              
16223              While we are at it, document also the case of
16224              mixed hash keys as a known potential troublemaker.
16225              (Since it's locale-related, sometimes.)
16226      Branch: perl
16227            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
16228            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
16229            ! pod/perluniintro.pod
16230 ____________________________________________________________________________
16231 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
16232         Log: Surely a typo.
16233      Branch: perl
16234            ! gv.c
16235 ____________________________________________________________________________
16236 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
16237         Log: Take two.
16238      Branch: perl
16239            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16240            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16241 ____________________________________________________________________________
16242 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
16243         Log: Let's try this from scratch.
16244      Branch: perl
16245            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16246            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16247 ____________________________________________________________________________
16248 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
16249         Log: I could do this all day...
16250      Branch: perl
16251            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16252            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16253 ____________________________________________________________________________
16254 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
16255         Log: Grrr.
16256      Branch: perl
16257            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16258            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16259 ____________________________________________________________________________
16260 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
16261         Log: Subject: Re: Nearly OK for cygwin@15318
16262              From: John Peacock <jpeacock@rowman.com>
16263              Date: Tue, 19 Mar 2002 15:58:08 -0500
16264              Message-ID: <3C97A660.3060302@rowman.com>
16265      Branch: perl
16266            ! pod/perlport.pod
16267 ____________________________________________________________________________
16268 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
16269         Log: Subject: Re: Nearly OK for cygwin@15318
16270              From: <slaven.rezic@berlin.de>
16271              Date: Tue, 19 Mar 2002 21:47:49 +0100
16272              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
16273              
16274              Subject: Re: Nearly OK for cygwin@15318
16275              From: <slaven.rezic@berlin.de>
16276              Date: Tue, 19 Mar 2002 21:37:18 +0100
16277              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
16278      Branch: perl
16279            ! pod/perlport.pod t/io/fs.t
16280 ____________________________________________________________________________
16281 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
16282         Log: D'oh.
16283      Branch: perl
16284            + ext/I18N/Langinfo/fallback/const-c.inc
16285            + ext/I18N/Langinfo/fallback/const-xs.inc
16286 ____________________________________________________________________________
16287 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
16288         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
16289              From: Nicholas Clark <nick@unfortu.net>
16290              Date: Tue, 19 Mar 2002 22:37:08 +0000
16291              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
16292              
16293              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
16294              From: Nicholas Clark <nick@ccl4.org>
16295              Date: Tue, 19 Mar 2002 22:39:55 +0000
16296              Message-ID: <20020319223954.G94831@plum.flirble.org>
16297      Branch: perl
16298            - ext/I18N/Langinfo/fallback.xs
16299            ! MANIFEST
16300 ____________________________________________________________________________
16301 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
16302         Log: Text, not binary.
16303      Branch: perl
16304            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
16305            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
16306 ____________________________________________________________________________
16307 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
16308         Log: Subject: Re: perl@15244
16309              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16310              Date: Mon, 18 Mar 2002 17:37:31 +0100
16311              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
16312              
16313              (Goedendag: Dutch whitespace police)
16314      Branch: perl
16315            ! hints/hpux.sh
16316 ____________________________________________________________________________
16317 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
16318         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
16319              From: Nicholas Clark <nick@unfortu.net>
16320              Date: Tue, 19 Mar 2002 21:52:47 +0000
16321              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
16322      Branch: perl
16323            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
16324            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
16325            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
16326            ! ext/Sys/Syslog/Makefile.PL
16327 ____________________________________________________________________________
16328 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
16329         Log: More pathname portability checks.
16330      Branch: perl
16331            ! Porting/check83.pl
16332 ____________________________________________________________________________
16333 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
16334         Log: Begone, Encode::Tcl::Extended.
16335      Branch: perl
16336            ! ext/Encode/lib/Encode/Tcl.pm
16337 ____________________________________________________________________________
16338 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
16339         Log: This is like trying to put the shaving cream
16340              back to the can...
16341      Branch: perl
16342            ! hints/linux.sh
16343 ____________________________________________________________________________
16344 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
16345         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
16346              types of usleep().  Fun, fun. fun.
16347      Branch: perl
16348            ! hints/linux.sh
16349 ____________________________________________________________________________
16350 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
16351         Log: Sarathy's new suggestion for Linux threading flags.
16352      Branch: perl
16353            ! hints/linux.sh
16354 ____________________________________________________________________________
16355 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
16356         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
16357      Branch: perl
16358            - ext/Encode/Encode/euc-jp-0212.ucm
16359            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
16360            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
16361 ____________________________________________________________________________
16362 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
16363         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
16364              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16365              Date: Tue, 19 Mar 2002 00:42:22 +0100
16366              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
16367      Branch: perl
16368            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
16369 ____________________________________________________________________________
16370 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
16371         Log: "+" is not a valid filename character in VMS.
16372      Branch: perl
16373            + ext/Encode/Encode/euc-jp-0212.ucm
16374            - ext/Encode/Encode/euc-jp+0212.ucm
16375            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
16376 ____________________________________________________________________________
16377 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
16378         Log: Update Changes.
16379      Branch: perl
16380            ! Changes patchlevel.h
16381 ____________________________________________________________________________
16382 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
16383         Log: Take away _GNU_SOURCE since that does not seem
16384              to play well with other software (like Apache),
16385              just hint away the WHOAs.
16386      Branch: perl
16387            ! hints/linux.sh
16388 ____________________________________________________________________________
16389 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
16390         Log: metaconfig unit change for #15326.
16391      Branch: metaconfig
16392            ! U/threads/d_crypt_r.U
16393 ____________________________________________________________________________
16394 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
16395         Log: Support crypt_r(const char*,const char*, CRYPTD*).
16396      Branch: perl
16397            ! Configure reentr.h reentr.pl
16398 ____________________________________________________________________________
16399 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
16400         Log: VMS acrobatics from Peter Prymmer.
16401      Branch: perl
16402            ! lib/ExtUtils/t/ExtUtils.t
16403 ____________________________________________________________________________
16404 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
16405         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
16406              From: Stas Bekman <stas@stason.org>
16407              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
16408              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
16409      Branch: perl
16410            ! lib/Pod/Html.pm
16411 ____________________________________________________________________________
16412 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
16413         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
16414              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16415              Date: Tue, 19 Mar 2002 10:49:27 +0100
16416              Message-ID: <20020319104927.C705@rafael>   
16417      Branch: perl
16418            ! ext/B/t/xref.t
16419 ____________________________________________________________________________
16420 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
16421         Log: Integrate perlio:
16422              
16423              [ 15314]
16424              Move docs for Encode::valid_utf8 (which does not exist)
16425              to be docs for utf8::valid() (which does).
16426      Branch: perl
16427           !> ext/Encode/Encode.pm lib/utf8.pm
16428 ____________________________________________________________________________
16429 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
16430         Log: Remove Encode::Tcl::Extended, suggested by
16431              SADAHIRO Tomoyuki.
16432      Branch: perl
16433            - ext/Encode/Encode/euc-jp-0212.enc
16434            - ext/Encode/lib/Encode/Tcl/Extended.pm
16435            ! MANIFEST ext/Encode/MANIFEST
16436            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16437            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
16438 ____________________________________________________________________________
16439 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
16440         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
16441      Branch: perl
16442            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
16443            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
16444            + ext/Encode/t/jisx0212.ref
16445            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
16446            - ext/Encode/t/table.ref
16447            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
16448            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
16449            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
16450            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
16451            ! ext/Encode/lib/Encode/CN/HZ.pm
16452            ! ext/Encode/lib/Encode/Encoding.pm
16453            ! ext/Encode/lib/Encode/Internal.pm
16454            ! ext/Encode/lib/Encode/JP/Constants.pm
16455            ! ext/Encode/lib/Encode/JP/H2Z.pm
16456            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
16457            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
16458            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16459            ! ext/Encode/lib/Encode/Tcl/Extended.pm
16460            ! ext/Encode/lib/Encode/Tcl/Table.pm
16461            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16462            ! ext/Encode/lib/Encode/iso10646_1.pm
16463            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16464            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
16465            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
16466 ____________________________________________________________________________
16467 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
16468         Log: constness+signedness nit.
16469      Branch: perl
16470            ! ext/Unicode/Normalize/Normalize.xs
16471 ____________________________________________________________________________
16472 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
16473         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
16474      Branch: perl
16475            ! ext/Unicode/Normalize/Changes
16476            ! ext/Unicode/Normalize/Normalize.pm
16477            ! ext/Unicode/Normalize/Normalize.xs
16478            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
16479            ! ext/Unicode/Normalize/t/func.t
16480 ____________________________________________________________________________
16481 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
16482         Log: Split the ebcdic details to perlebcdic.
16483      Branch: perl
16484            ! pod/perlebcdic.pod pod/perluniintro.pod
16485 ____________________________________________________________________________
16486 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
16487         Log: Be explicit.
16488      Branch: perl
16489            ! pod/perluniintro.pod
16490 ____________________________________________________________________________
16491 [ 15315] By: nick                                  on 2002/03/19  09:24:18
16492         Log: Integrate mainline
16493      Branch: perlio
16494           +> ext/List/Util/t/openhan.t
16495           !> (integrate 53 files)
16496 ____________________________________________________________________________
16497 [ 15314] By: nick                                  on 2002/03/19  07:39:07
16498         Log: Move docs for Encode::valid_utf8 (which does not exist)
16499              to be docs for utf8::valid() (which does).
16500      Branch: perlio
16501            ! ext/Encode/Encode.pm lib/utf8.pm
16502 ____________________________________________________________________________
16503 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
16504         Log: Update the Unicode vs EBCDIC situation.
16505      Branch: perl
16506            ! pod/perlebcdic.pod pod/perluniintro.pod
16507 ____________________________________________________________________________
16508 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
16509         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
16510              From: Robert Spier <rspier@pobox.com>
16511              Date: Mon, 18 Mar 2002 19:22:55 -0800
16512              Message-ID: <15510.44815.383439.823671@rls.cx>
16513      Branch: perl
16514            ! ext/threads/t/end.t
16515 ____________________________________________________________________________
16516 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
16517         Log: UTF-8 walk errors that become visible in EBCDIC.
16518      Branch: perl
16519            ! regexec.c
16520 ____________________________________________________________________________
16521 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
16522         Log: s/regcinclasslen/reginclass/ and remove the old
16523              reginclass since nothing is using it.
16524      Branch: perl
16525            ! embed.fnc embed.h proto.h regexec.c
16526 ____________________________________________________________________________
16527 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
16528         Log: Close the file so it can be (a) removed (b) reopened.
16529      Branch: perl
16530            ! ext/B/t/xref.t
16531 ____________________________________________________________________________
16532 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
16533         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
16534              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16535              Date: Mon, 18 Mar 2002 23:14:31 +0100
16536              Message-ID: <20020318231431.A699@rafael>
16537      Branch: perl
16538            ! ext/B/B.xs utf8.c
16539 ____________________________________________________________________________
16540 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
16541         Log: Failed patch hunk reapplied.
16542      Branch: perl
16543            ! lib/Tie/File/t/32_defer_misc.t
16544 ____________________________________________________________________________
16545 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
16546         Log: For DEBUGGING threaded builds.
16547      Branch: perl
16548            ! sv.c
16549 ____________________________________________________________________________
16550 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
16551         Log: AUTHORS update.
16552      Branch: perl
16553            ! AUTHORS
16554 ____________________________________________________________________________
16555 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
16556         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
16557              (Fix from Craig Berry)
16558      Branch: perl
16559            ! pp_sys.c
16560 ____________________________________________________________________________
16561 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
16562         Log: Subject: [PATCH] configure.com home-grown kill() check
16563              From: "Craig A. Berry" <craigberry@mac.com>
16564              Date: Mon, 18 Mar 2002 13:52:59 -0600
16565              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
16566      Branch: perl
16567            ! configure.com
16568 ____________________________________________________________________________
16569 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
16570         Log: Upgrade to Tie::File 0.50.
16571      Branch: perl
16572            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
16573            ! lib/Tie/File/t/32_defer_misc.t
16574 ____________________________________________________________________________
16575 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
16576         Log: AUTHORS updates.
16577      Branch: perl
16578            ! AUTHORS
16579 ____________________________________________________________________________
16580 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
16581         Log: Update Changes.
16582      Branch: perl
16583            ! Changes patchlevel.h
16584 ____________________________________________________________________________
16585 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
16586         Log: OS/390 update.
16587      Branch: perl
16588            ! pod/perldelta.pod
16589 ____________________________________________________________________________
16590 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
16591         Log: Forgot from #15288.
16592      Branch: perl
16593            ! ext/B/B.xs
16594 ____________________________________________________________________________
16595 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
16596         Log: Make regex DEBUGGING faster.
16597      Branch: perl
16598            ! perl.c perl.h regexec.c
16599 ____________________________________________________________________________
16600 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
16601         Log: Undo accidental perl.h part of #15295 (wait for #15297)
16602      Branch: perl
16603            ! perl.h
16604 ____________________________________________________________________________
16605 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
16606         Log: Subject: prefix slip
16607              From: andreas.koenig@anima.de (Andreas J. Koenig)
16608              Date: Mon, 18 Mar 2002 16:24:46 +0100
16609              Message-ID: <m3y9gp3nlt.fsf@anima.de>
16610              
16611              (perl.h part accidental, undone by #15296)
16612      Branch: perl
16613            ! INSTALL perl.h
16614 ____________________________________________________________________________
16615 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
16616         Log: Be tidy.
16617      Branch: perl
16618            ! ext/B/t/xref.t
16619 ____________________________________________________________________________
16620 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
16621         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
16622              From: Spider Boardman <spider@web.zk3.dec.com>
16623              Date: Mon, 18 Mar 2002 10:09:50 -0500
16624              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
16625      Branch: perl
16626            ! README.tru64 hints/dec_osf.sh
16627 ____________________________________________________________________________
16628 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
16629         Log: NetWare tweaks from C Aditya <caditya@novell.com>
16630      Branch: perl
16631            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
16632 ____________________________________________________________________________
16633 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
16634         Log: metaconfig unit change for #15290.
16635      Branch: metaconfig/U/perl
16636            ! perlxv.U
16637 ____________________________________________________________________________
16638 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
16639         Log: Subject: d_nv_preserves_uv_bits
16640              From: Nicholas Clark <nick@unfortu.net>
16641              Date: Thu, 14 Mar 2002 22:24:19 +0000
16642              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
16643      Branch: perl
16644            ! Configure Porting/Glossary Porting/config.sh config_h.SH
16645            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
16646            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
16647            ! win32/config.bc win32/config.gc win32/config.vc
16648            ! win32/config.win64
16649 ____________________________________________________________________________
16650 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
16651         Log: Subject: Re: perl@15244
16652              From: Spider Boardman <spider@web.zk3.dec.com>
16653              Date: Mon, 18 Mar 2002 09:38:55 -0500
16654              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
16655              
16656              (IA64 work.)
16657      Branch: perl
16658            ! hints/hpux.sh perl.h
16659 ____________________________________________________________________________
16660 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
16661         Log: Subject: [PATCH B] B::perlstring()
16662              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16663              Date: Sun, 17 Mar 2002 23:06:12 +0100
16664              Message-ID: <20020317230612.A24442@rafael>
16665      Branch: perl
16666            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
16667 ____________________________________________________________________________
16668 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
16669         Log: Subject: [PATCH] another pack "w" thing
16670              From: Nicholas Clark <nick@unfortu.net>
16671              Date: Sat, 16 Mar 2002 21:52:15 +0000
16672              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
16673      Branch: perl
16674            ! pp_pack.c t/op/pack.t
16675 ____________________________________________________________________________
16676 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
16677         Log: More prototypes blindness in Solaris.
16678              (TODO: readdir64_r really needs to be seen.)
16679      Branch: perl
16680            ! hints/solaris_2.sh
16681 ____________________________________________________________________________
16682 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
16683         Log: Integrate perlio:
16684              
16685              [ 15282]
16686              Tidy the "does not map" message for non-characters
16687              (e.g. iso-8859-3 "\xA5").
16688      Branch: perl
16689           !> ext/Encode/Encode.xs
16690 ____________________________________________________________________________
16691 [ 15284] By: nick                                  on 2002/03/18  11:00:31
16692         Log: Integrate mainline
16693      Branch: perlio
16694           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
16695           +> lib/Tie/File/t/32_defer_misc.t
16696           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
16697           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
16698           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
16699           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
16700           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
16701           !> reentr.pl regexec.c t/op/pat.t util.c
16702 ____________________________________________________________________________
16703 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
16704         Log: Sync with Scalar-List-Utils-1.07
16705      Branch: perl
16706            + ext/List/Util/t/openhan.t
16707            ! MANIFEST ext/List/Util/ChangeLog
16708            ! ext/List/Util/lib/List/Util.pm
16709            ! ext/List/Util/lib/Scalar/Util.pm
16710 ____________________________________________________________________________
16711 [ 15282] By: nick                                  on 2002/03/18  08:11:28
16712         Log: Tidy the "does not map" message for non-characters
16713              (e.g. iso-8859-3 "\xA5").
16714      Branch: perlio
16715            ! ext/Encode/Encode.xs
16716 ____________________________________________________________________________
16717 [ 15281] By: ams                                   on 2002/03/18  04:44:37
16718         Log: URL fix from MJD.
16719      Branch: perl
16720            ! pod/perlfaq3.pod
16721 ____________________________________________________________________________
16722 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
16723         Log: More prototype calming (really should fix the Configure
16724              protochk, but not at this point in time).
16725      Branch: perl
16726            ! hints/solaris_2.sh
16727 ____________________________________________________________________________
16728 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
16729         Log: return at the wrong side of #endif.
16730      Branch: perl
16731            ! util.c
16732 ____________________________________________________________________________
16733 [ 15278] By: ams                                   on 2002/03/17  23:45:31
16734         Log: Typo fix from Stas Bekman.
16735      Branch: perl
16736            ! pod/perlhack.pod
16737 ____________________________________________________________________________
16738 [ 15277] By: ams                                   on 2002/03/17  23:41:35
16739         Log: Upgrade to Tie::File 0.21.
16740      Branch: perl
16741            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
16742            + lib/Tie/File/t/32_defer_misc.t
16743            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
16744            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
16745            ! lib/Tie/File/t/22_autochomp.t
16746 ____________________________________________________________________________
16747 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
16748         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
16749              character classes use inlined macros instead of the full
16750              function call.
16751      Branch: perl
16752            ! regexec.c
16753 ____________________________________________________________________________
16754 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
16755         Log: Integrate perlio:
16756              
16757              [ 15274]
16758              Other :encoding oddities
16759              - we should really pop while we can still make method calls
16760              in case DESTROY does something.
16761              - Provide a no-op DESTROY
16762              - Use SvPV_only() rather than just SvPV_on()
16763              
16764              [ 15273]
16765              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
16766      Branch: perl
16767           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
16768           !> ext/Encode/lib/Encode/Encoding.pm sv.c
16769 ____________________________________________________________________________
16770 [ 15274] By: nick                                  on 2002/03/17  20:00:12
16771         Log: Other :encoding oddities
16772              - we should really pop while we can still make method calls
16773              in case DESTROY does something.
16774              - Provide a no-op DESTROY
16775              - Use SvPV_only() rather than just SvPV_on()
16776      Branch: perlio
16777            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16778            ! ext/Encode/lib/Encode/Encoding.pm
16779 ____________________________________________________________________________
16780 [ 15273] By: nick                                  on 2002/03/17  19:53:24
16781         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
16782      Branch: perlio
16783            ! sv.c
16784 ____________________________________________________________________________
16785 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
16786         Log: Implement the retry-on-ERANGE for the get*_r().
16787              The buffer will keep doubling until 64k.
16788      Branch: perl
16789            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
16790            ! reentr.h reentr.pl
16791 ____________________________________________________________________________
16792 [ 15271] By: nick                                  on 2002/03/17  17:38:44
16793         Log: Integrate mainline
16794      Branch: perlio
16795           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
16796           +> t/op/pow.t
16797           !> (integrate 28 files)
16798 ____________________________________________________________________________
16799 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
16800         Log: Subject: UTF-8 bug (maybe alreayd known?)
16801              From: andreas.koenig@anima.de (Andreas J. Koenig)
16802              Date: Fri, 08 Mar 2002 16:36:01 +0100
16803              Message-ID: <m3n0xjul5q.fsf@anima.de>
16804      Branch: perl
16805            ! pp_hot.c t/op/pat.t
16806 ____________________________________________________________________________
16807 [ 15269] By: nick                                  on 2002/03/17  09:12:39
16808         Log: Integarate mainline
16809      Branch: perlio
16810           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
16811           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
16812           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
16813           !> (integrate 69 files)
16814 ____________________________________________________________________________
16815 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
16816         Log: Subject: SEGV in s/// and UTF-8
16817              From: andreas.koenig@anima.de (Andreas J. Koenig)
16818              Date: Tue, 12 Mar 2002 00:40:09 +0100
16819              Message-ID: <m3r8mqad2e.fsf@anima.de>
16820      Branch: perl
16821            ! regexec.c t/op/pat.t
16822 ____________________________________________________________________________
16823 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
16824         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
16825              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
16826              which assume that 2**someinteger is accurate.
16827      Branch: perl
16828            + t/op/pow.t
16829            ! MANIFEST pp.c t/test.pl
16830 ____________________________________________________________________________
16831 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
16832         Log: _r-ify config.win64, too.
16833      Branch: perl
16834            ! win32/config.win64
16835 ____________________________________________________________________________
16836 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
16837         Log: Better place to initialize (IRIX cc noticed that
16838              the many "goto defchars" bypass the initialization)
16839      Branch: perl
16840            ! regcomp.c
16841 ____________________________________________________________________________
16842 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
16843         Log: If not building threaded, never mind the threaded prototypes.
16844      Branch: perl
16845            ! Configure reentr.pl
16846 ____________________________________________________________________________
16847 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
16848         Log: metaconfig: If not using threads, not point probing for the
16849              prototypes (since they might be hidden behind many defines
16850              we won't have if not building threaded)
16851      Branch: metaconfig
16852            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16853            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16854            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16855            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16856            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16857            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16858            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16859            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16860            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16861            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16862            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16863            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16864            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16865            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16866            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16867            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16868            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16869            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16870            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16871            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16872            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16873            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16874            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16875            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16876 ____________________________________________________________________________
16877 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
16878         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
16879      Branch: perl
16880            ! hints/freebsd.sh
16881 ____________________________________________________________________________
16882 [ 15261] By: ams                                   on 2002/03/16  18:14:04
16883         Log: Upgrade to Tie::File 0.20.
16884      Branch: perl
16885            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
16886            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
16887            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
16888            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
16889            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
16890            ! lib/Tie/File/t/11_rv_splice_rs.t
16891            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
16892            ! lib/Tie/File/t/16_handle.t
16893 ____________________________________________________________________________
16894 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
16895         Log: There seems to be a trend for the *time_r to be hidden.
16896      Branch: perl
16897            ! hints/irix_6.sh
16898 ____________________________________________________________________________
16899 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
16900         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
16901              From: Stas Bekman <stas@stason.org>
16902              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
16903              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
16904      Branch: perl
16905            ! lib/Pod/Html.pm
16906 ____________________________________________________________________________
16907 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
16908         Log: Subject: [PATCH] Re: dumpvar.pl bug
16909              From: Peter Scott <Peter@PSDT.com>
16910              Date: Fri, 15 Mar 2002 18:19:21 -0800
16911              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
16912      Branch: perl
16913            ! lib/dumpvar.pl lib/perl5db.pl
16914 ____________________________________________________________________________
16915 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
16916         Log: More paranoid _r protochecking.  At least Tru64 and
16917              Linux need additional hinting help to believe that
16918              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
16919              to see what goes bang.
16920      Branch: perl
16921            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
16922            ! reentr.pl
16923 ____________________________________________________________________________
16924 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
16925         Log: metaconfig: more paranoid _r protochecking.
16926      Branch: metaconfig
16927            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
16928            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
16929            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
16930            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
16931            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
16932            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
16933            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
16934            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
16935            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
16936            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
16937            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
16938            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
16939            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
16940            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
16941            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
16942            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
16943            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
16944            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
16945            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
16946            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
16947            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
16948            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
16949            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
16950            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
16951 ____________________________________________________________________________
16952 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
16953         Log: HP-UX gcc 3 warnings found by Sarathy.
16954      Branch: perl
16955            ! regcomp.c sv.c
16956 ____________________________________________________________________________
16957 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
16958         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
16959              From: Slaven Rezic <slaven.rezic@berlin.de>
16960              Date: 16 Mar 2002 15:29:18 +0100
16961              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
16962      Branch: perl
16963            ! pod/perldelta.pod
16964 ____________________________________________________________________________
16965 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
16966         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
16967      Branch: perl
16968            ! Porting/findrfuncs reentr.h reentr.pl
16969 ____________________________________________________________________________
16970 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
16971         Log: UIN32_MAX with borken under HP-UX+gcc
16972      Branch: perl
16973            ! handy.h
16974 ____________________________________________________________________________
16975 [ 15251] By: ams                                   on 2002/03/16  02:38:08
16976         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
16977              *::DESTROY() is deprecated
16978              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16979              Date: Thu, 14 Mar 2002 18:39:22 -0500
16980              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
16981              
16982              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
16983              *::DESTROY() is deprecated
16984              From: Dave Mitchell <davem@fdgroup.com>
16985              Date: Fri, 15 Mar 2002 19:22:49 +0000
16986              Message-Id: <20020315192249.A22389@fdgroup.com>
16987      Branch: perl
16988            ! gv.c t/op/method.t
16989 ____________________________________________________________________________
16990 [ 15250] By: ams                                   on 2002/03/16  02:14:41
16991         Log: Plural nit.
16992      Branch: perl
16993            ! pod/perldelta.pod
16994 ____________________________________________________________________________
16995 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
16996         Log: Doesn't make sense to test for protos if the
16997              functions are not to be used (!= functions exist!)
16998              This might be the key (well, a key) to the HP-UX
16999              problems.
17000      Branch: perl
17001            ! reentr.h reentr.pl
17002 ____________________________________________________________________________
17003 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
17004         Log: Typo in #15247.
17005      Branch: perl
17006            ! hints/hpux.sh
17007 ____________________________________________________________________________
17008 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
17009         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
17010              in HP-UX (from H.Merijn Brand)
17011      Branch: perl
17012            ! hints/hpux.sh
17013 ____________________________________________________________________________
17014 [ 15246] By: ams                                   on 2002/03/15  17:53:23
17015         Log: Subject: minor corrections in perldelta.pod
17016              From: mjd@plover.com
17017              Date: 15 Mar 2002 18:48:42 -0000
17018              Message-Id: <20020315184842.13573.qmail@plover.com>
17019      Branch: perl
17020            ! pod/perldelta.pod
17021 ____________________________________________________________________________
17022 [ 15245] By: ams                                   on 2002/03/15  17:37:52
17023         Log: Upgrade to Tie::File 0.19.
17024      Branch: perl
17025            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
17026            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
17027            + lib/Tie/File/t/21_win32.t
17028            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
17029            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
17030            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
17031            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
17032            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
17033            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
17034            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
17035            ! lib/Tie/File/t/17_misc_meth.t
17036 ____________________________________________________________________________
17037 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
17038         Log: Update Changes.
17039      Branch: perl
17040            ! Changes patchlevel.h
17041 ____________________________________________________________________________
17042 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
17043         Log: Forgot from #15241.
17044      Branch: perl
17045            ! win32/config_sh.PL
17046 ____________________________________________________________________________
17047 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
17048         Log: Subject: patch pod/perltodo.pod
17049              From: mjd@plover.com
17050              Date: 15 Mar 2002 15:42:18 -0000
17051              Message-ID: <20020315154218.10163.qmail@plover.com>
17052              
17053              (With s/WANT/Want/)
17054      Branch: perl
17055            ! pod/perltodo.pod
17056 ____________________________________________________________________________
17057 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
17058         Log: Subject: [PATCH bleadperl] (revision 5 undef)
17059              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17060              Date: Fri, 15 Mar 2002 00:39:48 +0100
17061              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
17062      Branch: perl
17063            ! win32/config.bc win32/config.gc win32/config.vc
17064            ! win32/config.win64
17065 ____________________________________________________________________________
17066 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
17067         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
17068              From: Michael G Schwern <schwern@pobox.com>
17069              Date: Thu, 14 Mar 2002 16:39:29 -0500
17070              Message-ID: <20020314213929.GA2912@blackrider>
17071      Branch: perl
17072            ! lib/perl5db.pl
17073 ____________________________________________________________________________
17074 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
17075         Log: Integrate perlio:
17076              
17077              [ 15235]
17078              Add the binmode()s to make JP.t pass on Win32
17079      Branch: perl
17080           !> embed.fnc ext/Encode/t/JP.t
17081 ____________________________________________________________________________
17082 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
17083         Log: Monster _r patch: try to scan for all known _r variants,
17084              and then use them (under ithreads).  May fail in HP-UX,
17085              and the op/groups is known to be fickle everywhere.  Known
17086              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
17087              warnings in AIX since the first arguments of getnetbyaddr
17088              and getnetbyadd_r are of different types.  Thanks, IBM.)
17089              
17090              In non-Configure platforms deny the existence of any
17091              of the _r thingies.  (Also add the recently introduced
17092              d_tm_* to places it wasn't already in.)
17093              
17094              TODO: the suggested glibc buffer growth retry loop in case
17095              some entries (at least for: gr*, host*) are big.
17096              Forgot win32/config.win64.
17097      Branch: perl
17098            + reentr.c reentr.h reentr.pl
17099            ! Configure MANIFEST Makefile.SH NetWare/Makefile
17100            ! NetWare/config.wc Porting/Glossary Porting/config.sh
17101            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
17102            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
17103            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
17104            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
17105            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
17106            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
17107            ! win32/config.bc win32/config.gc win32/config.vc
17108            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
17109 ____________________________________________________________________________
17110 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
17111         Log: Be more explicit on when is the $! worth anything.
17112      Branch: perl
17113            ! pod/perlvar.pod
17114 ____________________________________________________________________________
17115 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
17116         Log: metaconfig: _r _r we go.
17117      Branch: metaconfig
17118            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17119            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17120            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17121            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17122            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17123            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17124            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17125            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17126            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17127            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17128            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17129            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17130            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17131            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17132            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17133            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17134            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17135            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17136            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17137            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17138            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17139            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17140            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17141            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17142 ____________________________________________________________________________
17143 [ 15235] By: nick                                  on 2002/03/15  07:31:54
17144         Log: Add the binmode()s to make JP.t pass on Win32
17145      Branch: perlio
17146            ! ext/Encode/t/JP.t
17147 ____________________________________________________________________________
17148 [ 15234] By: nick                                  on 2002/03/15  07:20:49
17149         Log: Integrate perlio:
17150              
17151              [ 15233]
17152              Mark JP.t's data files as binary
17153              
17154              [ 15011]
17155              Avoid $Id$ cleverness and just have a $VERSION.
17156      Branch: perl
17157           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
17158 ____________________________________________________________________________
17159 [ 15233] By: nick                                  on 2002/03/15  07:18:02
17160         Log: Mark JP.t's data files as binary
17161      Branch: perlio
17162            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
17163 ____________________________________________________________________________
17164 [ 15232] By: nick                                  on 2002/03/15  07:13:38
17165         Log: Integrate mainline
17166      Branch: perlio
17167           +> ext/B/t/xref.t
17168           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
17169           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
17170           !> perl.c t/op/arith.t
17171 ____________________________________________________________________________
17172 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
17173         Log: The section needs to be in the makedepend script
17174              (from Jan-Erik Karlsson).
17175      Branch: perl
17176            ! makedepend.SH
17177 ____________________________________________________________________________
17178 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
17179         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
17180              From: Nicholas Clark <nick@unfortu.net>
17181              Date: Thu, 14 Mar 2002 23:05:23 +0000
17182              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
17183      Branch: perl
17184            ! ext/Safe/safe2.t
17185 ____________________________________________________________________________
17186 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
17187         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
17188              From: "Brent Dax" <brentdax@cpan.org>
17189              Date: Thu, 14 Mar 2002 09:08:41 -0800
17190              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
17191      Branch: perl
17192            ! lib/Pod/Html.pm
17193 ____________________________________________________________________________
17194 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
17195         Log: metaconfig: one round again for the _r.
17196      Branch: metaconfig
17197            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17198            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17199            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17200            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17201            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17202            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17203            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17204            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17205            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17206            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17207            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17208            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17209            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17210            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17211            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17212            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17213            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17214            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17215            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17216            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17217            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17218            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17219            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17220            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17221 ____________________________________________________________________________
17222 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
17223         Log: metaconfig: new round of the _r units.
17224      Branch: metaconfig
17225            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17226            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17227            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17228            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17229            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17230            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17231            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17232            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17233            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17234            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17235            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17236            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17237            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17238            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17239            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17240            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17241            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17242            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17243            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17244            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17245            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17246            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17247            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17248            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17249      Branch: metaconfig/U/perl
17250            + i_crypt.U
17251 ____________________________________________________________________________
17252 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
17253         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
17254              From: Paul_GreenVOS@vos.stratus.com
17255              Date: Tue, 12 Mar 02 19:22 est   
17256              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
17257      Branch: perl
17258            ! lib/Benchmark.t t/op/arith.t
17259 ____________________________________________________________________________
17260 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
17261         Log: Subject: Re: Win32: C:\Program Files
17262              From: "Ken Williams" <ken@mathforum.org>
17263              Date: Wed, 13 Mar 2002 17:50:59 -0600
17264              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
17265              
17266              Add -t to perl -h.
17267      Branch: perl
17268            ! perl.c
17269 ____________________________________________________________________________
17270 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
17271         Log: Extra paranoia from Nick Clark.
17272      Branch: perl
17273            ! ext/Safe/safe2.t
17274 ____________________________________________________________________________
17275 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
17276         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
17277              From: Nicholas Clark <nick@ccl4.org>
17278              Date: Wed, 13 Mar 2002 14:22:50 +0000
17279              Message-ID: <20020313142250.G92566@plum.flirble.org>
17280      Branch: perl
17281            ! ext/Safe/safe2.t
17282 ____________________________________________________________________________
17283 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
17284         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
17285              From: <slaven.rezic@berlin.de>
17286              Date: Tue, 12 Mar 2002 13:03:41 +0100      
17287              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
17288      Branch: perl
17289            ! Makefile.SH
17290 ____________________________________________________________________________
17291 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
17292         Log: Subject: [PATCH] a test for B::Xref
17293              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17294              Date: Wed, 13 Mar 2002 17:18:57 +0100
17295              Message-ID: <20020313171857.F1144@rafael>
17296      Branch: perl
17297            + ext/B/t/xref.t
17298            ! MANIFEST ext/B/B/Xref.pm
17299 ____________________________________________________________________________
17300 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
17301         Log: Subject: [PATCH] Exporter.pm POD fixups
17302              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17303              Date: Wed, 13 Mar 2002 16:21:42 +0100
17304              Message-ID: <20020313162142.A1144@rafael>
17305      Branch: perl
17306            ! lib/Exporter.pm
17307 ____________________________________________________________________________
17308 [ 15219] By: nick                                  on 2002/03/14  07:00:16
17309         Log: Integrate mainline
17310      Branch: perlio
17311           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
17312 ____________________________________________________________________________
17313 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
17314         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
17315              From: Michael G Schwern <schwern@pobox.com>
17316              Date: Wed, 13 Mar 2002 17:43:00 -0500
17317              Message-ID: <20020313224300.GG3311@blackrider>
17318      Branch: perl
17319            ! lib/ExtUtils/MM_VMS.pm
17320 ____________________________________________________________________________
17321 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
17322         Log: Pod tweak.
17323      Branch: perl
17324            ! lib/open.pm
17325 ____________________________________________________________________________
17326 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
17327         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
17328              From: "Craig A. Berry" <craigberry@mac.com>
17329              Date: Wed, 13 Mar 2002 01:44:01 -0600
17330              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
17331      Branch: perl
17332            ! vms/descrip_mms.template
17333 ____________________________________________________________________________
17334 [ 15215] By: nick                                  on 2002/03/13  08:08:36
17335         Log: Integrate mainline.
17336      Branch: perlio
17337           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
17338            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17339            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17340            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17341            - ext/Data/Util/t/Hash.t
17342           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
17343           !> ext/Encode/lib/Encode/CN/HZ.pm
17344           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
17345           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
17346           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
17347           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
17348           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
17349           !> t/op/override.t toke.c universal.c
17350 ____________________________________________________________________________
17351 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
17352         Log: metaconfig: three guesses.
17353      Branch: metaconfig
17354            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17355            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17356            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17357            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17358            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17359            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17360            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17361            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17362            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17363            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17364            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17365            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17366            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17367            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17368            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17369            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17370            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17371            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17372            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17373            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17374            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17375            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17376            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17377            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17378 ____________________________________________________________________________
17379 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
17380         Log: metaconfig: regen _r units again.
17381      Branch: metaconfig
17382            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17383            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17384            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17385            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17386            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17387            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17388            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17389            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17390            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17391            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17392            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17393            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17394            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17395            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17396            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17397            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17398            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17399            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17400            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17401            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17402            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17403            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17404            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17405            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17406 ____________________________________________________________________________
17407 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
17408         Log: metaconfig: regen _r units.
17409      Branch: metaconfig
17410            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
17411            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17412            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17413            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17414            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17415            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
17416            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
17417            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17418            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17419            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
17420            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
17421            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
17422            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17423            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17424            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
17425            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
17426            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17427            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17428            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17429            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
17430            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17431            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
17432            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
17433            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
17434            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
17435 ____________________________________________________________________________
17436 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
17437         Log: metaconfig unit tweaks.
17438      Branch: metaconfig
17439            + U/threads/d_setprotoent_r.U
17440            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
17441            ! U/threads/d_tmpnam_r.U
17442 ____________________________________________________________________________
17443 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
17444         Log: metaconfig: replace the _r units with autogenerated ones.
17445      Branch: metaconfig
17446            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
17447            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
17448            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
17449            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
17450            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
17451            + U/threads/d_getprotobyname_r.U
17452            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
17453            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
17454            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
17455            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
17456            + U/threads/d_setservent_r.U
17457            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
17458            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
17459            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
17460            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
17461            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
17462            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
17463            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
17464            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
17465            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
17466            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
17467            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
17468            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
17469            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
17470            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17471            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
17472            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
17473            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
17474            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
17475            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17476            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
17477            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
17478            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
17479            ! U/threads/d_ttyname_r.U
17480 ____________________________________________________________________________
17481 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
17482         Log: More known threadsafings.
17483      Branch: perl
17484            ! Porting/findrfuncs
17485 ____________________________________________________________________________
17486 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
17487         Log: Small tweaks.
17488      Branch: perl
17489            ! lib/Internals.t universal.c
17490 ____________________________________________________________________________
17491 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
17492         Log: VERSIONize.
17493      Branch: perl
17494            ! ext/Encode/lib/Encode/CN/HZ.pm
17495            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
17496            ! ext/Encode/lib/Encode/JP/JIS.pm
17497 ____________________________________________________________________________
17498 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
17499         Log: Subject: perl datastructure conversion shortcuts for DDD
17500              From: Stas Bekman <stas@stason.org>
17501              Date: Mon, 11 Mar 2002 14:54:31 +0800
17502              Message-ID: <3C8C54A7.5020502@stason.org>
17503      Branch: perl
17504            ! pod/perlhack.pod
17505 ____________________________________________________________________________
17506 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
17507         Log: Regen modlib.
17508      Branch: perl
17509            ! pod/perlmodlib.pod
17510 ____________________________________________________________________________
17511 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
17512         Log: Regen toc.
17513      Branch: perl
17514            ! pod/perltoc.pod
17515 ____________________________________________________________________________
17516 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
17517         Log: Tiny pod tweaks.
17518      Branch: perl
17519            ! lib/Hash/Util.pm
17520 ____________________________________________________________________________
17521 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
17522         Log: perldeltaize Hash::Util.
17523      Branch: perl
17524            ! pod/perldelta.pod
17525 ____________________________________________________________________________
17526 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
17527         Log: Move the readonly interface back to universal.c,
17528              (new name: Internals::SvREADONLY), remove Data::Util,
17529              move Hash::Util to lib, also introduce refcnt interface
17530              (Internals::SvREFCNT).     Make both the new interfaces
17531              to be more sane so that if they set the value, they return
17532              the new value, not the old one.
17533      Branch: perl
17534            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
17535            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17536            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17537            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17538            - ext/Data/Util/t/Hash.t
17539            ! MANIFEST ext/B/t/stash.t universal.c
17540 ____________________________________________________________________________
17541 [ 15200] By: ams                                   on 2002/03/12  15:16:05
17542         Log: Subject: Disambiguate "Can't locate"
17543              From: Mike Guy <mjtg@cam.ac.uk>
17544              Date: Tue, 12 Mar 2002 16:04:23 +0000
17545              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
17546      Branch: perl
17547            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
17548            ! pp_ctl.c t/op/override.t
17549 ____________________________________________________________________________
17550 [ 15199] By: ams                                   on 2002/03/12  15:04:43
17551         Log: Subject: [PATCH] perl/lib/File/stat.t
17552              From: Paul_GreenVOS@vos.stratus.com
17553              Date: Tue, 12 Mar 02 11:00 est
17554              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
17555      Branch: perl
17556            ! lib/File/stat.t
17557 ____________________________________________________________________________
17558 [ 15198] By: ams                                   on 2002/03/12  15:00:44
17559         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
17560              From: Robin Barker <rmb1@cise.npl.co.uk>
17561              Date: Tue, 12 Mar 2002 13:31:58 GMT
17562              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
17563      Branch: perl
17564            ! pod/perlfunc.pod
17565 ____________________________________________________________________________
17566 [ 15197] By: ams                                   on 2002/03/12  14:57:34
17567         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
17568              From: "Clinton A. Pierce" <clintp@geeksalad.org>
17569              Date: Tue, 12 Mar 2002 10:11:53 -0500
17570              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
17571      Branch: perl
17572            ! toke.c
17573 ____________________________________________________________________________
17574 [ 15196] By: nick                                  on 2002/03/12  13:40:35
17575         Log: Integrate mainline
17576      Branch: perlio
17577           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17578           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17579           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17580           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
17581            - t/lib/access.t
17582           !> (integrate 96 files)
17583 ____________________________________________________________________________
17584 [ 15195] By: nick                                  on 2002/03/12  06:08:24
17585         Log: Integrate mainline (a while ago)
17586      Branch: perlio
17587           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
17588           +> ext/Encode/t/TW.t
17589            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
17590            - ext/Encode/lib/Encode/Tcl/HanZi.pm
17591            - ext/I18N/Langinfo/fallback.c
17592           !> (integrate 80 files)
17593 ____________________________________________________________________________
17594 [ 15194] By: ams                                   on 2002/03/12  06:02:20
17595         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
17596              From: Jonathan Stowe <gellyfish@gellyfish.com>
17597              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
17598              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
17599      Branch: perl
17600            ! ext/Encode/CN/Makefile.PL
17601 ____________________________________________________________________________
17602 [ 15193] By: ams                                   on 2002/03/12  05:55:07
17603         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
17604              From: Dave Mitchell <davem@fdgroup.co.uk>
17605              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
17606              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
17607      Branch: perl
17608            ! pod/perlguts.pod
17609 ____________________________________________________________________________
17610 [ 15192] By: ams                                   on 2002/03/12  05:50:08
17611         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
17612              From: Anton Tagunov <tagunov@motor.ru>
17613              Date: Tue, 12 Mar 2002 01:40:58 +0300
17614              Message-Id: <1194068830.20020312014058@motor.ru>
17615              (Applied with tweaks.)
17616      Branch: perl
17617            ! lib/utf8.pm
17618 ____________________________________________________________________________
17619 [ 15191] By: ams                                   on 2002/03/12  05:42:21
17620         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
17621              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17622              Date: Sun, 10 Mar 2002 22:10:15 +0100
17623              Message-Id: <3C8BD9C7.13988.73992D@localhost>
17624      Branch: perl
17625            ! iperlsys.h
17626 ____________________________________________________________________________
17627 [ 15190] By: ams                                   on 2002/03/12  05:38:08
17628         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
17629              From: Anton Tagunov <tagunov@motor.ru>
17630              Date: Mon, 11 Mar 2002 23:27:47 +0300
17631              Message-Id: <19414222180.20020311232747@motor.ru>
17632      Branch: perl
17633            ! pod/perlsub.pod
17634 ____________________________________________________________________________
17635 [ 15189] By: ams                                   on 2002/03/12  05:34:49
17636         Log: Subject: minor patch for comment in utfebcdic.h
17637              From: Anton Tagunov <tagunov@motor.ru>
17638              Date: Tue, 12 Mar 2002 00:20:21 +0300
17639              Message-Id: <13817376786.20020312002021@motor.ru>
17640      Branch: perl
17641            ! utfebcdic.h
17642 ____________________________________________________________________________
17643 [ 15188] By: ams                                   on 2002/03/12  05:32:30
17644         Log: Subject: [PATCH ?] B::Xref improvements
17645              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17646              Date: Mon, 11 Mar 2002 23:32:20 +0100
17647              Message-Id: <20020311233220.A12677@rafael>
17648      Branch: perl
17649            ! ext/B/B/Xref.pm
17650 ____________________________________________________________________________
17651 [ 15187] By: ams                                   on 2002/03/12  05:30:02
17652         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
17653              From: Paul_GreenVOS@vos.stratus.com
17654              Date: Mon, 11 Mar 02 17:23 est
17655              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
17656      Branch: perl
17657            ! lib/ExtUtils/MM_Unix.pm
17658 ____________________________________________________________________________
17659 [ 15186] By: ams                                   on 2002/03/12  05:27:06
17660         Log: Subject: [PATCH] installperl - minor untangle for VOS
17661              From: Paul_GreenVOS@vos.stratus.com
17662              Date: Mon, 11 Mar 02 17:05 est
17663              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
17664      Branch: perl
17665            ! installperl
17666 ____________________________________________________________________________
17667 [ 15185] By: ams                                   on 2002/03/12  05:25:59
17668         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
17669              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17670              Date: Mon, 11 Mar 2002 22:37:39 +0100
17671              Message-Id: <20020311223739.A691@rafael>
17672      Branch: perl
17673            ! ext/B/B/Deparse.pm
17674 ____________________________________________________________________________
17675 [ 15184] By: ams                                   on 2002/03/12  05:20:54
17676         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
17677              From: Michael G Schwern <schwern@pobox.com>
17678              Date: Tue, 12 Mar 2002 01:12:08 -0500
17679              Message-Id: <20020312061208.GD904@blackrider>
17680      Branch: perl
17681            ! hints/netbsd.sh
17682 ____________________________________________________________________________
17683 [ 15183] By: ams                                   on 2002/03/12  04:12:30
17684         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
17685              From: Autrijus Tang <autrijus@autrijus.org>
17686              Date: Tue, 12 Mar 2002 13:05:53 +0800
17687              Message-Id: <20020312050553.GA7864@not.autrijus.org>
17688              (Only doc hunk applied, supplementing #15182.)
17689      Branch: perl
17690            ! ext/Encode/Encode.pm
17691 ____________________________________________________________________________
17692 [ 15182] By: ams                                   on 2002/03/12  04:04:34
17693         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
17694              From: Autrijus Tang <autrijus@autrijus.org>
17695              Date: Tue, 12 Mar 2002 12:56:46 +0800
17696              Message-Id: <20020312045646.GA7689@not.autrijus.org>
17697              (Private mail.)
17698      Branch: perl
17699            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
17700 ____________________________________________________________________________
17701 [ 15181] By: ams                                   on 2002/03/12  03:09:20
17702         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
17703              From: Autrijus Tang <autrijus@autrijus.org>
17704              Date: Tue, 12 Mar 2002 11:55:06 +0800
17705              Message-Id: <20020312035506.GA6946@not.autrijus.org>
17706      Branch: perl
17707            ! ext/Encode/Encode.pm
17708 ____________________________________________________________________________
17709 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
17710         Log: Deypo.
17711      Branch: metaconfig
17712            ! U/threads/d_asctime_r.U
17713 ____________________________________________________________________________
17714 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
17715         Log: FAQ sync.
17716      Branch: perl
17717            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17718            ! pod/perlfaq4.pod pod/perlfaq5.pod
17719 ____________________________________________________________________________
17720 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
17721         Log: The test needs perlio.
17722      Branch: perl
17723            ! lib/open.t
17724 ____________________________________________________________________________
17725 [ 15177] By: ams                                   on 2002/03/11  15:41:08
17726         Log: Subject: perlreftut update
17727              From: Mark-Jason Dominus <mjd@plover.com>
17728              Date: Mon, 11 Mar 2002 11:36:27 -0500
17729              Message-Id: <20020311163627.31020.qmail@plover.com>
17730      Branch: perl
17731            ! pod/perlreftut.pod
17732 ____________________________________________________________________________
17733 [ 15176] By: ams                                   on 2002/03/11  15:35:24
17734         Log: Subject: Minor correction in perlfaq5
17735              From: mjd@plover.com
17736              Date: 11 Mar 2002 16:34:22 -0000
17737              Message-Id: <20020311163422.30963.qmail@plover.com>
17738      Branch: perl
17739            ! pod/perlfaq5.pod
17740 ____________________________________________________________________________
17741 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
17742         Log: number of skipped tests was incorrect
17743      Branch: perl
17744            ! t/op/stat.t
17745 ____________________________________________________________________________
17746 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
17747         Log: remove doubled CRs
17748      Branch: perl
17749            ! win32/Makefile
17750 ____________________________________________________________________________
17751 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
17752         Log: Update Changes.
17753      Branch: perl
17754            ! Changes patchlevel.h
17755 ____________________________________________________________________________
17756 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
17757         Log: Regen toc.
17758      Branch: perl
17759            ! pod/perltoc.pod
17760 ____________________________________________________________________________
17761 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
17762         Log: Add t/CN.t and t/TW.t; re-sort.
17763      Branch: perl
17764            ! ext/Encode/MANIFEST
17765 ____________________________________________________________________________
17766 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
17767         Log: Document what to do if one yearns back to
17768              the old legacy encoding.
17769      Branch: perl
17770            ! lib/encoding.pm
17771 ____________________________________________________________________________
17772 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
17773         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
17774              as general purpose encoding transformation interfaces
17775              since that's not what they are.
17776      Branch: perl
17777            ! lib/utf8.pm pod/perlunicode.pod sv.c
17778 ____________________________________________________________________________
17779 [ 15168] By: ams                                   on 2002/03/11  12:54:16
17780         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
17781              warnings
17782              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17783              Date: Mon, 11 Mar 2002 14:35:22 +0100
17784              Message-Id: <20020311143522.A7431@rafael>
17785      Branch: perl
17786            ! t/lib/warnings/pp_sys
17787 ____________________________________________________________________________
17788 [ 15167] By: ams                                   on 2002/03/11  04:57:20
17789         Log: A little commonsense is better than 1_compile.
17790      Branch: perl
17791            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
17792 ____________________________________________________________________________
17793 [ 15166] By: ams                                   on 2002/03/11  04:53:50
17794         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
17795              From: Michael G Schwern <schwern@pobox.com>
17796              Date: Sun, 10 Mar 2002 13:27:12 -0500
17797              Message-Id: <20020310182712.GC693@blackrider>
17798              
17799              Subject: [PATCH] Hash::Util part 2
17800              From: Michael G Schwern <schwern@pobox.com>
17801              Date: Sun, 10 Mar 2002 15:09:34 -0500
17802              Message-Id: <20020310200934.GB27112@blackrider>
17803              
17804              Subject: [PATCH] Hash::Util MANIFEST correction
17805              From: Michael G Schwern <schwern@pobox.com>
17806              Date: Sun, 10 Mar 2002 16:27:07 -0500
17807              Message-Id: <20020310212707.GF27112@blackrider>
17808              
17809              (Also changes find.t and taint.t, which were looking for access.t)
17810      Branch: perl
17811            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
17812            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
17813            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
17814            + ext/Data/Util/t/Hash.t
17815            - t/lib/access.t
17816            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
17817            ! pod/perldiag.pod pod/perltodo.pod universal.c
17818 ____________________________________________________________________________
17819 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
17820         Log: metaconfig: more thready fixes.
17821      Branch: metaconfig
17822            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
17823            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
17824            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
17825            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
17826            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
17827            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
17828            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
17829            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
17830            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
17831 ____________________________________________________________________________
17832 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
17833         Log: Skip obsoleted interfaces.
17834      Branch: perl
17835            ! Porting/findrfuncs
17836 ____________________________________________________________________________
17837 [ 15162] By: ams                                   on 2002/03/11  03:48:14
17838         Log: Typo fixes.
17839      Branch: perl
17840            ! perl.c
17841 ____________________________________________________________________________
17842 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
17843         Log: Upgrade to Locale::Codes 2.02.
17844      Branch: perl
17845            + lib/Locale/Codes/t/rename.t
17846            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
17847            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
17848            ! lib/Locale/Country.pod
17849 ____________________________________________________________________________
17850 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
17851         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
17852              From: Nicholas Clark <nick@unfortu.net>
17853              Date: Sun, 10 Mar 2002 18:17:50 +0000
17854              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
17855              
17856              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
17857              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17858              Date: Sun, 10 Mar 2002 13:53:34 -0800
17859              Message-ID: <eX9i8gzkg26G092yn@efn.org>
17860              
17861              (and reenable the feature in freebsd,
17862              and move the freebsd pr url to perl.c)
17863      Branch: perl
17864            ! hints/freebsd.sh perl.c pod/perldelta.pod
17865 ____________________________________________________________________________
17866 [ 15159] By: ams                                   on 2002/03/11  03:34:13
17867         Log: Subject: [PATCH stash.t] access::readonly is gone
17868              From: Michael G Schwern <schwern@pobox.com>
17869              Date: Sun, 10 Mar 2002 16:18:14 -0500
17870              Message-Id: <20020310211813.GE27112@blackrider>
17871      Branch: perl
17872            ! ext/B/t/stash.t
17873 ____________________________________________________________________________
17874 [ 15158] By: ams                                   on 2002/03/11  03:28:04
17875         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
17876              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17877              Date: Sun, 10 Mar 2002 22:10:15 +0100
17878              Message-Id: <3C8BD9C7.610.7398DD@localhost>
17879      Branch: perl
17880            ! lib/Net/Ping/t/110_icmp_inst.t
17881 ____________________________________________________________________________
17882 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
17883         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
17884              From: Michael G Schwern <schwern@pobox.com>
17885              Date: Sun, 10 Mar 2002 19:22:33 -0500
17886              Message-ID: <20020311002233.GE4927@blackrider>
17887      Branch: perl
17888            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
17889            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
17890            ! lib/Test/Simple/t/fail-more.t
17891 ____________________________________________________________________________
17892 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
17893         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
17894              From: Michael G Schwern <schwern@pobox.com>
17895              Date: Sun, 10 Mar 2002 17:14:10 -0500
17896              Message-ID: <20020310221410.GA4915@blackrider>
17897      Branch: perl
17898            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
17899            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
17900 ____________________________________________________________________________
17901 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
17902         Log: Subject: [PATCH] more warnings tidyup
17903              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17904              Date: Sun, 10 Mar 2002 21:01:39 -0000
17905              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
17906      Branch: perl
17907            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
17908            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
17909            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
17910            ! util.c
17911 ____________________________________________________________________________
17912 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
17913         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
17914              From: Nicholas Clark <nick@unfortu.net>
17915              Date: Sun, 10 Mar 2002 23:21:07 +0000
17916              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
17917      Branch: perl
17918            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
17919            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
17920            ! ext/Encode/TW/Makefile.PL
17921 ____________________________________________________________________________
17922 [ 15153] By: ams                                   on 2002/03/11  03:06:59
17923         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
17924              From: Max Baker <max@warped.org>
17925              Date: Fri, 8 Mar 2002 10:56:19 -0800
17926              Message-Id: <20020308105619.A15039@warped.org>
17927      Branch: perl
17928            ! ext/IO/lib/IO/Socket/INET.pm
17929 ____________________________________________________________________________
17930 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
17931         Log: Subject: [PATCH] spelling correction
17932              From: Nicholas Clark <nick@unfortu.net>
17933              Date: Sun, 10 Mar 2002 18:34:42 +0000
17934              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
17935      Branch: perl
17936            ! pp.c pp_hot.c
17937 ____________________________________________________________________________
17938 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
17939         Log: DG/UX updates from Takis Psarogiannakopoulos.
17940      Branch: perl
17941            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
17942 ____________________________________________________________________________
17943 [ 15150] By: ams                                   on 2002/03/11  03:02:47
17944         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
17945              From: Chris Nandor <pudge@pobox.com>
17946              Date: Mon, 04 Mar 2002 17:48:12 -0500
17947              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
17948      Branch: perl
17949            ! lib/DB.pm lib/perl5db.pl
17950 ____________________________________________________________________________
17951 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
17952         Log: metaconfig unit changes in preparation of reentrancy changes.
17953      Branch: metaconfig
17954            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
17955            + U/threads/d_ttyname_r.U
17956            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
17957            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
17958            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
17959            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
17960            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
17961            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
17962            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
17963            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
17964            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
17965            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
17966            ! U/threads/d_strerror_r.U
17967 ____________________________________________________________________________
17968 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
17969         Log: Mysterious characters.
17970      Branch: perl
17971            ! utf8.h
17972 ____________________________________________________________________________
17973 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
17974         Log: Unused.
17975      Branch: perl
17976            ! op.c
17977 ____________________________________________________________________________
17978 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
17979         Log: Implement :std subpragma of the open pragma
17980              that makes the standard filehandles to talk in
17981              encodings.  This change set off a weird warning
17982              from op.c, though: disabled it now until someone
17983              who knows what it is about comes along.
17984      Branch: perl
17985            ! lib/open.pm op.c
17986 ____________________________________________________________________________
17987 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
17988         Log: Document the logic of :locale better.
17989      Branch: perl
17990            ! lib/open.pm
17991 ____________________________________________________________________________
17992 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
17993         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
17994              From: Slaven Rezic <slaven.rezic@berlin.de>
17995              Date: 10 Mar 2002 02:49:17 +0100
17996              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
17997      Branch: perl
17998            ! hints/freebsd.sh
17999 ____________________________________________________________________________
18000 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
18001         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
18002              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18003              Date: Sun, 10 Mar 2002 17:08:54 +0900
18004              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
18005      Branch: perl
18006            ! ext/Encode/lib/Encode/Tcl.pm
18007            ! ext/Encode/lib/Encode/Tcl/Escape.pm
18008            ! ext/Encode/lib/Encode/Tcl/Extended.pm
18009            ! ext/Encode/lib/Encode/Tcl/Table.pm
18010 ____________________________________________________________________________
18011 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
18012         Log: The patch does the following:
18013              - Nix the unneccessary diagnostics line
18014              - Quell -w warnings if the first ENV doesn't exist
18015              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
18016              is too baroque and bloated for daily use (and for perl core inclusion).
18017              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
18018              non-fatal.
18019              - Consequently, the ^OPEN bits is set only when needed.
18020      Branch: perl
18021            ! lib/open.pm
18022 ____________________________________________________________________________
18023 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
18024         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
18025      Branch: perl
18026            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
18027 ____________________________________________________________________________
18028 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
18029         Log: Precedence problem.
18030      Branch: perl
18031            ! ext/Socket/socketpair.t
18032 ____________________________________________________________________________
18033 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
18034         Log: Renaming tweaks, and split off the reentrant "superbuffer"
18035              init routine.
18036      Branch: perl
18037            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
18038            ! sv.c util.c
18039 ____________________________________________________________________________
18040 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
18041         Log: The 7-bit jis seems to be the hanging one.
18042      Branch: perl
18043            ! ext/Encode/t/Tcl.t
18044 ____________________________________________________________________________
18045 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
18046         Log: Begone.
18047      Branch: perl
18048            ! ext/Encode/MANIFEST
18049 ____________________________________________________________________________
18050 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
18051         Log: Better fix from Autrijus.
18052      Branch: perl
18053            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
18054            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
18055 ____________________________________________________________________________
18056 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
18057         Log: Not everybody has Encode::HanExtra.
18058      Branch: perl
18059            ! ext/Encode/Encode.pm
18060 ____________________________________________________________________________
18061 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
18062         Log: Decutandpasto.
18063      Branch: perl
18064            ! ext/Encode/lib/Encode/Tcl.pm
18065 ____________________________________________________________________________
18066 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
18067         Log: Subject: [PATCH] Data::Dumper
18068              From: Nicholas Clark <nick@unfortu.net>
18069              Date: Sat, 9 Mar 2002 19:03:54 +0000
18070              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
18071      Branch: perl
18072            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
18073            ! ext/Data/Dumper/t/dumper.t
18074 ____________________________________________________________________________
18075 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
18076         Log: Subject: [PATCH] socketpair.t w/o fork
18077              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18078              Date: Sat, 9 Mar 2002 14:55:11 +0100
18079              Message-ID: <3C8A224F.29578.13691BA@localhost>
18080              
18081              (modified as suggested by Sarathy)
18082      Branch: perl
18083            ! ext/Socket/socketpair.t
18084 ____________________________________________________________________________
18085 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
18086         Log: Subject: [PATCH perldelta] Mention Change 14727
18087              From: Autrijus Tang <autrijus@autrijus.org>
18088              Date: Sat, 9 Mar 2002 23:31:40 +0800
18089              Message-ID: <20020309153140.GA4224@not.autrijus.org>
18090      Branch: perl
18091            ! pod/perldelta.pod
18092 ____________________________________________________________________________
18093 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
18094         Log: Make Encode.pm implicitly load external CJK tables the first
18095              time they're needed (instead of immediately), from Autrijus
18096              Tang.
18097      Branch: perl
18098            ! ext/Encode/Encode.pm
18099 ____________________________________________________________________________
18100 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
18101         Log: Subject: Re: Two questions
18102              From: Nicholas Clark <nick@unfortu.net>
18103              Date: Sat, 9 Mar 2002 12:42:40 +0000
18104              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
18105      Branch: perl
18106            ! Porting/pumpkin.pod
18107 ____________________________________________________________________________
18108 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
18109         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
18110              From: Paul_GreenVOS@vos.stratus.com
18111              Date: Fri, 8 Mar 02 22:34 est
18112              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
18113      Branch: perl
18114            ! pp_sys.c
18115 ____________________________________________________________________________
18116 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
18117         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
18118              From: davem@fdgroup.co.uk
18119              Date: Sat, 9 Mar 2002 00:13:27 GMT
18120              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
18121      Branch: perl
18122            ! dump.c
18123 ____________________________________________________________________________
18124 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
18125         Log: Deglitch from Rafael.
18126      Branch: perl
18127            ! ext/B/t/lint.t
18128 ____________________________________________________________________________
18129 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
18130         Log: Still more portability.
18131      Branch: perl
18132            ! Porting/findrfuncs
18133 ____________________________________________________________________________
18134 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
18135         Log: More portability.
18136      Branch: perl
18137            ! Porting/findrfuncs
18138 ____________________________________________________________________________
18139 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
18140         Log: Shared library paths; running tests manually.
18141      Branch: perl
18142            ! INSTALL
18143 ____________________________________________________________________________
18144 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
18145         Log: Subject: RE: Two questions
18146              From: "Green, Paul" <Paul.Green@stratus.com>
18147              Date: Fri, 8 Mar 2002 17:55:19 -0500
18148              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
18149      Branch: perl
18150            ! Porting/pumpkin.pod
18151 ____________________________________________________________________________
18152 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
18153         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
18154              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
18155      Branch: perl
18156            + ext/B/t/lint.t
18157            ! MANIFEST ext/B/B/Lint.pm
18158 ____________________________________________________________________________
18159 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
18160         Log: metaconfig unit change for #15119.
18161      Branch: metaconfig
18162            ! U/threads/d_pthread_atfork.U
18163 ____________________________________________________________________________
18164 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
18165         Log: In DG/UX finding pthread_atfork requires a true compile,
18166              from Takis Psarogiannakopoulos.
18167      Branch: perl
18168            ! Configure config_h.SH
18169 ____________________________________________________________________________
18170 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
18171         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
18172              From: John Peacock <jpeacock@rowman.com>
18173              Date: Fri, 08 Mar 2002 15:52:41 -0500
18174              Message-ID: <3C892499.4050502@rowman.com>
18175      Branch: perl
18176            ! lib/ExtUtils/xsubpp
18177 ____________________________________________________________________________
18178 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
18179         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
18180              From: "Craig A. Berry" <craigberry@mac.com>
18181              Date: Fri, 08 Mar 2002 15:02:51 -0600
18182              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
18183      Branch: perl
18184            ! t/op/write.t
18185 ____________________________________________________________________________
18186 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
18187         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
18188              From: Paul_GreenVOS@vos.stratus.com
18189              Date: Fri, 8 Mar 02 14:45 est
18190              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
18191      Branch: perl
18192            ! installperl
18193 ____________________________________________________________________________
18194 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
18195         Log: Subject: [PATCH @15109] tm_tm_* for VMS
18196              From: "Craig A. Berry" <craigberry@mac.com>
18197              Date: Fri, 08 Mar 2002 13:07:52 -0600
18198              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
18199      Branch: perl
18200            ! configure.com
18201 ____________________________________________________________________________
18202 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
18203         Log: Detypo.
18204      Branch: perl
18205            ! Changes
18206 ____________________________________________________________________________
18207 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
18208         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
18209      Branch: perl
18210            ! t/op/pat.t
18211 ____________________________________________________________________________
18212 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
18213         Log: HP-UX nm seems to repeat itself.
18214      Branch: perl
18215            ! Porting/findrfuncs
18216 ____________________________________________________________________________
18217 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
18218         Log: Nice porting script from Sarathy.  Well, less nice
18219              in the sense that it shows the looong road ahead.
18220      Branch: perl
18221            + Porting/findrfuncs
18222            ! MANIFEST Porting/makerel
18223 ____________________________________________________________________________
18224 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
18225         Log: Subject: Re: Performance considerations for UTF-8
18226              From: Jarkko Hietaniemi <jhi@iki.fi>
18227              Date: Fri, 8 Mar 2002 18:53:28 +0200
18228              Message-ID: <20020308185328.D640@alpha.hut.fi>
18229              
18230              (put all in perlunicode)
18231      Branch: perl
18232            ! pod/perlunicode.pod
18233 ____________________________________________________________________________
18234 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
18235         Log: Update Changes.
18236      Branch: perl
18237            ! Changes patchlevel.h
18238 ____________________________________________________________________________
18239 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
18240         Log: Subject: Cygwin cygipc support skipped
18241              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
18242              Date: Fri, 8 Mar 2002 16:59:34 +0100
18243              Message-ID: <113694157285.20020308165934@familiehaase.de>
18244      Branch: perl
18245            ! hints/cygwin.sh
18246 ____________________________________________________________________________
18247 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
18248         Log: metaconfig unit change for #15106.
18249      Branch: metaconfig
18250            ! U/compline/d_gconvert.U
18251 ____________________________________________________________________________
18252 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
18253         Log: Subject: Re: [PATCH] tests for Gconvert
18254              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18255              Date: Thu, 07 Mar 2002 16:48:10 -0800
18256              Message-ID: <KpAi8gzkganW092yn@efn.org>
18257      Branch: perl
18258            ! Configure config_h.SH t/base/num.t
18259 ____________________________________________________________________________
18260 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
18261         Log: The new test has some teething problems.
18262      Branch: perl
18263            - ext/B/t/lint.t
18264            ! MANIFEST
18265 ____________________________________________________________________________
18266 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
18267         Log: Subject: [PATCH] B::Lint tests
18268              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18269              Date: Fri, 8 Mar 2002 14:47:19 +0100
18270              Message-ID: <20020308144719.A2663@rafael>
18271      Branch: perl
18272            + ext/B/t/lint.t
18273            ! MANIFEST ext/B/B/Lint.pm
18274 ____________________________________________________________________________
18275 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
18276         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
18277              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
18278              Date: Fri, 8 Mar 2002 13:24:14 GMT
18279              Message-Id: <200203081324.NAA00642@cleo>
18280      Branch: perl
18281            ! hints/powerux.sh
18282 ____________________________________________________________________________
18283 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
18284         Log: Subject: HP has some new models
18285              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18286              Date: Fri, 08 Mar 2002 13:07:02 +0100
18287              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
18288      Branch: perl
18289            ! README.hpux
18290 ____________________________________________________________________________
18291 [ 15101] By: ams                                   on 2002/03/08  09:11:40
18292         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
18293              From: Stas Bekman <stas@stason.org>
18294              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
18295              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
18296      Branch: perl
18297            ! pod/perlguts.pod
18298 ____________________________________________________________________________
18299 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
18300         Log: Update Changes
18301      Branch: maint-5.6/macperl
18302            ! macos/Changes
18303 ____________________________________________________________________________
18304 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
18305         Log: Replace macperlbundled with macperldelta
18306      Branch: maint-5.6/macperl
18307            ! macos/macperl/MacPerl.podhelp
18308 ____________________________________________________________________________
18309 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
18310         Log: Comsetic fixes (Thomas Wegner)
18311      Branch: maint-5.6/macperl
18312            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
18313 ____________________________________________________________________________
18314 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
18315         Log: Bump OS version
18316      Branch: maint-5.6/macperl
18317            ! macos/config.sh
18318 ____________________________________________________________________________
18319 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
18320         Log: Thought I deleted this already?
18321      Branch: perl
18322            - ext/I18N/Langinfo/fallback.c
18323 ____________________________________________________________________________
18324 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
18325         Log: perlport updates from Pudge.
18326      Branch: perl
18327            ! pod/perlport.pod
18328 ____________________________________________________________________________
18329 [ 15094] By: ams                                   on 2002/03/08  03:06:03
18330         Log: Nitpick.
18331      Branch: perl
18332            ! MANIFEST
18333 ____________________________________________________________________________
18334 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
18335         Log: Wrong test.
18336      Branch: perl
18337            ! pod/perldelta.pod
18338 ____________________________________________________________________________
18339 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
18340         Log: Integrate change 14064 from macperl to blead.
18341      Branch: perl
18342           !> pod/perlmodinstall.pod pod/perlport.pod
18343 ____________________________________________________________________________
18344 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
18345         Log: Integrate recent perlport changes
18346      Branch: maint-5.6/macperl
18347           !> pod/perlport.pod
18348 ____________________________________________________________________________
18349 [ 15089] By: ams                                   on 2002/03/08  01:54:03
18350         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
18351              minor typo in perlguts.pod
18352              From: Anton Tagunov <tagunov@motor.ru>
18353              Date: Fri, 8 Mar 2002 05:26:59 +0300
18354              Message-Id: <4649821189.20020308052659@motor.ru>
18355      Branch: perl
18356            ! pod/perlguts.pod
18357 ____________________________________________________________________________
18358 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
18359         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"! 
18360              From: Anton Tagunov <tagunov@newmail.ru>
18361              Date: Fri, 8 Mar 2002 04:31:44 +0300
18362              Message-ID: <13946506773.20020308043144@newmail.ru>
18363              
18364              (one test changed)
18365      Branch: perl
18366            ! lib/encoding.t sv.c
18367 ____________________________________________________________________________
18368 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
18369         Log: Subject: [PATCH perldelta] some more deltas
18370              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18371              Date: Thu, 7 Mar 2002 23:13:23 +0100
18372              Message-ID: <20020307231323.A13068@rafael>
18373      Branch: perl
18374            ! pod/perldelta.pod
18375 ____________________________________________________________________________
18376 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
18377         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
18378              From: Paul_GreenVOS@vos.stratus.com
18379              Date: Thu, 7 Mar 02 14:25 est
18380              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
18381      Branch: perl
18382            ! t/io/fs.t
18383 ____________________________________________________________________________
18384 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
18385         Log: As suggested by Anton Tagunov, eq and cmp now obey the
18386              encoding pragma (by remapping their byte argument if the
18387              other argument is in Unicode).  Also fix a bug found by
18388              Anton where ord undef under the encoding pragma would barf.
18389              ([ID 20020307.009] A null pointer dereference with 'use encoding')
18390              Finally, use the nicer form of sv_recode_to_utf8.
18391      Branch: perl
18392            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
18393 ____________________________________________________________________________
18394 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
18395         Log: Retract #14985, #14899, and #14990, following the principles
18396              "Do no harm." and "If it ain't broke, don't fix it."
18397              
18398              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
18399              some, but still broken, and I do not have the extra brain
18400              cells for the EBCDIC backport.  Secondly, the old version
18401              worked both in EBCDIC and non-.  Thirdly, the old version
18402              may be more amenable for the behaviour suggsted by Anton
18403              Tagunov regarding the encoding pragma.
18404      Branch: perl
18405            ! embed.fnc embed.h global.sym proto.h sv.c util.c
18406 ____________________________________________________________________________
18407 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
18408         Log: Long doubles give you long doubles.
18409      Branch: perl
18410            ! t/base/num.t
18411 ____________________________________________________________________________
18412 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
18413         Log: Forgotten deMANIFESTation.
18414      Branch: perl
18415            ! MANIFEST
18416 ____________________________________________________________________________
18417 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
18418         Log: Obsolete unused file, noticed by Dank Kogai.
18419      Branch: perl
18420            - ext/Encode/lib/Encode/JP/Tr.pm
18421 ____________________________________________________________________________
18422 [ 15080] By: ams                                   on 2002/03/07  11:31:46
18423         Log: Subject: [PATCH Changes] Changes should mirror version number
18424              From: Robin Barker <rmb1@cise.npl.co.uk>
18425              Date: Thu, 7 Mar 2002 11:04:24 GMT
18426              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
18427      Branch: perl
18428            ! Porting/pumpkin.pod
18429 ____________________________________________________________________________
18430 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
18431         Log: metaconfig unit change for #15078.
18432      Branch: metaconfig
18433            ! U/compline/d_gconvert.U
18434 ____________________________________________________________________________
18435 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
18436         Log: Subject: Re: [PATCH] tests for Gconvert
18437              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18438              Date: Wed, 06 Mar 2002 20:22:54 -0800
18439              Message-ID: <esuh8gzkg2/b092yn@efn.org>
18440      Branch: perl
18441            ! Configure pod/perldelta.pod t/base/num.t
18442 ____________________________________________________________________________
18443 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
18444         Log: Mac OS X UFS does not do ctime.
18445      Branch: perl
18446            ! pod/perldelta.pod pod/perlport.pod
18447 ____________________________________________________________________________
18448 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
18449         Log: AUTHORS updates.
18450      Branch: perl
18451            ! AUTHORS
18452 ____________________________________________________________________________
18453 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
18454         Log: Continued Chinese puzzles from Autrijus.
18455      Branch: perl
18456            + ext/Encode/t/CN.t ext/Encode/t/TW.t
18457            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
18458 ____________________________________________________________________________
18459 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
18460         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
18461              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18462              Date: Wed, 6 Mar 2002 18:13:51 +0100
18463              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
18464      Branch: perl
18465            ! lib/File/Spec/Win32.pm
18466 ____________________________________________________________________________
18467 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
18468         Log: perlport tweaks.
18469      Branch: perl
18470            ! pod/perlport.pod
18471 ____________________________________________________________________________
18472 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
18473         Log: Subject: Re: [PATCH docs] Re: Bug with -M
18474              From: Michael G Schwern <schwern@pobox.com>
18475              Date: Wed, 6 Mar 2002 16:20:27 -0500
18476              Message-ID: <20020306212027.GC4257@blackrider>
18477      Branch: perl
18478            ! pod/perlfunc.pod pod/perlport.pod
18479 ____________________________________________________________________________
18480 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
18481         Log: perldelta updates.
18482      Branch: perl
18483            ! pod/perldelta.pod
18484 ____________________________________________________________________________
18485 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
18486         Log: 5005threads wasn't even compiling.
18487      Branch: perl
18488            ! perl.c
18489 ____________________________________________________________________________
18490 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
18491         Log: Subject: Re: perl@15047 New format tests for still existing bugs
18492              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18493              Date: Wed, 06 Mar 2002 12:59:29 +0100
18494              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
18495      Branch: perl
18496            ! t/op/write.t
18497 ____________________________________________________________________________
18498 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
18499         Log: Regen Glossary et al.
18500      Branch: perl
18501            ! Porting/Glossary Porting/config.sh Porting/config_H
18502 ____________________________________________________________________________
18503 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
18504         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
18505              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
18506      Branch: perl
18507            ! util.c
18508 ____________________________________________________________________________
18509 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
18510         Log: metaconfig unit change for #15065.
18511      Branch: metaconfig
18512            ! U/compline/i_time.U
18513 ____________________________________________________________________________
18514 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
18515         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
18516      Branch: perl
18517            ! Configure config_h.SH
18518 ____________________________________________________________________________
18519 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
18520         Log: Must remove fallback.c also from here.
18521      Branch: perl
18522            ! MANIFEST
18523 ____________________________________________________________________________
18524 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
18525         Log: Subject: Re: perl@15047 WinCE
18526              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18527              Date: Wed, 06 Mar 2002 13:41:30 +0100
18528              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
18529              
18530              Subject: Re: perl@15047 Win32
18531              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18532              Date: Wed, 06 Mar 2002 13:46:02 +0100
18533              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
18534              
18535              Subject: Re: perl@15047 Epoc
18536              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18537              Date: Wed, 06 Mar 2002 13:48:31 +0100
18538              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
18539              
18540              Subject: Re: perl@15047 NetWare
18541              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18542              Date: Wed, 06 Mar 2002 13:55:46 +0100
18543              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
18544      Branch: perl
18545            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
18546            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18547            ! wince/Makefile.ce wince/config.h
18548 ____________________________________________________________________________
18549 [ 15062] By: ams                                   on 2002/03/06  09:26:49
18550         Log: Subject: Re: perl@15047
18551              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18552              Date: Wed, 06 Mar 2002 11:25:50 +0100
18553              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
18554      Branch: perl
18555            ! cygwin/perlld.in
18556 ____________________________________________________________________________
18557 [ 15061] By: ams                                   on 2002/03/06  08:44:12
18558         Log: Subject: Re: perl@15047
18559              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18560              Date: Wed, 06 Mar 2002 10:38:02 +0100
18561              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
18562      Branch: perl
18563            ! pod/perldelta.pod
18564 ____________________________________________________________________________
18565 [ 15060] By: ams                                   on 2002/03/06  08:30:33
18566         Log: Subject: Update perlhist.pod
18567              From: mjd@plover.com
18568              Date: 6 Mar 2002 07:11:55 -0000
18569              Message-Id: <20020306071155.10240.qmail@plover.com>
18570              
18571              Subject: [PATCH pod/perlvar.pod] $^V => string
18572              From: Stas Bekman <stas@stason.org>
18573              Date: Wed, 06 Mar 2002 14:56:55 +0800
18574              Message-Id: <3C85BDB7.7050700@stason.org>
18575      Branch: perl
18576            ! pod/perlhist.pod pod/perlvar.pod
18577 ____________________________________________________________________________
18578 [ 15059] By: ams                                   on 2002/03/06  04:15:38
18579         Log: Subject: [PATCH] assorted configure.com fix-ups
18580              From: "Craig A. Berry" <craigberry@mac.com>
18581              Date: Tue, 5 Mar 2002 23:11:22 -0600
18582              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
18583      Branch: perl
18584            ! configure.com
18585 ____________________________________________________________________________
18586 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
18587         Log: IRIX failure with long doubles.
18588      Branch: perl
18589            ! t/op/pack.t
18590 ____________________________________________________________________________
18591 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
18592         Log: Make reality and Changes coincide.
18593      Branch: perl
18594            ! Changes
18595 ____________________________________________________________________________
18596 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
18597         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
18598              From: Anton Tagunov <tagunov@motor.ru>
18599              Date: Wed, 6 Mar 2002 02:10:21 +0300
18600              Message-ID: <11152782757.20020306021021@motor.ru>
18601              
18602              (reworded)
18603      Branch: perl
18604            ! pod/perluniintro.pod
18605 ____________________________________________________________________________
18606 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
18607         Log: Subject: [PATCH] B::Lint doesn't work
18608              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18609              Date: Tue, 5 Mar 2002 22:51:18 +0100
18610              Message-ID: <20020305225118.C733@rafael>
18611      Branch: perl
18612            ! ext/B/B/Lint.pm
18613 ____________________________________________________________________________
18614 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
18615         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
18616              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18617              Date: Mon, 04 Mar 2002 16:24:32 -0800
18618              Message-ID: <ABBh8gzkgezX092yn@efn.org>
18619      Branch: perl
18620            ! op.h pp_ctl.c t/op/flip.t
18621 ____________________________________________________________________________
18622 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
18623         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
18624              From: Nicholas Clark <nick@unfortu.net>
18625              Date: Tue, 5 Mar 2002 22:30:49 +0000
18626              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
18627      Branch: perl
18628            ! pod/perldelta.pod
18629 ____________________________________________________________________________
18630 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
18631         Log: Subject: [PATCH] tests for Gconvert
18632              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18633              Date: Tue, 05 Mar 2002 16:35:45 -0800
18634              Message-ID: <hRWh8gzkgONX092yn@efn.org>
18635      Branch: perl
18636            ! t/base/num.t
18637 ____________________________________________________________________________
18638 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
18639         Log: Subject: [PATCH] toplevel Makefile.SH
18640              From: Paul_GreenVOS@vos.stratus.com
18641              Date: Tue, 5 Mar 02 17:34 est
18642              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
18643      Branch: perl
18644            ! Makefile.SH
18645 ____________________________________________________________________________
18646 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
18647         Log: Subject: [PATCH] pointer to perldelta in Changes
18648              From: Chris Nandor <pudge@pobox.com>
18649              Date: Tue, 05 Mar 2002 16:04:50 -0500
18650              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
18651      Branch: perl
18652            ! Changes
18653 ____________________________________________________________________________
18654 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
18655         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
18656              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18657              Date: Tue, 5 Mar 2002 22:26:20 +0100
18658              Message-ID: <20020305222620.A733@rafael>
18659      Branch: perl
18660            ! pod/perldelta.pod
18661 ____________________________________________________________________________
18662 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
18663         Log: Solaris: allow for /usr/bin/df not to exist.
18664              
18665              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
18666              From: Kingpin <mthurn@copper.dulles.tasc.com>
18667              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
18668              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
18669      Branch: perl
18670            ! hints/solaris_2.sh
18671 ____________________________________________________________________________
18672 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
18673         Log: Update Changes.
18674      Branch: perl
18675            ! Changes patchlevel.h
18676 ____________________________________________________________________________
18677 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
18678         Log: Double MANIFESTing.
18679      Branch: perl
18680            ! ext/Encode/MANIFEST
18681 ____________________________________________________________________________
18682 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
18683         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
18684      Branch: perl
18685            - ext/Encode/Encode/7bit-kr.enc
18686            - ext/Encode/lib/Encode/Tcl/HanZi.pm
18687            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
18688 ____________________________________________________________________________
18689 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
18690         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
18691              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18692              Date: Tue, 5 Mar 2002 14:35:57 +0100
18693              Message-ID: <20020305143557.C695@rafael>   
18694      Branch: perl
18695            ! pp_sys.c t/lib/warnings/pp_sys
18696 ____________________________________________________________________________
18697 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
18698         Log: Subject: [PATCH Devel::PPPort]
18699              From: Robin Barker <rmb1@cise.npl.co.uk>
18700              Date: Tue, 5 Mar 2002 13:37:59 GMT
18701              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
18702      Branch: perl
18703            ! ext/Devel/PPPort/Makefile.PL
18704 ____________________________________________________________________________
18705 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
18706         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
18707      Branch: perl
18708            ! ext/Encode/t/Tcl.t
18709 ____________________________________________________________________________
18710 [ 15041] By: nick                                  on 2002/03/05  07:23:58
18711         Log: Integrate mainline (5.7.3)
18712      Branch: perlio
18713           +> ext/Encode/lib/Encode/CN/HZ.pm
18714            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
18715           !> (integrate 54 files)
18716 ____________________________________________________________________________
18717 [ 15040] By: ams                                   on 2002/03/05  05:10:33
18718         Log: Subject: DOC PATCH 5.7.3 (perldelta)
18719              From: mjd@plover.com
18720              Date: 5 Mar 2002 05:35:58 -0000
18721              Message-Id: <20020305053558.31677.qmail@plover.com>
18722      Branch: perl
18723            ! pod/perldelta.pod
18724 ____________________________________________________________________________
18725 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
18726         Log: This is 5.7.3.
18727      Branch: perl
18728            ! patchlevel.h
18729 ____________________________________________________________________________
18730 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
18731         Log: Shoo.
18732      Branch: perl
18733            ! ext/Encode/t/Tcl.t
18734 ____________________________________________________________________________
18735 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
18736         Log: Update Changes.
18737      Branch: perl
18738            ! Changes patchlevel.h
18739 ____________________________________________________________________________
18740 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
18741         Log: Regen perlapi.
18742      Branch: perl
18743            ! pod/perlapi.pod
18744 ____________________________________________________________________________
18745 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
18746         Log: Tie::File doc tweak for Win32 from mjd. 
18747      Branch: perl
18748            ! lib/Tie/File.pm
18749 ____________________________________________________________________________
18750 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
18751         Log: Regen toc.
18752      Branch: perl
18753            ! pod/perltoc.pod
18754 ____________________________________________________________________________
18755 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
18756         Log: Decommission Encode::Tcl HZ testing for now.
18757      Branch: perl
18758            ! ext/Encode/t/Tcl.t
18759 ____________________________________________________________________________
18760 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
18761         Log: Must have a return.
18762      Branch: perl
18763            ! pp_pack.c
18764 ____________________________________________________________________________
18765 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
18766         Log: The very latest win32 score from Jan Dubois.
18767      Branch: perl
18768            ! pod/perldelta.pod
18769 ____________________________________________________________________________
18770 [ 15030] By: ams                                   on 2002/03/05  01:40:01
18771         Log: Subject: [PATCH] README.macos
18772              From: Chris Nandor <pudge@pobox.com>
18773              Date: Mon, 04 Mar 2002 17:37:59 -0500
18774              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
18775      Branch: perl
18776            ! README.macos
18777 ____________________________________________________________________________
18778 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
18779         Log: "The last pieces of Chinese puzzle" from Autrijus.
18780      Branch: perl
18781            + ext/Encode/lib/Encode/CN/HZ.pm
18782            - ext/Encode/Encode/HZ.enc
18783            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
18784            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
18785 ____________________________________________________________________________
18786 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
18787         Log: Known test failures updates.
18788      Branch: perl
18789            ! pod/perldelta.pod
18790 ____________________________________________________________________________
18791 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
18792         Log: One more nit from mjd.
18793      Branch: perl
18794            ! lib/Tie/File/t/16_handle.t
18795 ____________________________________________________________________________
18796 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
18797         Log: Upgrade to Tie::File 0.17 from mjd.
18798      Branch: perl
18799            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
18800            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
18801 ____________________________________________________________________________
18802 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
18803         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
18804              From: Nicholas Clark <nick@unfortu.net>
18805              Date: Mon, 4 Mar 2002 23:33:52 +0000
18806              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
18807      Branch: perl
18808            ! pod/perldelta.pod
18809 ____________________________________________________________________________
18810 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
18811         Log: Escapee.
18812      Branch: perl
18813            ! proto.h
18814 ____________________________________________________________________________
18815 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
18816         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
18817              From: Nicholas Clark <nick@unfortu.net>
18818              Date: Mon, 4 Mar 2002 22:48:38 +0000
18819              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
18820      Branch: perl
18821            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
18822            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
18823            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
18824            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
18825            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
18826            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
18827            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
18828 ____________________________________________________________________________
18829 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
18830         Log: Cleaner.
18831      Branch: perl
18832            ! Makefile.SH
18833 ____________________________________________________________________________
18834 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
18835         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
18836              From: Jeffrey Friedl <jfriedl@yahoo.com>
18837              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
18838              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
18839      Branch: perl
18840            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
18841            ! pod/perlvar.pod
18842 ____________________________________________________________________________
18843 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
18844         Log: More Han tweaks from Autrjius Tang: most importantly,
18845              gbk is identical to cp936, so gbk can be removed and
18846              taken care of by an alias.
18847      Branch: perl
18848            - ext/Encode/Encode/gbk.enc
18849            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
18850            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
18851            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
18852            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
18853 ____________________________________________________________________________
18854 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
18855         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
18856              From: Nicholas Clark <nick@unfortu.net>
18857              Date: Mon, 4 Mar 2002 22:20:13 +0000
18858              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
18859      Branch: perl
18860            ! pod/perldelta.pod
18861 ____________________________________________________________________________
18862 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
18863         Log: Based on
18864              
18865              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
18866              From: Anton Tagunov <tagunov@motor.ru>
18867              Date: Mon, 4 Mar 2002 21:14:39 +0300
18868              Message-ID: <1814137429.20020304211439@motor.ru>
18869      Branch: perl
18870            ! pod/perlunicode.pod
18871 ____________________________________________________________________________
18872 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
18873         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
18874              From: John Peacock <jpeacock@rowman.com>
18875              Date: Mon, 04 Mar 2002 16:18:42 -0500
18876              Message-ID: <3C83E4B2.3060700@rowman.com>
18877              
18878              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
18879              From: John Peacock <jpeacock@rowman.com>
18880              Date: Mon, 04 Mar 2002 16:42:55 -0500
18881              Message-ID: <3C83EA5F.80303@rowman.com>
18882      Branch: perl
18883            ! lib/ExtUtils/xsubpp pod/perlxs.pod
18884 ____________________________________________________________________________
18885 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
18886         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
18887              From: "Craig A. Berry" <craigberry@mac.com>
18888              Date: Mon, 04 Mar 2002 14:47:59 -0600
18889              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
18890              
18891              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
18892              From: "Craig A. Berry" <craigberry@mac.com>
18893              Date: Mon, 04 Mar 2002 15:04:58 -0600
18894              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
18895      Branch: perl
18896            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
18897 ____________________________________________________________________________
18898 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
18899         Log: metaconfig unit change for #15014.
18900      Branch: metaconfig/U/perl
18901            ! Extensions.U
18902 ____________________________________________________________________________
18903 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
18904         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
18905              of known extensions, where Encode::JP already is.
18906      Branch: perl
18907            ! Configure Porting/config.sh Porting/config_H uconfig.h
18908 ____________________________________________________________________________
18909 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
18910         Log: SJIS, from Dan Kogai.
18911      Branch: perl
18912            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
18913 ____________________________________________________________________________
18914 [ 15012] By: nick                                  on 2002/03/04  17:35:50
18915         Log: Intergrate perlio's Encode/compile
18916      Branch: perl
18917           !> ext/Encode/compile
18918 ____________________________________________________________________________
18919 [ 15011] By: nick                                  on 2002/03/04  17:29:54
18920         Log: Avoid $Id$ cleverness and just have a $VERSION.
18921      Branch: perlio
18922            ! ext/Encode/compile
18923 ____________________________________________________________________________
18924 [ 15010] By: nick                                  on 2002/03/04  17:29:14
18925         Log: Integrate mainline
18926      Branch: perlio
18927           +> lib/Math/BigInt/t/isa.t
18928           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
18929           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
18930           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
18931           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
18932           !> warnings.pl
18933 ____________________________________________________________________________
18934 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
18935         Log: Integrate ext/Encode/compile from perlio.
18936      Branch: perl
18937           !> ext/Encode/compile
18938 ____________________________________________________________________________
18939 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
18940         Log: Integrate perlio:
18941              
18942              [ 15002]
18943              Win32 tweak
18944              
18945              [ 14999]
18946              Win32 hack
18947              
18948              [ 14995]
18949              Remove debugging assert
18950      Branch: perl
18951           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
18952           !> lib/Tie/File/t/16_handle.t
18953 ____________________________________________________________________________
18954 [ 15007] By: nick                                  on 2002/03/04  17:08:17
18955         Log: Integrate mainline
18956      Branch: perlio
18957           !> AUTHORS Changes Porting/Glossary Porting/config.sh
18958           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
18959           !> pod/perltoc.pod
18960 ____________________________________________________________________________
18961 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
18962         Log: A new M::BI test.
18963      Branch: perl
18964            + lib/Math/BigInt/t/isa.t
18965            ! MANIFEST
18966 ____________________________________________________________________________
18967 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
18968         Log: Subject: VMS test and perldelta update
18969              From: "Craig A. Berry" <craigberry@mac.com>
18970              Date: Mon, 04 Mar 2002 11:03:37 -0600
18971              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
18972      Branch: perl
18973            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
18974 ____________________________________________________________________________
18975 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
18976         Log: Needed for threaded builds.
18977      Branch: perl
18978            ! embed.fnc embed.h
18979 ____________________________________________________________________________
18980 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
18981         Log: Subject: [PATCH] taint + deprecated warnings
18982              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18983              Date: Mon, 4 Mar 2002 16:33:23 -0000
18984              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
18985      Branch: perl
18986            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
18987            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
18988            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
18989 ____________________________________________________________________________
18990 [ 15002] By: nick                                  on 2002/03/04  16:19:06
18991         Log: Win32 tweak
18992      Branch: perlio
18993            ! lib/Tie/File/t/16_handle.t
18994 ____________________________________________________________________________
18995 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
18996         Log: Update Changes.
18997      Branch: perl
18998            ! Changes patchlevel.h
18999 ____________________________________________________________________________
19000 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
19001         Log: AUTHORS updates.
19002      Branch: perl
19003            ! AUTHORS
19004 ____________________________________________________________________________
19005 [ 14999] By: nick                                  on 2002/03/04  15:26:43
19006         Log: Win32 hack
19007      Branch: perlio
19008            ! ext/Encode/compile ext/Encode/t/JP.t
19009 ____________________________________________________________________________
19010 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
19011         Log: Encode doc tweak from Autrijus Tang.
19012      Branch: perl
19013            ! ext/Encode/Encode.pm
19014 ____________________________________________________________________________
19015 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
19016         Log: Regen Glossary et al.  (It seems the #14875 didn't
19017              quite work in removing the double-dot?)
19018      Branch: perl
19019            ! Porting/Glossary Porting/config.sh Porting/config_H
19020 ____________________________________________________________________________
19021 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
19022         Log: Regen toc.
19023      Branch: perl
19024            ! pod/perltoc.pod
19025 ____________________________________________________________________________
19026 [ 14995] By: nick                                  on 2002/03/04  14:42:09
19027         Log: Remove debugging assert
19028      Branch: perlio
19029            ! ext/threads/shared/shared.xs
19030 ____________________________________________________________________________
19031 [ 14994] By: nick                                  on 2002/03/04  14:41:54
19032         Log: Integrate mainline
19033      Branch: perlio
19034           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
19035           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
19036           !> lib/Tie/File/t/15_pushpop.t util.c
19037 ____________________________________________________________________________
19038 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
19039         Log: Han update from Autrijus Tang. 
19040      Branch: perl
19041            ! ext/Encode/Encode.pm
19042 ____________________________________________________________________________
19043 [ 14992] By: nick                                  on 2002/03/04  14:08:38
19044         Log: Integrate mainline - all tests pass - some noise from threads
19045              av_simple (SuSE7.3).
19046      Branch: perlio
19047           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
19048           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
19049           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
19050           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
19051           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
19052           +> lib/Tie/File/t/11_rv_splice_rs.t
19053           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
19054           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
19055           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
19056            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
19057            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
19058            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
19059            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
19060            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
19061            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
19062            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
19063            - lib/Tie/File/15_pushpop.t
19064           !> (integrate 47 files)
19065 ____________________________________________________________________________
19066 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
19067         Log: Missing MANIFESTations.
19068      Branch: perl
19069            ! MANIFEST
19070 ____________________________________________________________________________
19071 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
19072         Log: Attempt at portability.
19073      Branch: perl
19074            ! util.c
19075 ____________________________________________________________________________
19076 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
19077         Log: Needed by #14985.
19078      Branch: perl
19079            ! embed.h global.sym proto.h
19080 ____________________________________________________________________________
19081 [ 14988] By: ams                                   on 2002/03/04  08:59:27
19082         Log: Upgrade to Tie::File 0.16.
19083      Branch: perl
19084            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
19085            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
19086            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
19087            ! lib/Tie/File/t/15_pushpop.t
19088 ____________________________________________________________________________
19089 [ 14987] By: ams                                   on 2002/03/04  08:48:11
19090         Log: Subject: [PATCH @14577] perly-fixer
19091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19092              Date: Mon, 4 Mar 2002 02:28:51 -0500
19093              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
19094      Branch: perl
19095            ! Makefile.SH perly.fixer
19096 ____________________________________________________________________________
19097 [ 14986] By: ams                                   on 2002/03/04  08:43:37
19098         Log: Subject: [PATCH @14577] xsubpp
19099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19100              Date: Mon, 4 Mar 2002 02:25:52 -0500
19101              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
19102      Branch: perl
19103            ! lib/ExtUtils/xsubpp pod/perlxs.pod
19104 ____________________________________________________________________________
19105 [ 14985] By: ams                                   on 2002/03/04  08:40:46
19106         Log: Subject: [PATCH @14577] sv_cmp and friends
19107              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19108              Date: Mon, 4 Mar 2002 02:31:04 -0500
19109              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
19110      Branch: perl
19111            ! embed.fnc sv.c util.c
19112 ____________________________________________________________________________
19113 [ 14984] By: ams                                   on 2002/03/04  08:16:06
19114         Log: Fix File::Path docs as suggested by Ronald Kimball.
19115      Branch: perl
19116            ! lib/File/Path.pm
19117 ____________________________________________________________________________
19118 [ 14983] By: ams                                   on 2002/03/04  08:11:20
19119         Log: Update perldata fix as suggested by Benjamin Goldberg.
19120      Branch: perl
19121            ! pod/perldata.pod
19122 ____________________________________________________________________________
19123 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
19124         Log: Faulty skip.
19125      Branch: perl
19126            ! ext/DB_File/t/db-recno.t
19127 ____________________________________________________________________________
19128 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
19129         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
19130              From: Anton Tagunov <tagunov@motor.ru>
19131              Date: Mon, 4 Mar 2002 05:41:41 +0300
19132              Message-Id: <7916563907.20020304054141@motor.ru>
19133              
19134              Subject: [ID 20020303.005] Patch perlinicode C API description
19135              From: Anton Tagunov <tagunov@motor.ru>
19136              Date: Mon, 4 Mar 2002 06:08:23 +0300
19137              Message-Id: <2018165510.20020304060823@motor.ru>
19138      Branch: perl
19139            ! lib/utf8.pm pod/perlunicode.pod
19140 ____________________________________________________________________________
19141 [ 14980] By: ams                                   on 2002/03/04  02:19:20
19142         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
19143              From: Anton Tagunov <tagunov@motor.ru>
19144              Date: Mon, 4 Mar 2002 02:17:40 +0300
19145              Message-Id: <1344322124.20020304021740@motor.ru>
19146      Branch: perl
19147            ! pod/perldata.pod
19148 ____________________________________________________________________________
19149 [ 14979] By: ams                                   on 2002/03/04  02:17:54
19150         Log: Subject: RE: [PATCH] RE: DB_File breakage
19151              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19152              Date: Sun, 3 Mar 2002 23:56:31 -0000
19153              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
19154      Branch: perl
19155            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19156            ! ext/DB_File/t/db-recno.t
19157 ____________________________________________________________________________
19158 [ 14978] By: ams                                   on 2002/03/04  02:07:16
19159         Log: Subject: [PATCH] docs for ExtUtils::Manifest
19160              From: Nicholas Clark <nick@unfortu.net>
19161              Date: Sun, 3 Mar 2002 23:29:25 +0000
19162              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
19163      Branch: perl
19164            ! lib/ExtUtils/Manifest.pm
19165 ____________________________________________________________________________
19166 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
19167         Log: Forgot from the M::BI 1.54 update.
19168      Branch: perl
19169            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
19170            ! lib/Math/BigInt/t/upgrade.inc
19171 ____________________________________________________________________________
19172 [ 14976] By: ams                                   on 2002/03/04  02:04:32
19173         Log: Subject: [PATCH] attr
19174              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19175              Date: Sun, 3 Mar 2002 22:09:58 -0000
19176              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
19177      Branch: perl
19178            ! lib/warnings.pm warnings.pl
19179 ____________________________________________________________________________
19180 [ 14975] By: ams                                   on 2002/03/04  02:01:27
19181         Log: Subject: [PATCH] File::Path documentation
19182              From: Colin Meyer <cmeyer@helvella.org>
19183              Date: Sun, 3 Mar 2002 14:54:24 -0800
19184              Message-Id: <20020303145424.A21774@hobart.helvella.org>
19185      Branch: perl
19186            ! lib/File/Path.pm
19187 ____________________________________________________________________________
19188 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
19189         Log: Typo.
19190      Branch: perl
19191            ! lib/Math/BigInt/t/upgrade.t
19192 ____________________________________________________________________________
19193 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
19194         Log: Editing errors.
19195      Branch: perl
19196            ! MANIFEST
19197 ____________________________________________________________________________
19198 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
19199         Log: Upgrade to Math::BigInt 1.54.
19200      Branch: perl
19201            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19202            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19203            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
19204            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
19205            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
19206            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
19207 ____________________________________________________________________________
19208 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
19209         Log: Test tweak from Craig Berry.
19210      Branch: perl
19211            ! lib/Tie/File/t/15_pushpop.t
19212 ____________________________________________________________________________
19213 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
19214         Log: Upgrade to Tie::File 0.15.
19215      Branch: perl
19216            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
19217            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
19218            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
19219            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
19220            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
19221            + lib/Tie/File/t/11_rv_splice_rs.t
19222            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
19223            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
19224            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
19225            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
19226            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
19227            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
19228            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
19229            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
19230            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
19231            - lib/Tie/File/15_pushpop.t
19232            ! MANIFEST lib/Tie/File.pm
19233 ____________________________________________________________________________
19234 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
19235         Log: The EBCDIC gaps apply only to the real A-Z.
19236      Branch: perl
19237            ! ext/B/B/Deparse.pm
19238 ____________________________________________________________________________
19239 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
19240         Log: EBCDIC: deparse \cX correctly.
19241      Branch: perl
19242            ! ext/B/B/Deparse.pm
19243 ____________________________________________________________________________
19244 [ 14967] By: ams                                   on 2002/03/03  18:18:00
19245         Log: Subject: [PATCH] nit in perlsyn.pod
19246              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
19247              Date: Sun, 03 Mar 2002 20:16:10 +0100
19248              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
19249      Branch: perl
19250            ! pod/perlsyn.pod
19251 ____________________________________________________________________________
19252 [ 14966] By: ams                                   on 2002/03/03  18:06:32
19253         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
19254              From: Michael G Schwern <schwern@pobox.com>
19255              Date: Sun, 3 Mar 2002 13:33:28 -0500
19256              Message-Id: <20020303183328.GA3296@blackrider>
19257      Branch: perl
19258            ! utils/h2xs.PL
19259 ____________________________________________________________________________
19260 [ 14965] By: ams                                   on 2002/03/03  18:00:03
19261         Log: Subject: [ PATCH ] HP back to default
19262              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19263              Date: Sun, 03 Mar 2002 18:48:34 +0100
19264              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
19265      Branch: perl
19266            ! hints/hpux.sh
19267 ____________________________________________________________________________
19268 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
19269         Log: EBCDIC: special cases of special cases.
19270      Branch: perl
19271            ! t/uni/case.pl
19272 ____________________________________________________________________________
19273 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
19274         Log: EBCDIC: the v-string components cannot exceed 2147483647.
19275      Branch: perl
19276            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
19277 ____________________________________________________________________________
19278 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
19279         Log: Remove the bogus "incorrect case" warning completely.
19280              The problem exists, but the cure, in which ever form
19281              it will be, needs to be something more subtle.
19282      Branch: perl
19283            ! op.c pod/perldiag.pod
19284 ____________________________________________________________________________
19285 [ 14961] By: ams                                   on 2002/03/03  13:39:09
19286         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
19287              From: Mark-Jason Dominus <mjd@plover.com>
19288              Date: Sun, 03 Mar 2002 09:32:16 -0500
19289              Message-Id: <20020303143216.10536.qmail@plover.com>
19290      Branch: perl
19291            ! t/op/tiearray.t
19292 ____________________________________________________________________________
19293 [ 14960] By: nick                                  on 2002/03/03  09:59:59
19294         Log: Integrate mainline
19295      Branch: perlio
19296           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
19297            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
19298            ! ext/Encode/compile
19299           !> (integrate 27 files)
19300 ____________________________________________________________________________
19301 [ 14959] By: ams                                   on 2002/03/03  08:11:34
19302         Log: Fix #14957.
19303      Branch: perl
19304            ! ext/DB_File/t/db-recno.t
19305 ____________________________________________________________________________
19306 [ 14958] By: ams                                   on 2002/03/03  05:51:00
19307         Log: Subject: [PATCH @14577] NL in debugger
19308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19309              Date: Sat, 2 Mar 2002 05:34:12 -0500
19310              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
19311      Branch: perl
19312            ! lib/perl5db.pl
19313 ____________________________________________________________________________
19314 [ 14957] By: ams                                   on 2002/03/03  05:00:04
19315         Log: Subject: Re: DB_File breakage
19316              From: Schuyler Erle <schuyler@oreilly.com>
19317              Date: Sat, 02 Mar 2002 21:50:30 -0800
19318              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
19319      Branch: perl
19320            ! ext/DB_File/t/db-recno.t
19321 ____________________________________________________________________________
19322 [ 14956] By: ams                                   on 2002/03/03  04:40:08
19323         Log: Subject: [PATCH @14577] Debugging OPs
19324              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19325              Date: Sat, 2 Mar 2002 05:49:58 -0500
19326              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
19327      Branch: perl
19328            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
19329            ! pod/perlrun.pod sv.h
19330 ____________________________________________________________________________
19331 [ 14955] By: ams                                   on 2002/03/03  04:34:41
19332         Log: Subject: Tie::Array doc patch
19333              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
19334              Date: Sat, 02 Mar 2002 08:42:56 +0900
19335              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
19336      Branch: perl
19337            ! lib/Tie/Array.pm
19338 ____________________________________________________________________________
19339 [ 14954] By: ams                                   on 2002/03/03  04:23:33
19340         Log: Subject: Re: Smoke 14870
19341              From: Nicholas Clark <nick@unfortu.net>
19342              Date: Sat, 2 Mar 2002 20:00:53 +0000
19343              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
19344      Branch: perl
19345            ! README.hpux
19346 ____________________________________________________________________________
19347 [ 14953] By: ams                                   on 2002/03/03  04:15:49
19348         Log: Subject: RE: VERSION core
19349              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19350              Date: Sat, 2 Mar 2002 22:50:44 -0000
19351              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
19352      Branch: perl
19353            ! t/comp/use.t
19354 ____________________________________________________________________________
19355 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
19356         Log: The #14949 removed this error from non-Win32.
19357      Branch: perl
19358            ! t/lib/warnings/op
19359 ____________________________________________________________________________
19360 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
19361         Log: BeOS back on track.
19362      Branch: perl
19363            ! README.beos
19364 ____________________________________________________________________________
19365 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
19366         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
19367              higher is okay.
19368      Branch: perl
19369            ! ext/POSIX/t/posix.t
19370 ____________________________________________________________________________
19371 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
19372         Log: For now, make "incorrect case" a Win32-only warning.
19373      Branch: perl
19374            ! op.c
19375 ____________________________________________________________________________
19376 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
19377         Log: Demand more before attempting socketpair().
19378      Branch: perl
19379            ! pp_sys.c
19380 ____________________________________________________________________________
19381 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
19382         Log: Remove obsolete hack.
19383      Branch: perl
19384            ! makedepend.SH
19385 ____________________________________________________________________________
19386 [ 14946] By: ams                                   on 2002/03/02  16:00:32
19387         Log: Forgot to delete encode.* from MANIFEST.
19388      Branch: perl
19389            ! MANIFEST
19390 ____________________________________________________________________________
19391 [ 14945] By: ams                                   on 2002/03/02  14:41:03
19392         Log: Delete ex-test output.
19393      Branch: perl
19394            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
19395 ____________________________________________________________________________
19396 [ 14944] By: ams                                   on 2002/03/02  13:54:35
19397         Log: Subject: [PATCH] DB_File 1.803
19398              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19399              Date: Sat, 2 Mar 2002 14:33:32 -0000
19400              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
19401      Branch: perl
19402            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19403            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
19404 ____________________________________________________________________________
19405 [ 14943] By: ams                                   on 2002/03/02  13:43:06
19406         Log: Upgrade to Tie::File 0.14.
19407      Branch: perl
19408            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
19409            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
19410            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
19411 ____________________________________________________________________________
19412 [ 14942] By: nick                                  on 2002/03/02  11:05:53
19413         Log: Integrate mainline
19414      Branch: perlio
19415           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
19416           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
19417           +> ext/Encode/t/table.utf8
19418           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
19419           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
19420           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
19421           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
19422           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
19423           !> universal.c utils/perldoc.PL
19424 ____________________________________________________________________________
19425 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
19426         Log: More CJK (just C, really) tables from Autrijus Tang
19427              (originally from iconv, used with permission of Bruno Haible)
19428      Branch: perl
19429            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
19430            + ext/Encode/Encode/iso-ir-165.enc
19431            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
19432            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
19433            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
19434 ____________________________________________________________________________
19435 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
19436         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
19437              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
19438              Date: Fri, 1 Mar 2002 15:32:13 -0500
19439              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
19440      Branch: perl
19441            ! utils/perldoc.PL
19442 ____________________________________________________________________________
19443 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
19444         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
19445              From: Schuyler Erle <schuyler@oreilly.com>
19446              Date: Fri, 01 Mar 2002 14:22:19 -0800
19447              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
19448              
19449              Subject: Re: PATCH: "splice() offset past end of array" warning.
19450              From: Mark-Jason Dominus <mjd@plover.com>
19451              Date: Fri, 01 Mar 2002 17:19:49 -0500
19452              Message-ID: <20020301221949.7610.qmail@plover.com>
19453      Branch: perl
19454            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
19455 ____________________________________________________________________________
19456 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
19457         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
19458              From: Mark-Jason Dominus <mjd@plover.com>
19459              Date: Fri, 01 Mar 2002 18:35:35 -0500
19460              Message-ID: <20020301233535.15969.qmail@plover.com>
19461      Branch: perl
19462            ! av.c
19463 ____________________________________________________________________________
19464 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
19465         Log: Subject: RE: VERSION core
19466              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19467              Date: Fri, 1 Mar 2002 23:47:48 -0000
19468              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
19469      Branch: perl
19470            ! pod/perldiag.pod universal.c
19471 ____________________________________________________________________________
19472 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
19473         Log: Update Changes
19474      Branch: maint-5.6/macperl
19475            ! macos/Changes
19476 ____________________________________________________________________________
19477 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
19478         Log: Fix update to resources
19479      Branch: maint-5.6/macperl
19480            ! macos/macperl/MacPerl.r
19481 ____________________________________________________________________________
19482 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
19483         Log: metaconfig unit change for #14930.
19484      Branch: metaconfig
19485            ! U/modified/Init.U
19486 ____________________________________________________________________________
19487 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
19488         Log: Fix debugger to handle Mac OS psedofiles
19489      Branch: maint-5.6/macperl
19490            ! lib/DB.pm lib/perl5db.pl
19491 ____________________________________________________________________________
19492 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
19493         Log: Various fixes from Thomas Wegner
19494      Branch: maint-5.6/macperl
19495            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
19496 ____________________________________________________________________________
19497 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
19498         Log: Some resource updates
19499      Branch: maint-5.6/macperl
19500            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
19501            ! macos/macperl/MacPerl.rsrc
19502 ____________________________________________________________________________
19503 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
19504         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
19505              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19506              Date: Fri, 01 Mar 2002 09:38:59 -0800
19507              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
19508      Branch: perl
19509            ! Configure
19510 ____________________________________________________________________________
19511 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
19512         Log: Add some missing sfio symbols (Alan Fry)
19513      Branch: maint-5.6/macperl
19514            ! macos/macperl.sym
19515 ____________________________________________________________________________
19516 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
19517         Log: Update version and README
19518      Branch: maint-5.6/macperl
19519            ! README.macos macos/MPVersion.r
19520 ____________________________________________________________________________
19521 [ 14926] By: nick                                  on 2002/03/01  15:56:41
19522         Log: Integrate mainline
19523      Branch: perlio
19524           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
19525           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
19526           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
19527           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
19528           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
19529           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
19530           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
19531           +> lib/Tie/File/13_size_rs.t
19532           !> (integrate 80 files)
19533 ____________________________________________________________________________
19534 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
19535         Log: Better advertising.
19536      Branch: perl
19537            ! pod/perldelta.pod pod/perlfaq5.pod
19538 ____________________________________________________________________________
19539 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
19540         Log: Update Changes.
19541      Branch: perl
19542            ! Changes patchlevel.h
19543 ____________________________________________________________________________
19544 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
19545         Log: Lost in the shuffle.
19546      Branch: perl
19547            + lib/Math/BigInt/t/downgrade.t
19548            ! MANIFEST
19549 ____________________________________________________________________________
19550 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
19551         Log: Advertise Tie::File.
19552      Branch: perl
19553            ! pod/perldelta.pod pod/perlfaq5.pod
19554 ____________________________________________________________________________
19555 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
19556         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
19557              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19558              Date: Thu, 28 Feb 2002 18:55:48 +0100
19559              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
19560      Branch: perl
19561            ! x2p/walk.c
19562 ____________________________________________________________________________
19563 [ 14920] By: ams                                   on 2002/03/01  09:06:01
19564         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
19565              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19566              Date: Tue, 26 Feb 2002 19:54:31 -0500
19567              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
19568      Branch: perl
19569            ! embed.fnc ext/B/B/Deparse.pm gv.c
19570 ____________________________________________________________________________
19571 [ 14919] By: ams                                   on 2002/03/01  03:03:12
19572         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
19573      Branch: perl
19574            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
19575            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
19576            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
19577            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
19578            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
19579            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
19580            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
19581 ____________________________________________________________________________
19582 [ 14918] By: ams                                   on 2002/03/01  02:36:58
19583         Log: Add Tie::File 0.12 from MJD.
19584      Branch: perl
19585            + lib/Tie/File.pm lib/Tie/File/01_gen.t
19586            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
19587            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
19588            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
19589            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
19590            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
19591            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
19592            ! MANIFEST
19593 ____________________________________________________________________________
19594 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
19595         Log: Encoding name mapping tweaks.
19596      Branch: perl
19597            ! ext/Encode/Encode.pm
19598 ____________________________________________________________________________
19599 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
19600         Log: metaconfig unit change for #14915.
19601      Branch: metaconfig
19602            ! U/modified/Init.U
19603 ____________________________________________________________________________
19604 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
19605         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
19606              From: Paul_GreenVOS@vos.stratus.com
19607              Date: Thu, 28 Feb 02 15:05 est
19608              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
19609      Branch: perl
19610            ! Configure
19611 ____________________________________________________________________________
19612 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
19613         Log: PL_bostr was pointing to the wrong string
19614              (a string left around from the loading of the Unicode \w)
19615              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
19616              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
19617      Branch: perl
19618            ! regexec.c
19619 ____________________________________________________________________________
19620 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
19621         Log: Sync with libnet-1.10
19622      Branch: perl
19623            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
19624            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
19625            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
19626            ! lib/Net/t/netrc.t
19627 ____________________________________________________________________________
19628 [ 14912] By: ams                                   on 2002/02/28  13:02:50
19629         Log: Subject: [PATCH] perldelta.pod fixes
19630              From: Autrijus Tang <autrijus@autrijus.org>
19631              Date: Thu, 28 Feb 2002 21:44:15 +0800
19632              Message-Id: <20020228134415.GB16422@not.autrijus.org>
19633      Branch: perl
19634            ! pod/perldelta.pod
19635 ____________________________________________________________________________
19636 [ 14911] By: ams                                   on 2002/02/28  11:31:44
19637         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
19638              From: Stas Bekman <stas@stason.org>
19639              Date: Mon, 04 Feb 2002 16:18:53 +0800
19640              Message-Id: <3C7E1E5F.1000605@stason.org>
19641              (Applied by hand).
19642      Branch: perl
19643            ! lib/File/Copy.pm
19644 ____________________________________________________________________________
19645 [ 14910] By: ams                                   on 2002/02/28  11:26:47
19646         Log: Subject: [PATCH lib/Pod/Html.pm]
19647              From: Stas Bekman <stas@stason.org>
19648              Date: Thu, 28 Feb 2002 20:05:01 +0800
19649              Message-Id: <3C7E1CED.7000307@stason.org>
19650      Branch: perl
19651            ! lib/Pod/Html.pm
19652 ____________________________________________________________________________
19653 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
19654         Log: Tests for #14908.
19655      Branch: perl
19656            ! t/op/pat.t
19657 ____________________________________________________________________________
19658 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
19659         Log: Make shared hash keys to be \0-terminated:
19660              one possible resolution for
19661              "UTF-8, weird \w behaviour after HASH-KEY-ification"
19662              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
19663              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
19664              The hash keys weren't \0-terminated.  This meant that the EOL ($)
19665              in regmatch() got the nextchr beyond the last character.  Since
19666              the keys were UTF-8, the nextchr was \1, not the usual
19667              string-terminating \0.  Wham, no match.
19668              
19669              I think another possible resolution could be to stop the nextchr
19670              computation in regmatch() from peeking beyond the last character
19671              of the string:
19672              
19673              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
19674      Branch: perl
19675            ! hv.c hv.h
19676 ____________________________________________________________________________
19677 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
19678         Log: Subject: [PATCH] Perl interface to newIO()
19679              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19680              Date: Wed, 27 Feb 2002 20:15:27 -0800
19681              Message-ID: <f7af8gzkgaET092yn@efn.org>
19682      Branch: perl
19683            ! lib/Symbol.pm
19684 ____________________________________________________________________________
19685 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
19686         Log: The "list" part of
19687              
19688              Subject: [PATCH perlop] .. returns a *list* of *integers*
19689              From: Mike Guy <mjtg@cam.ac.uk>
19690              Date: Tue, 26 Feb 2002 18:30:22 +0000
19691              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
19692              
19693              plus few nits.
19694      Branch: perl
19695            ! pod/perlop.pod
19696 ____________________________________________________________________________
19697 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
19698         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
19699              From: Abe Timmerman <abe@ztreet.demon.nl>
19700              Date: Thu, 28 Feb 2002 00:04:06 +0100
19701              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
19702      Branch: perl
19703            ! lib/File/stat.t
19704 ____________________________________________________________________________
19705 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
19706         Log: Integrate from maintperl.
19707      Branch: maint-5.6/macperl
19708           !> doio.c op.c t/io/open.t t/pragma/strict-subs
19709 ____________________________________________________________________________
19710 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
19711         Log: Upgrade to Math::BigInt 1.53.
19712      Branch: perl
19713            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19714            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
19715            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
19716            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
19717            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
19718            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
19719 ____________________________________________________________________________
19720 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
19721         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
19722              From: "Craig A. Berry" <craigberry@mac.com>
19723              Date: Wed, 27 Feb 2002 15:36:38 -0600
19724              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
19725      Branch: perl
19726            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
19727            ! vms/ext/filespec.t
19728 ____________________________________________________________________________
19729 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
19730         Log: Subject: [PATCH] Some minor changes for Cygwin
19731              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
19732              Date: Wed, 27 Feb 2002 22:25:41 +0100
19733              Message-ID: <14296492589.20020227222541@familiehaase.de>
19734      Branch: perl
19735            ! Makefile.SH README.cygwin cygwin/perlld.in
19736 ____________________________________________________________________________
19737 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
19738         Log: Update the UTF-8 explanation table.
19739      Branch: perl
19740            ! pod/perlunicode.pod utf8.h
19741 ____________________________________________________________________________
19742 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
19743         Log: Repatch from Robin Barker: anon subs in C<package;> are
19744              now __ANON__::__ANON__ (should help for mod_perl breakage
19745              since #12251)
19746      Branch: perl
19747            ! gv.c op.c t/op/runlevel.t toke.c
19748 ____________________________________________________________________________
19749 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
19750         Log: Update Changes.
19751      Branch: perl
19752            ! Changes patchlevel.h
19753 ____________________________________________________________________________
19754 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
19755         Log: perldelta updates.
19756      Branch: perl
19757            ! pod/perldelta.pod
19758 ____________________________________________________________________________
19759 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
19760         Log: Signedness nit.
19761      Branch: perl
19762            ! regexec.c
19763 ____________________________________________________________________________
19764 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
19765         Log: Subject: Re: Smoke 14870
19766              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19767              Date: Wed, 27 Feb 2002 16:48:35 +0100
19768              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
19769              
19770              (with some additional garnish)
19771      Branch: perl
19772            ! README.hpux hints/hpux.sh
19773 ____________________________________________________________________________
19774 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
19775         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
19776              into perl.exp in AIX.
19777      Branch: perl
19778            ! makedef.pl perl.h
19779 ____________________________________________________________________________
19780 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
19781         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
19782              From: Robin Barker <rmb1@cise.npl.co.uk>
19783              Date: Wed, 27 Feb 2002 14:39:35 GMT
19784              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
19785      Branch: perl
19786            ! pod/perlrun.pod
19787 ____________________________________________________________________________
19788 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
19789         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
19790              From: Robin Barker <rmb1@cise.npl.co.uk>
19791              Date: Wed, 27 Feb 2002 12:25:30 GMT
19792              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
19793      Branch: perl
19794            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
19795            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
19796            ! pod/perlunicode.pod pod/perluniintro.pod
19797 ____________________________________________________________________________
19798 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
19799         Log: Only modify LD_LIBRARY_PATH in case there are directories.
19800      Branch: perl
19801            ! hints/dec_osf.sh
19802 ____________________________________________________________________________
19803 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
19804         Log: Subject: [PATCH] perl/hints/vos.sh
19805              From: Paul_GreenVOS@vos.stratus.com
19806              Date: Tue, 26 Feb 02 15:19 est
19807              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
19808      Branch: perl
19809            ! hints/vos.sh
19810 ____________________________________________________________________________
19811 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
19812         Log: Forgot from #14888.
19813      Branch: perl
19814            ! ext/Unicode/Normalize/mkheader
19815 ____________________________________________________________________________
19816 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
19817         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
19818      Branch: perl
19819            ! ext/Unicode/Normalize/Changes
19820            ! ext/Unicode/Normalize/Normalize.pm
19821            ! ext/Unicode/Normalize/Normalize.xs
19822            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
19823            ! ext/Unicode/Normalize/t/test.t
19824 ____________________________________________________________________________
19825 [ 14887] By: ams                                   on 2002/02/26  23:51:52
19826         Log: Subject: Missing diagnostics
19827              From: Simon Glover <scog@roe.ac.uk>
19828              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
19829              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
19830              
19831              Subject: [PATCH] Better wording for the lvalue vec diagnostic
19832              From: Simon Glover <scog@roe.ac.uk>
19833              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
19834              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
19835      Branch: perl
19836            ! doop.c pod/perldiag.pod t/op/vec.t
19837 ____________________________________________________________________________
19838 [ 14886] By: ams                                   on 2002/02/26  15:48:34
19839         Log: Subject: [PATCH] Not OK 5.7.2@14884
19840              From: andreas.koenig@anima.de (Andreas J. Koenig)
19841              Date: Tue, 26 Feb 2002 15:03:55 +0100
19842              Message-Id: <m38z9gfigk.fsf@anima.de>
19843      Branch: perl
19844            ! t/lib/access.t
19845 ____________________________________________________________________________
19846 [ 14885] By: nick                                  on 2002/02/26  13:48:55
19847         Log: Integrate mainline
19848      Branch: perlio
19849           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
19850           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
19851           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
19852            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
19853           !> (integrate 102 files)
19854 ____________________________________________________________________________
19855 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
19856         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
19857              1.1999999999999996, or thereabouts (yes, even sprintf).
19858      Branch: perl
19859            ! t/base/num.t
19860 ____________________________________________________________________________
19861 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
19862         Log: Neither.
19863      Branch: perl
19864            ! pod/perldelta.pod
19865 ____________________________________________________________________________
19866 [ 14882] By: ams                                   on 2002/02/26  08:46:55
19867         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
19868              From: Michael G Schwern <schwern@pobox.com>
19869              Date: Tue, 26 Feb 2002 01:01:28 -0500
19870              Message-Id: <20020226060128.GA2439@blackrider>
19871      Branch: perl
19872            ! hv.c pod/perldiag.pod
19873 ____________________________________________________________________________
19874 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
19875         Log: Subject: [PATCH B::Concise] docs, typos
19876              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19877              Date: Mon, 25 Feb 2002 16:41:16 +0100
19878              Message-ID: <20020225164116.A1054@rafael>
19879      Branch: perl
19880            ! ext/B/B/Concise.pm
19881 ____________________________________________________________________________
19882 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
19883         Log: POSIX: add isatty to @EXPORT_OK, reformat.
19884      Branch: perl
19885            ! ext/POSIX/POSIX.pm
19886 ____________________________________________________________________________
19887 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
19888         Log: If using -Dloclibpth=... the directories need to
19889              be appended to LD_LIBRARY_PATH (and ickily, if those
19890              directories contain a (newer?) libdb.so, we need to
19891              prepend    /usr/shlib to loclibpth).
19892      Branch: perl
19893            ! hints/dec_osf.sh
19894 ____________________________________________________________________________
19895 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
19896         Log: Subject: [PATCH] Perl interface to newIO()
19897              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
19898              Date: Mon, 25 Feb 2002 15:04:57 -0800
19899              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
19900      Branch: perl
19901            ! lib/Symbol.pm lib/Symbol.t
19902 ____________________________________________________________________________
19903 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
19904         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
19905              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
19906              Date: Mon, 25 Feb 2002 21:58:30 +0100
19907              Message-ID: <20020225215830.A744@rafael>
19908      Branch: perl
19909            ! pod/perlvar.pod
19910 ____________________________________________________________________________
19911 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
19912         Log: Big5 tweaks from Autrijus Tang.
19913      Branch: perl
19914            ! ext/Encode/Encode/big5.enc
19915 ____________________________________________________________________________
19916 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
19917         Log: Subject: [PATCH Glossary configpm] cleanups
19918              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19919              Date: Mon, 25 Feb 2002 23:27:15 +0100
19920              Message-ID: <20020225232715.C744@rafael>
19921      Branch: perl
19922            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
19923 ____________________________________________________________________________
19924 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
19925         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
19926              From: Nicholas Clark <nick@unfortu.net>
19927              Date: Mon, 25 Feb 2002 21:53:24 +0000
19928              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
19929      Branch: perl
19930            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
19931            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
19932            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
19933 ____________________________________________________________________________
19934 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
19935         Log: Upgrade to I18N::LangTags 0.27.
19936              (Causes one flipflop back to perl.com URL, must poke Sean.)
19937      Branch: perl
19938            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
19939            ! lib/I18N/LangTags/List.pm
19940 ____________________________________________________________________________
19941 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
19942         Log: Upgrade to Getopt::Long 2.28.
19943      Branch: perl
19944            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
19945            ! lib/Getopt/Long/README
19946 ____________________________________________________________________________
19947 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
19948         Log: No =head.
19949      Branch: perl
19950            ! pod/perlebcdic.pod
19951 ____________________________________________________________________________
19952 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
19953         Log: Update Changes.
19954      Branch: perl
19955            ! Changes patchlevel.h
19956 ____________________________________________________________________________
19957 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
19958         Log: metaconfig unit change for #14868.
19959      Branch: metaconfig
19960            ! U/modified/Chk_MANI.U
19961 ____________________________________________________________________________
19962 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
19963         Log: Some hosts understand split -l 50, some only split -50
19964              (from Paul Eggert).
19965      Branch: perl
19966            ! Configure
19967 ____________________________________________________________________________
19968 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
19969         Log: Subject: Re: [PATCH bleadperl] socketpair.t
19970              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19971              Date: Sun, 24 Feb 2002 10:31:25 +0100
19972              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
19973              
19974              (the pid half only)
19975      Branch: perl
19976            ! win32/win32.c
19977 ____________________________________________________________________________
19978 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
19979         Log: Mention the new pack tricks.
19980      Branch: perl
19981            ! pod/perldelta.pod
19982 ____________________________________________________________________________
19983 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
19984         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
19985              From: Richard.Foley@t-online.de (Richard Foley)
19986              Date: Mon, 25 Feb 2002 13:47:03 +0100
19987              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
19988      Branch: perl
19989            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
19990            ! pod/perldebug.pod pod/perldelta.pod
19991 ____________________________________________________________________________
19992 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
19993         Log: Typo corrections from John P. Linderman.
19994      Branch: perl
19995            ! ext/IPC/SysV/Semaphore.pm
19996 ____________________________________________________________________________
19997 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
19998         Log: Upgrade to Math::BigInt 1.52.
19999      Branch: perl
20000            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20001            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
20002            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
20003            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
20004            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
20005 ____________________________________________________________________________
20006 [ 14862] By: ams                                   on 2002/02/25  10:39:40
20007         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
20008              From: Robin Barker <rmb1@cise.npl.co.uk>
20009              Date: Mon, 25 Feb 2002 11:35:06 GMT
20010              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
20011              
20012              Subject: [PATCH Net/Cmd.pm]
20013              From: Robin Barker <rmb1@cise.npl.co.uk>
20014              Date: Mon, 25 Feb 2002 11:37:06 GMT
20015              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
20016      Branch: perl
20017            ! lib/Cwd.pm lib/Net/Cmd.pm
20018 ____________________________________________________________________________
20019 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
20020         Log: Cut-and-paste errors.
20021      Branch: perl
20022            ! t/op/pat.t
20023 ____________________________________________________________________________
20024 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
20025         Log: EBCDIC: the control characters are not that easy to find.
20026      Branch: perl
20027            ! t/op/pat.t
20028 ____________________________________________________________________________
20029 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
20030         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
20031              From: John Peacock <jpeacock@rowman.com>
20032              Date: Sun, 24 Feb 2002 22:08:28 -0500
20033              Message-ID: <3C79AAAC.6060903@rowman.com>
20034      Branch: perl
20035            ! sv.c
20036 ____________________________________________________________________________
20037 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
20038         Log: SvSetSV() is not returnable, but that's okay since
20039              sv_copypv() returns void.
20040      Branch: perl
20041            ! sv.c
20042 ____________________________________________________________________________
20043 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
20044         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
20045              From: John Peacock <jpeacock@rowman.com>                 
20046              Date: Sun, 24 Feb 2002 16:40:07 -0500
20047              Message-ID: <3C795DB7.40105@rowman.com>               
20048      Branch: perl
20049            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
20050            ! pp_hot.c proto.h sv.c
20051 ____________________________________________________________________________
20052 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
20053         Log: Tiny code cleanup.
20054      Branch: perl
20055            ! regexec.c
20056 ____________________________________________________________________________
20057 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
20058         Log: Use to_uni_fold().
20059      Branch: perl
20060            ! regcomp.c
20061 ____________________________________________________________________________
20062 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
20063         Log: Document the new taint behaviour of exec LIST and
20064              system LIST.
20065      Branch: perl
20066            ! pod/perldelta.pod
20067 ____________________________________________________________________________
20068 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
20069         Log: Subject: [PATCH] Re: taint news
20070              From: Rick Delaney <rick.delaney@rogers.com>             
20071              Date: 24 Feb 2002 11:35:00 -0500
20072              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
20073      Branch: perl
20074            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
20075 ____________________________________________________________________________
20076 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
20077         Log: EBCDIC tweak (native instead of uni) and comment update.
20078      Branch: perl
20079            ! regexec.c
20080 ____________________________________________________________________________
20081 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
20082         Log: Using uninitialized (and wrong) variables is not good.
20083      Branch: perl
20084            ! regcomp.c
20085 ____________________________________________________________________________
20086 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
20087         Log: EBCDIC: this seems to calm the last of the
20088              Malformed UTF-8 warnings.
20089      Branch: perl
20090            ! regcomp.c utf8.c
20091 ____________________________________________________________________________
20092 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
20093         Log: EBCDIC: document using Encode for character conversions.
20094      Branch: perl
20095            ! pod/perlebcdic.pod
20096 ____________________________________________________________________________
20097 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
20098         Log: EBCDIC: disable also Unicode::Collate and
20099              Unicode::Normalize for now.  Real users of
20100              EBCDIC have to decide what they want.
20101      Branch: perl
20102            ! ext/Unicode/Normalize/Normalize.pm
20103            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
20104            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
20105            ! lib/Unicode/Collate/t/test.t
20106 ____________________________________________________________________________
20107 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
20108         Log: AUTHORS updates.
20109      Branch: perl
20110            ! AUTHORS
20111 ____________________________________________________________________________
20112 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
20113         Log: Retract #14571: there may be a better solution than
20114              tweaking the test.
20115      Branch: perl
20116            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
20117 ____________________________________________________________________________
20118 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
20119         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
20120              From: "Craig A. Berry" <craigberry@mac.com> 
20121              Date: Sat, 23 Feb 2002 14:14:35 -0600
20122              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
20123      Branch: perl
20124            ! configure.com
20125 ____________________________________________________________________________
20126 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
20127         Log: metaconfig unit change for #14843.
20128      Branch: metaconfig/U/perl
20129            ! Extensions.U
20130 ____________________________________________________________________________
20131 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
20132         Log: Also Encode/JP needs to be listed explicitly.
20133              (Any other sub-Encode extensions?)
20134      Branch: perl
20135            ! Configure
20136 ____________________________________________________________________________
20137 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
20138         Log: Document known UNICOS/mk deficiency.
20139      Branch: perl
20140            ! pod/perldelta.pod
20141 ____________________________________________________________________________
20142 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
20143         Log: Subject: [PATCH] README mention version 5.0
20144              From: Autrijus Tang <autrijus@autrijus.org>
20145              Date: Sat, 23 Feb 2002 09:35:22 +0800
20146              Message-ID: <20020223013522.GA8694@not.autrijus.org>
20147      Branch: perl
20148            ! README
20149 ____________________________________________________________________________
20150 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
20151         Log: metaconfig unit change for #14839.
20152      Branch: metaconfig
20153            ! U/modified/Signal.U
20154 ____________________________________________________________________________
20155 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
20156         Log: Old hosts like NeXT Classic don't have sort -k,
20157              from Paul Eggert.
20158      Branch: perl
20159            ! Configure
20160 ____________________________________________________________________________
20161 [ 14838] By: ams                                   on 2002/02/22  21:14:29
20162         Log: Minor clarifications as suggested by Anton Tagunov.
20163      Branch: perl
20164            ! pod/perlsyn.pod
20165 ____________________________________________________________________________
20166 [ 14837] By: ams                                   on 2002/02/22  21:07:02
20167         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
20168              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20169              Date: Fri, 22 Feb 2002 23:01:07 +0100
20170              Message-Id: <20020222230107.A15069@rafael>
20171      Branch: perl
20172            ! sv.c t/op/gv.t
20173 ____________________________________________________________________________
20174 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
20175         Log: metaconfig unit change for #14835.
20176      Branch: metaconfig
20177            ! U/modified/Chk_MANI.U
20178 ____________________________________________________________________________
20179 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
20180         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
20181      Branch: perl
20182            ! Configure
20183 ____________________________________________________________________________
20184 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
20185         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
20186              From: Michael G Schwern <schwern@pobox.com>
20187              Date: Fri, 22 Feb 2002 12:10:28 -0500
20188              Message-ID: <20020222171027.GB4181@blackrider>
20189      Branch: perl
20190            ! ext/Encode/compile
20191 ____________________________________________________________________________
20192 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
20193         Log: Update Changes.
20194      Branch: perl
20195            ! Changes patchlevel.h
20196 ____________________________________________________________________________
20197 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
20198         Log: Implement IV/UV/NV/long double pack/unpack with
20199              template letters j/J/F/D (the latter two have been
20200              undocumented aliases of f/d).
20201      Branch: perl
20202            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
20203 ____________________________________________________________________________
20204 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
20205         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
20206              From: Nicholas Clark <nick@unfortu.net>
20207              Date: Fri, 22 Feb 2002 14:01:25 +0000
20208              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
20209      Branch: perl
20210            ! ext/Encode/compile
20211 ____________________________________________________________________________
20212 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
20213         Log: NetWare change from Ananth Kesari.
20214      Branch: perl
20215            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
20216            ! MANIFEST
20217 ____________________________________________________________________________
20218 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
20219         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
20220              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20221              Date: Fri, 22 Feb 2002 03:55:13 -0500
20222              Message-ID: <20020222035513.A894@math.ohio-state.edu>
20223      Branch: perl
20224            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
20225 ____________________________________________________________________________
20226 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
20227         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
20228      Branch: perl
20229            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
20230 ____________________________________________________________________________
20231 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
20232         Log: Make measure_struct a file static.
20233      Branch: perl
20234            ! pp_pack.c
20235 ____________________________________________________________________________
20236 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
20237         Log: EBCDIC: someone who knows what they are doing
20238              and whether it is possible at all in the first
20239              place needs to figure these tests out on EBCDIC.
20240              The CJK encodings heavily abuse their knowledge
20241              of ASCII and that may require a translation layer
20242              or four to survive UTF-EBCDIC.
20243      Branch: perl
20244            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
20245 ____________________________________________________________________________
20246 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
20247         Log: croak() needs context.
20248      Branch: perl
20249            ! pp_pack.c
20250 ____________________________________________________________________________
20251 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
20252         Log: Subject: [PATCH @14577] pack with a human face: the sequel
20253              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20254              Date: Thu, 21 Feb 2002 21:33:37 -0500
20255              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
20256      Branch: perl
20257            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
20258            ! proto.h t/op/pack.t
20259 ____________________________________________________________________________
20260 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
20261         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
20262              From: Nicholas Clark <nick@unfortu.net> 
20263              Date: Fri, 22 Feb 2002 00:49:44 +0000
20264              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
20265      Branch: perl
20266            ! ext/Encode/compile
20267 ____________________________________________________________________________
20268 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
20269         Log: Test for #14795.
20270      Branch: perl
20271            ! t/op/pat.t
20272 ____________________________________________________________________________
20273 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
20274         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
20275      Branch: perl
20276            ! t/op/pat.t
20277 ____________________________________________________________________________
20278 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
20279         Log: Subject: [PATCH] next batch of bugfixes
20280              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20281              Date: Thu, 21 Feb 2002 23:54:41 +0100
20282              Message-ID: <20020221235441.A17260@rafael>
20283      Branch: perl
20284            ! ext/B/B/Deparse.pm
20285 ____________________________________________________________________________
20286 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
20287         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)
20288              From: chromatic <chromatic@rmci.net>
20289              Date: Thu, 21 Feb 2002 14:17:35 -0700
20290              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
20291      Branch: perl
20292            ! lib/File/stat.pm lib/File/stat.t
20293 ____________________________________________________________________________
20294 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
20295         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
20296      Branch: perl
20297            ! ext/re/re.xs
20298 ____________________________________________________________________________
20299 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
20300         Log: Upgrade to Math::BigInt 1.51.
20301      Branch: perl
20302            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
20303            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
20304            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
20305            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20306            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
20307            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
20308            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
20309            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
20310            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
20311            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
20312            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
20313            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
20314 ____________________________________________________________________________
20315 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
20316         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
20317              From: "Gerrit P. Haase" <gp@familiehaase.de>
20318              Date: Thu, 21 Feb 2002 21:20:25 +0100
20319              Message-ID: <69510538936.20020221212025@familiehaase.de>
20320      Branch: perl
20321            ! Makefile.SH
20322 ____________________________________________________________________________
20323 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
20324         Log: Subject: [PATCH @14577] grouping in pack/unpack
20325              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20326              Date: Thu, 21 Feb 2002 06:06:14 -0500
20327              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
20328      Branch: perl
20329            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
20330            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
20331 ____________________________________________________________________________
20332 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
20333         Log: Subject: [PATCH propose] question about fs.t
20334              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
20335              Date: Thu, 21 Feb 2002 15:10:21 +0100
20336              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
20337      Branch: perl
20338            ! t/io/fs.t
20339 ____________________________________________________________________________
20340 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
20341         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
20342              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
20343              Date: Thu, 21 Feb 2002 09:54:28 +0100
20344              Message-ID: <13576559576.20020221095428@familiehaase.de>     
20345      Branch: perl
20346            ! Makefile.SH
20347 ____________________________________________________________________________
20348 [ 14812] By: ams                                   on 2002/02/21  14:59:09
20349         Log: Subject: typo correction
20350              From: mjd@plover.com
20351              Date: 21 Feb 2002 15:43:49 -0000
20352              Message-Id: <20020221154349.22772.qmail@plover.com>
20353      Branch: perl
20354            ! pod/perldebug.pod
20355 ____________________________________________________________________________
20356 [ 14811] By: ams                                   on 2002/02/21  14:02:12
20357         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
20358              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20359              Date: Thu, 21 Feb 2002 15:22:22 +0100
20360              Message-Id: <20020221152222.A15095@rafael>
20361      Branch: perl
20362            ! op.h toke.c
20363 ____________________________________________________________________________
20364 [ 14810] By: ams                                   on 2002/02/21  12:45:28
20365         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
20366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20367              Date: Thu, 21 Feb 2002 06:02:48 -0500
20368              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
20369      Branch: perl
20370            ! lib/ExtUtils/Mksymlists.pm makedef.pl
20371 ____________________________________________________________________________
20372 [ 14809] By: nick                                  on 2002/02/21  09:31:08
20373         Log: Integrate mainline
20374      Branch: perlio
20375           +> lib/Pod/t/Select.t
20376           !> (integrate 37 files)
20377 ____________________________________________________________________________
20378 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
20379         Log: metaconfig unit change for #14807.
20380      Branch: metaconfig
20381            ! U/modified/Signal.U
20382 ____________________________________________________________________________
20383 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
20384         Log: Revert #14805, didn't quite work.
20385      Branch: perl
20386            ! Configure config_h.SH
20387 ____________________________________________________________________________
20388 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
20389         Log: metaconfig changes for #14805.
20390      Branch: metaconfig
20391            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
20392 ____________________________________________________________________________
20393 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
20394         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
20395              From: Paul Eggert <eggert@twinsun.com>
20396              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
20397              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
20398      Branch: perl
20399            ! Configure config_h.SH
20400 ____________________________________________________________________________
20401 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
20402         Log: More advice.
20403      Branch: perl
20404            ! README.os390
20405 ____________________________________________________________________________
20406 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
20407         Log: Missing MANIFESTation.
20408      Branch: perl
20409            ! MANIFEST
20410 ____________________________________________________________________________
20411 [ 14802] By: ams                                   on 2002/02/20  22:55:25
20412         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
20413              From: Autrijus Tang <autrijus@autrijus.org>
20414              Date: Thu, 21 Feb 2002 07:13:12 +0800
20415              Message-Id: <20020220231312.GA775@not.autrijus.org>
20416      Branch: perl
20417            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
20418 ____________________________________________________________________________
20419 [ 14801] By: ams                                   on 2002/02/20  22:27:20
20420         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
20421              From: Abe Timmerman <abe@ztreet.demon.nl>
20422              Date: Thu, 21 Feb 2002 00:20:40 +0100
20423              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
20424      Branch: perl
20425            + lib/Pod/t/Select.t
20426 ____________________________________________________________________________
20427 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
20428         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
20429              twice, causing the loop to skip every other character.
20430      Branch: perl
20431            ! utf8.c
20432 ____________________________________________________________________________
20433 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
20434         Log: Better debugging info.
20435      Branch: perl
20436            ! t/uni/case.pl
20437 ____________________________________________________________________________
20438 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
20439         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
20440              From: Nicholas Clark <nick@unfortu.net>
20441              Date: Wed, 20 Feb 2002 22:13:05 +0000
20442              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
20443      Branch: perl
20444            ! ext/Encode/compile
20445 ____________________________________________________________________________
20446 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
20447         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
20448              From: Paul Eggert <eggert@twinsun.com>
20449              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
20450              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
20451      Branch: perl
20452            ! pod/perlhack.pod
20453 ____________________________________________________________________________
20454 [ 14796] By: nick                                  on 2002/02/20  18:15:00
20455         Log: Integrate mainline
20456      Branch: perlio
20457           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20458           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
20459           +> lib/Locale/Country.pod lib/Locale/Currency.pod
20460           +> lib/Locale/Language.pod lib/Locale/Script.pm
20461           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
20462           +> t/uni/title.t t/uni/upper.t
20463           !> (integrate 41 files)
20464 ____________________________________________________________________________
20465 [ 14795] By: ams                                   on 2002/02/20  17:08:38
20466         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
20467              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20468              Date: Wed, 20 Feb 2002 18:06:59 +0000
20469              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
20470      Branch: perl
20471            ! pp_ctl.c
20472 ____________________________________________________________________________
20473 [ 14794] By: ams                                   on 2002/02/20  16:41:56
20474         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
20475              From: Paul_GreenVOS@vos.stratus.com
20476              Date: Wed, 20 Feb 02 12:21 est
20477              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
20478      Branch: perl
20479            ! Makefile.SH
20480 ____________________________________________________________________________
20481 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
20482         Log: Forgot from #14790.
20483      Branch: perl
20484            ! pp_pack.c
20485 ____________________________________________________________________________
20486 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
20487         Log: Update Changes.
20488      Branch: perl
20489            ! Changes patchlevel.h
20490 ____________________________________________________________________________
20491 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
20492         Log: Integrate change #14778 from maintperl;
20493              
20494              constant folding on the range operator had the effect of disabling
20495              peephole optimizations in all the siblings of the range OP; the
20496              effect of this was that barewords could escape strictures when
20497              they were hiding in such places
20498      Branch: perl
20499            ! t/lib/strict/subs
20500           !> op.c
20501 ____________________________________________________________________________
20502 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
20503         Log: Subject: Re: [ID 20020220.001] pack w with objects
20504              From: Ulrich Pfeifer <upf@de.uu.net>
20505              Date: 20 Feb 2002 11:21:15 +0100
20506              Message-ID: <p5g03wcv38.fsf@de.uu.net>
20507      Branch: perl
20508            ! t/op/pack.t
20509 ____________________________________________________________________________
20510 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
20511         Log: Subject: Re: [PATCH] go faster for Encode's compile
20512              From: Nicholas Clark <nick@unfortu.net> 
20513              Date: Tue, 19 Feb 2002 23:38:36 +0000
20514              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
20515      Branch: perl
20516            ! ext/Encode/compile
20517 ____________________________________________________________________________
20518 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
20519         Log: Regen Glossary.
20520      Branch: perl
20521            ! Porting/Glossary Porting/config.sh Porting/config_H
20522 ____________________________________________________________________________
20523 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
20524         Log: metaconfig unit change for #14786 (not visible yet,
20525              since Glossary needs regenerating)
20526      Branch: metaconfig
20527            ! U/compline/d_gconvert.U
20528 ____________________________________________________________________________
20529 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
20530         Log: Subject: d_Gconvert hints and Glossary
20531              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20532              Date: Tue, 19 Feb 2002 11:55:36 -0800
20533              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
20534      Branch: perl
20535            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
20536            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
20537            ! hints/svr5.sh
20538 ____________________________________________________________________________
20539 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
20540         Log: metaconfig unit changes for #14784.
20541      Branch: metaconfig
20542            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
20543 ____________________________________________________________________________
20544 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
20545         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
20546              From: Paul Eggert <eggert@twinsun.com>              
20547              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
20548              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
20549      Branch: perl
20550            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
20551            ! pod/perlhack.pod
20552 ____________________________________________________________________________
20553 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
20554         Log: metaconfig unit change for #14782.
20555      Branch: metaconfig/U/perl
20556            ! Mksymlinks.U
20557 ____________________________________________________________________________
20558 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
20559         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
20560              From: "Gerrit P. Haase" <gp@familiehaase.de>
20561              Date: Wed, 20 Feb 2002 00:23:29 +0100
20562              Message-ID: <70348722516.20020220002329@familiehaase.de>
20563      Branch: perl
20564            ! Configure
20565 ____________________________________________________________________________
20566 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
20567         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
20568              From: Nicholas Clark <nick@unfortu.net> 
20569              Date: Tue, 19 Feb 2002 19:27:42 +0000
20570              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
20571              
20572              (with modifications)
20573      Branch: perl
20574            ! pod/perlsub.pod
20575 ____________________________________________________________________________
20576 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
20577         Log: NetWare tweak from Ananth Kesari.
20578      Branch: perl
20579            ! lib/ExtUtils/MakeMaker.pm
20580 ____________________________________________________________________________
20581 [ 14779] By: ams                                   on 2002/02/20  06:51:55
20582         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
20583      Branch: perl
20584            ! pod/perlfaq4.pod
20585 ____________________________________________________________________________
20586 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
20587         Log: constant folding on the range operator had the effect of disabling
20588              peephole optimizations in all the siblings of the range OP; the
20589              effect of this was that barewords could escape strictures when
20590              they were hiding in such places
20591      Branch: maint-5.6/perl
20592            ! op.c t/pragma/strict-subs
20593 ____________________________________________________________________________
20594 [ 14777] By: ams                                   on 2002/02/20  00:56:21
20595         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
20596              From: Graham Barr <gbarr@pobox.com>
20597              Date: Tue, 19 Feb 2002 23:08:47 +0000
20598              Message-Id: <20020219230847.G66560@pobox.com>
20599      Branch: perl
20600            ! lib/Time/Local.pm
20601 ____________________________________________________________________________
20602 [ 14776] By: ams                                   on 2002/02/19  17:20:28
20603         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
20604              From: Nicholas Clark <nick@unfortu.net>
20605              Date: Tue, 19 Feb 2002 16:23:22 +0000
20606              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
20607      Branch: perl
20608            ! lib/Tie/Hash.pm
20609 ____________________________________________________________________________
20610 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
20611         Log: Regen doc, regen toc.
20612      Branch: perl
20613            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
20614 ____________________________________________________________________________
20615 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
20616         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
20617              From: Dave Mitchell <davem@fdgroup.co.uk>
20618              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
20619              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
20620      Branch: perl
20621            ! pod/perlsub.pod
20622 ____________________________________________________________________________
20623 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
20624         Log: Detypo.
20625      Branch: perl
20626            ! lib/Tie/Memoize.pm
20627 ____________________________________________________________________________
20628 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
20629         Log: UTF-8 C API doc tweaks.
20630      Branch: perl
20631            ! pod/perlunicode.pod
20632 ____________________________________________________________________________
20633 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
20634         Log: Mention that the case-switchers know about Unicode, too.
20635      Branch: perl
20636            ! pod/perlop.pod
20637 ____________________________________________________________________________
20638 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
20639         Log: Upgrade to Locale::Codes 2.01.
20640      Branch: perl
20641            + lib/Locale/Constants.pod lib/Locale/Country.pod
20642            + lib/Locale/Currency.pod lib/Locale/Language.pod
20643            + lib/Locale/Script.pod
20644            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20645            ! lib/Locale/Constants.pm lib/Locale/Country.pm
20646            ! lib/Locale/Currency.pm lib/Locale/Language.pm
20647            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
20648 ____________________________________________________________________________
20649 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
20650         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
20651              From: Dave Mitchell <davem@fdgroup.co.uk>
20652              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
20653              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
20654      Branch: perl
20655            ! pod/perlsub.pod
20656 ____________________________________________________________________________
20657 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
20658         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
20659              From: Sam Tregar <sam@tregar.com> 
20660              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
20661              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
20662      Branch: perl
20663            ! sv.h
20664 ____________________________________________________________________________
20665 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
20666         Log: The test requires perlio.
20667      Branch: perl
20668            ! ext/Encode/t/JP.t
20669 ____________________________________________________________________________
20670 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
20671         Log: Misplaced block end.
20672      Branch: perl
20673            ! utf8.c
20674 ____________________________________________________________________________
20675 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
20676         Log: The POSIX extensions are deadly.
20677      Branch: perl
20678            ! regcomp.c
20679 ____________________________________________________________________________
20680 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
20681         Log: Let's not overdo the growth.
20682      Branch: perl
20683            ! pp.c
20684 ____________________________________________________________________________
20685 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
20686         Log: Third time makes the charm.
20687      Branch: perl
20688            ! README.os390
20689 ____________________________________________________________________________
20690 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
20691         Log: Oops.
20692      Branch: perl
20693            ! utf8.c
20694 ____________________________________________________________________________
20695 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
20696         Log: Add back the new casing tests.
20697      Branch: perl
20698            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
20699            ! MANIFEST
20700 ____________________________________________________________________________
20701 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
20702         Log: Prefer special case mappings.
20703      Branch: perl
20704            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
20705            ! lib/unicore/To/Upper.pl lib/unicore/mktables
20706 ____________________________________________________________________________
20707 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
20708         Log: Try special casing first.
20709      Branch: perl
20710            ! utf8.c
20711 ____________________________________________________________________________
20712 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
20713         Log: Not extending enough.
20714      Branch: perl
20715            ! pp.c utf8.h
20716 ____________________________________________________________________________
20717 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
20718         Log: No need to store identity mappings.
20719      Branch: perl
20720            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
20721            ! lib/unicore/mktables
20722 ____________________________________________________________________________
20723 [ 14756] By: ams                                   on 2002/02/18  20:21:17
20724         Log: Forward port #14704 from maint-5.6.
20725      Branch: perl
20726            ! doio.c
20727 ____________________________________________________________________________
20728 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
20729         Log: Regen Changes.
20730      Branch: perl
20731            ! Changes
20732 ____________________________________________________________________________
20733 [ 14754] By: ams                                   on 2002/02/18  19:01:09
20734         Log: Subject: [PATCH] VMS cando_by_name and current process privs
20735              From: "Craig A. Berry" <craigberry@mac.com>
20736              Date: Mon, 18 Feb 2002 14:03:30 -0600
20737              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
20738      Branch: perl
20739            ! vms/vms.c
20740 ____________________________________________________________________________
20741 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
20742         Log: Update Changes.
20743      Branch: perl
20744            ! Changes patchlevel.h
20745 ____________________________________________________________________________
20746 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
20747         Log: What do you know; these tests unearthed nasty problems.
20748              Will resolve those first.
20749      Branch: perl
20750            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
20751            ! MANIFEST
20752 ____________________________________________________________________________
20753 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
20754         Log: Update Changes.
20755      Branch: perl
20756            ! Changes patchlevel.h
20757 ____________________________________________________________________________
20758 [ 14750] By: ams                                   on 2002/02/18  17:36:05
20759         Log: Subject: Re: IO::Poll: Removing Handles
20760              From: Matthew Sachs <matthewg@zevils.com>
20761              Date: Mon, 18 Feb 2002 13:19:01 -0500
20762              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
20763      Branch: perl
20764            ! ext/IO/lib/IO/t/io_poll.t
20765 ____________________________________________________________________________
20766 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
20767         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
20768              From: "Craig A. Berry" <craigberry@mac.com>
20769              Date: Mon, 18 Feb 2002 11:52:21 -0600
20770              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
20771      Branch: perl
20772            ! t/op/alarm.t t/op/glob.t
20773 ____________________________________________________________________________
20774 [ 14748] By: ams                                   on 2002/02/18  15:53:36
20775         Log: s/load_module/Perl_load_module/
20776      Branch: perl
20777            ! gv.c
20778 ____________________________________________________________________________
20779 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
20780         Log: Unused in ASCII, used in EBCDIC.
20781      Branch: perl
20782            ! utf8.c
20783 ____________________________________________________________________________
20784 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
20785         Log: Upgrade to Locale::Codes 2.00.
20786      Branch: perl
20787            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
20788            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
20789            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
20790            ! lib/Locale/Constants.pm lib/Locale/Country.pm
20791            ! lib/Locale/Currency.pm lib/Locale/Language.pm
20792 ____________________________________________________________________________
20793 [ 14745] By: ams                                   on 2002/02/18  15:20:44
20794         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
20795              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20796              Date: Sat, 16 Feb 2002 00:06:01 +0100
20797              Message-Id: <20020216000601.A17249@rafael>
20798      Branch: perl
20799            ! gv.c
20800 ____________________________________________________________________________
20801 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
20802         Log: More Unicode casing checks.
20803      Branch: perl
20804            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
20805            ! MANIFEST
20806 ____________________________________________________________________________
20807 [ 14743] By: ams                                   on 2002/02/18  14:35:38
20808         Log: Subject: IO::Poll: Removing Handles
20809              From: Matthew Sachs <matthewg@zevils.com>
20810              Date: Sun, 17 Feb 2002 04:49:46 -0500
20811              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
20812      Branch: perl
20813            ! ext/IO/lib/IO/Poll.pm
20814 ____________________________________________________________________________
20815 [ 14741] By: ams                                   on 2002/02/18  13:59:48
20816         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
20817              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20818              Date: Mon, 18 Feb 2002 15:41:26 +0100
20819              Message-Id: <20020218154126.A692@rafael>
20820      Branch: perl
20821            ! pp_ctl.c t/op/do.t
20822 ____________________________________________________________________________
20823 [ 14740] By: nick                                  on 2002/02/18  09:09:23
20824         Log: Integrate mainline
20825      Branch: perlio
20826           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
20827           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
20828           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
20829           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
20830           +> ext/Encode/lib/Encode/JP/Constants.pm
20831           +> ext/Encode/lib/Encode/JP/H2Z.pm
20832           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
20833           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
20834           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
20835           +> os2/OS2/Process/t/os2_process.t
20836           +> os2/OS2/Process/t/os2_process_kid.t
20837           +> os2/OS2/Process/t/os2_process_text.t
20838            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
20839            - ext/Encode/t/Japanese.t
20840           !> (integrate 47 files)
20841 ____________________________________________________________________________
20842 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
20843         Log: EBCDIC: now the worst seems to be over for
20844              the "Malformed" warnings.  Still a few of them,
20845              and plenty of test failures, but getting better.
20846      Branch: perl
20847            ! regcomp.c utf8.c
20848 ____________________________________________________________________________
20849 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
20850         Log: Upgrade to Net::Ping 2.12.
20851      Branch: perl
20852            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
20853            ! lib/Net/Ping/t/110_icmp_inst.t
20854 ____________________________________________________________________________
20855 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
20856         Log: After much rewriting we are now pretty much
20857              back to where we started.
20858      Branch: perl
20859            ! utf8.c
20860 ____________________________________________________________________________
20861 [ 14736] By: ams                                   on 2002/02/18  01:23:00
20862         Log: Subject: [PATCH B::Deparse] two fixes
20863              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20864              Date: Sun, 17 Feb 2002 23:58:59 +0100
20865              Message-Id: <20020217235859.A32513@rafael>
20866      Branch: perl
20867            ! ext/B/B/Deparse.pm
20868 ____________________________________________________________________________
20869 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
20870         Log: Buglet.
20871      Branch: perl
20872            ! ext/Encode/lib/Encode/JP/JIS.pm
20873 ____________________________________________________________________________
20874 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
20875         Log: Clearing up to_utf8_case() continues: this time use
20876              a single return, and EBCDICification for all paths.
20877      Branch: perl
20878            ! utf8.c
20879 ____________________________________________________________________________
20880 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
20881         Log: Small tweaks to get the test running (fix @INC and
20882              do not overwrite the table.utf8 and table.rnd).
20883      Branch: perl
20884            ! ext/Encode/t/JP.t
20885 ____________________________________________________________________________
20886 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
20887         Log: Tiny tweak.
20888      Branch: perl
20889            ! utf8.c
20890 ____________________________________________________________________________
20891 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
20892         Log: Redundant casts.
20893      Branch: perl
20894            ! utf8.c
20895 ____________________________________________________________________________
20896 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
20897         Log: More filename portability tips.
20898      Branch: perl
20899            ! pod/perlport.pod
20900 ____________________________________________________________________________
20901 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
20902         Log: FAQ sync.
20903      Branch: perl
20904            ! pod/perlfaq3.pod pod/perlfaq5.pod
20905 ____________________________________________________________________________
20906 [ 14728] By: ams                                   on 2002/02/17  16:15:09
20907         Log: Subject: podlators 1.21 released
20908              From: Russ Allbery <rra@stanford.edu>
20909              Date: Sat, 16 Feb 2002 21:42:56 -0800
20910              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
20911      Branch: perl
20912            ! lib/Pod/Text/Overstrike.pm
20913 ____________________________________________________________________________
20914 [ 14727] By: sky                                   on 2002/02/17  11:36:52
20915         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
20916              From: Autrijus Tang <autrijus@autrijus.org>
20917              Date: Sun, 17 Feb 2002 19:46:47 +0800
20918              Message-ID: <20020217194647.A1410@not.autrijus.org>
20919      Branch: perl
20920            ! pp_ctl.c t/op/tiehandle.t util.c
20921 ____________________________________________________________________________
20922 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
20923         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
20924              input in native code points, not Unicode.
20925      Branch: perl
20926            ! utf8.c
20927 ____________________________________________________________________________
20928 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
20929         Log: Regen Glossary.
20930      Branch: perl
20931            ! Porting/Glossary Porting/config.sh Porting/config_H
20932 ____________________________________________________________________________
20933 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
20934         Log: The #14715 and #14716 were okay: they just revealed
20935              a bug in the EXACTF matching.
20936      Branch: perl
20937            ! regexec.c utf8.c
20938 ____________________________________________________________________________
20939 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
20940         Log: Retreat, retreat! (retract #14715 and #14716)
20941      Branch: perl
20942            ! utf8.c
20943 ____________________________________________________________________________
20944 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
20945         Log: Encode 0.40, from Dan Kogai.
20946      Branch: perl
20947            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
20948            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
20949            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
20950            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
20951            + ext/Encode/lib/Encode/JP/Constants.pm
20952            + ext/Encode/lib/Encode/JP/H2Z.pm
20953            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
20954            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
20955            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
20956            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
20957            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
20958            - ext/Encode/t/Japanese.t
20959            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
20960            ! ext/Encode/t/Encode.t
20961 ____________________________________________________________________________
20962 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
20963         Log: metaconfig unit change for #14720.
20964      Branch: perl
20965            ! Configure
20966 ____________________________________________________________________________
20967 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
20968         Log: Regenerate Configure (small tweaks on Yitzchak's,
20969              main difference being that the preference variables are
20970              called gconvert_...).
20971      Branch: metaconfig
20972            ! U/compline/d_gconvert.U
20973 ____________________________________________________________________________
20974 [ 14719] By: ams                                   on 2002/02/16  14:11:01
20975         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
20976              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20977              Date: Thu, 14 Feb 2002 22:27:33 -0800
20978              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
20979              (Applied by hand.)
20980      Branch: perl
20981            ! Configure
20982 ____________________________________________________________________________
20983 [ 14718] By: ams                                   on 2002/02/16  13:45:28
20984         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
20985              From: Philip Newton <Philip.Newton@gmx.net>
20986              Date: Sat, 16 Feb 2002 10:05:05 +0100
20987              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
20988              (Applied by hand.)
20989      Branch: perl
20990            ! pod/perlport.pod
20991 ____________________________________________________________________________
20992 [ 14717] By: ams                                   on 2002/02/16  04:30:23
20993         Log: Remove dubious test.
20994      Branch: perl
20995            ! t/io/open.t
20996 ____________________________________________________________________________
20997 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
20998         Log: Tiny tweak.
20999      Branch: perl
21000            ! utf8.c
21001 ____________________________________________________________________________
21002 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
21003         Log: Restructure to_utf8_case() for simpler execution paths.
21004      Branch: perl
21005            ! utf8.c
21006 ____________________________________________________________________________
21007 [ 14714] By: ams                                   on 2002/02/16  02:43:59
21008         Log: Absorb #14701 by Sarathy from maint-5.6.
21009      Branch: perl
21010            ! doio.c t/io/open.t
21011 ____________________________________________________________________________
21012 [ 14713] By: ams                                   on 2002/02/16  01:51:27
21013         Log: Subject: [PATCH] VOS patches for perl 5.8
21014              From: Paul_GreenVOS@vos.stratus.com
21015              Date: Fri, 15 Feb 02 17:41 est
21016              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
21017      Branch: perl
21018            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
21019            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21020            ! vos/install_perl.cm
21021 ____________________________________________________________________________
21022 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
21023         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
21024              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21025              Date: Fri, 15 Feb 2002 23:05:44 +0100
21026              Message-ID: <20020215230544.A690@rafael>
21027      Branch: perl
21028            ! ext/B/B/Deparse.pm
21029 ____________________________________________________________________________
21030 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
21031         Log: Add $VERSION.
21032      Branch: perl
21033            ! lib/Tie/Memoize.pm
21034 ____________________________________________________________________________
21035 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
21036         Log: Update Changes.
21037      Branch: perl
21038            ! Changes patchlevel.h
21039 ____________________________________________________________________________
21040 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
21041         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
21042              From: Robin Barker <rmb1@cise.npl.co.uk>
21043              Date: Thu, 14 Feb 2002 19:07:40 GMT
21044              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
21045              
21046              (the hints part only)
21047      Branch: perl
21048            ! hints/solaris_2.sh
21049 ____________________________________________________________________________
21050 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
21051         Log: metaconfig unit changes for #14707.
21052      Branch: metaconfig
21053            ! U/modified/cc.U
21054      Branch: metaconfig/U/perl
21055            ! Checkcc.U
21056 ____________________________________________________________________________
21057 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
21058         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
21059              From: Robin Barker <rmb1@cise.npl.co.uk>
21060              Date: Fri, 15 Feb 2002 12:14:39 GMT
21061              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
21062              
21063              Split checking-for-gcc and checking-for-cc.
21064      Branch: perl
21065            ! Configure
21066 ____________________________________________________________________________
21067 [ 14706] By: ams                                   on 2002/02/15  13:57:15
21068         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
21069              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
21070              Date: 15 Feb 2002 10:53:06 +0200
21071              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
21072      Branch: perl
21073            ! lib/Pod/Html.pm
21074 ____________________________________________________________________________
21075 [ 14705] By: ams                                   on 2002/02/15  08:42:55
21076         Log: Subject: [PATCH @14577] OS/2 tests and more
21077              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21078              Date: Fri, 15 Feb 2002 03:56:24 -0500
21079              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
21080      Branch: perl
21081            + os2/OS2/Process/t/os2_process.t
21082            + os2/OS2/Process/t/os2_process_kid.t
21083            + os2/OS2/Process/t/os2_process_text.t
21084            ! MANIFEST configpm hints/os2.sh makedef.pl
21085            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
21086            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
21087            ! os2/os2ish.h
21088 ____________________________________________________________________________
21089 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
21090         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
21091              avoid wasteful PL_fdpid fiddling where that is not warranted;
21092              mostly whitespace fixes
21093              
21094              these were longstanding todo items from:
21095              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
21096      Branch: maint-5.6/perl
21097            ! doio.c
21098 ____________________________________________________________________________
21099 [ 14702] By: nick                                  on 2002/02/15  08:31:41
21100         Log: Integrate mainline
21101      Branch: perlio
21102           +> lib/if.pm lib/if.t
21103           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
21104           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
21105           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
21106           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
21107           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
21108           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
21109           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
21110           !> t/lib/warnings/pp_sys
21111 ____________________________________________________________________________
21112 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
21113         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
21114              (and also dies quickly on Windows); this bug crept in as
21115              change#610, a.k.a change#646
21116      Branch: maint-5.6/perl
21117            ! doio.c t/io/open.t
21118 ____________________________________________________________________________
21119 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
21120         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
21121              From: Ville "Skyttä" <ville.skytta@iki.fi>
21122              Date: Wed, 13 Feb 2002 22:29:39 +0200
21123              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
21124      Branch: perl
21125            ! lib/Pod/Html.pm
21126 ____________________________________________________________________________
21127 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
21128         Log: Document and test the C0 and C1.
21129      Branch: perl
21130            ! lib/charnames.pm lib/charnames.t
21131 ____________________________________________________________________________
21132 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
21133         Log: metaconfig unit change for #14697.
21134      Branch: metaconfig
21135            ! U/modified/Init.U
21136 ____________________________________________________________________________
21137 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
21138         Log: Also OS/2 seems to need exe set early.
21139      Branch: perl
21140            ! Configure
21141 ____________________________________________________________________________
21142 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
21143         Log: Document pack U0U.
21144      Branch: perl
21145            ! pod/perluniintro.pod
21146 ____________________________________________________________________________
21147 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
21148         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
21149              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21150              Date: Thu, 14 Feb 2002 23:58:00 +0100
21151              Message-ID: <20020214235800.A12901@rafael>
21152      Branch: perl
21153            ! pp_sys.c t/lib/warnings/pp_sys
21154 ____________________________________________________________________________
21155 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
21156         Log: Subject: [PATCH @13746] conditional pragmas
21157              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21158              Date: Mon, 31 Dec 2001 18:18:09 -0500
21159              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
21160      Branch: perl
21161            + lib/if.pm lib/if.t
21162            ! MANIFEST
21163 ____________________________________________________________________________
21164 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
21165         Log: Deparse bug introduced by #14615: the fix is just a workaround,
21166              I suspect there to be another deeper bug, must distill simpler
21167              test case.
21168      Branch: perl
21169            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
21170 ____________________________________________________________________________
21171 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
21172         Log: Integrate perlio:
21173              
21174              [ 14685]
21175              Make dependencies more precise (for nmake)
21176      Branch: perl
21177           !> ext/Encode/EUC_JP/Makefile.PL
21178 ____________________________________________________________________________
21179 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
21180         Log: Just a guess.
21181      Branch: perl
21182            ! lib/Tie/Handle.pm
21183 ____________________________________________________________________________
21184 [ 14690] By: nick                                  on 2002/02/14  16:30:56
21185         Log: Integrate mainline
21186      Branch: perlio
21187           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
21188           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
21189           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
21190           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
21191           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
21192           !> utf8.c
21193 ____________________________________________________________________________
21194 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
21195         Log: Upgrade to Net::Ping 2.11.
21196      Branch: perl
21197            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
21198            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
21199            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
21200            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
21201 ____________________________________________________________________________
21202 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
21203         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
21204              From: Robin Barker <rmb1@cise.npl.co.uk>
21205              Date: Wed, 13 Feb 2002 17:37:07 GMT
21206              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
21207              
21208              (updated version of the above)
21209      Branch: perl
21210            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
21211 ____________________________________________________________________________
21212 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
21213         Log: Excise inexact blather.
21214      Branch: perl
21215            ! utf8.c
21216 ____________________________________________________________________________
21217 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
21218         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
21219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21220              Date: Mon, 31 Dec 2001 20:28:46 -0500
21221              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
21222      Branch: perl
21223            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
21224            ! MANIFEST
21225 ____________________________________________________________________________
21226 [ 14685] By: nick                                  on 2002/02/14  14:20:20
21227         Log: Make dependencies more precise (for nmake)
21228      Branch: perlio
21229            ! ext/Encode/EUC_JP/Makefile.PL
21230 ____________________________________________________________________________
21231 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
21232         Log: Subject: [PATCH @13746] tied hashes
21233              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
21234              Date: Mon, 31 Dec 2001 19:15:39 -0500
21235              Message-ID: <20011231191539.A46@math.ohio-state.edu>
21236      Branch: perl
21237            ! lib/Tie/Hash.pm pod/perltie.pod
21238 ____________________________________________________________________________
21239 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
21240         Log: Subject: Re: [PATCH] Configure followed by make minitest
21241              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21242              Date: Sun, 10 Feb 2002 23:22:05 -0800
21243              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
21244      Branch: perl
21245            ! Makefile.SH
21246 ____________________________________________________________________________
21247 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
21248         Log: Subject: Re: perl@14647
21249              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21250              Date: Mon, 11 Feb 2002 19:30:36 +0100
21251              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
21252      Branch: perl
21253            ! t/op/groups.t
21254 ____________________________________________________________________________
21255 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
21256         Log: Update Changes.
21257      Branch: perl
21258            ! Changes patchlevel.h
21259 ____________________________________________________________________________
21260 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
21261         Log: Integrate perlio:
21262              
21263              [ 14677]
21264              Do not lc() the file names before doing dirname() or they don't match.
21265      Branch: perl
21266           !> lib/ExtUtils/t/Installed.t
21267 ____________________________________________________________________________
21268 [ 14679] By: sky                                   on 2002/02/13  12:56:13
21269         Log: rename mutex to make a bit more sense
21270      Branch: perl
21271            ! ext/threads/threads.xs
21272 ____________________________________________________________________________
21273 [ 14678] By: sky                                   on 2002/02/13  12:46:11
21274         Log: Track active threads....
21275      Branch: perl
21276            ! ext/threads/threads.pm ext/threads/threads.xs
21277 ____________________________________________________________________________
21278 [ 14677] By: nick                                  on 2002/02/13  09:30:42
21279         Log: Do not lc() the file names before doing dirname() or they don't match.
21280      Branch: perlio
21281            ! lib/ExtUtils/t/Installed.t
21282 ____________________________________________________________________________
21283 [ 14676] By: sky                                   on 2002/02/13  09:03:37
21284         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
21285              From: Michael G Schwern <schwern@pobox.com>
21286              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
21287              Message-Id: <20020213100017.GA6288@blackrider>
21288      Branch: perl
21289            ! lib/File/Spec/t/rel2abs2rel.t
21290 ____________________________________________________________________________
21291 [ 14675] By: sky                                   on 2002/02/13  09:00:24
21292         Log: Do not propagate END blocks to child threads, test.
21293      Branch: perl
21294            + ext/threads/t/end.t
21295            ! MANIFEST ext/threads/threads.xs
21296 ____________________________________________________________________________
21297 [ 14674] By: nick                                  on 2002/02/13  08:34:55
21298         Log: Integrate mainline
21299      Branch: perlio
21300           +> ext/threads/t/join.t
21301           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
21302           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
21303           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
21304 ____________________________________________________________________________
21305 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
21306         Log: metaconfig unit change for #14672.
21307      Branch: metaconfig
21308            ! U/modified/lns.U
21309 ____________________________________________________________________________
21310 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
21311         Log: $ln is supposed to be already set to $ln + executable suffix
21312              on platforms that need it, from Paul Green.
21313      Branch: perl
21314            ! Configure
21315 ____________________________________________________________________________
21316 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
21317         Log: Subject: New command syntax for 'x' command
21318              From: Mark-Jason Dominus <mjd@plover.com>
21319              Date: Tue, 12 Feb 2002 20:54:01 -0500
21320              Message-ID: <20020213015401.25685.qmail@plover.com>
21321      Branch: perl
21322            ! lib/perl5db.pl pod/perldebug.pod
21323 ____________________________________________________________________________
21324 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
21325         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
21326              From: Mark-Jason Dominus <mjd@plover.com>
21327              Date: Tue, 12 Feb 2002 20:20:42 -0500
21328              Message-ID: <20020213012042.25245.qmail@plover.com>
21329      Branch: perl
21330            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
21331 ____________________________________________________________________________
21332 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
21333         Log: Iteration continues.
21334      Branch: perl
21335            ! utf8.c
21336 ____________________________________________________________________________
21337 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
21338         Log: Duh.
21339      Branch: perl
21340            ! pp_pack.c t/op/length.t
21341 ____________________________________________________________________________
21342 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
21343         Log: Retract #14666.
21344      Branch: perl
21345            ! t/op/lc.t
21346 ____________________________________________________________________________
21347 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
21348         Log: (retracted by #14667)
21349      Branch: perl
21350            ! t/op/lc.t
21351 ____________________________________________________________________________
21352 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
21353         Log: Tiny test script tweaks.
21354      Branch: perl
21355            ! t/uni/fold.t
21356 ____________________________________________________________________________
21357 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
21358         Log: Rewrite the "special mapping" part of to_utf8_case(),
21359              this time with fewer bugs.  (See: The Law of Cybernetic
21360              Entymology.)
21361      Branch: perl
21362            ! utf8.c
21363 ____________________________________________________________________________
21364 [ 14663] By: sky                                   on 2002/02/12  18:26:16
21365         Log: Stop failures if you pass an object, sv_dup might not be the right 
21366              thing to use since I have a feeling we end up cloning far too much. 
21367              (Like the stash for example).... Maybe we need a lightweight sv_dup 
21368              that searches the target for things....
21369              Real fix is another option to perl_clone which controls if you should 
21370              save stashes.
21371      Branch: perl
21372            ! ext/threads/threads.xs
21373 ____________________________________________________________________________
21374 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
21375         Log: Retract #14661.
21376      Branch: perl
21377            ! hints/solaris_2.sh
21378 ____________________________________________________________________________
21379 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
21380         Log: (retracted by #14662)
21381      Branch: perl
21382            ! hints/solaris_2.sh
21383 ____________________________________________________________________________
21384 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
21385         Log: EBCDIC: another "can't happen".
21386      Branch: perl
21387            ! utf8.c
21388 ____________________________________________________________________________
21389 [ 14659] By: sky                                   on 2002/02/12  14:38:21
21390         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
21391      Branch: perl
21392            + ext/threads/t/join.t
21393            ! MANIFEST ext/threads/threads.xs
21394 ____________________________________________________________________________
21395 [ 14658] By: nick                                  on 2002/02/12  13:54:06
21396         Log: Integrate mainline
21397      Branch: perlio
21398           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
21399           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
21400           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
21401 ____________________________________________________________________________
21402 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
21403         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
21404              From: Jan Dubois <JanD@ActiveState.com> 
21405              Date: Tue, 12 Feb 2002 00:56:31 -0800
21406              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
21407      Branch: perl
21408            ! lib/Win32.pod win32/win32.c win32/win32.h
21409 ____________________________________________________________________________
21410 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
21411         Log: Subject: [PATCH] Re: 14654 introduced a bug 
21412              From: Michael G Schwern <schwern@pobox.com> 
21413              Date: Tue, 12 Feb 2002 05:37:36 -0500
21414              Message-ID: <20020212103736.GC14327@blackrider>
21415      Branch: perl
21416            ! lib/File/Spec/t/rel2abs2rel.t
21417 ____________________________________________________________________________
21418 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
21419         Log: More unset installman[13]dir tweaks from chromatic.
21420      Branch: perl
21421            ! lib/ExtUtils/Installed.pm
21422 ____________________________________________________________________________
21423 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
21424         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
21425              From: Michael G Schwern <schwern@pobox.com>
21426              Date: Mon, 11 Feb 2002 12:23:02 -0500
21427              Message-ID: <20020211172302.GD9556@blackrider>
21428      Branch: perl
21429            ! lib/File/Spec/t/rel2abs2rel.t
21430 ____________________________________________________________________________
21431 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
21432         Log: Use `` instead of -| to be a little bit more portable,
21433              from Michael Schwern.
21434      Branch: perl
21435            ! lib/ExtUtils/t/Embed.t
21436 ____________________________________________________________________________
21437 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
21438         Log: EBCDIC: this change for \N{} in particular is now
21439              unnecessary because of the recent more general
21440              pack U change.
21441      Branch: perl
21442            ! toke.c
21443 ____________________________________________________________________________
21444 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
21445         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
21446              From: "Craig A. Berry" <craigberry@mac.com>
21447              Date: Mon, 11 Feb 2002 17:13:47 -0600
21448              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
21449      Branch: perl
21450            ! t/test.pl
21451 ____________________________________________________________________________
21452 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
21453         Log: EBCDIC: pack U bytes change.
21454      Branch: perl
21455            ! t/op/length.t
21456 ____________________________________________________________________________
21457 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
21458         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
21459      Branch: perl
21460            ! t/op/each.t
21461 ____________________________________________________________________________
21462 [ 14648] By: nick                                  on 2002/02/11  16:14:50
21463         Log: Integrate mainline
21464      Branch: perlio
21465           !> Changes Configure Makefile.SH autodoc.pl
21466           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
21467           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
21468           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
21469 ____________________________________________________________________________
21470 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
21471         Log: Update Changes.
21472      Branch: perl
21473            ! Changes patchlevel.h
21474 ____________________________________________________________________________
21475 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
21476         Log: Regen toc.
21477      Branch: perl
21478            ! pod/perltoc.pod
21479 ____________________________________________________________________________
21480 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
21481         Log: Forgot from #14641.
21482      Branch: perl
21483            ! lib/ExtUtils/t/Embed.t
21484 ____________________________________________________________________________
21485 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
21486         Log: A forgotten metaconfig unit.
21487      Branch: metaconfig/U/perl
21488            + i_features.U
21489 ____________________________________________________________________________
21490 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
21491         Log: metaconfig unit changes for #14642.
21492      Branch: metaconfig
21493            + U/modified/lns.U
21494      Branch: metaconfig/U/perl
21495            ! issymlink.U
21496 ____________________________________________________________________________
21497 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
21498         Log: -Dmksymlinks was broken by #14628.
21499      Branch: perl
21500            ! Configure
21501 ____________________________________________________________________________
21502 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
21503         Log: Subject: [PATCH @14577] OS/2 build
21504              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21505              Date: Mon, 11 Feb 2002 06:56:41 -0500
21506              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
21507              
21508              (sans the Configure, perlio.sym, and t/op/stat.t parts)
21509      Branch: perl
21510            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
21511            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
21512            ! os2/os2ish.h
21513 ____________________________________________________________________________
21514 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
21515         Log: Integrate perlio:
21516              
21517              [ 14639]
21518              Patch up the failing multi-byte write case, and un-skip
21519              the test.
21520              
21521              [ 14638]
21522              Add test for Japanese encoding (well euc-jp anyway).
21523              Fix one bug shown by above
21524              Skip test which does not pass yet.
21525              
21526              [ 14637]
21527              Split Japanese encodings - part 2
21528              - build separate .c files with separate 'compile' steps
21529              - overall Japanese.xs / Japanese.pm which loads them
21530              
21531              [ 14636]
21532              Re-structure Japanese encodings - part 1
21533      Branch: perl
21534           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
21535           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
21536            - ext/Encode/EUC_JP/EUC_JP.pm
21537           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
21538 ____________________________________________________________________________
21539 [ 14639] By: nick                                  on 2002/02/11  11:59:18
21540         Log: Patch up the failing multi-byte write case, and un-skip
21541              the test.
21542      Branch: perlio
21543            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
21544 ____________________________________________________________________________
21545 [ 14638] By: nick                                  on 2002/02/11  10:55:39
21546         Log: Add test for Japanese encoding (well euc-jp anyway).
21547              Fix one bug shown by above
21548              Skip test which does not pass yet.
21549      Branch: perlio
21550            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
21551            + ext/Encode/t/table.ref
21552            ! MANIFEST ext/Encode/Encode.xs
21553 ____________________________________________________________________________
21554 [ 14637] By: nick                                  on 2002/02/11  09:07:04
21555         Log: Split Japanese encodings - part 2
21556              - build separate .c files with separate 'compile' steps
21557              - overall Japanese.xs / Japanese.pm which loads them
21558      Branch: perlio
21559            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
21560 ____________________________________________________________________________
21561 [ 14636] By: nick                                  on 2002/02/11  08:15:42
21562         Log: Re-structure Japanese encodings - part 1
21563      Branch: perlio
21564           +> ext/Encode/EUC_JP/Japanese.pm
21565            - ext/Encode/EUC_JP/EUC_JP.pm
21566            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
21567 ____________________________________________________________________________
21568 [ 14635] By: nick                                  on 2002/02/11  08:05:12
21569         Log: Integrate mainline
21570      Branch: perlio
21571           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
21572           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
21573           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
21574 ____________________________________________________________________________
21575 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
21576         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
21577              From: Mike Guy <mjtg@cam.ac.uk>
21578              Date: Mon, 11 Feb 2002 02:50:42 +0000
21579              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
21580      Branch: perl
21581            ! t/op/arith.t
21582 ____________________________________________________________________________
21583 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
21584         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
21585              Stepping backward in the string would be majorly bad.
21586      Branch: perl
21587            ! regcomp.c
21588 ____________________________________________________________________________
21589 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
21590         Log: The debugger part of
21591              
21592              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
21593              From: Michael G Schwern <schwern@pobox.com> 
21594              Date: Wed, 6 Feb 2002 17:32:12 -0500
21595              Message-ID: <20020206223212.GG1346@blackrider>
21596      Branch: perl
21597            ! lib/perl5db.pl
21598 ____________________________________________________________________________
21599 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
21600         Log: Integrate perlio:
21601              
21602              [ 14626]
21603              Move PerlIO_perlio to layer_syms where it belongs?
21604              
21605              [ 14625]
21606              Borland/Win32 tuning
21607      Branch: perl
21608           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
21609 ____________________________________________________________________________
21610 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
21611         Log: EBCDIC: the low 256 needs to be shuffled also
21612              in pack/unpack U (this breaks the equivalence
21613              of pack U and v-strings, but I think if someone
21614              has to give, v-strings are a good victim)
21615      Branch: perl
21616            ! pp_pack.c t/op/pack.t
21617 ____________________________________________________________________________
21618 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
21619         Log: metaconfig unit changes for #14628.
21620      Branch: metaconfig/U/perl
21621            ! d_u32align.U issymlink.U
21622 ____________________________________________________________________________
21623 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
21624         Log: Two Configure tweaks; the u32align test was trying
21625              to write into a string literal, the ln -s test was
21626              failing in VOS.
21627      Branch: perl
21628            ! Configure
21629 ____________________________________________________________________________
21630 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
21631         Log: DJGPP tweaks from Laszlo Molnar.
21632      Branch: perl
21633            ! djgpp/djgpp.c lib/File/Spec.pm
21634 ____________________________________________________________________________
21635 [ 14626] By: nick                                  on 2002/02/10  18:36:47
21636         Log: Move PerlIO_perlio to layer_syms where it belongs?
21637      Branch: perlio
21638            ! makedef.pl
21639 ____________________________________________________________________________
21640 [ 14625] By: nick                                  on 2002/02/10  18:02:21
21641         Log: Borland/Win32 tuning
21642      Branch: perlio
21643            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
21644 ____________________________________________________________________________
21645 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
21646         Log: Additional explanation for the [:...:] failure.
21647      Branch: perl
21648            ! pod/perldiag.pod
21649 ____________________________________________________________________________
21650 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
21651         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
21652              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21653              Date: Sun, 10 Feb 2002 13:32:48 +0100
21654              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
21655      Branch: perl
21656            ! makedef.pl
21657 ____________________________________________________________________________
21658 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
21659         Log: Test tweaks from chromatic for cases where there
21660              are no installman1dir or installman3dir.
21661      Branch: perl
21662            ! lib/ExtUtils/t/Installed.t
21663 ____________________________________________________________________________
21664 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
21665         Log: Integrate perlio:
21666              
21667              [ 14618]
21668              Nick Clark's tweaks to Encode compile process
21669              1. Use decimal constants to unit string arrays rather than
21670              very long string litterals (latter having possible "\0"
21671              on end issues, and needing ANSI C line splicing).
21672              2. Replace tail-recursion during insert process with itteration.
21673              Nick C sees 12peedup from these.
21674      Branch: perl
21675           !> ext/Encode/Encode.pm ext/Encode/compile
21676 ____________________________________________________________________________
21677 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
21678         Log: Portability notes: filename characters, character sets.
21679      Branch: perl
21680            ! pod/perlport.pod
21681 ____________________________________________________________________________
21682 [ 14619] By: nick                                  on 2002/02/10  11:06:05
21683         Log: Integrate mainline
21684      Branch: perlio
21685            ! ext/Encode/Encode.pm
21686           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
21687           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
21688           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
21689           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
21690           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
21691 ____________________________________________________________________________
21692 [ 14618] By: nick                                  on 2002/02/10  10:48:15
21693         Log: Nick Clark's tweaks to Encode compile process
21694              1. Use decimal constants to unit string arrays rather than
21695              very long string litterals (latter having possible "\0"
21696              on end issues, and needing ANSI C line splicing).
21697              2. Replace tail-recursion during insert process with itteration.
21698              Nick C sees 12% speedup from these.
21699      Branch: perlio
21700            ! ext/Encode/compile
21701 ____________________________________________________________________________
21702 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
21703         Log: Use the "Unicode 1.0" name field for control characters,
21704              as suggested by Mark Davis.  Note that Unicode 3.2 will
21705              require some more legwork on this because of certain
21706              alternative names.
21707      Branch: perl
21708            ! lib/unicore/Name.pl lib/unicore/mktables
21709 ____________________________________________________________________________
21710 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
21711         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
21712      Branch: perl
21713            ! hints/os390.sh
21714 ____________________________________________________________________________
21715 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
21716         Log: EBCDIC: the non-printable characters are different.
21717      Branch: perl
21718            ! ext/B/B/Deparse.pm
21719 ____________________________________________________________________________
21720 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
21721         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
21722              From: Nicholas Clark <nick@unfortu.net> 
21723              Date: Sat, 9 Feb 2002 22:31:29 +0000
21724              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
21725      Branch: perl
21726            ! t/lib/warnings/pp_hot
21727 ____________________________________________________________________________
21728 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
21729         Log: Subject: [PATCH] Re: Modulus operator inconsistency
21730              From: Nicholas Clark <nick@unfortu.net>
21731              Date: Sat, 9 Feb 2002 21:00:13 +0000
21732              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
21733      Branch: perl
21734            ! op.c t/op/arith.t
21735 ____________________________________________________________________________
21736 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
21737         Log: Use the same escaping mechanism for all the *flags.
21738      Branch: perl
21739            ! lib/ExtUtils/Embed.pm
21740 ____________________________________________________________________________
21741 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
21742         Log: Protect possible parentheses in ccflags, ccdlflags, and
21743              ldflags.  (In OS/390 there are parentheses in ccflags.)
21744      Branch: perl
21745            ! lib/ExtUtils/Embed.pm
21746 ____________________________________________________________________________
21747 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
21748         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
21749              From: Peter Scott <Peter@PSDT.com>
21750              Date: Fri, 08 Feb 2002 19:20:19 -0800
21751              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
21752      Branch: perl
21753            ! lib/perl5db.pl
21754 ____________________________________________________________________________
21755 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
21756         Log: FAQ sync.
21757      Branch: perl
21758            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
21759 ____________________________________________________________________________
21760 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
21761         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
21762              From: Chris Nandor <pudge@pobox.com>
21763              Date: Fri, 08 Feb 2002 16:31:41 -0500
21764              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
21765      Branch: perl
21766            ! cop.h deb.c pp_ctl.c toke.c util.c
21767 ____________________________________________________________________________
21768 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
21769         Log: Redo CopFILE / MacPerl_MPWFIleName patch
21770      Branch: maint-5.6/macperl
21771            ! cop.h deb.c pp_ctl.c toke.c util.c
21772 ____________________________________________________________________________
21773 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
21774         Log: The metaconfig unit change to go with #14605.
21775      Branch: metaconfig/U/perl
21776            ! libperl.U
21777 ____________________________________________________________________________
21778 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
21779         Log: The Configure change to go with #14604.
21780      Branch: perl
21781            ! Configure
21782 ____________________________________________________________________________
21783 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
21784         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
21785              From: Andy Dougherty <doughera@lafayette.edu>
21786              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
21787              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
21788      Branch: perl
21789            ! hints/bsdos.sh
21790 ____________________________________________________________________________
21791 [ 14603] By: nick                                  on 2002/02/08  18:16:09
21792         Log: Integrate mainline
21793      Branch: perlio
21794           +> ext/threads/t/libc.t
21795           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
21796           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
21797 ____________________________________________________________________________
21798 [ 14602] By: sky                                   on 2002/02/08  15:19:15
21799         Log: Start testing for safe localtime functions, TODO, test more functions.
21800      Branch: perl
21801            + ext/threads/t/libc.t
21802            ! MANIFEST
21803 ____________________________________________________________________________
21804 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
21805         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
21806              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21807              Date: Fri, 8 Feb 2002 00:21:07 +0100
21808              Message-ID: <20020208002107.E763@rafael>
21809      Branch: perl
21810            ! doio.c pp_sys.c t/io/argv.t
21811 ____________________________________________________________________________
21812 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
21813         Log: Subject: [PATCH] Configure followed by make minitest
21814              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21815              Date: Wed, 06 Feb 2002 21:35:20 -0800
21816              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
21817      Branch: perl
21818            ! t/op/taint.t t/run/fresh_perl.t
21819 ____________________________________________________________________________
21820 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
21821         Log: Integrate perlio:
21822              
21823              [ 14595]
21824              Extract something from yesterdays effort - convert my mail on pad
21825              data structures (incoporating Sarathy's corrections/clarifications)
21826              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
21827      Branch: perl
21828           !> cv.h pod/perlapi.pod pod/perlintern.pod
21829 ____________________________________________________________________________
21830 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
21831         Log: metaconfig unit changes for #14597.
21832      Branch: metaconfig
21833            ! U/modified/Loc.U
21834      Branch: metaconfig/U/perl
21835            ! libperl.U
21836 ____________________________________________________________________________
21837 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
21838         Log: Configure DJGPP tweak from Laszlo Molnar.
21839      Branch: perl
21840            ! Configure
21841 ____________________________________________________________________________
21842 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
21843         Log: DJGPP tweaks from Laszlo Molnar.
21844      Branch: perl
21845            ! djgpp/djgppsed.sh perl.c
21846 ____________________________________________________________________________
21847 [ 14595] By: nick                                  on 2002/02/08  09:19:29
21848         Log: Extract something from yesterdays effort - convert my mail on pad
21849              data structures (incoporating Sarathy's corrections/clarifications)
21850              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
21851      Branch: perlio
21852            ! cv.h pod/perlapi.pod pod/perlintern.pod
21853 ____________________________________________________________________________
21854 [ 14594] By: nick                                  on 2002/02/08  08:34:49
21855         Log: Integrate mainline
21856      Branch: perlio
21857           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
21858           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
21859           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
21860           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
21861           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
21862           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
21863 ____________________________________________________________________________
21864 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
21865         Log: To really skip the test an exit() is needed.
21866      Branch: perl
21867            ! lib/encoding.t
21868 ____________________________________________________________________________
21869 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
21870         Log: More diagnostics from Nicholas Clark.
21871      Branch: perl
21872            ! lib/Benchmark.t
21873 ____________________________________________________________________________
21874 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
21875         Log: In case of failure be more verbose.
21876      Branch: perl
21877            ! t/base/num.t
21878 ____________________________________________________________________________
21879 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
21880         Log: Update Changes
21881      Branch: maint-5.6/macperl
21882            ! macos/Changes
21883 ____________________________________________________________________________
21884 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
21885         Log: Merge AEGizmos library into PPC binary
21886      Branch: maint-5.6/macperl
21887            ! macos/Makefile.mk
21888 ____________________________________________________________________________
21889 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
21890         Log: Add -ansifor for MrCpp options
21891      Branch: maint-5.6/macperl
21892            ! macos/BuildRules.mk
21893 ____________________________________________________________________________
21894 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
21895         Log: Check ownership of CatInfos (MacPerl Bug #494482)
21896      Branch: maint-5.6/macperl
21897            ! macos/ext/Mac/Files/Files.xs
21898 ____________________________________________________________________________
21899 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
21900         Log: Resource updates
21901      Branch: maint-5.6/macperl
21902            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
21903 ____________________________________________________________________________
21904 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
21905         Log: Empty path is ENOENT (MacPerl Bug #512351)
21906      Branch: maint-5.6/macperl
21907            ! macos/macperl/MPAppleEvents.c
21908 ____________________________________________________________________________
21909 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
21910         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
21911      Branch: maint-5.6/macperl
21912            ! macos/macperl/MPAEVTStream.cp
21913 ____________________________________________________________________________
21914 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
21915         Log: macify(ABSTRACT_FROM)
21916      Branch: maint-5.6/macperl
21917            ! macos/lib/ExtUtils/MM_MacOS.pm
21918 ____________________________________________________________________________
21919 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
21920         Log: Use correct Mac filenames in error messages, caller()
21921      Branch: maint-5.6/macperl
21922            ! deb.c pp_ctl.c toke.c util.c
21923 ____________________________________________________________________________
21924 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
21925         Log: Sanity checks to see that the IV/NV and the PV of numeric
21926              scalars stay in sync (unearthed this via the OS/390 gcvt()
21927              brokenness)
21928      Branch: perl
21929            + t/base/num.t
21930            ! MANIFEST
21931 ____________________________________________________________________________
21932 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
21933         Log: Retract the anon leak subpatch of #14418 and #14431
21934              (the latter came into bleadperl as part of #14433).
21935      Branch: perl
21936            ! op.c t/run/fresh_perl.t
21937 ____________________________________________________________________________
21938 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
21939         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
21940              mangles 0.1 to "10".  sprintf() seems more well-behaved.
21941      Branch: perl
21942            ! hints/os390.sh
21943 ____________________________________________________________________________
21944 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
21945         Log: Subject: [PATCH @14557] another Encode fix for VMS
21946              From: "Craig A. Berry" <craigberry@mac.com>
21947              Date: Wed, 06 Feb 2002 14:44:20 -0600
21948              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
21949      Branch: perl
21950            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
21951 ____________________________________________________________________________
21952 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
21953         Log: Integrate perlio:
21954              
21955              [ 14575]
21956              One way to avoid OS390 winge about #line directives.
21957      Branch: perl
21958           !> ext/Encode/EUC_JP/Makefile.PL
21959 ____________________________________________________________________________
21960 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
21961         Log: Update Changes.
21962      Branch: perl
21963            ! Changes patchlevel.h
21964 ____________________________________________________________________________
21965 [ 14575] By: nick                                  on 2002/02/06  15:23:24
21966         Log: One way to avoid OS390 winge about #line directives.
21967      Branch: perlio
21968            ! ext/Encode/EUC_JP/Makefile.PL
21969 ____________________________________________________________________________
21970 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
21971         Log: s/Netware/NetWare/
21972      Branch: perl
21973            ! MANIFEST
21974 ____________________________________________________________________________
21975 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
21976         Log: New Netware scripts.
21977      Branch: perl
21978            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
21979            + NetWare/t/NWScripts-Exist.pl
21980            ! MANIFEST
21981 ____________________________________________________________________________
21982 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
21983         Log: EBCDIC: the encoding pragma would need some rethinking,
21984              probably a pass of EBCDIC->Unicode mapping.  For now,
21985              disable it on EBCDIC.
21986      Branch: perl
21987            ! lib/encoding.pm lib/encoding.t
21988 ____________________________________________________________________________
21989 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
21990         Log: (retracted by #14846)
21991              EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
21992              for the low 256.  Now tweaked the tests, but maybe it's
21993              the module that needs few NATIVE_TO_UNI()s somewhere?
21994      Branch: perl
21995            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
21996 ____________________________________________________________________________
21997 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
21998         Log: Subject: [PATCH utf8.c] format problem
21999              From: Robin Barker <rmb1@cise.npl.co.uk>
22000              Date: Wed, 6 Feb 2002 14:01:43 GMT
22001              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
22002      Branch: perl
22003            ! utf8.c
22004 ____________________________________________________________________________
22005 [ 14569] By: nick                                  on 2002/02/06  09:52:23
22006         Log: Integrate mainline
22007      Branch: perlio
22008           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
22009           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
22010           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
22011           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
22012           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
22013           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
22014 ____________________________________________________________________________
22015 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
22016         Log: EBCDIC: 0x41 is not cricket.
22017      Branch: perl
22018            ! ext/Encode/t/Encode.t
22019 ____________________________________________________________________________
22020 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
22021         Log: NetWare update from Ananth Kesari.
22022      Branch: perl
22023            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
22024            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
22025            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
22026            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
22027            ! NetWare/t/NWScripts.pl makedef.pl
22028 ____________________________________________________________________________
22029 [ 14566] By: sky                                   on 2002/02/05  18:39:13
22030         Log: Subject: Re: File::Spec::rel2abs2rel (?)
22031              From: Michael G Schwern <schwern@pobox.com>
22032              Date: Tue, 5 Feb 2002 13:47:39 -0500
22033              Message-ID: <20020205184739.GB17375@blackrider>
22034      Branch: perl
22035            ! lib/File/Spec/t/rel2abs2rel.t
22036 ____________________________________________________________________________
22037 [ 14565] By: nick                                  on 2002/02/05  17:31:24
22038         Log: Integrate mainline
22039      Branch: perlio
22040           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
22041           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
22042           !> utf8.h
22043 ____________________________________________________________________________
22044 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
22045         Log: Integrate perlio:
22046              
22047              [ 14563]
22048              More Encode tweaks:
22049              - make expensive and marginal substring search optional (-O)
22050              - enable -O for ASCII-oid encodings (search space is small)
22051              - add ASCII-oid jis0201 to basic Encode.so
22052              - add some other Japanese encodings to EUC_JP bundle (without -O)
22053      Branch: perl
22054           +> ext/Encode/Encode/jis0201.ucm
22055           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
22056           !> ext/Encode/compile
22057 ____________________________________________________________________________
22058 [ 14563] By: nick                                  on 2002/02/05  16:01:15
22059         Log: More Encode tweaks:
22060              - make expensive and marginal substring search optional (-O)
22061              - enable -O for ASCII-oid encodings (search space is small)
22062              - add ASCII-oid jis0201 to basic Encode.so
22063              - add some other Japanese encodings to EUC_JP bundle (without -O)
22064      Branch: perlio
22065            + ext/Encode/Encode/jis0201.ucm
22066            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
22067            ! ext/Encode/compile
22068 ____________________________________________________________________________
22069 [ 14562] By: sky                                   on 2002/02/05  14:50:36
22070         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
22071      Branch: perl
22072            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
22073 ____________________________________________________________________________
22074 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
22075         Log: EBCDIC: SHARP S is different.
22076      Branch: perl
22077            ! regexec.c utf8.h
22078 ____________________________________________________________________________
22079 [ 14560] By: sky                                   on 2002/02/05  13:49:40
22080         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
22081      Branch: perl
22082            ! t/op/filetest.t
22083 ____________________________________________________________________________
22084 [ 14559] By: sky                                   on 2002/02/05  11:39:24
22085         Log: Add . first to the PATH environment to test that we really
22086              get ./perl and not some other older perl.
22087      Branch: perl
22088            ! lib/File/Spec/t/rel2abs2rel.t
22089 ____________________________________________________________________________
22090 [ 14558] By: sky                                   on 2002/02/05  11:20:21
22091         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...
22092      Branch: perl
22093            ! ext/POSIX/t/posix.t
22094 ____________________________________________________________________________
22095 [ 14557] By: sky                                   on 2002/02/05  10:30:58
22096         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
22097      Branch: perl
22098            ! hints/darwin.sh perl.h
22099 ____________________________________________________________________________
22100 [ 14556] By: nick                                  on 2002/02/05  06:58:52
22101         Log: Integrate mainline
22102      Branch: perlio
22103           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
22104           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
22105           !> lib/File/Find/t/taint.t
22106 ____________________________________________________________________________
22107 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
22108         Log: Integrate change #14439 from maintperl
22109      Branch: maint-5.6/macperl
22110           !> op.c
22111 ____________________________________________________________________________
22112 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
22113         Log: Subject: [PATCH] File::Find tests not cleaning up properly
22114              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22115              Date: Mon, 4 Feb 2002 22:09:07 +0100
22116              Message-ID: <20020204220907.A8288@rafael>
22117      Branch: perl
22118            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
22119 ____________________________________________________________________________
22120 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
22121         Log: Signedness mumblings from Tru64.
22122      Branch: perl
22123            ! ext/Encode/Encode.xs
22124 ____________________________________________________________________________
22125 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
22126         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
22127              From: "Craig A. Berry" <craigberry@mac.com>
22128              Date: Mon, 04 Feb 2002 17:16:00 -0600
22129              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
22130      Branch: perl
22131            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
22132            ! ext/Encode/Encode.xs
22133 ____________________________________________________________________________
22134 [ 14551] By: nick                                  on 2002/02/04  16:00:31
22135         Log: Integrate mainline
22136      Branch: perlio
22137           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
22138           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
22139           !> regcomp.c
22140 ____________________________________________________________________________
22141 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
22142         Log: Update Changes.
22143      Branch: perl
22144            ! Changes patchlevel.h
22145 ____________________________________________________________________________
22146 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
22147         Log: Comment microtweaks.
22148      Branch: perl
22149            ! lib/locale.t
22150 ____________________________________________________________________________
22151 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
22152         Log: Subject: trivial docu patch
22153              From: andreas.koenig@anima.de (Andreas J. Koenig)
22154              Date: 04 Feb 2002 08:15:19 +0100
22155              Message-ID: <m3pu3l7m60.fsf@anima.de>
22156      Branch: perl
22157            ! pod/perluniintro.pod
22158 ____________________________________________________________________________
22159 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
22160         Log: Subject: [PATCH] (??{ }) anomaly
22161              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22162              Date: Sun, 03 Feb 2002 20:21:45 -0800
22163              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
22164      Branch: perl
22165            ! regcomp.c
22166 ____________________________________________________________________________
22167 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
22168         Log: Integrate perlio:
22169              
22170              [ 14545]
22171              Remove debugging warning, be consistent about API fails.
22172              
22173              [ 14544]
22174              Carry on where we left off if we have to grow destination SV during XS encode/decode
22175      Branch: perl
22176           !> ext/Encode/Encode.xs
22177 ____________________________________________________________________________
22178 [ 14545] By: nick                                  on 2002/02/03  20:03:38
22179         Log: Remove debugging warning, be consistent about API fails.
22180      Branch: perlio
22181            ! ext/Encode/Encode.xs
22182 ____________________________________________________________________________
22183 [ 14544] By: nick                                  on 2002/02/03  19:47:48
22184         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
22185      Branch: perlio
22186            ! ext/Encode/Encode.xs
22187 ____________________________________________________________________________
22188 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
22189         Log: Subject: PATCH CPAN.pm
22190              From: Mark-Jason Dominus <mjd@plover.com>
22191              Date: Sun, 03 Feb 2002 12:36:36 -0500
22192              Message-ID: <20020203173636.27451.qmail@plover.com>
22193      Branch: perl
22194            ! lib/CPAN.pm
22195 ____________________________________________________________________________
22196 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
22197         Log: Must search further back.
22198      Branch: perl
22199            ! lib/h2xs.t
22200 ____________________________________________________________________________
22201 [ 14541] By: nick                                  on 2002/02/03  18:52:09
22202         Log: Integrate mainline
22203      Branch: perlio
22204           !> (integrate 29 files)
22205 ____________________________________________________________________________
22206 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
22207         Log: EBCDIC: more natification.
22208      Branch: perl
22209            ! regcomp.c
22210 ____________________________________________________________________________
22211 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
22212         Log: Debug noise.
22213      Branch: perl
22214            ! ext/Encode/Encode.xs
22215 ____________________________________________________________________________
22216 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
22217         Log: Integrate perlio:
22218              
22219              [ 14536]
22220              Stable intermediate point in Encode cleanup.
22221              :encode(euc-jp) works on Dan's table.euc
22222              Much buffer copying and other silliness remains.
22223      Branch: perl
22224           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
22225           !> ext/Encode/lib/Encode/Encoding.pm
22226 ____________________________________________________________________________
22227 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
22228         Log: Prettify.
22229      Branch: perl
22230            ! lib/unicore/mktables
22231 ____________________________________________________________________________
22232 [ 14536] By: nick                                  on 2002/02/03  17:32:03
22233         Log: Stable intermediate point in Encode cleanup.
22234              :encode(euc-jp) works on Dan's table.euc
22235              Much buffer copying and other silliness remains.
22236      Branch: perlio
22237            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
22238            ! ext/Encode/lib/Encode/Encoding.pm
22239 ____________________________________________________________________________
22240 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
22241         Log: EBCDIC: it's much nicer to compare Unicode code points
22242              to Unicode code points.
22243      Branch: perl
22244            ! regexec.c
22245 ____________________________________________________________________________
22246 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
22247         Log: EBCDIC: character classes must remap the low 256.
22248      Branch: perl
22249            ! regcomp.c
22250 ____________________________________________________________________________
22251 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
22252         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
22253      Branch: perl
22254            ! lib/I18N/LangTags/List.pm
22255 ____________________________________________________________________________
22256 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
22257         Log: FAQ sync.
22258      Branch: perl
22259            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
22260            ! pod/perlfaq6.pod pod/perlfaq7.pod
22261 ____________________________________________________________________________
22262 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
22263         Log: Integrate perlio:
22264              
22265              [ 14526]
22266              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
22267              (Mis-feature discovered by Encode.)
22268              
22269              [ 14518]
22270              indent -kr -nce and some manual tweaks to match perl style.
22271      Branch: perl
22272           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
22273 ____________________________________________________________________________
22274 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
22275         Log: Subject: [PATCH] lstat FH and -l FH warnings
22276              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22277              Date: Sat, 2 Feb 2002 22:24:54 +0100           
22278              Message-ID: <20020202222454.A11608@rafael>       
22279      Branch: perl
22280            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
22281            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
22282 ____________________________________________________________________________
22283 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
22284         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
22285              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22286              Date: Sat, 2 Feb 2002 13:11:01 +0100           
22287              Message-ID: <20020202131101.A722@rafael>               
22288              
22289              Subject: [PATCH t/op/ver.t] another false positive
22290              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22291              Date: Sat, 2 Feb 2002 13:38:22 +0100           
22292              Message-ID: <20020202133822.E722@rafael>         
22293              
22294              Subject: [PATCH] t/test.pl:ok() doesn't work
22295              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
22296              Date: Sun, 03 Feb 2002 00:02:38 -0800          
22297              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
22298      Branch: perl
22299            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
22300            ! t/test.pl
22301 ____________________________________________________________________________
22302 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
22303         Log: Subject: [PATCH @13746] OS2::Process's constants
22304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22305              Date: Sat, 2 Feb 2002 01:00:55 -0500           
22306              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
22307      Branch: perl
22308            ! os2/OS2/Process/Makefile.PL
22309 ____________________________________________________________________________
22310 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
22311         Log: Subject: [PATCH @13746] h2xs   
22312              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22313              Date: Sat, 2 Feb 2002 00:58:44 -0500           
22314              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
22315      Branch: perl
22316            ! utils/h2xs.PL
22317 ____________________________________________________________________________
22318 [ 14526] By: nick                                  on 2002/02/03  14:54:18
22319         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
22320              (Mis-feature discovered by Encode.)
22321      Branch: perlio
22322            ! sv.c
22323 ____________________________________________________________________________
22324 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
22325         Log: EBCDIC: since #14519 made \N{...} to remap,
22326              the test cannot expect an ASCII code point.
22327      Branch: perl
22328            ! lib/charnames.t
22329 ____________________________________________________________________________
22330 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
22331         Log: Sub-MANIFEST-tweak.
22332      Branch: perl
22333            ! ext/Encode/MANIFEST
22334 ____________________________________________________________________________
22335 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
22336         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
22337              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22338              Date: Fri, 01 Feb 2002 23:51:03 +0900
22339              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
22340      Branch: perl
22341            ! ext/Encode/lib/Encode/Tcl/Escape.pm
22342 ____________________________________________________________________________
22343 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
22344         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
22345              From: Andy Dougherty <doughera@lafayette.edu>
22346              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
22347              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
22348      Branch: perl
22349            ! README.solaris hints/solaris_2.sh
22350 ____________________________________________________________________________
22351 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
22352         Log: EBCDIC: no hope to get the low 256 right in unifolding.
22353      Branch: perl
22354            ! t/uni/fold.t
22355 ____________________________________________________________________________
22356 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
22357         Log: todo entry for missing pack formats.
22358      Branch: perl
22359            ! pod/perltodo.pod
22360 ____________________________________________________________________________
22361 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
22362         Log: EBCDIC: the low 256 \N{...} need to be remapped.
22363      Branch: perl
22364            ! toke.c
22365 ____________________________________________________________________________
22366 [ 14518] By: nick                                  on 2002/02/01  18:32:03
22367         Log: indent -kr -nce and some manual tweaks to match perl style.
22368      Branch: perlio
22369            ! ext/Encode/Encode.xs
22370 ____________________________________________________________________________
22371 [ 14517] By: nick                                  on 2002/02/01  18:20:46
22372         Log: Integrate mainline
22373      Branch: perlio
22374           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
22375           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
22376           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
22377           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
22378           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
22379           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
22380           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
22381 ____________________________________________________________________________
22382 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
22383         Log: Integrate perlio:
22384              
22385              [ 14515]
22386              Minor Encode tweaks:
22387              - move Encode.pm back to top of Encode like normal XS extension
22388              - avoid .def as a file extension (Win32 builds)
22389      Branch: perl
22390            ! MANIFEST
22391           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
22392           !> ext/Encode/Makefile.PL ext/Encode/compile
22393 ____________________________________________________________________________
22394 [ 14515] By: nick                                  on 2002/02/01  16:27:59
22395         Log: Minor Encode tweaks:
22396              - move Encode.pm back to top of Encode like normal XS extension
22397              - avoid .def as a file extension (Win32 builds)
22398      Branch: perlio
22399           +> ext/Encode/Encode.pm
22400            - ext/Encode/lib/Encode.pm
22401            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
22402            ! ext/Encode/Makefile.PL ext/Encode/compile
22403 ____________________________________________________________________________
22404 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
22405         Log: Subject: [PATCH utf8.t] temp file not cleaned up
22406              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22407              Date: Fri, 1 Feb 2002 15:47:46 +0100
22408              Message-ID: <20020201154746.A24079@rafael>
22409      Branch: perl
22410            ! t/io/utf8.t
22411 ____________________________________________________________________________
22412 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
22413         Log: Subject: [PATCH] make "lstat FH" croak
22414              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22415              Date: Fri, 1 Feb 2002 15:12:50 +0100
22416              Message-ID: <20020201151250.A738@rafael>
22417      Branch: perl
22418            ! pod/perldiag.pod pp_sys.c t/op/stat.t
22419 ____________________________________________________________________________
22420 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
22421         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
22422              From: Kay Röpke <kroepke@dolphin-services.de>
22423              Date: Fri, 1 Feb 2002 01:10:43 +0100
22424              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
22425      Branch: perl
22426            ! t/op/stat.t
22427 ____________________________________________________________________________
22428 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
22429         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
22430              I got it in Tru64 + ithreads but only without -g, took
22431              some debugging by printf (which was no fun either since
22432              adding some debug printfs hid the error)
22433      Branch: perl
22434            ! regexec.c utf8.c
22435 ____________________________________________________________________________
22436 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
22437         Log: Subject: Re: [PATCH] perl -V:
22438              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
22439              Date: Thu, 31 Jan 2002 12:10:20 -0800
22440              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
22441              
22442              Subject: Re: [PATCH] perl -V:
22443              From: Michael G Schwern <schwern@pobox.com>
22444              Date: Thu, 31 Jan 2002 16:43:13 -0500
22445              Message-ID: <20020131214313.GH6498@blackrider>
22446      Branch: perl
22447            ! t/run/switches.t
22448 ____________________________________________________________________________
22449 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
22450         Log: #14505 effect.
22451      Branch: perl
22452            ! pod/perluniintro.pod
22453 ____________________________________________________________________________
22454 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
22455         Log: Daniel S. Lewart adopts the Math::Complex.
22456      Branch: perl
22457            ! lib/Math/Complex.pm
22458 ____________________________________________________________________________
22459 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
22460         Log: More Complex DWIMmery.
22461      Branch: perl
22462            ! lib/Math/Complex.pm lib/Math/Complex.t
22463 ____________________________________________________________________________
22464 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
22465         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
22466              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22467              Date: Thu, 31 Jan 2002 14:37:52 +0100
22468              Message-ID: <20020131143752.A1452@rafael>
22469      Branch: perl
22470            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
22471 ____________________________________________________________________________
22472 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
22473         Log: Turn the I/O Unicode error by default on, but the
22474              character-generating Unicode error by default off,
22475              as Larry suggested.
22476      Branch: perl
22477            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
22478            ! utf8.c
22479 ____________________________________________________________________________
22480 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
22481         Log: Subject: [PATCH] open.pm minor cleanup
22482              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22483              Date: Thu, 31 Jan 2002 15:03:02 +0100
22484              Message-ID: <20020131150302.C1452@rafael>
22485      Branch: perl
22486            ! lib/open.pm
22487 ____________________________________________________________________________
22488 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
22489         Log: Update Changes.
22490      Branch: perl
22491            ! Changes patchlevel.h
22492 ____________________________________________________________________________
22493 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
22494         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
22495              From: Robin Barker <rmb1@cise.npl.co.uk>
22496              Date: Wed, 30 Jan 2002 11:58:33 GMT
22497              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
22498      Branch: perl
22499            ! lib/CPAN.pm
22500 ____________________________________________________________________________
22501 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
22502         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
22503              re-sort MANIFEST.
22504      Branch: perl
22505            + ext/Encode/Encode.pm
22506            - ext/Encode/lib/Encode.pm
22507            ! MANIFEST ext/Encode/Makefile.PL
22508 ____________________________________________________________________________
22509 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
22510         Log: Integrate perlio:
22511              
22512              [ 14499]
22513              Collect some stats during compile process.
22514              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
22515              as one XS - inconclusive - marginal win?
22516              Add some comments to encode.h
22517              
22518              [ 14490]
22519              Basics of a compiled Encode XS extension
22520      Branch: perl
22521           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
22522           !> ext/Encode/encode.h
22523 ____________________________________________________________________________
22524 [ 14499] By: nick                                  on 2002/01/30  09:57:47
22525         Log: Collect some stats during compile process.
22526              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
22527              as one XS - inconclusive - marginal win?
22528              Add some comments to encode.h
22529      Branch: perlio
22530            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
22531            ! ext/Encode/encode.h
22532 ____________________________________________________________________________
22533 [ 14498] By: nick                                  on 2002/01/30  07:27:55
22534         Log: Integrate Jarkko's path/INC tweaks
22535      Branch: perlio
22536           !> ext/Encode/compile
22537 ____________________________________________________________________________
22538 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
22539         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
22540              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22541              Date: Tue, 29 Jan 2002 01:13:09 -0800
22542              Message-ID: <lemV8gzkgu/K092yn@efn.org>
22543      Branch: perl
22544            ! configpm
22545 ____________________________________________________________________________
22546 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
22547         Log: Subject: [PATCH t/op/inccode.t] new test
22548              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22549              Date: Tue, 29 Jan 2002 22:03:45 +0100
22550              Message-ID: <20020129220345.A704@rafael>
22551      Branch: perl
22552            ! t/op/inccode.t
22553 ____________________________________________________________________________
22554 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
22555         Log: EBCDIC: t/op/lc.t now passes.
22556      Branch: perl
22557            ! t/op/lc.t
22558 ____________________________________________________________________________
22559 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
22560         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
22561      Branch: perl
22562            ! utf8.c
22563 ____________________________________________________________________________
22564 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
22565         Log: Must find stuff during build.
22566      Branch: perl
22567            ! ext/Encode/compile
22568 ____________________________________________________________________________
22569 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
22570         Log: Integrate with perlio;
22571              
22572              Basics of a compiled Encode XS extension
22573      Branch: perl
22574           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
22575           +> ext/Encode/Encode/euc-jp.ucm
22576           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
22577           !> ext/Encode/encode.h
22578 ____________________________________________________________________________
22579 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
22580         Log: EBCDIC tweaks-- no new test passes, but getting closer.
22581      Branch: perl
22582            ! utf8.c
22583 ____________________________________________________________________________
22584 [ 14490] By: nick                                  on 2002/01/29  21:20:57
22585         Log: Basics of a compiled Encode XS extension
22586      Branch: perlio
22587            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
22588            + ext/Encode/Encode/euc-jp.ucm
22589            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
22590            ! ext/Encode/encode.h
22591 ____________________________________________________________________________
22592 [ 14489] By: nick                                  on 2002/01/29  18:40:54
22593         Log: Integrate mainline
22594      Branch: perlio
22595           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
22596           +> ext/Encode/lib/Encode/Encoding.pm
22597           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
22598           +> ext/Encode/lib/Encode/Tcl/Escape.pm
22599           +> ext/Encode/lib/Encode/Tcl/Extended.pm
22600           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
22601           +> ext/Encode/lib/Encode/Tcl/Table.pm
22602           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
22603           +> ext/Encode/lib/Encode/iso10646_1.pm
22604           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
22605           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
22606           +> ext/Encode/t/Tcl.t
22607            - ext/Encode.t ext/Encode/Encode.pm
22608            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
22609            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
22610           !> (integrate 33 files)
22611 ____________________________________________________________________________
22612 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
22613         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
22614              From: Richard Clamp <richardc@unixbeard.net>
22615              Date: Mon, 28 Jan 2002 02:17:55 +0000
22616              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
22617      Branch: perl
22618            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
22619 ____________________________________________________________________________
22620 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
22621         Log: OS/390 seems to do length 0 udp reads, Nicholas says
22622              skippage is for now the best cause of action.
22623      Branch: perl
22624            ! ext/Socket/socketpair.t
22625 ____________________________________________________________________________
22626 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
22627         Log: Encode cleanup from Dan Kogai; reworked even further.
22628      Branch: perl
22629            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
22630            + ext/Encode/lib/Encode/Encoding.pm
22631            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
22632            + ext/Encode/lib/Encode/Tcl/Escape.pm
22633            + ext/Encode/lib/Encode/Tcl/Extended.pm
22634            + ext/Encode/lib/Encode/Tcl/HanZi.pm
22635            + ext/Encode/lib/Encode/Tcl/Table.pm
22636            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
22637            + ext/Encode/lib/Encode/iso10646_1.pm
22638            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
22639            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
22640            + ext/Encode/t/Tcl.t
22641            - ext/Encode.t ext/Encode/Encode.pm
22642            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
22643            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
22644            ! MANIFEST ext/Encode/Encode/8859-1.ucm
22645            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
22646            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
22647            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
22648            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
22649            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
22650            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
22651            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
22652            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
22653            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
22654            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
22655            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
22656            ! ext/Encode/compile
22657 ____________________________________________________________________________
22658 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
22659         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
22660      Branch: perl
22661            ! djgpp/djgpp.c perlio.c
22662 ____________________________________________________________________________
22663 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
22664         Log: Prettier printing from Michael Schwern.
22665      Branch: perl
22666            ! t/test.pl
22667 ____________________________________________________________________________
22668 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
22669         Log: Show also the debug and debugcolor as known pragmas.
22670      Branch: perl
22671            ! ext/re/re.pm
22672 ____________________________________________________________________________
22673 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
22674         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
22675              From: "Craig A. Berry" <craigberry@mac.com>
22676              Date: Mon, 28 Jan 2002 16:30:30 -0600
22677              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
22678      Branch: perl
22679            ! ext/B/t/assembler.t
22680 ____________________________________________________________________________
22681 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
22682         Log: metaconfig unit change for #14480.
22683      Branch: metaconfig
22684            ! U/modified/Init.U
22685 ____________________________________________________________________________
22686 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
22687         Log: DJGPP needs to know its exe soon, too.
22688      Branch: perl
22689            ! Configure
22690 ____________________________________________________________________________
22691 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
22692         Log: Round #2 on EBCDICation.
22693      Branch: perl
22694            ! t/op/append.t
22695 ____________________________________________________________________________
22696 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
22697         Log: Integrate perlio:
22698              
22699              [ 14477]
22700              Set makefile.mk CCHOME etc. for default locations of MinGW and free
22701              Borland compilers. (Borland builds one or two oddities.)
22702      Branch: perl
22703           !> win32/config.bc win32/makefile.mk
22704 ____________________________________________________________________________
22705 [ 14477] By: nick                                  on 2002/01/28  20:12:31
22706         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
22707              Borland compilers. (Borland builds one or two oddities.)
22708      Branch: perlio
22709            ! win32/config.bc win32/makefile.mk
22710 ____________________________________________________________________________
22711 [ 14476] By: nick                                  on 2002/01/28  18:43:47
22712         Log: Integrate mainline
22713      Branch: perlio
22714           !> Configure hints/hpux.sh
22715 ____________________________________________________________________________
22716 [ 14475] By: nick                                  on 2002/01/28  17:15:12
22717         Log: Integrate mainline
22718      Branch: perlio
22719           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
22720           !> patchlevel.h pp_sys.c t/lib/warnings/perl
22721 ____________________________________________________________________________
22722 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
22723         Log: metaconfig unit change for #14472.
22724      Branch: metaconfig/U/perl
22725            ! d_u32align.U
22726 ____________________________________________________________________________
22727 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
22728         Log: Misunderstood Merijn's patch.
22729      Branch: perl
22730            ! hints/hpux.sh
22731 ____________________________________________________________________________
22732 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
22733         Log: Misapplied Merijn's patch.
22734      Branch: perl
22735            ! Configure
22736 ____________________________________________________________________________
22737 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
22738         Log: Update Changes.
22739      Branch: perl
22740            ! Changes patchlevel.h
22741 ____________________________________________________________________________
22742 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
22743         Log: BeOS has sockets but not true ones.
22744      Branch: perl
22745            ! pp_sys.c
22746 ____________________________________________________________________________
22747 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
22748         Log: metaconfig unit change for #14467.
22749      Branch: metaconfig/U/perl
22750            ! d_u32align.U
22751 ____________________________________________________________________________
22752 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
22753         Log: For some strange reason under the smoke harness the alignment
22754              test hangs in HP-UX 10.20.  So hint it to avoid the test.
22755      Branch: perl
22756            ! hints/hpux.sh
22757 ____________________________________________________________________________
22758 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
22759         Log: Allow d_u32align to be hinted.
22760      Branch: perl
22761            ! Configure
22762 ____________________________________________________________________________
22763 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
22764         Log: The shift key is important.
22765      Branch: perl
22766            ! ext/B/B.xs
22767 ____________________________________________________________________________
22768 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
22769         Log: The "used only once" warnings (from gv_check) come
22770              in pseudorandom hash order-- in EBCDIC the order
22771              is different.  Add a new option that allow the warnings
22772              to come in any order (Paul Marquess).
22773      Branch: perl
22774            ! lib/warnings.t t/lib/warnings/perl
22775 ____________________________________________________________________________
22776 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
22777         Log: Integrate perlio:
22778              
22779              [ 14462]
22780              1st attempt at skipping broke threads case.
22781              
22782              [ 14461]
22783              Skip new threads::shared test unless -Duseithreads
22784      Branch: perl
22785           !> ext/threads/shared/t/0nothread.t
22786 ____________________________________________________________________________
22787 [ 14463] By: nick                                  on 2002/01/28  08:22:36
22788         Log: Integrate mainline
22789      Branch: perlio
22790           !> (integrate 37 files)
22791 ____________________________________________________________________________
22792 [ 14462] By: nick                                  on 2002/01/28  08:09:53
22793         Log: 1st attempt at skipping broke threads case.
22794      Branch: perlio
22795            ! ext/threads/shared/t/0nothread.t
22796 ____________________________________________________________________________
22797 [ 14461] By: nick                                  on 2002/01/28  07:25:58
22798         Log: Skip new threads::shared test unless -Duseithreads
22799      Branch: perlio
22800            ! ext/threads/shared/t/0nothread.t
22801 ____________________________________________________________________________
22802 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
22803         Log: FAQ sync.
22804      Branch: perl
22805            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
22806            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22807            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
22808            ! pod/perlfaq9.pod
22809 ____________________________________________________________________________
22810 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
22811         Log: Upgrade to podlators 1.20.
22812      Branch: perl
22813            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
22814 ____________________________________________________________________________
22815 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
22816         Log: Retract #14448, a better patch coming up.
22817      Branch: perl
22818            ! lib/Pod/t/basic.t
22819 ____________________________________________________________________________
22820 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
22821         Log: EBCDIC portability.
22822      Branch: perl
22823            ! t/op/append.t
22824 ____________________________________________________________________________
22825 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
22826         Log: Further cygwin installperl tweak from Gerrit P. Haase.
22827      Branch: perl
22828            ! installperl
22829 ____________________________________________________________________________
22830 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
22831         Log: A bug in Bulgarian EBCDIC locale (this sounds like
22832              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
22833              locales failed, too.  The patch works around the bug by
22834              skipping the test, but the real problem may be deeper
22835              (affecting probably only EBCDIC platforms, though):
22836              see the comment in locale.t for more details.
22837      Branch: perl
22838            ! lib/locale.t
22839 ____________________________________________________________________________
22840 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
22841         Log: metaconfig unit change for #14453.
22842      Branch: metaconfig/U/perl
22843            ! libperl.U
22844 ____________________________________________________________________________
22845 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
22846         Log: Subject: Bleadperl on Cygwin today
22847              From: "Gerrit P. Haase" <gp@familiehaase.de>              
22848              Date: Sun, 27 Jan 2002 22:30:41 +0100
22849              Message-ID: <462007239437.20020127223041@familiehaase.de>
22850      Branch: perl
22851            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
22852            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
22853            ! lib/ExtUtils/t/MM_Cygwin.t
22854 ____________________________________________________________________________
22855 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
22856         Log: Unfinished EBCDIC branch.
22857      Branch: perl
22858            ! t/op/ver.t
22859 ____________________________________________________________________________
22860 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
22861         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
22862      Branch: perl
22863            ! ext/B/B.xs ext/B/B/Deparse.pm
22864 ____________________________________________________________________________
22865 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
22866         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
22867              platforms.
22868      Branch: perl
22869            ! ext/B/t/stash.t
22870 ____________________________________________________________________________
22871 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
22872         Log: Apparently no need for EBCDIC exception any more.
22873      Branch: perl
22874            ! ext/B/t/showlex.t
22875 ____________________________________________________________________________
22876 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
22877         Log: (retracted by #14458)
22878              (Russ Allbery) OS/390 is using a high-bit character for ESC,
22879              skip the test for now.  A better fix would be to override
22880              the notion of the platform's escape sequence in the test
22881              of Pod::Text::Termcap.  We may have to apply a filter to
22882              the output to substitute back in the ESC character that
22883              the test expects, but only on OS/390.
22884      Branch: perl
22885            ! lib/Pod/t/basic.t
22886 ____________________________________________________________________________
22887 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
22888         Log: Detypo.
22889      Branch: perl
22890            ! ext/Devel/Peek/Peek.t
22891 ____________________________________________________________________________
22892 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
22893         Log: OS/390 USS has a different idea of the pw* functions.
22894              Also, test the name with eq, not with ==.
22895      Branch: perl
22896            ! lib/User/pwent.t
22897 ____________________________________________________________________________
22898 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
22899         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
22900      Branch: perl
22901            ! doio.c
22902 ____________________________________________________________________________
22903 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
22904         Log: ASCIIisms.
22905      Branch: perl
22906            ! ext/PerlIO/t/encoding.t
22907 ____________________________________________________________________________
22908 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
22909         Log: chr(42) ne '*'  if one is in EBCDIC.
22910      Branch: perl
22911            ! t/op/pack.t
22912 ____________________________________________________________________________
22913 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
22914         Log: Subject: [PATCH] Fix up recent op/stat.t failures
22915              From: Andy Dougherty <doughera@lafayette.edu>
22916              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
22917              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
22918      Branch: perl
22919            ! t/op/stat.t
22920 ____________________________________________________________________________
22921 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
22922         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
22923              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22924              Date: Sun, 27 Jan 2002 15:03:18 +0100
22925              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
22926      Branch: perl
22927            ! lib/ExtUtils/t/Command.t
22928 ____________________________________________________________________________
22929 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
22930         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
22931              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22932              Date: Sun, 27 Jan 2002 14:51:10 +0100
22933              Message-ID: <20020127145110.A16332@rafael>
22934      Branch: perl
22935            ! ext/B/B/Deparse.pm
22936 ____________________________________________________________________________
22937 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
22938         Log: integrate change#14431 from perlio branch (Nick's fix for
22939              change#13474 to be more defensive about looking at pad entries
22940              that may not exist yet)
22941      Branch: maint-5.6/perl
22942            ! op.c
22943 ____________________________________________________________________________
22944 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
22945         Log: Comment to avoid later "cleanups."
22946      Branch: perl
22947            ! lib/ExtUtils/MakeMaker.pm
22948 ____________________________________________________________________________
22949 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
22950         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
22951              instead of just FOO=... cmd ...
22952      Branch: perl
22953            ! Makefile.SH
22954 ____________________________________________________________________________
22955 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
22956         Log: Overquoting bad (in UNIX one would get
22957              Can't open perl script "'-I../lib'": No such file or directory)
22958      Branch: perl
22959            ! lib/Pod/t/Usage.t
22960 ____________________________________________________________________________
22961 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
22962         Log: Integrate perlio:
22963              
22964              [ 14434]
22965              "All tests successful" VC6.0 Win32
22966              (Update config.vc to need cppstdin so those tests are skipped...)
22967      Branch: perl
22968           !> win32/config.vc win32/config_H.bc win32/config_H.gc
22969           !> win32/config_H.vc
22970 ____________________________________________________________________________
22971 [ 14434] By: nick                                  on 2002/01/26  22:27:08
22972         Log: "All tests successful" VC6.0 Win32
22973              (Update config.vc to need cppstdin so those tests are skipped...)
22974      Branch: perlio
22975            ! win32/config.vc win32/config_H.bc win32/config_H.gc
22976            ! win32/config_H.vc
22977 ____________________________________________________________________________
22978 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
22979         Log: Integrate perlio:
22980              
22981              [ 14432]
22982              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
22983              for CRLF line endings.
22984              
22985              [ 14431]
22986              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
22987              Should really be looked at by someone that knows about pads.
22988              
22989              [ 14429]
22990              Tinkering with thread cleanup mutex-ing - not the problem 
22991              (op.c is) but could have been...
22992              
22993              [ 14428]
22994              Win32 signal emulation cleanup.
22995              
22996              [ 14427]
22997              If we get to sighandler by mistake (no perl handler set) then
22998              warn() and exit() rather than die() - should never happen
22999              but if it does context needed to die is likely to be trashed
23000              as well.
23001              
23002              [ 14425]
23003              1st two tests of File/Find/t/find.t and taint.t were run after 
23004              calling cleanup(). If previous fail had left for_find directory,
23005              but no content in it then cleanup() returned cd'ed to that directory.
23006              So tests failed. Fixed cleanup()-s.
23007      Branch: perl
23008           !> ext/threads/threads.xs lib/File/Find/t/find.t
23009           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
23010           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
23011 ____________________________________________________________________________
23012 [ 14432] By: nick                                  on 2002/01/26  21:10:38
23013         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
23014              for CRLF line endings.
23015      Branch: perlio
23016            ! lib/Filter/Simple.pm
23017 ____________________________________________________________________________
23018 [ 14431] By: nick                                  on 2002/01/26  21:08:35
23019         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
23020              Should really be looked at by someone that knows about pads.
23021      Branch: perlio
23022            ! op.c
23023 ____________________________________________________________________________
23024 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
23025         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
23026              From: "Craig A. Berry" <craigberry@mac.com>       
23027              Date: Sat, 26 Jan 2002 11:19:44 -0600
23028              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
23029      Branch: perl
23030            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
23031 ____________________________________________________________________________
23032 [ 14429] By: nick                                  on 2002/01/26  18:04:22
23033         Log: Tinkering with thread cleanup mutex-ing - not the problem 
23034              (op.c is) but could have been...
23035      Branch: perlio
23036            ! ext/threads/threads.xs
23037 ____________________________________________________________________________
23038 [ 14428] By: nick                                  on 2002/01/26  18:03:13
23039         Log: Win32 signal emulation cleanup.
23040      Branch: perlio
23041            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
23042 ____________________________________________________________________________
23043 [ 14427] By: nick                                  on 2002/01/26  13:59:33
23044         Log: If we get to sighandler by mistake (no perl handler set) then
23045              warn() and exit() rather than die() - should never happen
23046              but if it does context needed to die is likely to be trashed
23047              as well.
23048      Branch: perlio
23049            ! mg.c
23050 ____________________________________________________________________________
23051 [ 14426] By: nick                                  on 2002/01/26  13:56:23
23052         Log: Integrate mainline
23053      Branch: perlio
23054           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
23055           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
23056           !> t/run/fresh_perl.t
23057 ____________________________________________________________________________
23058 [ 14425] By: nick                                  on 2002/01/26  08:11:33
23059         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
23060              calling cleanup(). If previous fail had left for_find directory,
23061              but no content in it then cleanup() returned cd'ed to that directory.
23062              So tests failed. Fixed cleanup()-s.
23063      Branch: perlio
23064            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
23065 ____________________________________________________________________________
23066 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
23067         Log: Integrate perlio:
23068              
23069              [ 14422]
23070              Save $! so that other syscalls don't disturb it before 
23071              we test it.
23072              
23073              [ 14421]
23074              More Win32 tuning
23075              
23076              [ 14420]
23077              Fix winsystem.t's attempt to build showav.exe to work 
23078              with gcc (which writes a.exe unless told with -o ).
23079              Also put in a few more fail-safes to check .exe got 
23080              built somehow.
23081      Branch: perl
23082           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
23083           !> t/op/winsystem.t
23084 ____________________________________________________________________________
23085 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
23086         Log: Subject: [PATCH] new test in op/universal.t
23087              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23088              Date: Fri, 25 Jan 2002 23:17:33 +0100
23089              Message-ID: <20020125231733.A11733@rafael>
23090      Branch: perl
23091            ! t/op/universal.t
23092 ____________________________________________________________________________
23093 [ 14422] By: nick                                  on 2002/01/25  21:37:03
23094         Log: Save $! so that other syscalls don't disturb it before 
23095              we test it.
23096      Branch: perlio
23097            ! ext/Socket/socketpair.t
23098 ____________________________________________________________________________
23099 [ 14421] By: nick                                  on 2002/01/25  19:05:57
23100         Log: More Win32 tuning
23101      Branch: perlio
23102            ! t/op/stat.t t/op/taint.t
23103 ____________________________________________________________________________
23104 [ 14420] By: nick                                  on 2002/01/25  18:21:42
23105         Log: Fix winsystem.t's attempt to build showav.exe to work 
23106              with gcc (which writes a.exe unless told with -o ).
23107              Also put in a few more fail-safes to check .exe got 
23108              built somehow.
23109      Branch: perlio
23110            ! t/op/winsystem.t
23111 ____________________________________________________________________________
23112 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
23113         Log: Subject: [Patch Encode.xs] calculation of need overflows
23114              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23115              Date: Sat, 26 Jan 2002 00:58:50 +0900
23116              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
23117      Branch: perl
23118            ! ext/Encode/Encode.xs
23119 ____________________________________________________________________________
23120 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
23121         Log: Integrate changes 13474+13478+13584 from maintperl;
23122              anon sub leakage.
23123      Branch: perl
23124            ! op.c t/run/fresh_perl.t
23125 ____________________________________________________________________________
23126 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
23127         Log: Update Changes.
23128      Branch: perl
23129            ! Changes patchlevel.h
23130 ____________________________________________________________________________
23131 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
23132         Log: Integrate perlio:
23133              
23134              [ 14411]
23135              Linux/NFS hackery was not faking right number of passes.
23136              
23137              [ 14410]
23138              threads::shared tidy up:
23139              - Add _id() function to shared.xs so we can test refs point at same thing.
23140              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
23141              - Allow no_share to pass if sharing to works despite mis-ordering.
23142              - Change docs of threads to document ->create() (as used in tests),
23143              and not mention "new".
23144              
23145              [ 14401]
23146              Expand command line test globs on Win32.
23147              
23148              [ 14393]
23149              Except Win32 from echo tests. (Alarm does not break into connect)
23150              
23151              [ 14392]
23152              SvTEMP_off to stop private PV's being stolen and stored in shared space
23153              
23154              [ 14387]
23155              thread::shared nearly working again - remaining issue
23156              is references withing shared space.
23157              Added bulk test with no threads involved (for debugging)
23158              Tuned tests to skip those needing _thrcnt
23159              
23160              [ 14378]
23161              Implement recursive lock and use of scope for PL_sharedsv_space,
23162              so now croak() from asserts does not leave locks.
23163              Make hv_simple compile (new prototype for debugging probe).
23164              
23165              [ 14377]
23166              Shared scalars working, some shared array ops working.
23167              
23168              [ 14373]
23169              Miss mg_len == 0 meaning don't Safefree
23170              
23171              [ 14372]
23172              XS side of new threads::shared designed, coded and compiles,
23173              and mostly commented but is totaly untested.
23174              submit in case anyone wants a preview.
23175              
23176              [ 14363]
23177              Add new threads/typemap to MANIFEST
23178              
23179              [ 14357]
23180              #14352 deleted ext/threads/threads.h
23181              
23182              [ 14356]
23183              Eradicate sharedsv.*
23184              
23185              [ 14355]
23186              threads work again on Win32. (Not threads::shared yet)
23187              Submit to see if they do on Linux.
23188              
23189              [ 14352]
23190              Nearly-working threads re-structuring. Do not integrate,
23191              submit-ing to get to Win32, and as "off site" backup.
23192      Branch: perl
23193           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
23194           +> ext/threads/typemap
23195            - ext/threads/threads.h sharedsv.c sharedsv.h
23196            ! NetWare/config_H.wc
23197           !> (integrate 38 files)
23198 ____________________________________________________________________________
23199 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
23200         Log: Subject: Re: perldebguts minor tweaks
23201              From: Joe McMahon <mcmahon@metalab.unc.edu>
23202              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
23203              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
23204      Branch: perl
23205            ! pod/perldebguts.pod
23206 ____________________________________________________________________________
23207 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
23208         Log: metaconfig unit change for #14413.
23209      Branch: metaconfig
23210            ! U/modified/prototype.U
23211 ____________________________________________________________________________
23212 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
23213         Log: Okay, you can come home now, _().
23214      Branch: perl
23215            ! config_h.SH
23216 ____________________________________________________________________________
23217 [ 14412] By: nick                                  on 2002/01/25  11:01:49
23218         Log: Integrate mainline
23219              All but ../lib/Unicode/UCD.t pass.
23220      Branch: perlio
23221           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
23222           +> lib/unicore/CaseFolding.txt
23223           +> lib/unicore/CompositionExclusions.txt
23224           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
23225           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
23226           +> vos/vos.c
23227            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
23228            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
23229            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
23230            - lib/unicore/NamesList.html lib/unicore/PropList.html
23231            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
23232            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
23233            - lib/unicore/rename
23234           !> (integrate 424 files)
23235 ____________________________________________________________________________
23236 [ 14411] By: nick                                  on 2002/01/25  09:45:13
23237         Log: Linux/NFS hackery was not faking right number of passes.
23238      Branch: perlio
23239            ! t/io/fs.t
23240 ____________________________________________________________________________
23241 [ 14410] By: nick                                  on 2002/01/25  09:35:07
23242         Log: threads::shared tidy up:
23243              - Add _id() function to shared.xs so we can test refs point at same thing.
23244              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
23245              - Allow no_share to pass if sharing to works despite mis-ordering.
23246              - Change docs of threads to document ->create() (as used in tests),
23247              and not mention "new".
23248      Branch: perlio
23249            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23250            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
23251            ! ext/threads/threads.pm
23252 ____________________________________________________________________________
23253 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
23254         Log: Subject: perldebguts minor tweaks
23255              From: Joe McMahon <mcmahon@metalab.unc.edu>
23256              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
23257              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
23258      Branch: perl
23259            ! pod/perldebguts.pod
23260 ____________________________________________________________________________
23261 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
23262         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
23263              From: Peter Scott <Peter@PSDT.com>
23264              Date: Thu, 24 Jan 2002 08:51:34 -0800
23265              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
23266      Branch: perl
23267            ! pod/perldebguts.pod
23268 ____________________________________________________________________________
23269 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
23270         Log: Few more paranoia checks for Unicode hash keys.
23271      Branch: perl
23272            ! t/op/each.t
23273 ____________________________________________________________________________
23274 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
23275         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
23276              From: Andy Dougherty <doughera@lafayette.edu>
23277              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
23278              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
23279      Branch: perl
23280            ! t/op/stat.t
23281 ____________________________________________________________________________
23282 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
23283         Log: The
23284              
23285              Subject: Very old debugger UTF-8 bug
23286              From: andreas.koenig@anima.de (Andreas J. Koenig)
23287              Date: 24 Jan 2002 12:45:44 +0100
23288              Message-ID: <m3y9iot1jr.fsf@anima.de>
23289              
23290              still broken, but this should work as a stopgap
23291              measure to stop pp_match accessing naughty data.
23292      Branch: perl
23293            ! pod/perldiag.pod pp_hot.c
23294 ____________________________________________________________________________
23295 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
23296         Log: metaconfig unit change for #14403.
23297      Branch: metaconfig/U/perl
23298            ! d_u32align.U
23299 ____________________________________________________________________________
23300 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
23301         Log: Pacify picky compilers (this time Sun Workshop).
23302      Branch: perl
23303            ! Configure
23304 ____________________________________________________________________________
23305 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
23306         Log: Subject: Very old debugger UTF-8 bug
23307              From: andreas.koenig@anima.de (Andreas J. Koenig)
23308              Date: 24 Jan 2002 12:45:44 +0100
23309              Message-ID: <m3y9iot1jr.fsf@anima.de>
23310      Branch: perl
23311            ! lib/dumpvar.pl
23312 ____________________________________________________________________________
23313 [ 14401] By: nick                                  on 2002/01/24  07:50:38
23314         Log: Expand command line test globs on Win32.
23315      Branch: perlio
23316            ! t/harness
23317 ____________________________________________________________________________
23318 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
23319         Log: Sprinkle some copyrights (use the oldest timestamp to
23320              be found in the repository, which is most often not right,
23321              but at least consistent)
23322      Branch: perl
23323            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
23324            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
23325            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
23326            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
23327            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
23328            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
23329            ! unixish.h xsutils.c
23330 ____________________________________________________________________________
23331 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
23332         Log: Don't crash on Help for long text (bug #506672)
23333      Branch: maint-5.6/macperl
23334            ! macos/macperl/MPHelp.c
23335 ____________________________________________________________________________
23336 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
23337         Log: Fix minor path problem
23338      Branch: maint-5.6/macperl
23339            ! macos/macperl/Droplets/tarzipme.plx
23340 ____________________________________________________________________________
23341 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
23342         Log: Minor text changes
23343      Branch: maint-5.6/macperl
23344            ! macos/Perl.r
23345 ____________________________________________________________________________
23346 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
23347         Log: Bump versions, dates, etc.
23348      Branch: maint-5.6/macperl
23349            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
23350 ____________________________________________________________________________
23351 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
23352         Log: coderefs in @INC and absolute paths
23353      Branch: maint-5.6/macperl
23354            ! embed.h pp_ctl.c proto.h
23355 ____________________________________________________________________________
23356 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
23357         Log: Minor module thingys
23358      Branch: maint-5.6/macperl
23359            ! macos/ext/Mac/Controls/Controls.xs
23360            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
23361            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
23362            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
23363            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
23364            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
23365            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
23366            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
23367            ! macos/ext/Mac/Movies/Movies.xs
23368            ! macos/ext/Mac/Navigation/Navigation.pm
23369            ! macos/ext/Mac/Navigation/Navigation.xs
23370            ! macos/ext/Mac/Notification/Notification.xs
23371            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
23372            ! macos/ext/Mac/Processes/Processes.xs
23373            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
23374            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
23375            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
23376            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
23377            ! macos/ext/Mac/Resources/Resources.pm
23378            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
23379            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
23380            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
23381            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
23382            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
23383 ____________________________________________________________________________
23384 [ 14393] By: nick                                  on 2002/01/23  19:52:19
23385         Log: Except Win32 from echo tests. (Alarm does not break into connect)
23386      Branch: perlio
23387            ! ext/Socket/Socket.t
23388 ____________________________________________________________________________
23389 [ 14392] By: nick                                  on 2002/01/23  19:31:57
23390         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
23391      Branch: perlio
23392            ! ext/threads/shared/shared.xs
23393 ____________________________________________________________________________
23394 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
23395         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
23396      Branch: perl
23397            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
23398            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
23399            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
23400            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
23401            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
23402            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
23403            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
23404            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
23405            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
23406            ! x2p/util.c x2p/util.h x2p/walk.c
23407 ____________________________________________________________________________
23408 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
23409         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
23410              therefore quite probably also obsolete code.
23411      Branch: perl
23412            ! sv.c
23413 ____________________________________________________________________________
23414 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
23415         Log: Update Changes.
23416      Branch: perl
23417            ! Changes patchlevel.h
23418 ____________________________________________________________________________
23419 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
23420         Log: Small update on todo.  Could use a lot more.
23421      Branch: perl
23422            ! pod/perltodo.pod
23423 ____________________________________________________________________________
23424 [ 14387] By: nick                                  on 2002/01/23  14:19:30
23425         Log: thread::shared nearly working again - remaining issue
23426              is references withing shared space.
23427              Added bulk test with no threads involved (for debugging)
23428              Tuned tests to skip those needing _thrcnt
23429      Branch: perlio
23430            + ext/threads/shared/t/0nothread.t
23431            ! MANIFEST ext/threads/shared/shared.pm
23432            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
23433            ! ext/threads/shared/t/hv_refs.t
23434            ! ext/threads/shared/t/hv_simple.t
23435            ! ext/threads/shared/t/sv_simple.t
23436 ____________________________________________________________________________
23437 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
23438         Log: Subject: [ID 20020121.003] perldata doco bug
23439              From: John Stumbles <jstumbles@bluearc.com>
23440              Date: Mon, 21 Jan 2002 14:19:56 -0000
23441              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
23442      Branch: perl
23443            ! pod/perldata.pod
23444 ____________________________________________________________________________
23445 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
23446         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
23447              From: Michael G Schwern <schwern@pobox.com>
23448              Date: Mon, 21 Jan 2002 15:16:42 -0500
23449              Message-ID: <20020121201642.GA6659@blackrider>
23450      Branch: perl
23451            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
23452 ____________________________________________________________________________
23453 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
23454         Log: Subject: [PATCH] Re: eval not catching warnings?
23455              From: abigail@foad.org
23456              Date: Wed, 23 Jan 2002 15:35:47 +0100
23457              Message-ID: <20020123143547.24798.qmail@foad.org>
23458      Branch: perl
23459            ! pod/perlfunc.pod
23460 ____________________________________________________________________________
23461 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
23462         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
23463              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23464              Date: Tue, 22 Jan 2002 17:00:54 -0800            
23465              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
23466      Branch: perl
23467            ! t/run/fresh_perl.t
23468 ____________________________________________________________________________
23469 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
23470         Log: metaconfig unit change for #14381.
23471      Branch: metaconfig/U/perl
23472            ! d_u32align.U
23473 ____________________________________________________________________________
23474 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
23475         Log: HP-UX 10.20 cc pacifying from Merijn.
23476      Branch: perl
23477            ! Configure
23478 ____________________________________________________________________________
23479 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
23480         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
23481              From: "Craig A. Berry" <craigberry@mac.com> 
23482              Date: Tue, 22 Jan 2002 22:14:26 -0600
23483              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
23484      Branch: perl
23485            ! vms/test.com
23486 ____________________________________________________________________________
23487 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
23488         Log: AIX cpp bug: having macro arguments and character constants
23489              "the same" means trouble (here s and 's')
23490              What broke now was 841 and 842 of t/op/pat.t, because of the
23491              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
23492              (note that breakage happened only under cc_r and usethreads+
23493              useithreads)
23494      Branch: perl
23495            ! utf8.h
23496 ____________________________________________________________________________
23497 [ 14378] By: nick                                  on 2002/01/22  20:33:15
23498         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
23499              so now croak() from asserts does not leave locks.
23500              Make hv_simple compile (new prototype for debugging probe).
23501      Branch: perlio
23502            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23503            ! ext/threads/shared/t/hv_simple.t
23504 ____________________________________________________________________________
23505 [ 14377] By: nick                                  on 2002/01/22  17:32:21
23506         Log: Shared scalars working, some shared array ops working.
23507      Branch: perlio
23508            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
23509            ! ext/threads/shared/t/sv_refs.t
23510            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
23511 ____________________________________________________________________________
23512 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
23513         Log: Subject: [PATCH] Support truncate() in VOS port
23514              From: Paul_GreenVOS@vos.stratus.com
23515              Date: Mon, 21 Jan 02 23:27 est
23516              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
23517      Branch: perl
23518            + vos/vos.c
23519            ! MANIFEST hints/vos.sh vos/vosish.h
23520 ____________________________________________________________________________
23521 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
23522         Log: metaconfig unit changes for #14374.  Couldn't figure
23523              how to get completely rid of _() (some weird dependency
23524              pulling it in?) so renamed it as PROTO_().
23525      Branch: metaconfig
23526            + U/modified/d_shmat.U U/modified/prototype.U
23527            ! U/protos/d_drand48proto.U
23528      Branch: metaconfig/U/perl
23529            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
23530 ____________________________________________________________________________
23531 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
23532         Log: Get rid of the _() macro since (1) we require ANSI anyway
23533              (2) Other software (GNU) seems to use it and we don't need it,
23534              so let's give it up.
23535      Branch: perl
23536            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23537            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
23538            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
23539            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
23540            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
23541            ! wince/config.h wince/config_H.ce
23542 ____________________________________________________________________________
23543 [ 14373] By: nick                                  on 2002/01/22  10:10:48
23544         Log: Miss mg_len == 0 meaning don't Safefree
23545      Branch: perlio
23546            ! mg.c
23547 ____________________________________________________________________________
23548 [ 14372] By: nick                                  on 2002/01/21  22:34:06
23549         Log: XS side of new threads::shared designed, coded and compiles,
23550              and mostly commented but is totaly untested.
23551              submit in case anyone wants a preview.
23552      Branch: perlio
23553            + ext/threads/shared/typemap
23554            ! MANIFEST ext/threads/shared/shared.pm
23555            ! ext/threads/shared/shared.xs
23556 ____________________________________________________________________________
23557 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
23558         Log: Subject: [BUG] /\_/ an unrecognized escape?
23559              From: Michael G Schwern <schwern@pobox.com>
23560              Date: Mon, 21 Jan 2002 15:22:54 -0500
23561              Message-ID: <20020121202254.GA6731@blackrider>
23562      Branch: perl
23563            ! t/lib/warnings/toke toke.c
23564 ____________________________________________________________________________
23565 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
23566         Log: Undo the renaming of the Unicode data files; the simple
23567              solution being not including the *.html files.  This means
23568              that in the future there is no need for any renamings
23569              (well, assuming that the Consortium doesn't cause any),
23570              and the files are named like they are in the Consortium
23571              website, thus alleviating confusion.
23572      Branch: perl
23573            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
23574            + lib/unicore/CaseFolding.txt
23575            + lib/unicore/CompositionExclusions.txt
23576            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
23577            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
23578            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
23579            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
23580            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
23581            - lib/unicore/NamesList.html lib/unicore/PropList.html
23582            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
23583            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
23584            - lib/unicore/rename
23585            ! (edit 285 files)
23586 ____________________________________________________________________________
23587 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
23588         Log: Update Changes.
23589      Branch: perl
23590            ! Changes patchlevel.h
23591 ____________________________________________________________________________
23592 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
23593         Log: Subject: RE: BCC for Win32 is unhappy @14331
23594              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
23595              Date: Mon, 21 Jan 2002 09:48:40 +0300
23596              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
23597              
23598              (using IV instead of int)
23599      Branch: perl
23600            ! hv.h
23601 ____________________________________________________________________________
23602 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
23603         Log: path_is_absolute() needs a prototype (and maybe
23604              a better name, but that's another story).
23605      Branch: perl
23606            ! embed.fnc embed.h pp_ctl.c proto.h
23607 ____________________________________________________________________________
23608 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
23609         Log: Subject: Re: coderefs in @INC
23610              From: Chris Nandor <pudge@pobox.com>
23611              Date: Thu, 17 Jan 2002 11:26:02 -0500
23612              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
23613      Branch: perl
23614            ! pp_ctl.c
23615 ____________________________________________________________________________
23616 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
23617         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
23618              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23619              Date: Sun, 20 Jan 2002 22:53:56 +0100
23620              Message-ID: <20020120225356.A12093@rafael>
23621      Branch: perl
23622            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
23623            ! t/lib/warnings/9enabled warnings.h warnings.pl
23624 ____________________________________________________________________________
23625 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
23626         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
23627              From: "Craig A. Berry" <craigberry@mac.com>
23628              Date: Sun, 20 Jan 2002 22:49:42 -0600
23629              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
23630      Branch: perl
23631            ! lib/ExtUtils/MakeMaker.pm
23632 ____________________________________________________________________________
23633 [ 14363] By: nick                                  on 2002/01/20  20:38:23
23634         Log: Add new threads/typemap to MANIFEST
23635      Branch: perlio
23636            ! MANIFEST
23637 ____________________________________________________________________________
23638 [ 14362] By: nick                                  on 2002/01/20  20:34:36
23639         Log: Integrate mainline
23640      Branch: perlio
23641           +> lib/Pod/t/Usage.t
23642           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
23643           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
23644           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
23645           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
23646           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
23647           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
23648           !> util.c
23649 ____________________________________________________________________________
23650 [ 14361] By: nick                                  on 2002/01/20  18:51:47
23651         Log: Integrate MANIFEST
23652      Branch: perlio
23653           !> MANIFEST
23654 ____________________________________________________________________________
23655 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
23656         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
23657              From: Paul_GreenVOS@vos.stratus.com
23658              Date: Sat, 19 Jan 02 17:17 est
23659              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
23660              
23661              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
23662              From: Paul_GreenVOS@vos.stratus.com
23663              Date: Sat, 19 Jan 02 17:19 est
23664              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
23665      Branch: perl
23666            ! lib/ExtUtils/t/Command.t
23667 ____________________________________________________________________________
23668 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
23669         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
23670              From: Paul_GreenVOS@vos.stratus.com
23671              Date: Sat, 19 Jan 02 14:30 est
23672              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
23673      Branch: perl
23674            ! lib/AnyDBM_File.t
23675 ____________________________________________________________________________
23676 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
23677         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
23678              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
23679              Date: Sun, 20 Jan 2002 13:51:36 +0100
23680              Message-ID: <20020120135136.A710@rafael>
23681      Branch: perl
23682            ! ext/File/Glob/t/basic.t
23683 ____________________________________________________________________________
23684 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
23685         Log: #14352 deleted ext/threads/threads.h
23686      Branch: perlio
23687            ! MANIFEST
23688 ____________________________________________________________________________
23689 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
23690         Log: Eradicate sharedsv.*
23691      Branch: perlio
23692            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
23693 ____________________________________________________________________________
23694 [ 14355] By: nick                                  on 2002/01/20  11:50:22
23695         Log: threads work again on Win32. (Not threads::shared yet)
23696              Submit to see if they do on Linux.
23697      Branch: perlio
23698            ! ext/threads/shared/shared.xs ext/threads/threads.xs
23699            ! win32/makefile.mk
23700 ____________________________________________________________________________
23701 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
23702         Log: Make also hex() and oct() to croak if their arguments
23703              cannot be downgraded (that is, if they contain wide
23704              characters), just like crypt() does (and use the croak
23705              feature of sv_utf8_downgrade()).
23706      Branch: perl
23707            ! pp.c t/op/oct.t
23708 ____________________________________________________________________________
23709 [ 14353] By: nick                                  on 2002/01/19  22:20:09
23710         Log: Integrate Time/Local and its test
23711      Branch: perlio
23712           !> lib/Time/Local.pm lib/Time/Local.t
23713 ____________________________________________________________________________
23714 [ 14352] By: nick                                  on 2002/01/19  22:17:07
23715         Log: Nearly-working threads re-structuring. Do not integrate,
23716              submit-ing to get to Win32, and as "off site" backup.
23717      Branch: perlio
23718            + ext/threads/typemap
23719            - ext/threads/threads.h sharedsv.c sharedsv.h
23720            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
23721            ! embedvar.h ext/threads/shared/shared.pm
23722            ! ext/threads/shared/shared.xs ext/threads/threads.pm
23723            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
23724            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
23725            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
23726 ____________________________________________________________________________
23727 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
23728         Log: Regen toc.
23729      Branch: perl
23730            ! pod/perltoc.pod
23731 ____________________________________________________________________________
23732 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
23733         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
23734              From: David Dyck <dcd@tc.fluke.com>
23735              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
23736              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
23737      Branch: perl
23738            ! pod/perl5004delta.pod pod/perl5005delta.pod
23739            ! pod/perl561delta.pod pod/perl56delta.pod
23740 ____________________________________________________________________________
23741 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
23742         Log: FAQ sync.
23743      Branch: perl
23744            ! pod/perlfaq1.pod pod/perlfaq2.pod
23745 ____________________________________________________________________________
23746 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
23747         Log: Subject: [PATCH lib/Pod/t/Usage.t]
23748              From: Abe Timmerman <abe@ztreet.demon.nl>
23749              Date: Sat, 19 Jan 2002 19:57:57 +0100
23750              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
23751      Branch: perl
23752            + lib/Pod/t/Usage.t
23753            ! MANIFEST
23754 ____________________________________________________________________________
23755 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
23756         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
23757              From: Paul_GreenVOS@vos.stratus.com
23758              Date: Sat, 19 Jan 02 13:15 est
23759              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
23760      Branch: perl
23761            ! ext/SDBM_File/sdbm.t
23762 ____________________________________________________________________________
23763 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
23764         Log: Integrate perlio:
23765              
23766              [ 14335]
23767              Split out core of sv_magic() into sv_magicext().
23768              sv_magic provides the extra restictions (no READONLY, only
23769              one of each type, canned set of vtables), and sv_magicext()
23770              does the actual data twiddling.
23771              Also enhances semantics of ->mg_ptr setting via name/namlen
23772              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
23773              scratch area (namlen > 0 && name == NULL).
23774              sv_magicext also returns the MAGIC * it added.
23775              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
23776              To come sv_unmagicext() - which will remove just one magic
23777              of particular type, and additionaly match against ->mg_ptr,
23778              or the MAGIC * (need to experiment as to which is more natural).
23779      Branch: perl
23780           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
23781           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
23782 ____________________________________________________________________________
23783 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
23784         Log: Alternative Time::Local algorithm that uses matemathical formula
23785              for timegm instead of progressive guessing
23786      Branch: perl
23787            ! lib/Time/Local.pm
23788 ____________________________________________________________________________
23789 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
23790         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
23791              From: Paul_GreenVOS@vos.stratus.com
23792              Date: Sat, 19 Jan 02 11:20 est
23793              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
23794      Branch: perl
23795            ! ext/File/Glob/t/basic.t
23796 ____________________________________________________________________________
23797 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
23798         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
23799              From: Paul_GreenVOS@vos.stratus.com
23800              Date: Fri, 18 Jan 02 22:56 est
23801              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
23802      Branch: perl
23803            ! ext/Cwd/t/cwd.t
23804 ____________________________________________________________________________
23805 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
23806         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
23807              From: Paul_GreenVOS@vos.stratus.com
23808              Date: Fri, 18 Jan 02 22:48 est
23809              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
23810      Branch: perl
23811            ! lib/Time/Local.t
23812 ____________________________________________________________________________
23813 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
23814         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
23815              From: Paul_GreenVOS@vos.stratus.com
23816              Date: Fri, 18 Jan 02 16:22 est
23817              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
23818      Branch: perl
23819            ! ext/Devel/DProf/DProf.t
23820 ____________________________________________________________________________
23821 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
23822         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
23823              From: Tels <perl_dummy@bloodgate.com>
23824              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
23825              Message-Id: <200201182106.XAA19133@taku.hut.fi>
23826      Branch: perl
23827            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
23828 ____________________________________________________________________________
23829 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
23830         Log: Don't do socketpair udp unless you've got all what it takes.
23831      Branch: perl
23832            ! util.c
23833 ____________________________________________________________________________
23834 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
23835         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
23836              From: Tels <perl_dummy@bloodgate.com>
23837              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
23838              Message-Id: <200201182206.AAA15310@taku.hut.fi>
23839      Branch: perl
23840            ! lib/ExtUtils/MM_BeOS.pm
23841 ____________________________________________________________________________
23842 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
23843         Log: metaconfig unit change for #14336.
23844      Branch: metaconfig
23845            ! U/modified/myhostname.U
23846 ____________________________________________________________________________
23847 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
23848         Log: Avoid bare "set", and kiss .uucp goodbye.
23849      Branch: perl
23850            ! Configure
23851 ____________________________________________________________________________
23852 [ 14335] By: nick                                  on 2002/01/18  22:11:42
23853         Log: Split out core of sv_magic() into sv_magicext().
23854              sv_magic provides the extra restictions (no READONLY, only
23855              one of each type, canned set of vtables), and sv_magicext()
23856              does the actual data twiddling.
23857              Also enhances semantics of ->mg_ptr setting via name/namlen
23858              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
23859              scratch area (namlen > 0 && name == NULL).
23860              sv_magicext also returns the MAGIC * it added.
23861              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
23862              
23863              To come sv_unmagicext() - which will remove just one magic
23864              of particular type, and additionaly match against ->mg_ptr,
23865              or the MAGIC * (need to experiment as to which is more natural).
23866      Branch: perlio
23867            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
23868            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
23869 ____________________________________________________________________________
23870 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
23871         Log: Retract #14327 for now, going to the limit seems
23872              to be too much for many platforms.
23873      Branch: perl
23874            ! lib/Time/Local.t
23875 ____________________________________________________________________________
23876 [ 14333] By: nick                                  on 2002/01/18  18:58:33
23877         Log: Integrate mainline
23878      Branch: perlio
23879           !> Changes patchlevel.h
23880 ____________________________________________________________________________
23881 [ 14332] By: nick                                  on 2002/01/18  16:19:06
23882         Log: Integrate mainline
23883      Branch: perlio
23884           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
23885           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
23886            - lib/ExtUtils/inst
23887           !> (integrate 32 files)
23888 ____________________________________________________________________________
23889 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
23890         Log: Update Changes.
23891      Branch: perl
23892            ! Changes patchlevel.h
23893 ____________________________________________________________________________
23894 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
23895         Log: Try to make the connect/read/write timeouting.
23896      Branch: perl
23897            ! ext/Socket/Socket.t
23898 ____________________________________________________________________________
23899 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
23900         Log: Netware Makefile tweak from Ananth Kesari.
23901      Branch: perl
23902            ! NetWare/Makefile
23903 ____________________________________________________________________________
23904 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
23905         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
23906              From: Michael G Schwern <schwern@pobox.com>
23907              Date: Fri, 18 Jan 2002 03:10:27 -0500
23908              Message-ID: <20020118081027.GE7226@blackrider>
23909      Branch: perl
23910            ! lib/File/Find.pm
23911 ____________________________________________________________________________
23912 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
23913         Log: (retracted by #14334)
23914              
23915              Subject: [PATCH] Improving lib/Time/Local.t
23916              From: Paul_GreenVOS@vos.stratus.com        
23917              Date: Thu, 17 Jan 02 22:36 est
23918              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
23919      Branch: perl
23920            ! lib/Time/Local.t
23921 ____________________________________________________________________________
23922 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
23923         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
23924              From: Abe Timmerman <abe@ztreet.demon.nl>  
23925              Date: Fri, 18 Jan 2002 13:18:47 +0100
23926              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
23927      Branch: perl
23928            ! lib/ExtUtils/t/MM_Win32.t
23929 ____________________________________________________________________________
23930 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
23931         Log: Subject: [PATCH] Syncing with bleadperl 
23932              From: Michael G Schwern <schwern@pobox.com> 
23933              Date: Fri, 18 Jan 2002 03:04:33 -0500
23934              Message-ID: <20020118080432.GC7226@blackrider>
23935      Branch: perl
23936            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
23937            - lib/ExtUtils/inst
23938            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
23939            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
23940            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
23941            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
23942            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
23943            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
23944            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
23945            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
23946            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
23947            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
23948            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
23949            ! lib/ExtUtils/testlib.pm
23950 ____________________________________________________________________________
23951 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
23952         Log: Detypo.
23953      Branch: perl
23954            ! AUTHORS
23955 ____________________________________________________________________________
23956 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
23957         Log: Subject: [PATCH] MM check_hints test
23958              From: Michael G Schwern <schwern@pobox.com>
23959              Date: Thu, 17 Jan 2002 20:25:57 -0500
23960              Message-ID: <20020118012557.GE32762@blackrider>
23961      Branch: perl
23962            + lib/ExtUtils/t/hints.t
23963            ! MANIFEST
23964 ____________________________________________________________________________
23965 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
23966         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
23967              From: Michael G Schwern <schwern@pobox.com> 
23968              Date: Thu, 17 Jan 2002 20:12:20 -0500
23969              Message-ID: <20020118011220.GC32762@blackrider>
23970              
23971              (#14317 replaced with this)
23972      Branch: perl
23973            ! lib/ExtUtils/MakeMaker.pm
23974 ____________________________________________________________________________
23975 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
23976         Log: Subject: [PATCH perldiag] overload.pm warnings
23977              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23978              Date: Thu, 17 Jan 2002 23:53:49 +0100
23979              Message-ID: <20020117235349.A14530@rafael>
23980      Branch: perl
23981            ! pod/perldiag.pod
23982 ____________________________________________________________________________
23983 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
23984         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
23985              From: Michael G Schwern <schwern@pobox.com>
23986              Date: Thu, 17 Jan 2002 16:35:47 -0500
23987              Message-ID: <20020117213546.GD23830@blackrider>
23988      Branch: perl
23989            ! lib/File/Find.pm
23990 ____________________________________________________________________________
23991 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
23992         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
23993              From: chromatic <chromatic@rmci.net>
23994              Date: Thu, 17 Jan 2002 13:04:22 -0700
23995              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
23996      Branch: perl
23997            ! pod/perltodo.pod
23998 ____________________________________________________________________________
23999 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
24000         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
24001              From: chromatic <chromatic@rmci.net>
24002              Date: Thu, 17 Jan 2002 12:59:04 -0700
24003              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
24004      Branch: perl
24005            ! lib/ExtUtils/t/Mkbootstrap.t
24006 ____________________________________________________________________________
24007 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
24008         Log: (replaced by #14322)
24009              The #14300 broke hints file handling.
24010      Branch: perl
24011            ! lib/ExtUtils/MakeMaker.pm
24012 ____________________________________________________________________________
24013 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
24014         Log: metaconfig unit change for #14315.
24015      Branch: metaconfig/U/perl
24016            ! uselongdbl.U
24017 ____________________________________________________________________________
24018 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
24019         Log: Subject: [PATCH] long doubles
24020              From: Nicholas Clark <nick@unfortu.net>
24021              Date: Thu, 17 Jan 2002 17:06:28 +0000
24022              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
24023      Branch: perl
24024            ! Configure
24025 ____________________________________________________________________________
24026 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
24027         Log: metaconfig unit change for #14313.
24028      Branch: metaconfig
24029            ! U/modified/i_ndbm.U
24030 ____________________________________________________________________________
24031 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
24032         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
24033              From: Andy Dougherty <doughera@lafayette.edu>
24034              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
24035              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
24036      Branch: perl
24037            ! Configure
24038 ____________________________________________________________________________
24039 [ 14312] By: nick                                  on 2002/01/17  21:38:38
24040         Log: Integrate mainline (for ndbm fixes etc.)
24041      Branch: perlio
24042           +> t/run/fresh_perl.t
24043            - t/run/kill_perl.t
24044           !> Changes MANIFEST ext/Opcode/Opcode.xs
24045           !> ext/SDBM_File/sdbm/Makefile.PL
24046           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
24047           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
24048           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
24049           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
24050           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
24051 ____________________________________________________________________________
24052 [ 14311] By: sky                                   on 2002/01/17  21:01:00
24053         Log: Simplify the code that duplicates the threads 
24054              init function and the parameters to the thread by using sv_dup. 
24055              Note,what happens if you pass a shared variable as a parameter?
24056      Branch: perl
24057            ! ext/threads/threads.xs
24058 ____________________________________________________________________________
24059 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
24060         Log: Update Changes.
24061      Branch: perl
24062            ! Changes patchlevel.h
24063 ____________________________________________________________________________
24064 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
24065         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
24066              with fresh_perl_is() and fresh_perl_like().
24067      Branch: perl
24068            + t/run/fresh_perl.t
24069            - t/run/kill_perl.t
24070            ! MANIFEST t/test.pl
24071 ____________________________________________________________________________
24072 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
24073         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
24074              From: Benjamin Goldberg <goldbb2@earthlink.net>
24075              Date: Wed, 09 Jan 2002 21:03:16 -0500
24076              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
24077      Branch: perl
24078            ! ext/Unicode/Normalize/Normalize.pm
24079 ____________________________________________________________________________
24080 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
24081         Log: Retract #14144 as Hugo isn't happy with it.
24082      Branch: perl
24083            ! scope.c t/run/kill_perl.t
24084 ____________________________________________________________________________
24085 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
24086         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
24087              From: Richard Clamp <richardc@unixbeard.net>
24088              Date: Wed, 16 Jan 2002 17:34:31 +0000
24089              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
24090      Branch: perl
24091            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
24092 ____________________________________________________________________________
24093 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
24094         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
24095              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
24096              Date: Tue, 15 Jan 2002 21:23:30 +0100
24097              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
24098      Branch: perl
24099            ! ext/Opcode/Opcode.xs
24100 ____________________________________________________________________________
24101 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
24102         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
24103              From: Paul_GreenVOS@vos.stratus.com
24104              Date: Wed, 16 Jan 02 6:42 est
24105              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
24106      Branch: perl
24107            ! t/io/fs.t t/op/crypt.t
24108 ____________________________________________________________________________
24109 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
24110         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
24111              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24112              Date: Wed, 16 Jan 2002 13:43:39 +0100
24113              Message-ID: <20020116134339.A704@rafael>
24114              
24115              (replaces #14302)
24116      Branch: perl
24117            ! mg.c t/lib/warnings/mg
24118 ____________________________________________________________________________
24119 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
24120         Log: (replaced by #14303)
24121              Subject: [PATCH] length of undefined $(digit) should warn
24122              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24123              Date: Tue, 15 Jan 2002 23:02:44 +0100            
24124              Message-ID: <20020115230244.A31786@rafael>     
24125      Branch: perl
24126            ! mg.c t/lib/warnings/mg
24127 ____________________________________________________________________________
24128 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
24129         Log: The non-MakeMaker.pm parts of
24130              
24131              Subject: [PATCH] Re: MM_Beos.pm?
24132              From: Tels <perl_dummy@bloodgate.com>
24133              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
24134              Message-Id: <200201142006.WAA29544@taas.iki.fi>
24135      Branch: perl
24136            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
24137            ! lib/ExtUtils/t/MM_Unix.t
24138 ____________________________________________________________________________
24139 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
24140         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
24141              From: Michael G Schwern <schwern@pobox.com>    
24142              Date: Tue, 15 Jan 2002 20:07:50 -0500            
24143              Message-ID: <20020116010750.GH625@blackrider>  
24144      Branch: perl
24145            ! lib/ExtUtils/MakeMaker.pm
24146 ____________________________________________________________________________
24147 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
24148         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
24149              From: Jeffrey Friedl <jfriedl@yahoo.com>       
24150              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
24151              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
24152      Branch: perl
24153            ! lib/Text/Tabs.pm
24154 ____________________________________________________________________________
24155 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
24156         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
24157              From: "Green, Paul" <Paul.Green@stratus.com>
24158              Date: Tue, 15 Jan 2002 22:28:10 -0500
24159              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
24160      Branch: perl
24161            ! lib/ExtUtils/MM_Unix.pm
24162 ____________________________________________________________________________
24163 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
24164         Log: Integrate perlio:
24165              
24166              [ 14296]
24167              offsetof() is in <stddef.h>
24168      Branch: perl
24169           !> ext/Socket/Socket.xs
24170 ____________________________________________________________________________
24171 [ 14296] By: nick                                  on 2002/01/16  13:02:29
24172         Log: offsetof() is in <stddef.h>
24173      Branch: perlio
24174            ! ext/Socket/Socket.xs
24175 ____________________________________________________________________________
24176 [ 14295] By: nick                                  on 2002/01/16  07:25:29
24177         Log: Integrate mainline
24178      Branch: perlio
24179           +> (branch 262 files)
24180            - (delete 285 files)
24181           !> (integrate 34 files)
24182 ____________________________________________________________________________
24183 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
24184         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
24185              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
24186              Canonical.pl and Exact.pl.
24187      Branch: perl
24188            + (add 259 files)
24189            - (delete 288 files)
24190            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
24191            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
24192            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
24193            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
24194 ____________________________________________________________________________
24195 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
24196         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
24197      Branch: perl
24198            ! ext/Socket/Socket.xs
24199 ____________________________________________________________________________
24200 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
24201         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
24202              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24203              Date: Tue, 15 Jan 2002 21:59:19 +0100
24204              Message-ID: <3C44A637.16602.25EB208@localhost>
24205      Branch: perl
24206            ! embed.fnc embed.h proto.h
24207 ____________________________________________________________________________
24208 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
24209         Log: Duh.  The updated In/*.pl weren't checked in.
24210      Branch: perl
24211            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
24212            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
24213            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
24214            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
24215            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
24216            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
24217            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
24218            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
24219            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
24220            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
24221            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
24222            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
24223            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
24224            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
24225            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
24226            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
24227            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
24228            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
24229            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
24230            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
24231            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
24232            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
24233            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
24234            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
24235            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
24236            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
24237            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
24238            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
24239            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
24240            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
24241            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
24242            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
24243            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
24244            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
24245            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
24246            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
24247            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
24248            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
24249            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
24250            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
24251            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
24252            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
24253            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
24254            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
24255            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
24256            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
24257            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
24258            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
24259 ____________________________________________________________________________
24260 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
24261         Log: Update Changes.
24262      Branch: perl
24263            ! Changes patchlevel.h
24264 ____________________________________________________________________________
24265 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
24266         Log: Jeffrey is trying very hard to avoid working on his
24267              book, it would seem :-) (better naming, better comments
24268              in the files)
24269      Branch: perl
24270            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
24271            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
24272            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
24273            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
24274            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
24275            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
24276            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
24277            - lib/unicore/Is/IDStart.pl
24278            ! (edit 200 files)
24279 ____________________________________________________________________________
24280 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
24281         Log: metaconfig unit changes for #14287.
24282      Branch: metaconfig
24283            + U/modified/Chk_MANI.U
24284            ! U/modified/Extract.U U/modified/Finish.U
24285      Branch: metaconfig/U/perl
24286            ! Extensions.U dlsrc.U
24287 ____________________________________________________________________________
24288 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
24289         Log: Some protection against spaces in directory names.
24290              (Tru64 still has some makedepend problems in such
24291              cases but that looks like Tru64's problem.)
24292      Branch: perl
24293            ! Configure Makefile.SH
24294 ____________________________________________________________________________
24295 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
24296         Log: Should have been in #14285 but I have sausages for fingers.
24297      Branch: perl
24298            + lib/ExtUtils/MM_BeOS.pm
24299 ____________________________________________________________________________
24300 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
24301         Log: MM_BeOS from Tels.
24302      Branch: perl
24303            + lib/ExtUtils/t/MM_BeOS.t
24304            ! MANIFEST
24305 ____________________________________________________________________________
24306 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
24307         Log: Integrate perlio:
24308              
24309              [ 14281]
24310              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
24311              e.g. -Duse64bitint on a 32-bit platform.
24312              Now uses I32 for use-count and is more careful with its casts.
24313              
24314              [ 14277]
24315              Correct name of PL_OP_SLAB_ALLOC
24316              
24317              [ 14271]
24318              Regen embed enable slab for PERL_IMPLICIT_SYS
24319              
24320              [ 14269]
24321              Typo in #else branch of PL_SLAB_ALLOC
24322              
24323              [ 14268]
24324              const-ness fix in savepv's passing of NULL
24325              
24326              [ 14267]
24327              Hand merge of non slab allocator stuff
24328              
24329              [ 14259]
24330              Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
24331              Need to use CopXXXXX macros everywhere and add CopSTASH_free
24332              Add new scope type and add support for it to scope.c and scope stack
24333              dup-er in sv.c. Add savesharedpv().
24334              Also zealous version of Win32's vmem.h to catch all the abuses.
24335              With this t/op/fork.t passes even with zealous checking and 
24336              checker is point a finger at various threads/shared issues.
24337              PL_curcop->cop_io is still an issue.
24338              
24339              [ 14257]
24340              Inverted sense of special-ness of specialCopIO - supposed to 
24341              be true if value is "special" i.e. NOT an SV.
24342      Branch: perl
24343           !> (integrate 28 files)
24344 ____________________________________________________________________________
24345 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
24346         Log: Add Shuck URL
24347      Branch: maint-5.6/macperl
24348            ! macos/macperl/MacPerl.podhelp
24349 ____________________________________________________________________________
24350 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
24351         Log: Remove obsolete docs
24352      Branch: maint-5.6/macperl
24353            ! ext/File/Glob/Glob.pm
24354 ____________________________________________________________________________
24355 [ 14281] By: nick                                  on 2002/01/15  15:08:43
24356         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
24357              e.g. -Duse64bitint on a 32-bit platform.
24358              Now uses I32 for use-count and is more careful with its casts.
24359      Branch: perlio
24360            ! intrpvar.h op.c
24361 ____________________________________________________________________________
24362 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
24363         Log: Update bundled modules.  Yow!
24364      Branch: maint-5.6/macperl
24365            + macos/bundled_ext/Compress/Zlib/constants.h
24366            + macos/bundled_ext/Compress/Zlib/constants.xs
24367            + macos/bundled_ext/Filter/Util/Call/ppport.h
24368            + macos/bundled_ext/Storable/t/compat-0.6.t
24369            + macos/bundled_ext/Storable/t/dump.pl
24370            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
24371            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
24372            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
24373            + macos/bundled_lib/blib/lib/URI/ssh.pm
24374            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
24375            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
24376            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
24377            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
24378            + macos/bundled_lib/t/Filter/Simple/data.t
24379            + macos/bundled_lib/t/Filter/Simple/export.t
24380            + macos/bundled_lib/t/Filter/Simple/filter_only.t
24381            + macos/bundled_lib/t/Filter/Simple/import.t
24382            + macos/bundled_lib/t/NEXT/actual.t
24383            + macos/bundled_lib/t/NEXT/actuns.t
24384            + macos/bundled_lib/t/NEXT/next.t
24385            + macos/bundled_lib/t/NEXT/unseen.t
24386            + macos/bundled_lib/t/libnet/netrc.t
24387            + macos/bundled_lib/t/libwww-perl/base/http.t
24388            + macos/bundled_lib/t/libwww-perl/live/activestate.t
24389            - macos/bundled_ext/Filter/t/FilterTest.pm
24390            - macos/bundled_ext/Storable/t/compat06.t
24391            - macos/bundled_ext/Storable/t/st-dump.pl
24392            - macos/bundled_lib/t/NEXT/test.pl
24393            - macos/bundled_lib/t/libwww-perl/live/google.t
24394            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
24395            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
24396            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
24397            ! macos/bundled_ext/Compress/Zlib/README
24398            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
24399            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
24400            ! macos/bundled_ext/Compress/Zlib/t/examples.t
24401            ! macos/bundled_ext/Filter/Util/Call/Call.pm
24402            ! macos/bundled_ext/Filter/Util/Call/Call.xs
24403            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
24404            ! macos/bundled_ext/Filter/t/call.t
24405            ! macos/bundled_ext/Filter/t/filter-util.pl
24406            ! macos/bundled_ext/Storable/ChangeLog
24407            ! macos/bundled_ext/Storable/README
24408            ! macos/bundled_ext/Storable/Storable.pm
24409            ! macos/bundled_ext/Storable/t/blessed.t
24410            ! macos/bundled_ext/Storable/t/canonical.t
24411            ! macos/bundled_ext/Storable/t/dclone.t
24412            ! macos/bundled_ext/Storable/t/forgive.t
24413            ! macos/bundled_ext/Storable/t/freeze.t
24414            ! macos/bundled_ext/Storable/t/lock.t
24415            ! macos/bundled_ext/Storable/t/overload.t
24416            ! macos/bundled_ext/Storable/t/recurse.t
24417            ! macos/bundled_ext/Storable/t/retrieve.t
24418            ! macos/bundled_ext/Storable/t/store.t
24419            ! macos/bundled_ext/Storable/t/tied.t
24420            ! macos/bundled_ext/Storable/t/tied_hook.t
24421            ! macos/bundled_ext/Storable/t/tied_items.t
24422            ! macos/bundled_ext/Storable/t/utf8.t
24423            ! macos/bundled_lib/blib/lib/File/Sort.pm
24424            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
24425            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
24426            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
24427            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
24428            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
24429            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
24430            ! macos/bundled_lib/blib/lib/LWP.pm
24431            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
24432            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
24433            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
24434            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
24435            ! macos/bundled_lib/blib/lib/Mail/Address.pm
24436            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
24437            ! macos/bundled_lib/blib/lib/Mail/Field.pm
24438            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
24439            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
24440            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
24441            ! macos/bundled_lib/blib/lib/Mail/Header.pm
24442            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
24443            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
24444            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
24445            ! macos/bundled_lib/blib/lib/Mail/Send.pm
24446            ! macos/bundled_lib/blib/lib/Mail/Util.pm
24447            ! macos/bundled_lib/blib/lib/NEXT.pm
24448            ! macos/bundled_lib/blib/lib/Net/Config.pm
24449            ! macos/bundled_lib/blib/lib/Net/Domain.pm
24450            ! macos/bundled_lib/blib/lib/Net/FTP.pm
24451            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
24452            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
24453            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
24454            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
24455            ! macos/bundled_lib/blib/lib/Net/POP3.pm
24456            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
24457            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
24458            ! macos/bundled_lib/blib/lib/Switch.pm
24459            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
24460            ! macos/bundled_lib/blib/lib/URI/Escape.pm
24461            ! macos/bundled_lib/blib/lib/URI/ftp.pm
24462            ! macos/bundled_lib/blib/lib/lwpcook.pod
24463            ! macos/bundled_lib/t/Filter/Simple/filter.t
24464            ! macos/bundled_lib/t/Switch/t/nested.t
24465            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
24466            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
24467            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
24468            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
24469            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
24470            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
24471            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
24472            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
24473            ! macos/bundled_lib/t/libnet/config.t
24474            ! macos/bundled_lib/t/libnet/ftp.t
24475            ! macos/bundled_lib/t/libnet/hostname.t
24476            ! macos/bundled_lib/t/libnet/nntp.t
24477            ! macos/bundled_lib/t/libnet/require.t
24478            ! macos/bundled_lib/t/libnet/smtp.t
24479            ! macos/bundled_lib/t/libwww-perl/base/headers.t
24480            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
24481            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
24482            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
24483            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
24484            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
24485            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
24486            ! macos/bundled_lib/t/libwww-perl/live/validator.t
24487            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
24488 ____________________________________________________________________________
24489 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
24490         Log: Subject: [PATCH] Socket::sockaddr_family
24491              From: Gisle Aas <gisle@ActiveState.com> 
24492              Date: 15 Jan 2002 06:35:28 -0800
24493              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
24494      Branch: perl
24495            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
24496 ____________________________________________________________________________
24497 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
24498         Log: Subject: [PATCH perldiag] Style issue
24499              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24500              Date: Tue, 15 Jan 2002 15:36:30 +0100                
24501              Message-ID: <20020115153630.A11568@rafael>
24502      Branch: perl
24503            ! pod/perldiag.pod
24504 ____________________________________________________________________________
24505 [ 14277] By: nick                                  on 2002/01/15  14:30:51
24506         Log: Correct name of PL_OP_SLAB_ALLOC
24507      Branch: perlio
24508            ! perl.h
24509 ____________________________________________________________________________
24510 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
24511         Log: NetWare tweak from Ananth Kesari.
24512      Branch: perl
24513            ! lib/ExtUtils/MakeMaker.pm
24514 ____________________________________________________________________________
24515 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
24516         Log: Throwback.
24517      Branch: perl
24518            ! MANIFEST
24519 ____________________________________________________________________________
24520 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
24521         Log: A couple of additional character classes from Jeffrey,
24522              hopefully useful in future for internal use for implementing
24523              some special cases of casing.
24524              
24525              Also regenerate once more all the character classes,
24526              now without the timestamp.  A timestamp would be kind of
24527              nice but it's not: having a timestamp in a file means that
24528              even if the effective contents of file really didn't
24529              change, the file looks as if it changed.
24530      Branch: perl
24531            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
24532            + lib/unicore/Is/CombAbov.pl
24533            ! (edit 304 files)
24534 ____________________________________________________________________________
24535 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
24536         Log: Make the test harder.
24537      Branch: perl
24538            ! t/op/pat.t
24539 ____________________________________________________________________________
24540 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
24541         Log: Additional utf8_heavy.pl tweak from Jeffrey.
24542      Branch: perl
24543            ! lib/utf8_heavy.pl
24544 ____________________________________________________________________________
24545 [ 14271] By: nick                                  on 2002/01/15  11:29:47
24546         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
24547      Branch: perlio
24548            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
24549            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
24550 ____________________________________________________________________________
24551 [ 14270] By: nick                                  on 2002/01/15  08:19:08
24552         Log: Integrate rest of mainline
24553      Branch: perlio
24554           !> (integrate 28 files)
24555 ____________________________________________________________________________
24556 [ 14269] By: nick                                  on 2002/01/15  08:02:44
24557         Log: Typo in #else branch of PL_SLAB_ALLOC
24558      Branch: perlio
24559            ! op.c
24560 ____________________________________________________________________________
24561 [ 14268] By: nick                                  on 2002/01/15  07:57:47
24562         Log: const-ness fix in savepv's passing of NULL
24563      Branch: perlio
24564            ! util.c
24565 ____________________________________________________________________________
24566 [ 14267] By: nick                                  on 2002/01/15  07:42:17
24567         Log: Hand merge of non slab allocator stuff
24568      Branch: perlio
24569            ! op.c
24570 ____________________________________________________________________________
24571 [ 14266] By: nick                                  on 2002/01/15  07:39:33
24572         Log: Slab allocator submit after resolve -ay to keep it!
24573      Branch: perlio
24574           !> op.c
24575 ____________________________________________________________________________
24576 [ 14265] By: nick                                  on 2002/01/15  07:05:06
24577         Log: Blind integrate of bulk of mainline.
24578      Branch: perlio
24579           +> (branch 173 files)
24580            - (delete 184 files)
24581           !> (integrate 146 files)
24582 ____________________________________________________________________________
24583 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
24584         Log: Pod nits.
24585      Branch: perl
24586            ! lib/Unicode/UCD.pm pod/perlunicode.pod
24587 ____________________________________________________________________________
24588 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
24589         Log: The Unicode categories doc patch to go with #14254,
24590              from Jeffrey.
24591      Branch: perl
24592            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
24593 ____________________________________________________________________________
24594 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
24595         Log: There isn't going to be perl.third.exe.
24596      Branch: perl
24597            ! Makefile.SH
24598 ____________________________________________________________________________
24599 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
24600         Log: Subject: [PATCH] small coredump correction
24601              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24602              Date: Tue, 15 Jan 2002 00:22:52 +0100
24603              Message-ID: <20020115002252.I691@rafael>
24604      Branch: perl
24605            ! op.c
24606 ____________________________________________________________________________
24607 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
24608         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
24609              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24610              Date: Mon, 14 Jan 2002 23:03:04 +0100
24611              Message-ID: <20020114230304.A691@rafael>   
24612              
24613              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
24614              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24615              Date: Mon, 14 Jan 2002 23:18:43 +0100
24616              Message-ID: <20020114231843.E691@rafael>   
24617      Branch: perl
24618            ! pod/perlsub.pod t/op/override.t toke.c
24619 ____________________________________________________________________________
24620 [ 14259] By: nick                                  on 2002/01/14  22:02:49
24621         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
24622              Need to use CopXXXXX macros everywhere and add CopSTASH_free
24623              Add new scope type and add support for it to scope.c and scope stack
24624              dup-er in sv.c. Add savesharedpv().
24625              Also zealous version of Win32's vmem.h to catch all the abuses.
24626              With this t/op/fork.t passes even with zealous checking and 
24627              checker is point a finger at various threads/shared issues.
24628              
24629              PL_curcop->cop_io is still an issue.
24630      Branch: perlio
24631            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
24632            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
24633            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
24634            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
24635            ! win32/vmem.h win32/win32.c win32/win32.h
24636 ____________________________________________________________________________
24637 [ 14258] By: nick                                  on 2002/01/14  20:24:28
24638         Log: Integrate build parts of mainline
24639      Branch: perlio
24640           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
24641           !> lib/ExtUtils/t/MM_Win32.t
24642 ____________________________________________________________________________
24643 [ 14257] By: nick                                  on 2002/01/14  16:10:54
24644         Log: Inverted sense of special-ness of specialCopIO - supposed to 
24645              be true if value is "special" i.e. NOT an SV.
24646      Branch: perlio
24647            ! perlio.h
24648 ____________________________________________________________________________
24649 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
24650         Log: Update Changes.
24651      Branch: perl
24652            ! Changes patchlevel.h
24653 ____________________________________________________________________________
24654 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
24655         Log: Retract #14251 (the op slab allocator from perlio)
24656              until we figure out why 2.2.19 x86 debian gets
24657              a circular sibling chain and therefore hangs in
24658              the Perl_ck_subr() sibling for-loop.
24659      Branch: perl
24660            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
24661            ! perlapi.c perlapi.h proto.h
24662 ____________________________________________________________________________
24663 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
24664         Log: Big mktables rewrite from Jeffrey;
24665              documentation not yet updated.
24666      Branch: perl
24667            + (add 171 files)
24668            - (delete 182 files)
24669            ! (edit 135 files)
24670 ____________________________________________________________________________
24671 [ 14253] By: ams                                   on 2002/01/14  03:15:05
24672         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
24673              From: Michael G Schwern <schwern@pobox.com>
24674              Date: Sun, 13 Jan 2002 21:00:07 -0500
24675              Message-Id: <20020114020007.GB2877@blackrider>
24676      Branch: perl
24677            ! lib/Cwd.pm
24678 ____________________________________________________________________________
24679 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
24680         Log: Subject: Re: Win32 status - progress !
24681              From: Abe Timmerman <abe@ztreet.demon.nl>       
24682              Date: Mon, 14 Jan 2002 02:29:51 +0100
24683              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
24684      Branch: perl
24685            ! lib/ExtUtils/t/MM_Win32.t
24686 ____________________________________________________________________________
24687 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
24688         Log: Integrate perlio:
24689              
24690              [ 14250]
24691              Slab allocator for ops
24692              - moved the statics to intrpvar.h
24693              - implemented Slab_Free()
24694              - uses PerlMemShared (for now) if distinction exists.
24695      Branch: perl
24696           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
24697           !> perlapi.c perlapi.h proto.h
24698 ____________________________________________________________________________
24699 [ 14250] By: nick                                  on 2002/01/13  23:22:34
24700         Log: Slab allocator for ops
24701              - moved the statics to intrpvar.h
24702              - implemented Slab_Free()
24703              - uses PerlMemShared (for now) if distinction exists.
24704      Branch: perlio
24705            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
24706            ! perlapi.c perlapi.h proto.h
24707 ____________________________________________________________________________
24708 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
24709         Log: Start a new test category: uni.  Much of t/op/pat
24710              should probably be moved here, but holding on that
24711              until Jeffrey finishes his big mktables rewrite.
24712              Bits and pieces of op/split, op/pack, op/append,
24713              op/join, could probably be moved to respective uni
24714              tests, too.
24715      Branch: perl
24716            + t/uni/fold.t t/uni/sprintf.t
24717            - t/op/unifold.t t/op/unisprintf.t
24718            ! MANIFEST t/TEST t/harness
24719 ____________________________________________________________________________
24720 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
24721         Log: Subject: [PATCH] enable Win32 to build again
24722              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24723              Date: Sun, 13 Jan 2002 21:49:24 +0100
24724              Message-ID: <3C4200E4.15926.23F6131@localhost>
24725              
24726              miniperl.exe.exe does not exe that well.
24727      Branch: perl
24728            ! lib/ExtUtils/MM_Unix.pm
24729 ____________________________________________________________________________
24730 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
24731         Log: Mention some of the load-affected tests.
24732      Branch: perl
24733            ! INSTALL
24734 ____________________________________________________________________________
24735 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
24736         Log: Move the UTF-8 conversion code earlier so that
24737              op/ver is happy.
24738      Branch: perl
24739            ! sv.c t/op/ver.t
24740 ____________________________________________________________________________
24741 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
24742         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
24743              have diverged quite a bit so no updates there.
24744      Branch: perl
24745            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
24746            ! ext/List/Util/lib/List/Util.pm
24747            ! ext/List/Util/lib/Scalar/Util.pm
24748 ____________________________________________________________________________
24749 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
24750         Log: Make the crypt() pickier: if downgrading doesn't work,
24751              croak.
24752      Branch: perl
24753            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
24754 ____________________________________________________________________________
24755 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
24756         Log: Grow the buffer in case Unicode caused size changes
24757              (and it very probably did).
24758      Branch: perl
24759            ! sv.c
24760 ____________________________________________________________________________
24761 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
24762         Log: Future-proofing from Jeffrey Friedl (for conflicting
24763              In* and Is* names).
24764      Branch: perl
24765            ! lib/utf8_heavy.pl
24766 ____________________________________________________________________________
24767 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
24768         Log: Subject: [PATCH] Re: Warning in B.xs
24769              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24770              Date: Sun, 13 Jan 2002 19:39:52 +0100
24771              Message-ID: <3C41E288.20562.1C8C895@localhost>
24772      Branch: perl
24773            ! ext/B/B.xs
24774 ____________________________________________________________________________
24775 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
24776         Log: Subject: Re: lookbehind broken with latest bleedperl
24777              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
24778              Date: Sun, 13 Jan 2002 18:06:22 +0000
24779              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
24780      Branch: perl
24781            ! regexec.c t/op/re_tests
24782 ____________________________________________________________________________
24783 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
24784         Log: Subject: [PATCH] more MM_Unix.t tests
24785              From: Tels <perl_dummy@bloodgate.com>
24786              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
24787              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
24788              
24789              Subject: [PATCH] 14220 misunderstood, I bet          
24790              From: andreas.koenig@anima.de (Andreas J. Koenig)
24791              Date: 12 Jan 2002 21:31:58 +0100
24792              Message-ID: <m3k7un8g5d.fsf@anima.de>
24793      Branch: perl
24794            ! lib/ExtUtils/t/MM_Unix.t
24795 ____________________________________________________________________________
24796 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
24797         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
24798              From: Tels <perl_dummy@bloodgate.com>
24799              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
24800              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
24801              
24802              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
24803              From: Tels <perl_dummy@bloodgate.com>
24804              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
24805              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
24806      Branch: perl
24807            ! lib/ExtUtils/MM_Unix.pm
24808 ____________________________________________________________________________
24809 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
24810         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
24811              From: Nicholas Clark <nick@unfortu.net> 
24812              Date: Sun, 13 Jan 2002 15:58:34 +0000
24813              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
24814      Branch: perl
24815            ! lib/Benchmark.t
24816 ____________________________________________________________________________
24817 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
24818         Log: Anton Berezin did more reading and the uid setting story
24819              gets more complex.
24820      Branch: perl
24821            ! pod/perltodo.pod utils/perldoc.PL
24822 ____________________________________________________________________________
24823 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
24824         Log: Integrate perlio:
24825              
24826              [ 14232]
24827              Win32 fixes:
24828              - vmem.h hack to handle free-by-wrong-thread after eval "".
24829              - Initialize timerid 
24830      Branch: perl
24831           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
24832 ____________________________________________________________________________
24833 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
24834         Log: Subject: Re: HiRes
24835              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24836              Date: Sun, 13 Jan 2002 10:18:46 +0100
24837              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
24838              
24839              Give up on socketpair in HP-UX.
24840      Branch: perl
24841            ! ext/Socket/socketpair.t
24842 ____________________________________________________________________________
24843 [ 14233] By: nick                                  on 2002/01/13  16:29:30
24844         Log: Integrate mainline
24845      Branch: perlio
24846           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
24847           !> (integrate 46 files)
24848 ____________________________________________________________________________
24849 [ 14232] By: nick                                  on 2002/01/13  15:37:48
24850         Log: Win32 fixes:
24851              - vmem.h hack to handle free-by-wrong-thread after eval "".
24852              - Initialize timerid 
24853      Branch: perlio
24854            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
24855 ____________________________________________________________________________
24856 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
24857         Log: *groan*
24858      Branch: perl
24859            ! t/op/pat.t
24860 ____________________________________________________________________________
24861 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
24862         Log: One more sharp s case found by Jeffrey.
24863      Branch: perl
24864            ! regexec.c t/op/pat.t
24865 ____________________________________________________________________________
24866 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
24867         Log: Comment tweak.
24868      Branch: perl
24869            ! regexec.c
24870 ____________________________________________________________________________
24871 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
24872         Log: Don't bother checking for the Greek special
24873              cases if the node is too short.
24874      Branch: perl
24875            ! regcomp.c
24876 ____________________________________________________________________________
24877 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
24878         Log: Update Changes.
24879      Branch: perl
24880            ! Changes patchlevel.h
24881 ____________________________________________________________________________
24882 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
24883         Log: metaconfig unit change for #14225.
24884      Branch: metaconfig
24885            + U/modified/i_ndbm.U
24886 ____________________________________________________________________________
24887 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
24888         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
24889              From: Jonathan Stowe <gellyfish@gellyfish.com>
24890              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
24891              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
24892      Branch: perl
24893            ! Configure config_h.SH
24894 ____________________________________________________________________________
24895 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
24896         Log: Quick reformat using indent -kr -nce, as requested
24897              by Dan Kogai and suggest by NI-S.
24898      Branch: perl
24899            ! ext/Encode/encengine.c
24900 ____________________________________________________________________________
24901 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
24902         Log: Couple more Unicode lookbehind tests.
24903      Branch: perl
24904            ! t/op/pat.t
24905 ____________________________________________________________________________
24906 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
24907         Log: Sharp S as a special treat for our German UTF-8 testers :-)
24908      Branch: perl
24909            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
24910 ____________________________________________________________________________
24911 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
24912         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
24913              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24914              Date: Sat, 12 Jan 2002 20:37:32 +0100
24915              Message-ID: <3C409E8C.16203.196C2D3@localhost>
24916      Branch: perl
24917            ! ext/B/B/Deparse.pm
24918 ____________________________________________________________________________
24919 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
24920         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
24921              really worth the bits it's printed on?
24922      Branch: perl
24923            ! lib/ExtUtils/t/MM_Unix.t
24924 ____________________________________________________________________________
24925 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
24926         Log: Special treatment for U+03B0 and U+0390 in //i,
24927              this means that we can remove the minlen pessimisations
24928              introduced by the #14096.
24929      Branch: perl
24930            ! pp_hot.c regcomp.c regexec.c
24931 ____________________________________________________________________________
24932 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
24933         Log: Integrate perlio:
24934              
24935              [ 14214]
24936              Win32-ize socketpair test
24937              - Win32 can fork even though $Config{d_fork} is undef
24938              - SOCK_DGRAM does not work - skip those tests.
24939              
24940              [ 14213]
24941              Abstract out the cloning of SvPVX and handle shared pv in a 
24942              safe (if suboptimal) manner. Does not fix op/fork.t :-(
24943      Branch: perl
24944           !> ext/Socket/socketpair.t sv.c
24945 ____________________________________________________________________________
24946 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
24947         Log: One should first drop the real uid, not the effective uid.
24948              [ID 20020110.003]
24949      Branch: perl
24950            ! utils/perldoc.PL
24951 ____________________________________________________________________________
24952 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
24953         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
24954              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
24955              Date: Fri, 11 Jan 2002 23:29:48 +0100
24956              Message-ID: <3C3F756C.4581.2E2A938@localhost>
24957      Branch: perl
24958            + ext/B/C/C.xs ext/B/C/Makefile.PL
24959            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
24960            ! utils/perlcc.PL
24961 ____________________________________________________________________________
24962 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
24963         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
24964              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
24965              Date: Fri, 11 Jan 2002 14:29:30 -0800
24966              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
24967      Branch: perl
24968            ! ext/B/t/concise.t
24969 ____________________________________________________________________________
24970 [ 14214] By: nick                                  on 2002/01/12  12:31:12
24971         Log: Win32-ize socketpair test
24972              - Win32 can fork even though $Config{d_fork} is undef
24973              - SOCK_DGRAM does not work - skip those tests.
24974      Branch: perlio
24975            ! ext/Socket/socketpair.t
24976 ____________________________________________________________________________
24977 [ 14213] By: nick                                  on 2002/01/12  11:46:28
24978         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
24979              safe (if suboptimal) manner. Does not fix op/fork.t :-(
24980      Branch: perlio
24981            ! sv.c
24982 ____________________________________________________________________________
24983 [ 14212] By: ams                                   on 2002/01/12  06:10:52
24984         Log: Subject: [PATCH] More fixes for Stratus VOS
24985              From: "Green, Paul" <Paul.Green@stratus.com>
24986              Date: Fri, 11 Jan 2002 17:30:37 -0500
24987              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
24988      Branch: perl
24989            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
24990 ____________________________________________________________________________
24991 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
24992         Log: Upgrade to CGI.pm 2.80.
24993      Branch: perl
24994            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
24995 ____________________________________________________________________________
24996 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
24997         Log: FAQ sync.
24998      Branch: perl
24999            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
25000            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
25001            ! pod/perlfaq8.pod
25002 ____________________________________________________________________________
25003 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
25004         Log: This is getting embarrassing.
25005      Branch: perl
25006            ! t/op/pat.t
25007 ____________________________________________________________________________
25008 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
25009         Log: Doc tweaks.
25010      Branch: perl
25011            ! pod/perlunicode.pod
25012 ____________________________________________________________________________
25013 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
25014         Log: Updating the test count is good; also rephrasing
25015              so that there is no ok output containing "not".
25016      Branch: perl
25017            ! t/op/pat.t
25018 ____________________________________________________________________________
25019 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
25020         Log: Andreas is busy :-)
25021      Branch: perl
25022            ! doop.c t/op/unisprintf.t
25023 ____________________________________________________________________________
25024 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
25025         Log: Unicode lookbehind looked bad.
25026      Branch: perl
25027            ! regexec.c t/op/pat.t
25028 ____________________________________________________________________________
25029 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
25030         Log: Garbage collection.
25031      Branch: perl
25032            ! t/run/kill_perl.t
25033 ____________________________________________________________________________
25034 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
25035         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
25036              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25037              Date: Fri, 11 Jan 2002 23:29:48 +0100
25038              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
25039      Branch: perl
25040            ! embed.fnc global.sym makedef.pl
25041 ____________________________________________________________________________
25042 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
25043         Log: Subject: [PATCH] perldelta nit?
25044              From: Robert Spier <rspier@pobox.com>
25045              Date: Fri, 11 Jan 2002 15:19:16 -0800
25046              Message-ID: <15423.29428.164185.251700@rls.cx>
25047      Branch: perl
25048            ! pod/perldelta.pod
25049 ____________________________________________________________________________
25050 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
25051         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
25052              From: Michael G Schwern <schwern@pobox.com>
25053              Date: Fri, 11 Jan 2002 17:08:17 -0500
25054              Message-ID: <20020111220817.GG2838@blackrider>
25055      Branch: perl
25056            ! t/run/kill_perl.t t/test.pl
25057 ____________________________________________________________________________
25058 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
25059         Log: Subject: [PATCH] Correct misleading error message
25060              From: Mike Guy <mjtg@cam.ac.uk>
25061              Date: Fri, 11 Jan 2002 18:36:33 +0000
25062              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
25063              
25064              hash assignment -> anonymous hash
25065      Branch: perl
25066            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
25067 ____________________________________________________________________________
25068 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
25069         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
25070              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
25071              Date: Fri, 11 Jan 2002 16:58:14 +0100
25072              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
25073      Branch: perl
25074            ! ext/Unicode/Normalize/mkheader
25075 ____________________________________________________________________________
25076 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
25077         Log: Add a new test for is-sprintf-preserving Unicodeness:
25078              #14194 and an old one from kill_perl.t (I could have used
25079              sprintf.t, but it's format was quite fixed, and I didn't
25080              feel like breaking the format)
25081      Branch: perl
25082            + t/op/unisprintf.t
25083            ! MANIFEST t/run/kill_perl.t
25084 ____________________________________________________________________________
25085 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
25086         Log: Integrate perlio:
25087              
25088              [ 14196]
25089              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
25090              as C runtime seems to get its hands on them even though we said
25091              they were handled.
25092              Still an issue with "die" out of signal handler - get panic: pp_iter
25093      Branch: perl
25094           !> win32/win32.c
25095 ____________________________________________________________________________
25096 [ 14196] By: nick                                  on 2002/01/11  20:58:20
25097         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
25098              as C runtime seems to get its hands on them even though we said
25099              they were handled.
25100              Still an issue with "die" out of signal handler - get panic: pp_iter
25101      Branch: perlio
25102            ! win32/win32.c
25103 ____________________________________________________________________________
25104 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
25105         Log: Integrate perlio:
25106              
25107              [ 14192]
25108              A mostly-stable version of "new" Win32 signal/kill support.
25109      Branch: perl
25110           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
25111           !> win32/config.gc win32/config.vc win32/config_H.bc
25112           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
25113           !> win32/makefile.mk win32/win32.c win32/win32.h
25114 ____________________________________________________________________________
25115 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
25116         Log: Fix for
25117              
25118              Subject: UTF-8 sprintf bug in bleadperl
25119              From: andreas.koenig@anima.de (Andreas J. Koenig)
25120              Date: 11 Jan 2002 15:47:15 +0100
25121              Message-ID: <m3vge99c7g.fsf@anima.de>
25122              
25123              I have tests, have just to figure out where to put them
25124              since op/sprintf looks a bit unfriendly for tests of
25125              somewhat freer form.
25126      Branch: perl
25127            ! doop.c sv.c
25128 ____________________________________________________________________________
25129 [ 14193] By: nick                                  on 2002/01/11  18:25:34
25130         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
25131              Builds and passes a few tests.
25132      Branch: perlio
25133           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
25134           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
25135           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
25136           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
25137           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
25138           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25139           +> t/lib/sample-tests/lone_not_bug
25140           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
25141           +> t/lib/sample-tests/vms_nit
25142           !> (integrate 63 files)
25143 ____________________________________________________________________________
25144 [ 14192] By: nick                                  on 2002/01/11  17:49:39
25145         Log: A mostly-stable version of "new" Win32 signal/kill support.
25146      Branch: perlio
25147            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
25148            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25149            ! win32/config_h.PL win32/makefile.mk win32/win32.c
25150            ! win32/win32.h
25151 ____________________________________________________________________________
25152 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
25153         Log: Update Changes.
25154      Branch: perl
25155            ! Changes patchlevel.h
25156 ____________________________________________________________________________
25157 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
25158         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
25159              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25160              Date: Thu, 10 Jan 2002 18:21:34 -0800
25161              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
25162      Branch: perl
25163            + ext/B/t/concise.t
25164            ! MANIFEST
25165 ____________________________________________________________________________
25166 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
25167         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
25168              necessary in form.t and html.t @INC setups.
25169      Branch: perl
25170            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
25171 ____________________________________________________________________________
25172 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
25173         Log: Yet another twist.
25174      Branch: perl
25175            ! t/test.pl
25176 ____________________________________________________________________________
25177 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
25178         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
25179              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25180              Date: Fri, 11 Jan 2002 13:04:15 +0100      
25181              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
25182      Branch: perl
25183            ! hints/aix.sh
25184 ____________________________________________________________________________
25185 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
25186         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
25187              From: Jonathan Stowe <gellyfish@gellyfish.com> 
25188              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
25189              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
25190      Branch: perl
25191            ! lib/AnyDBM_File.t
25192 ____________________________________________________________________________
25193 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
25194         Log: Arguments were being mangled.
25195      Branch: perl
25196            ! t/test.pl
25197 ____________________________________________________________________________
25198 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
25199         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
25200              From: Jonathan Stowe <gellyfish@gellyfish.com>
25201              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
25202              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
25203      Branch: perl
25204            ! lib/AnyDBM_File.t
25205 ____________________________________________________________________________
25206 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
25207         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
25208              From: Michael G Schwern <schwern@pobox.com> 
25209              Date: Fri, 11 Jan 2002 04:26:27 -0500
25210              Message-ID: <20020111092626.GA16544@blackrider>
25211      Branch: perl
25212            ! t/run/kill_perl.t t/test.pl
25213 ____________________________________________________________________________
25214 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
25215         Log: Subject: [PATCH] Test::Harness 2.01
25216              From: Michael G Schwern <schwern@pobox.com> 
25217              Date: Thu, 10 Jan 2002 21:11:24 -0500
25218              Message-ID: <20020111021123.GA30666@blackrider>
25219      Branch: perl
25220            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
25221            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
25222            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
25223            + lib/Test/Harness/t/nonumbers.t
25224            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
25225            + t/lib/sample-tests/lone_not_bug
25226            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
25227            + t/lib/sample-tests/vms_nit
25228            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
25229            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
25230 ____________________________________________________________________________
25231 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
25232         Log: patch is silly when creating new files: don't run
25233              patch more than once.
25234      Branch: perl
25235            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25236 ____________________________________________________________________________
25237 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
25238         Log: Forgot from #14179.
25239      Branch: perl
25240            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
25241 ____________________________________________________________________________
25242 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
25243         Log: Subject: [PATCH] is() undef/'' behavior change
25244              From: Michael G Schwern <schwern@pobox.com> 
25245              Date: Fri, 11 Jan 2002 03:35:51 -0500
25246              Message-ID: <20020111083551.GC30666@blackrider>
25247              
25248              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
25249              From: Michael G Schwern <schwern@pobox.com> 
25250              Date: Fri, 11 Jan 2002 03:37:44 -0500
25251              Message-ID: <20020111083744.GD30666@blackrider>
25252      Branch: perl
25253            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
25254            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
25255            ! lib/Pod/t/InputObjects.t lib/blib.t
25256 ____________________________________________________________________________
25257 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
25258         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
25259              From: Michael G Schwern <schwern@pobox.com> 
25260              Date: Thu, 10 Jan 2002 19:56:23 -0500
25261              Message-ID: <20020111005623.GA13192@blackrider>
25262      Branch: perl
25263            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
25264            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
25265            ! lib/Test/Simple.pm lib/Test/Simple/Changes
25266            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
25267            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
25268            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
25269            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
25270            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
25271            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
25272            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
25273            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
25274            ! lib/Test/Simple/t/plan_is_noplan.t
25275            ! lib/Test/Simple/t/plan_no_plan.t
25276            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
25277            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
25278            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
25279            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
25280            ! lib/Test/Tutorial.pod
25281 ____________________________________________________________________________
25282 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
25283         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
25284              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
25285              
25286              turns out even the malloc() was never really needed to begin with,
25287              so get rid of it
25288      Branch: perl
25289            ! sv.c
25290 ____________________________________________________________________________
25291 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
25292         Log: Small doc tweaks.
25293      Branch: perl
25294            ! pod/perluniintro.pod
25295 ____________________________________________________________________________
25296 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
25297         Log: support using the CRT's malloc() family of functions instead of
25298              the internal one when ithreads is enabled; allocate large blocks
25299              using VirtualAlloc() since the Heap*() functions may only be tuned
25300              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
25301              
25302              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
25303              also see comments at the top of win32/vmem.h for other options that
25304              can be set
25305      Branch: perl
25306            ! win32/vmem.h
25307 ____________________________________________________________________________
25308 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
25309         Log: Subject: micropatch
25310              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25311              Date: Thu, 10 Jan 2002 18:20:58 +0000
25312              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
25313      Branch: perl
25314            ! regcomp.c
25315 ____________________________________________________________________________
25316 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
25317         Log: Subject: [PATCH] Embed.t on Win32
25318              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
25319              Date: Thu, 10 Jan 2002 18:56:21 +0100
25320              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
25321      Branch: perl
25322            ! lib/ExtUtils/t/Embed.t
25323 ____________________________________________________________________________
25324 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
25325         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
25326              From: Gisle Aas <gisle@ActiveState.com>
25327              Date: 10 Jan 2002 08:56:05 -0800
25328              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
25329      Branch: perl
25330            ! toke.c
25331 ____________________________________________________________________________
25332 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
25333         Log: Subject: [PATCH] doc fixes
25334              From: "Brendan O'Dea" <bod@debian.org>
25335              Date: Fri, 11 Jan 2002 03:49:54 +1100
25336              Message-ID: <20020110164954.GA21891@compusol.com.au>
25337      Branch: perl
25338            ! lib/I18N/Collate.pm pod/perlfunc.pod
25339 ____________________________________________________________________________
25340 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
25341         Log: Integrate perlio:
25342              
25343              [ 14167]
25344              More signal hackery
25345      Branch: perl
25346           !> win32/win32.c
25347 ____________________________________________________________________________
25348 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
25349         Log: No need to show internal encodings, or return them
25350              in random order.
25351      Branch: perl
25352            ! ext/Encode/Encode.pm
25353 ____________________________________________________________________________
25354 [ 14168] By: nick                                  on 2002/01/10  17:33:31
25355         Log: Integrate mainline
25356      Branch: perlio
25357            - ext/Unicode/Normalize/Normalize.pod
25358           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
25359           !> ext/Unicode/Normalize/Makefile.PL
25360           !> ext/Unicode/Normalize/Normalize.pm
25361           !> ext/Unicode/Normalize/Normalize.xs
25362           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
25363           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
25364           !> t/run/kill_perl.t toke.c
25365 ____________________________________________________________________________
25366 [ 14167] By: nick                                  on 2002/01/10  17:08:35
25367         Log: More signal hackery
25368      Branch: perlio
25369            ! win32/win32.c
25370 ____________________________________________________________________________
25371 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
25372         Log: I think we can claim to be supporting Unicode
25373              "loose matching" now.
25374      Branch: perl
25375            ! pod/perlunicode.pod
25376 ____________________________________________________________________________
25377 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
25378         Log: Subject: doc patch
25379              From: mjd@plover.com
25380              Date: 10 Jan 2002 15:12:27 -0000
25381              Message-ID: <20020110151227.14850.qmail@plover.com>
25382      Branch: perl
25383            ! pod/perlrun.pod
25384 ____________________________________________________________________________
25385 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
25386         Log: Subject: Re: [ID 20011223.001] accept leaks memory
25387              From: Andy Dougherty <doughera@lafayette.edu>
25388              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
25389              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
25390      Branch: perl
25391            ! hints/linux.sh
25392 ____________________________________________________________________________
25393 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
25394         Log: Integrate perlio:
25395              
25396              [ 14160]
25397              Skeleton coding of more kill() support on Win32.
25398      Branch: perl
25399           !> win32/win32.c
25400 ____________________________________________________________________________
25401 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
25402         Log: Subject: [PATCH] Magic numbers in B::Concise
25403              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
25404              Date: Wed, 9 Jan 2002 23:04:01 -0800
25405              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
25406      Branch: perl
25407            ! ext/B/B/Concise.pm ext/B/O.pm
25408 ____________________________________________________________________________
25409 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
25410         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
25411              From: Gisle Aas <gisle@ActiveState.com>
25412              Date: 09 Jan 2002 21:52:40 -0800
25413              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
25414      Branch: perl
25415            ! t/lib/strict/vars toke.c
25416 ____________________________________________________________________________
25417 [ 14160] By: nick                                  on 2002/01/09  21:29:39
25418         Log: Skeleton coding of more kill() support on Win32.
25419      Branch: perlio
25420            ! win32/win32.c
25421 ____________________________________________________________________________
25422 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
25423         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
25424              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25425              Date: Wed, 9 Jan 2002 23:24:32 +0100
25426              Message-ID: <20020109232432.A692@rafael>
25427      Branch: perl
25428            ! ext/B/B/Deparse.pm
25429 ____________________________________________________________________________
25430 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
25431         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
25432              From: Jonathan Stowe <gellyfish@gellyfish.com>
25433              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
25434              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
25435      Branch: perl
25436            ! t/run/kill_perl.t
25437 ____________________________________________________________________________
25438 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
25439         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
25440              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25441              Date: Wed, 09 Jan 2002 20:16:54 +0000
25442              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
25443      Branch: perl
25444            ! regexec.c
25445 ____________________________________________________________________________
25446 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
25447         Log: Subject: [Patch @14129] fixes Unicode::Normalize
25448              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25449              Date: Thu, 10 Jan 2002 01:08:56 +0900
25450              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
25451      Branch: perl
25452            - ext/Unicode/Normalize/Normalize.pod
25453            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
25454            ! ext/Unicode/Normalize/Normalize.pm
25455            ! ext/Unicode/Normalize/Normalize.xs
25456            ! ext/Unicode/Normalize/mkheader
25457 ____________________________________________________________________________
25458 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
25459         Log: Integrate perlio:
25460              
25461              [ 14151]
25462              (Re-)implement alarm() for Win32.
25463      Branch: perl
25464           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
25465           !> win32/win32iop.h
25466 ____________________________________________________________________________
25467 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
25468         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
25469              From: Nicholas Clark <nick@unfortu.net>
25470              Date: Wed, 9 Jan 2002 17:56:04 +0000
25471              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
25472      Branch: perl
25473            ! t/op/readdir.t
25474 ____________________________________________________________________________
25475 [ 14153] By: nick                                  on 2002/01/09  16:18:57
25476         Log: Integrate mainline
25477      Branch: perlio
25478           +> ext/threads/t/stress_re.t t/op/unifold.t
25479            - lib/unifold.t
25480           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
25481           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
25482           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
25483 ____________________________________________________________________________
25484 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
25485         Log: Update Changes.
25486      Branch: perl
25487            ! Changes patchlevel.h
25488 ____________________________________________________________________________
25489 [ 14151] By: nick                                  on 2002/01/09  14:27:36
25490         Log: (Re-)implement alarm() for Win32.
25491      Branch: perlio
25492            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
25493            ! win32/win32iop.h
25494 ____________________________________________________________________________
25495 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
25496         Log: Thinko.
25497      Branch: perl
25498            ! ext/threads/t/stress_re.t
25499 ____________________________________________________________________________
25500 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
25501         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
25502              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
25503              Date: Wed, 09 Jan 2002 13:37:17 +0000                
25504              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
25505      Branch: perl
25506            ! regexec.c t/op/re_tests
25507 ____________________________________________________________________________
25508 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
25509         Log: Subject: Re: Weird Malformed warning in bleadperl    
25510              From: andreas.koenig@anima.de (Andreas J. Koenig)    
25511              Date: 09 Jan 2002 11:12:37 +0100
25512              Message-ID: <m3itabbzoq.fsf@anima.de>
25513      Branch: perl
25514            ! regexec.c t/op/pat.t
25515 ____________________________________________________________________________
25516 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
25517         Log: Forgot stress_re.t from MANIFEST.
25518      Branch: perl
25519            ! MANIFEST
25520 ____________________________________________________________________________
25521 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
25522         Log: In dumping use isPRINT() instead of isprint() so that locale
25523              does not come into play.
25524      Branch: perl
25525            ! utf8.c
25526 ____________________________________________________________________________
25527 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
25528         Log: Add a threads stress test for regular expressions
25529              (mostly just a modified stress_string.t) and doesn't
25530              test that much of regular expressions, just that $1
25531              doesn't get stomped by competing threads (as it does
25532              in the 5005threads of old).
25533      Branch: perl
25534            + ext/threads/t/stress_re.t
25535            ! MANIFEST
25536 ____________________________________________________________________________
25537 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
25538         Log: (retracted by #14307)
25539              Subject: Re: [ID 20010912.007] substr reference core dump
25540              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25541              Date: Tue, 08 Jan 2002 19:17:50 +0000
25542              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
25543      Branch: perl
25544            ! scope.c t/run/kill_perl.t
25545 ____________________________________________________________________________
25546 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
25547         Log: SANY (. with /s) wasn't happy on Unicode.
25548      Branch: perl
25549            ! regexec.c t/op/pat.t
25550 ____________________________________________________________________________
25551 [ 14142] By: ams                                   on 2002/01/08  22:42:10
25552         Log: Subject: [PATCH] perldebug nit
25553              From: Tels <tels@bloodgate.com>
25554              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
25555      Branch: perl
25556            ! pod/perldebug.pod
25557 ____________________________________________________________________________
25558 [ 14141] By: ams                                   on 2002/01/08  21:32:59
25559         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
25560              From: "Green, Paul" <Paul.Green@stratus.com>
25561              Date: Tue, 8 Jan 2002 17:31:35 -0500
25562              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
25563      Branch: perl
25564            ! Makefile.SH
25565 ____________________________________________________________________________
25566 [ 14140] By: ams                                   on 2002/01/08  21:27:57
25567         Log: Subject: [PATCH] Re: Slight chokage from Deparse
25568              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25569              Date: Tue, 8 Jan 2002 23:04:45 +0100
25570              Message-Id: <20020108230445.A4798@rafael>
25571      Branch: perl
25572            ! ext/B/B/Deparse.pm
25573 ____________________________________________________________________________
25574 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
25575         Log: Subject: [patch] peep() is rude
25576              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
25577              Date: Tue, 08 Jan 2002 19:17:50 +0000            
25578              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
25579      Branch: perl
25580            ! op.c t/run/kill_perl.t
25581 ____________________________________________________________________________
25582 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
25583         Log: unifold is really an op test since it requires
25584              no external modules for its actual testing:
25585              only the unicore CaseFold.txt file, and File::Spec
25586              to portably access that file.
25587      Branch: perl
25588            + t/op/unifold.t
25589            - lib/unifold.t
25590            ! MANIFEST
25591 ____________________________________________________________________________
25592 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
25593         Log: Subject: [patch] save a test 
25594              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
25595              Date: Tue, 08 Jan 2002 16:18:47 +0000
25596              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
25597      Branch: perl
25598            ! regcomp.c
25599 ____________________________________________________________________________
25600 [ 14136] By: nick                                  on 2002/01/08  16:11:55
25601         Log: Integrate mainline
25602      Branch: perlio
25603           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
25604           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
25605           !> (integrate 37 files)
25606 ____________________________________________________________________________
25607 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
25608         Log: Subject: Not OK 13843 
25609              From: andreas.koenig@anima.de (Andreas J. Koenig)
25610              Date: 08 Jan 2002 14:12:29 +0100
25611              Message-ID: <m38zb9c7gi.fsf@anima.de>
25612      Branch: perl
25613            ! op.c t/op/subst.t
25614 ____________________________________________________________________________
25615 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
25616         Log: Missed one variant of the fold testing, noticed bu Hugo.
25617      Branch: perl
25618            ! lib/unifold.t
25619 ____________________________________________________________________________
25620 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
25621         Log: Enchance the Storable magic description.
25622      Branch: perl
25623            ! ext/Storable/Storable.pm
25624 ____________________________________________________________________________
25625 [ 14132] By: ams                                   on 2002/01/08  09:16:12
25626         Log: Subject: [PATCH] don't installperl pods
25627              From: H.Merijn Brand <h.m.brand@hccnet.nl>
25628              Date: Tue, 08 Jan 2002 10:36:01 +0100
25629              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
25630      Branch: perl
25631            ! installperl
25632 ____________________________________________________________________________
25633 [ 14131] By: ams                                   on 2002/01/08  03:38:40
25634         Log: Subject: Math-BigInt v1.49 released
25635              From: Tels <perl_dummy@bloodgate.com>
25636              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
25637      Branch: perl
25638            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
25639            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
25640            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25641            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
25642            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
25643            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
25644            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
25645            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
25646            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
25647            ! t/lib/Math/BigInt/Subclass.pm
25648 ____________________________________________________________________________
25649 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
25650         Log: A little better comments.
25651      Branch: perl
25652            ! regexec.c
25653 ____________________________________________________________________________
25654 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
25655         Log: No normalization form DNF.
25656      Branch: perl
25657            ! ext/Unicode/Normalize/Normalize.pm
25658 ____________________________________________________________________________
25659 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
25660         Log: Extension nits found by -Wall (several from threads
25661              and threads::shared, but leaving them to Arthur).
25662      Branch: perl
25663            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
25664            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
25665            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
25666            ! ext/Unicode/Normalize/mkheader x2p/str.c
25667 ____________________________________________________________________________
25668 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
25669         Log: Sync up Changes etc.
25670      Branch: maint-5.6/macperl
25671            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
25672 ____________________________________________________________________________
25673 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
25674         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
25675      Branch: maint-5.6/macperl
25676            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
25677 ____________________________________________________________________________
25678 [ 14125] By: ams                                   on 2002/01/07  22:03:22
25679         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
25680              From: Nicholas Clark (sans From field in mail header)
25681              Date: Mon, 7 Jan 2002 16:18:23 +0000
25682              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
25683      Branch: perl
25684            ! lib/Exporter.pm
25685 ____________________________________________________________________________
25686 [ 14124] By: ams                                   on 2002/01/07  21:46:11
25687         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
25688              From: "Green, Paul" <Paul.Green@stratus.com>
25689              Date: Mon, 7 Jan 2002 16:59:38 -0500
25690              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
25691      Branch: perl
25692            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
25693 ____________________________________________________________________________
25694 [ 14123] By: nick                                  on 2002/01/07  18:49:55
25695         Log: Integrate mainline
25696      Branch: perlio
25697           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
25698           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
25699           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
25700           !> regexec.c t/op/re_tests utf8.c utf8.h
25701 ____________________________________________________________________________
25702 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
25703         Log: Update Changes.
25704      Branch: perl
25705            ! Changes patchlevel.h
25706 ____________________________________________________________________________
25707 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
25708         Log: Subject: [PATCH] Correct module name in perldelta*
25709              From: Mike Guy <mjtg@cam.ac.uk>
25710              Date: Mon, 07 Jan 2002 17:02:43 +0000
25711              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
25712      Branch: perl
25713            ! pod/perl561delta.pod pod/perl56delta.pod
25714 ____________________________________________________________________________
25715 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
25716         Log: AUTHORS update.
25717      Branch: perl
25718            ! AUTHORS
25719 ____________________________________________________________________________
25720 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
25721         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
25722      Branch: perl
25723            ! ext/Storable/Storable.pm
25724 ____________________________________________________________________________
25725 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
25726         Log: perldelta updates.
25727      Branch: perl
25728            ! pod/perldelta.pod
25729 ____________________________________________________________________________
25730 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
25731         Log: Document the flags of pv_uni_display().
25732      Branch: perl
25733            ! pod/perlapi.pod utf8.c
25734 ____________________________________________________________________________
25735 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
25736         Log: Forgot from #14115.
25737      Branch: perl
25738            ! t/op/re_tests
25739 ____________________________________________________________________________
25740 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
25741         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
25742              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
25743              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
25744              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
25745      Branch: perl
25746            ! regcomp.c
25747 ____________________________________________________________________________
25748 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
25749         Log: More regex and utf8 debug dumping.
25750      Branch: perl
25751            ! dump.c regcomp.c regexec.c utf8.c utf8.h
25752 ____________________________________________________________________________
25753 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
25754         Log: Unused variable.
25755      Branch: perl
25756            ! regcomp.c
25757 ____________________________________________________________________________
25758 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
25759         Log: Regen toc.
25760      Branch: perl
25761            ! pod/perltoc.pod
25762 ____________________________________________________________________________
25763 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
25764         Log: capitalize correctly, noticed by David Dyck.
25765      Branch: perl
25766            ! lib/sort.pm
25767 ____________________________________________________________________________
25768 [ 14110] By: nick                                  on 2002/01/06  22:05:19
25769         Log: Integrate mainline - threads mended, DB_File sick?
25770      Branch: perlio
25771           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
25772           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
25773           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
25774           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
25775           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
25776 ____________________________________________________________________________
25777 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
25778         Log: No need to overqualify.
25779      Branch: perl
25780            ! lib/sort.pm
25781 ____________________________________________________________________________
25782 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
25783         Log: PL_debug_pad wasn't initialized to zeroes which broke
25784              ithreads + DEBUGGING.
25785      Branch: perl
25786            ! sv.c
25787 ____________________________________________________________________________
25788 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
25789         Log: Update Changes.
25790      Branch: perl
25791            ! Changes patchlevel.h
25792 ____________________________________________________________________________
25793 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
25794         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
25795              From: Jonathan Stowe <gellyfish@gellyfish.com>
25796              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
25797              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
25798      Branch: perl
25799            ! pp_sys.c
25800 ____________________________________________________________________________
25801 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
25802         Log: DB_File sync from Paul Marquess.
25803      Branch: perl
25804            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25805            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
25806            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
25807 ____________________________________________________________________________
25808 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
25809         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
25810              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
25811              Date: Sun, 6 Jan 2002 11:44:30 +0100
25812              Message-ID: <3C38389E.7831.493570@localhost>
25813      Branch: perl
25814            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
25815            ! utils/perlcc.PL
25816 ____________________________________________________________________________
25817 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
25818         Log: Tests for #14098.
25819      Branch: perl
25820            ! t/op/lc.t
25821 ____________________________________________________________________________
25822 [ 14102] By: nick                                  on 2002/01/06  11:33:55
25823         Log: Integrate mainline (PPPort still multi-building).
25824      Branch: perlio
25825           +> lib/unifold.t
25826           !> (integrate 30 files)
25827 ____________________________________________________________________________
25828 [ 14101] By: ams                                   on 2002/01/06  04:52:50
25829         Log: Subject: [PATCH] Bad prototype detection now an optional warning
25830              From: Sam Tregar <sam@tregar.com>
25831              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
25832              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
25833      Branch: perl
25834            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
25835            ! t/comp/proto.t toke.c
25836 ____________________________________________________________________________
25837 [ 14100] By: ams                                   on 2002/01/06  01:56:59
25838         Log: Subject: [PATCH] Correct several Stratus VOS build issues
25839              From: "Green, Paul" <Paul.Green@stratus.com>
25840              Date: Sat, 5 Jan 2002 21:30:56 -0500
25841              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
25842      Branch: perl
25843            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
25844 ____________________________________________________________________________
25845 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
25846         Log: Further perl.org URL elaboration from Ask.
25847      Branch: perl
25848            ! pod/perlfaq1.pod pod/perlfaq2.pod
25849 ____________________________________________________________________________
25850 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
25851         Log: The same problem with To{Lower,Title,Upper}
25852              as earlier with ToFold.
25853      Branch: perl
25854            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
25855            ! lib/unicore/To/Upper.pl lib/unicore/mktables
25856 ____________________________________________________________________________
25857 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
25858         Log: Retract #14057 for now; the alarm/setitimer timers
25859              seen to be the same in many systems, which leads into
25860              hangups.
25861      Branch: perl
25862            ! ext/Time/HiRes/HiRes.t
25863 ____________________________________________________________________________
25864 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
25865         Log: Finish up (ha!) the Unicode case folding;
25866              enhance regex dumping code.
25867      Branch: perl
25868            + lib/unifold.t
25869            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
25870            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
25871 ____________________________________________________________________________
25872 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
25873         Log: Use the perl.org news gw instead of the perl.com one
25874              (from Ask).
25875      Branch: perl
25876            ! pod/perlfaq1.pod pod/perlfaq2.pod
25877 ____________________________________________________________________________
25878 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
25879         Log: Zero() wasn't documented.
25880      Branch: perl
25881            ! pod/perlclib.pod
25882 ____________________________________________________________________________
25883 [ 14093] By: ams                                   on 2002/01/05  17:58:35
25884         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
25885              From: Nicholas Clark <nick@unfortu.net>
25886              Date: Sat, 5 Jan 2002 18:55:39 +0000
25887              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
25888      Branch: perl
25889            ! lib/Memoize/t/tie_ndbm.t
25890 ____________________________________________________________________________
25891 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
25892         Log: Also UNICOS/mk has deviant socketpair().
25893      Branch: perl
25894            ! ext/Socket/socketpair.t
25895 ____________________________________________________________________________
25896 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
25897         Log: Ooops.  Retract the regex parts of #14090.
25898      Branch: perl
25899            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
25900 ____________________________________________________________________________
25901 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
25902         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
25903              From: Nicholas Clark <nick@unfortu.net> 
25904              Date: Sat, 5 Jan 2002 18:10:13 +0000
25905              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
25906      Branch: perl
25907            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
25908            ! regcomp.h regexec.c
25909 ____________________________________________________________________________
25910 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
25911         Log: Integrate perlio:
25912              
25913              [ 14088]
25914              One missing aTHX_
25915      Branch: perl
25916           !> op.c
25917 ____________________________________________________________________________
25918 [ 14088] By: nick                                  on 2002/01/05  12:35:01
25919         Log: One missing aTHX_
25920      Branch: perlio
25921            ! op.c
25922 ____________________________________________________________________________
25923 [ 14087] By: nick                                  on 2002/01/05  12:00:48
25924         Log: Raw integrate of mainline - op.c looks dodgy.
25925      Branch: perlio
25926           +> lib/Pod/t/Functions.t t/op/winsystem.t
25927            - lib/File/Spec/NW5.pm t/op/system.t
25928           !> (integrate 77 files)
25929 ____________________________________________________________________________
25930 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
25931         Log: integrate changes from maint-5.6/macperl branch
25932      Branch: maint-5.6/perl
25933           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
25934           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
25935 ____________________________________________________________________________
25936 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
25937         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
25938              found by Marc Lehmann.
25939      Branch: perl
25940            ! pp.c
25941 ____________________________________________________________________________
25942 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
25943         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
25944              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25945              Date: Sat, 5 Jan 2002 00:31:12 +0100
25946              Message-ID: <20020105003112.E1850@rafael>              
25947      Branch: perl
25948            ! t/comp/proto.t
25949 ____________________________________________________________________________
25950 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
25951         Log: A bit of "perl.com" cleanup.
25952      Branch: perl
25953            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
25954            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
25955            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
25956            ! pod/perlmodlib.PL pod/perlmodlib.pod
25957 ____________________________________________________________________________
25958 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
25959         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
25960              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25961              Date: Fri, 4 Jan 2002 23:35:19 +0100
25962              Message-ID: <20020104233519.A1850@rafael>
25963      Branch: perl
25964            ! op.c
25965 ____________________________________________________________________________
25966 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
25967         Log: Integrate change #14062 from macperl;
25968              Define setbuf, setvbuf for Mac OS
25969      Branch: perl
25970           !> ext/IO/IO.xs
25971 ____________________________________________________________________________
25972 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
25973         Log: Bump version, update Changes
25974      Branch: maint-5.6/macperl
25975            ! macos/Changes macos/MPVersion.r
25976 ____________________________________________________________________________
25977 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
25978         Log: Add more droplets
25979      Branch: maint-5.6/macperl
25980            + macos/macperl/Droplets/gluedialect.plx
25981            + macos/macperl/Droplets/glueedit.plx
25982            + macos/macperl/Droplets/gluemac.plx
25983            + macos/macperl/Droplets/gluescriptadds.plx
25984            + macos/macperl/Droplets/installme.plx
25985            + macos/macperl/Droplets/show_glue_pods.plx
25986            + macos/macperl/Droplets/tarzipme.plx
25987            + macos/macperl/Droplets/untarzipme.plx
25988 ____________________________________________________________________________
25989 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
25990         Log: Display the native pwd command.
25991      Branch: perl
25992            ! ext/Cwd/t/cwd.t
25993 ____________________________________________________________________________
25994 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
25995         Log: Under Mac OS X /dev/stdout is normally a symlink,
25996              but when running the test it seems to become a socket.
25997              So let's extend our censorship.
25998      Branch: perl
25999            ! t/op/stat.t
26000 ____________________________________________________________________________
26001 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
26002         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
26003      Branch: maint-5.6/macperl
26004            + macos/HandleSocket.cp
26005            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
26006            ! macos/macperl.sym
26007 ____________________________________________________________________________
26008 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
26009         Log: Doc updates
26010      Branch: maint-5.6/macperl
26011            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
26012 ____________________________________________________________________________
26013 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
26014         Log: Update libraries
26015      Branch: maint-5.6/macperl
26016            ! macos/macperl/Makefile.mk
26017 ____________________________________________________________________________
26018 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
26019         Log: Update tests to Mac::StandardFile from StandardFile.pl,
26020              plus other fixes
26021      Branch: maint-5.6/macperl
26022            ! macos/ext/Mac/Menus/t/MenuBar.t
26023            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
26024            ! macos/ext/Mac/Movies/t/PlayMovie.t
26025            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
26026            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
26027            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
26028            ! macos/ext/Mac/Resources/t/Resources.t
26029 ____________________________________________________________________________
26030 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
26031         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
26032      Branch: maint-5.6/macperl
26033            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
26034            ! macos/ext/Mac/Movies/Movies.xs
26035            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
26036            ! macos/ext/Mac/StandardFile/StandardFile.xs
26037            ! macos/ext/Mac/Windows/Windows.xs
26038 ____________________________________________________________________________
26039 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
26040         Log: Updates for Universal Headers 3.4 (forgot one)
26041      Branch: maint-5.6/macperl
26042            ! macos/macperl/MPConsole.cp
26043 ____________________________________________________________________________
26044 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
26045         Log: Updates for Universal Headers 3.4
26046      Branch: maint-5.6/macperl
26047            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
26048            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
26049            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
26050            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
26051            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
26052            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
26053            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
26054            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
26055            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
26056 ____________________________________________________________________________
26057 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
26058         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
26059              from <200112112327.JAA25434@gpo.metropolis.net.au>;
26060              don't crash on quit for 68K (MacPerl Bug #490013)
26061      Branch: maint-5.6/macperl
26062            ! macos/macish.c macos/macperl/MPConsole.cp
26063 ____________________________________________________________________________
26064 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
26065         Log: If we do have socketpair(), make my_socketpair()
26066              just call the real socketpair().  This way we always
26067              have real code behind my_socketpair() and a symbol
26068              corresponding to the my_socketpair in global.sym.
26069      Branch: perl
26070            ! embed.fnc embed.h makedef.pl proto.h util.c
26071 ____________________________________________________________________________
26072 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
26073         Log: Disable sigaction (MacPerl Bug #470321)
26074      Branch: maint-5.6/macperl
26075            ! macos/config.h macos/config.sh
26076 ____________________________________________________________________________
26077 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
26078         Log: Make GUSI resource work (MacPerl Bug #464638)
26079      Branch: maint-5.6/macperl
26080            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
26081            ! macos/macperl/MacPerl.rsrc
26082 ____________________________________________________________________________
26083 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
26084         Log: Make AutoSplit go a little deeper
26085      Branch: maint-5.6/macperl
26086            ! macos/Makefile.mk
26087 ____________________________________________________________________________
26088 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
26089         Log: A few doc updates from bleadperl
26090      Branch: maint-5.6/macperl
26091            ! pod/perlmodinstall.pod pod/perlport.pod
26092 ____________________________________________________________________________
26093 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
26094         Log: Sync up to latest changes from bleadperl
26095      Branch: maint-5.6/macperl
26096            ! lib/File/Find.pm
26097 ____________________________________________________________________________
26098 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
26099         Log: Define setbuf, setvbuf for Mac OS
26100      Branch: maint-5.6/macperl
26101            ! ext/IO/IO.xs
26102 ____________________________________________________________________________
26103 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
26104         Log: Delete by request of Mark-Jason Dominus (change #13676)
26105      Branch: maint-5.6/macperl
26106            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
26107 ____________________________________________________________________________
26108 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
26109         Log: Spread the good word of "env".
26110      Branch: perl
26111            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
26112 ____________________________________________________________________________
26113 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
26114         Log: Till the system tests do something non-Win*, better rename
26115              the test so that people on other platforms don't get confused.
26116              (Not win32system, because assumedly there's win64, too.)
26117      Branch: perl
26118            + t/op/winsystem.t
26119            - t/op/system.t
26120            ! MANIFEST
26121 ____________________________________________________________________________
26122 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
26123         Log: Some tweaks.
26124      Branch: perl
26125            ! lib/Pod/t/Functions.t
26126 ____________________________________________________________________________
26127 [ 14057] By: ams                                   on 2002/01/04  17:40:31
26128         Log: (retracted by #14057)
26129              
26130              Subject: [PATCH] Time/HiRes/HiRes.t
26131              From: Nicholas Clark <nick@unfortu.net>
26132              Date: Fri, 4 Jan 2002 17:28:46 +0000
26133              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
26134      Branch: perl
26135            ! ext/Time/HiRes/HiRes.t
26136 ____________________________________________________________________________
26137 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
26138         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
26139              From: Abe Timmerman <abe@ztreet.demon.nl>
26140              Date: Fri, 04 Jan 2002 18:42:33 +0100
26141              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
26142      Branch: perl
26143            + lib/Pod/t/Functions.t
26144            ! MANIFEST lib/Pod/Functions.pm
26145 ____________________________________________________________________________
26146 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
26147         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
26148              From: "Craig A. Berry" <craigberry@mac.com>
26149              Date: Thu, 3 Jan 2002 17:32:20 -0600
26150              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
26151      Branch: perl
26152            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
26153 ____________________________________________________________________________
26154 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
26155         Log: Document the U+0085, U+2028, and U+2029.
26156      Branch: perl
26157            ! pod/perlre.pod pod/perlretut.pod
26158 ____________________________________________________________________________
26159 [ 14053] By: ams                                   on 2002/01/04  03:27:44
26160         Log: Subject: [PATCH] warn if not CORE::dump
26161              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26162              Date: Thu, 3 Jan 2002 22:04:00 +0100
26163              Message-Id: <20020103220400.A13958@rafael>
26164      Branch: perl
26165            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
26166 ____________________________________________________________________________
26167 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
26168         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
26169      Branch: perl
26170            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
26171 ____________________________________________________________________________
26172 [ 14051] By: ams                                   on 2002/01/04  03:00:12
26173         Log: Subject: [PATCH] File::Compare::VERSION
26174              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26175              Date: Thu, 3 Jan 2002 23:42:52 +0100
26176              Message-Id: <20020103234252.G13958@rafael>
26177      Branch: perl
26178            ! lib/File/Compare.pm
26179 ____________________________________________________________________________
26180 [ 14050] By: ams                                   on 2002/01/04  02:58:05
26181         Log: Subject: [PATCH @14042] threads::shared doc
26182              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
26183              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
26184              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
26185      Branch: perl
26186            ! ext/threads/shared/shared.pm
26187 ____________________________________________________________________________
26188 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
26189         Log: #14048 exposed few false positives, to be fixed soonish.
26190      Branch: perl
26191            ! t/op/pat.t
26192 ____________________________________________________________________________
26193 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
26194         Log: Do not add the first characters of multicharacter foldings
26195              into character classes.
26196      Branch: perl
26197            ! regcomp.c
26198 ____________________________________________________________________________
26199 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
26200         Log: A bit of testing for #14046.
26201      Branch: perl
26202            ! t/op/pat.t
26203 ____________________________________________________________________________
26204 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
26205         Log: Allow emitting the foldcased version of "\x{df}", "ss"
26206              (among others, another example would be \x{fb00} -> "ff")
26207      Branch: perl
26208            ! regcomp.c
26209 ____________________________________________________________________________
26210 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
26211         Log: Subject: [PATCH] File::Spec & NetWare
26212              From: Dave Rolsky <autarch@urth.org>
26213              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
26214              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
26215      Branch: perl
26216            - lib/File/Spec/NW5.pm
26217            ! MANIFEST lib/File/Spec.pm
26218 ____________________________________________________________________________
26219 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
26220         Log: FAQ sync (RCS Ids only?)
26221      Branch: perl
26222            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
26223 ____________________________________________________________________________
26224 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
26225         Log: AUTHORs updates.
26226      Branch: perl
26227            ! AUTHORS
26228 ____________________________________________________________________________
26229 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
26230         Log: Update Changes.
26231      Branch: perl
26232            ! Changes patchlevel.h
26233 ____________________________________________________________________________
26234 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
26235         Log: Missed the =head1 additions.
26236      Branch: perl
26237            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
26238            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
26239            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
26240            ! util.c
26241 ____________________________________________________________________________
26242 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
26243         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
26244              From: Robin Barker <rmb1@cise.npl.co.uk>
26245              Date: Thu, 3 Jan 2002 15:26:20 GMT
26246              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
26247      Branch: perl
26248            ! lib/Carp.t lib/Carp/Heavy.pm
26249 ____________________________________________________________________________
26250 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
26251         Log: Subject: [PATCH hv.c] 
26252              From: Robin Barker <rmb1@cise.npl.co.uk>
26253              Date: Thu, 3 Jan 2002 14:49:06 GMT
26254              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
26255              
26256              -Wformat check.
26257      Branch: perl
26258            ! hv.c
26259 ____________________________________________________________________________
26260 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
26261         Log: NetWare tweaks from Ananth Kesari.
26262      Branch: perl
26263            ! NetWare/t/NWScripts.pl lib/File/Find.pm
26264 ____________________________________________________________________________
26265 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
26266         Log: Cast.
26267      Branch: perl
26268            ! regexec.c
26269 ____________________________________________________________________________
26270 [ 14036] By: ams                                   on 2002/01/03  12:12:31
26271         Log: Grammar fix suggested by Gwyn Judd.
26272      Branch: perl
26273            ! pod/perldiag.pod
26274 ____________________________________________________________________________
26275 [ 14035] By: nick                                  on 2002/01/03  09:22:42
26276         Log: More strange perlio != mainline differences where
26277              I have not been.
26278      Branch: perlio
26279           !> hints/unicos.sh hints/unicosmk.sh
26280 ____________________________________________________________________________
26281 [ 14034] By: nick                                  on 2002/01/03  09:19:37
26282         Log: Integrate mainline (including force integrate of
26283              lib/charnames.pm which had got out-of-step)
26284      Branch: perlio
26285           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
26286 ____________________________________________________________________________
26287 [ 14033] By: ams                                   on 2002/01/03  08:24:24
26288         Log: Subject: Not ok 14031: PPPort Makefile.PL
26289              From: andreas.koenig@anima.de (Andreas J. Koenig)
26290              Date: 03 Jan 2002 10:17:46 +0100
26291              Message-Id: <m3sn9n94jp.fsf@anima.de>
26292      Branch: perl
26293            ! ext/Devel/PPPort/Makefile.PL
26294 ____________________________________________________________________________
26295 [ 14032] By: nick                                  on 2002/01/03  08:24:00
26296         Log: Integrate mainline.
26297      Branch: perlio
26298           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
26299           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
26300           !> (integrate 31 files)
26301 ____________________________________________________________________________
26302 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
26303         Log: Off-by-one is my middle name.
26304      Branch: perl
26305            ! regexec.c
26306 ____________________________________________________________________________
26307 [ 14030] By: ams                                   on 2002/01/02  23:56:37
26308         Log: Subject: [PATCH @14015] threads::shared disabling
26309              From: Andy Bussey <andybussey@yahoo.co.uk>
26310              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
26311              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
26312      Branch: perl
26313            + ext/threads/shared/t/no_share.t
26314            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
26315 ____________________________________________________________________________
26316 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
26317         Log: Simon's new perlapi scheme, I hope I got all the pieces.
26318      Branch: perl
26319            + autodoc.pl embed.fnc
26320            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
26321 ____________________________________________________________________________
26322 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
26323         Log: Integrate perlio:
26324              
26325              [ 14022]
26326              More PPPort Makefile source dependence removal
26327      Branch: perl
26328           !> ext/Devel/PPPort/Makefile.PL perl.h
26329 ____________________________________________________________________________
26330 [ 14027] By: ams                                   on 2002/01/02  21:42:50
26331         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
26332              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26333              Date: Wed, 2 Jan 2002 23:09:13 +0100
26334              Message-Id: <20020102230913.A17373@rafael>
26335      Branch: perl
26336            ! pod/perldiag.pod
26337 ____________________________________________________________________________
26338 [ 14026] By: ams                                   on 2002/01/02  21:38:34
26339         Log: Subject: Re: PATCH: lib/Term/Cap.pm
26340              From: Jonathan Stowe <gellyfish@gellyfish.com>
26341              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
26342              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
26343      Branch: perl
26344            ! lib/Term/Cap.pm
26345 ____________________________________________________________________________
26346 [ 14025] By: ams                                   on 2002/01/02  18:34:26
26347         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
26348              From: Sam Tregar <sam@tregar.com>
26349              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
26350              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
26351      Branch: perl
26352            ! pod/perldiag.pod t/comp/proto.t toke.c
26353 ____________________________________________________________________________
26354 [ 14024] By: ams                                   on 2002/01/02  18:16:12
26355         Log: Subject: PATCH: lib/Term/Cap.pm
26356              From: Norton Allen <allen@huarp.harvard.edu>
26357              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
26358              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
26359      Branch: perl
26360            ! lib/Term/Cap.pm
26361 ____________________________________________________________________________
26362 [ 14023] By: ams                                   on 2002/01/02  18:12:31
26363         Log: Subject: PATCH: lib/Cwd.pm for QNX4
26364              From: Norton Allen <allen@huarp.harvard.edu>
26365              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
26366              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
26367      Branch: perl
26368            ! lib/Cwd.pm
26369 ____________________________________________________________________________
26370 [ 14022] By: nick                                  on 2002/01/02  18:01:21
26371         Log: More PPPort Makefile source dependence removal
26372      Branch: perlio
26373            ! ext/Devel/PPPort/Makefile.PL
26374 ____________________________________________________________________________
26375 [ 14021] By: nick                                  on 2002/01/02  17:44:36
26376         Log: Sort out muddle of editing on three machines ...
26377      Branch: perlio
26378           !> Changes MANIFEST cygwin/Makefile.SHs
26379           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
26380           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
26381           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
26382 ____________________________________________________________________________
26383 [ 14020] By: ams                                   on 2002/01/02  17:06:27
26384         Log: Fix misplaced application of #14016.
26385      Branch: perl
26386            ! op.c
26387 ____________________________________________________________________________
26388 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
26389         Log: Integrate perlio:
26390              
26391              [ 14017]
26392              Avoid un-init perl_debug_pad in clones
26393      Branch: perl
26394           !> sv.c
26395 ____________________________________________________________________________
26396 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
26397         Log: makedepend VOS fix from Paul Green.
26398      Branch: perl
26399            ! makedepend.SH
26400 ____________________________________________________________________________
26401 [ 14017] By: nick                                  on 2002/01/02  16:09:43
26402         Log: Avoid un-init perl_debug_pad in clones
26403      Branch: perlio
26404            ! sv.c
26405 ____________________________________________________________________________
26406 [ 14016] By: ams                                   on 2002/01/02  15:58:11
26407         Log: Subject: [PATCH] random crash in B::LISTOP::last
26408              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
26409              Date: Wed, 2 Jan 2002 17:37:28 +0100
26410              Message-Id: <3C334558.3906.19CB98D@localhost>
26411      Branch: perl
26412            ! op.c
26413 ____________________________________________________________________________
26414 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
26415         Log: Update Changes.
26416      Branch: perl
26417            ! Changes patchlevel.h
26418 ____________________________________________________________________________
26419 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
26420         Log: One more iteration of the ibcmp_utf8() interface,
26421              hopefully this is a convergent iteration...
26422      Branch: perl
26423            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
26424 ____________________________________________________________________________
26425 [ 14013] By: ams                                   on 2002/01/02  13:43:58
26426         Log: Upgrade to podlators-1.19.
26427      Branch: perl
26428            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
26429            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
26430            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
26431            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
26432            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
26433 ____________________________________________________________________________
26434 [ 14012] By: ams                                   on 2002/01/02  09:48:51
26435         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
26436              From: martyn@inpharmatica.co.uk
26437              Date: Wed, 19 Dec 2001 19:05:00 +0000
26438              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
26439      Branch: perl
26440            ! lib/Pod/Usage.pm
26441 ____________________________________________________________________________
26442 [ 14011] By: nick                                  on 2002/01/02  08:38:18
26443         Log: Integrate mainline
26444      Branch: perlio
26445           !> (integrate 28 files)
26446 ____________________________________________________________________________
26447 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
26448         Log: Make ibcmp_utf8() optionally progress in either string for
26449              as long as it takes and optionally record how far it got.
26450      Branch: perl
26451            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
26452 ____________________________________________________________________________
26453 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
26454         Log: Once more try to get the PPPort Makefile right.
26455      Branch: perl
26456            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
26457 ____________________________________________________________________________
26458 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
26459         Log: -Wall silencing.
26460      Branch: perl
26461            ! utf8.c
26462 ____________________________________________________________________________
26463 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
26464         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
26465              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26466              Date: Tue, 1 Jan 2002 22:45:21 +0100       
26467              Message-ID: <20020101224521.A691@rafael>
26468      Branch: perl
26469            ! ext/B/B/Deparse.pm
26470 ____________________________________________________________________________
26471 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
26472         Log: VOS tweak from Paul Green: VOS has different O_BINARY
26473              and O_TEXT, but VOS always uses LF, never CRLF.
26474      Branch: perl
26475            ! perl.h
26476 ____________________________________________________________________________
26477 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
26478         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
26479      Branch: perl
26480            ! regexec.c utf8.c
26481 ____________________________________________________________________________
26482 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
26483         Log: Now that to_utf8_fold() was fixed.
26484      Branch: perl
26485            ! regcomp.c regexec.c
26486 ____________________________________________________________________________
26487 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
26488         Log: Integrate perlio:
26489              
26490              [ 13991]
26491              Experimental binmode() re-coding (UNIX okay - but it would be...)
26492      Branch: perl
26493           !> perlio.c
26494 ____________________________________________________________________________
26495 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
26496         Log: Document the to_utf8_*() functions.
26497      Branch: perl
26498            ! embed.pl pod/perlapi.pod utf8.c
26499 ____________________________________________________________________________
26500 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
26501         Log: Better support for multicharacter foldings.
26502              Now all but two of the CaseFold.txt cases work-- but
26503              only when the target string is single-character, more
26504              debugging needed.
26505      Branch: perl
26506            ! regexec.c
26507 ____________________________________________________________________________
26508 [ 14000] By: ams                                   on 2002/01/01  15:59:43
26509         Log: Subject: [PATCH] don't installperl pods
26510              From: Nicholas Clark <nick@unfortu.net>
26511              Date: Tue, 1 Jan 2002 16:44:12 +0000
26512              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
26513      Branch: perl
26514            ! installperl
26515 ____________________________________________________________________________
26516 [ 13999] By: ams                                   on 2002/01/01  14:34:04
26517         Log: Subject: [PATCH] perldiag.pod transposition
26518              From: Nicholas Clark <nick@unfortu.net>
26519              Date: Tue, 1 Jan 2002 15:03:52 +0000
26520              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
26521      Branch: perl
26522            ! pod/perldiag.pod
26523 ____________________________________________________________________________
26524 [ 13998] By: ams                                   on 2002/01/01  13:36:49
26525         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
26526              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26527              Date: Tue, 1 Jan 2002 15:12:36 +0100
26528              Message-Id: <20020101151236.A951@rafael>
26529      Branch: perl
26530            ! pod/perldiag.pod
26531 ____________________________________________________________________________
26532 [ 13997] By: ams                                   on 2002/01/01  13:33:06
26533         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
26534              From: Nicholas Clark <nick@unfortu.net>
26535              Date: Tue, 1 Jan 2002 13:13:17 +0000
26536              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
26537      Branch: perl
26538            ! ext/Socket/socketpair.t
26539 ____________________________________________________________________________
26540 [ 13996] By: ams                                   on 2002/01/01  04:44:28
26541         Log: Subject: [PATCH @13746] Leaner exporter
26542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26543              Date: Mon, 31 Dec 2001 18:16:08 -0500
26544              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
26545      Branch: perl
26546            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
26547 ____________________________________________________________________________
26548 [ 13995] By: ams                                   on 2002/01/01  04:29:44
26549         Log: Subject: [PATCH @13746] h2xs broken
26550              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26551              Date: Mon, 31 Dec 2001 17:48:55 -0500
26552              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
26553      Branch: perl
26554            ! utils/h2xs.PL
26555 ____________________________________________________________________________
26556 [ 13994] By: ams                                   on 2002/01/01  04:25:46
26557         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
26558              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26559              Date: Mon, 31 Dec 2001 17:42:25 -0500
26560              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
26561      Branch: perl
26562            ! lib/ExtUtils/MM_Unix.pm
26563 ____________________________________________________________________________
26564 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
26565         Log: Rename the variables to be a bit more consistent.
26566      Branch: perl
26567            ! utf8.c
26568 ____________________________________________________________________________
26569 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
26570         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
26571              (found by Jeffrey Friedl)
26572      Branch: perl
26573            ! regexec.c t/op/pat.t utf8.c
26574 ____________________________________________________________________________
26575 [ 13991] By: nick                                  on 2001/12/31  18:08:55
26576         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
26577      Branch: perlio
26578            ! perlio.c
26579 ____________________________________________________________________________
26580 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
26581         Log: Update Changes.
26582      Branch: perl
26583            ! Changes patchlevel.h
26584 ____________________________________________________________________________
26585 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
26586         Log: Less unused ones.
26587      Branch: perl
26588            ! regexec.c
26589 ____________________________________________________________________________
26590 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
26591         Log: Unused variable.
26592      Branch: perl
26593            ! regcomp.c
26594 ____________________________________________________________________________
26595 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
26596         Log: Forgotten file.
26597      Branch: perl
26598            ! MANIFEST
26599 ____________________________________________________________________________
26600 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
26601         Log: Subject: Re: Cygwin: one down one to go 
26602              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26603              Date: Mon, 31 Dec 2001 18:34:36 +0100
26604              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
26605      Branch: perl
26606            ! cygwin/Makefile.SHs
26607 ____________________________________________________________________________
26608 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
26609         Log: Add some comments to the recent Unicode case-folding saga.
26610      Branch: perl
26611            ! regcomp.c regexec.c
26612 ____________________________________________________________________________
26613 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
26614         Log: Slight comment tweakage.
26615      Branch: perl
26616            ! ext/I18N/Langinfo/Langinfo.t
26617 ____________________________________________________________________________
26618 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
26619         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
26620      Branch: perl
26621            ! perl.h
26622 ____________________________________________________________________________
26623 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
26624         Log: Subject: [ PATCH] Cygwin: one down one to go
26625              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26626              Date: Mon, 31 Dec 2001 17:03:40 +0100
26627              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
26628      Branch: perl
26629            ! lib/Pod/t/basic.t
26630 ____________________________________________________________________________
26631 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
26632         Log: Tweak the dependencies not to recompile everytime,
26633              as suggested by NI-S.
26634      Branch: perl
26635            ! ext/Devel/PPPort/Makefile.PL
26636 ____________________________________________________________________________
26637 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
26638         Log: Planning still not right.
26639      Branch: perl
26640            ! lib/User/grent.t
26641 ____________________________________________________________________________
26642 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
26643         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
26644              From: Michael G Schwern <schwern@pobox.com>
26645              Date: Sun, 30 Dec 2001 18:07:55 -0500
26646              Message-ID: <20011230230755.GG12840@blackrider>
26647              
26648              (lib/User/grent, really)
26649      Branch: perl
26650            ! lib/User/grent.t
26651 ____________________________________________________________________________
26652 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
26653         Log: Integrate perlio:
26654              
26655              [ 13975]
26656              perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
26657              if PerlIONext is NULL.
26658      Branch: perl
26659           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
26660 ____________________________________________________________________________
26661 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
26662         Log: Subject: typo in IO::Socket::INET.pm
26663              From: mjd@plover.com
26664              Date: 31 Dec 2001 14:31:10 -0000
26665              Message-ID: <20011231143110.4989.qmail@plover.com>
26666      Branch: perl
26667            ! ext/IO/lib/IO/Socket/INET.pm
26668 ____________________________________________________________________________
26669 [ 13976] By: nick                                  on 2001/12/31  13:56:11
26670         Log: Integrate mainline
26671      Branch: perlio
26672           !> (integrate 29 files)
26673 ____________________________________________________________________________
26674 [ 13975] By: nick                                  on 2001/12/31  12:40:50
26675         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
26676              if PerlIONext is NULL.
26677      Branch: perlio
26678            ! perlio.c perliol.h
26679 ____________________________________________________________________________
26680 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
26681         Log: Subject: Re: [PATCH] Basic bad prototype detection
26682              From: Sam Tregar <sam@tregar.com>
26683              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
26684              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
26685      Branch: perl
26686            ! t/comp/proto.t toke.c
26687 ____________________________________________________________________________
26688 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
26689         Log: Subject: [PATCH] configure.com / scriptdirexp
26690              From: "Craig A. Berry" <craigberry@mac.com>
26691              Date: Sun, 30 Dec 2001 15:47:28 -0600
26692              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
26693      Branch: perl
26694            ! configure.com
26695 ____________________________________________________________________________
26696 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
26697         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
26698              From: Abe Timmerman <abe@ztreet.demon.nl>
26699              Date: Mon, 31 Dec 2001 03:55:27 +0100
26700              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
26701      Branch: perl
26702            ! lib/ExtUtils/t/MM_Win32.t
26703 ____________________________________________________________________________
26704 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
26705         Log: Subject: [PATCH] Basic bad prototype detection
26706              From: Sam Tregar <sam@tregar.com> 
26707              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
26708              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
26709      Branch: perl
26710            ! pod/perldiag.pod t/comp/proto.t toke.c
26711 ____________________________________________________________________________
26712 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
26713         Log: Makefiles are sloppy about the exe suffix
26714              (from Paul Green)
26715      Branch: perl
26716            ! Makefile.SH x2p/Makefile.SH
26717 ____________________________________________________________________________
26718 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
26719         Log: Delay folding until necessary; start of handling
26720              folding into several characters.
26721      Branch: perl
26722            ! regcomp.c regexec.c
26723 ____________________________________________________________________________
26724 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
26725         Log: gcc -Wall dewhine.
26726      Branch: perl
26727            ! regexec.c
26728 ____________________________________________________________________________
26729 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
26730         Log: More Unicode folding tweaks, avoid potential false matches.
26731      Branch: perl
26732            ! regexec.c
26733 ____________________________________________________________________________
26734 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
26735         Log: Make that six wrongs.
26736      Branch: perl
26737            ! regexec.c utf8.c
26738 ____________________________________________________________________________
26739 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
26740         Log: Four wrongs can make a right.
26741      Branch: perl
26742            ! regexec.c utf8.c
26743 ____________________________________________________________________________
26744 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
26745         Log: Fix all the I case foldings as per CaseFold.txt.
26746      Branch: perl
26747            ! regcomp.c regexec.c
26748 ____________________________________________________________________________
26749 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
26750         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
26751      Branch: perl
26752            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
26753            ! regexec.c utf8.c
26754 ____________________________________________________________________________
26755 [ 13962] By: nick                                  on 2001/12/30  18:33:41
26756         Log: Integrate 8.3 fix for PPPort fix
26757      Branch: perlio
26758           +> ext/Devel/PPPort/ppport_h.PL
26759            - ext/Devel/PPPort/ppport.h.PL
26760            ! ext/Devel/PPPort/MANIFEST
26761           !> ext/Devel/PPPort/Makefile.PL
26762 ____________________________________________________________________________
26763 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
26764         Log: Integrate perlio:
26765              
26766              [ 13959]
26767              Win32 stuff:
26768              A. Use Perl_my_socketpair()
26769              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
26770              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
26771              take special measures to set it during pseudo-fork.
26772      Branch: perl
26773           !> util.c win32/perlhost.h
26774 ____________________________________________________________________________
26775 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
26776         Log: Fix ppport.h for Unix.
26777      Branch: perl
26778            + ext/Devel/PPPort/ppport_h.PL
26779            - ext/Devel/PPPort/ppport.h.PL
26780            ! MANIFEST ext/Devel/PPPort/Makefile.PL
26781 ____________________________________________________________________________
26782 [ 13959] By: nick                                  on 2001/12/30  16:53:42
26783         Log: Win32 stuff:
26784              A. Use Perl_my_socketpair()
26785              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
26786              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
26787              take special measures to set it during pseudo-fork.
26788      Branch: perlio
26789            ! util.c win32/perlhost.h
26790 ____________________________________________________________________________
26791 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
26792         Log: Integrate perlio:
26793              
26794              [ 13950]
26795              Win32 hides some errno-oid constants in <winsock.h> under assumed names.
26796              This gets them into Errno.pm - yet to prove they end up in $!.
26797              
26798              [ 13948]
26799              remove embed.pl duplicates
26800              
26801              [ 13944]
26802              "Port" Devel::PPPort to Win32:
26803              - need to set @INC before use in the test
26804              - {} are special to dmake, so use ppport.h.PL
26805              rather than commandline 
26806      Branch: perl
26807           +> ext/Devel/PPPort/ppport.h.PL
26808           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
26809           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
26810           !> proto.h
26811 ____________________________________________________________________________
26812 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
26813         Log: metaconfig unit change for #13956.
26814      Branch: metaconfig
26815            ! U/modified/spitshell.U
26816 ____________________________________________________________________________
26817 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
26818         Log: Must look for cat also in $PATH (noticed by Philip Newton).
26819      Branch: perl
26820            ! Configure
26821 ____________________________________________________________________________
26822 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
26823         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
26824              From: Blair Zajac <blair@orcaware.com>
26825              Date: Sat, 29 Dec 2001 22:37:03 -0800
26826              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
26827      Branch: perl
26828            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
26829 ____________________________________________________________________________
26830 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
26831         Log: Regen files.
26832      Branch: perl
26833            ! embed.h global.sym pod/perlapi.pod uconfig.h
26834 ____________________________________________________________________________
26835 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
26836         Log: Subject: [PATCH] -t without -w 
26837              From: Michael G Schwern <schwern@pobox.com>
26838              Date: Sat, 29 Dec 2001 23:46:25 -0500
26839              Message-ID: <20011230044625.GA14386@blackrider>
26840      Branch: perl
26841            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
26842            ! warnings.pl
26843 ____________________________________________________________________________
26844 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
26845         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
26846              From: Dave Rolsky <autarch@urth.org>               
26847              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
26848              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
26849              
26850              $^O is NetWare, not Netware.
26851      Branch: perl
26852            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
26853 ____________________________________________________________________________
26854 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
26855         Log: Sarathy thinks undoing C++ comments from C++ files
26856              is a bit too zealous.
26857      Branch: perl
26858            ! win32/perlhost.h win32/vmem.h
26859 ____________________________________________________________________________
26860 [ 13950] By: nick                                  on 2001/12/30  14:30:02
26861         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
26862              This gets them into Errno.pm - yet to prove they end up in $!.
26863      Branch: perlio
26864            ! ext/Errno/Errno_pm.PL
26865 ____________________________________________________________________________
26866 [ 13949] By: nick                                  on 2001/12/30  12:02:21
26867         Log: Integrate Cwd muddle
26868      Branch: perlio
26869           !> MANIFEST installperl lib/Cwd.pm
26870 ____________________________________________________________________________
26871 [ 13948] By: nick                                  on 2001/12/30  11:51:40
26872         Log: remove embed.pl duplicates
26873      Branch: perlio
26874            ! embed.h embed.pl global.sym proto.h
26875 ____________________________________________________________________________
26876 [ 13947] By: nick                                  on 2001/12/30  11:35:51
26877         Log: More Cwd tidy up
26878      Branch: perl
26879            ! MANIFEST installperl
26880 ____________________________________________________________________________
26881 [ 13946] By: nick                                  on 2001/12/30  11:12:42
26882         Log: Undo a mess trying Cwd.pm in its ext directory
26883      Branch: perl
26884            + lib/Cwd.pm
26885            - ext/Cwd/Cwd.pm
26886 ____________________________________________________________________________
26887 [ 13945] By: nick                                  on 2001/12/30  10:03:43
26888         Log: Integrate mainline
26889      Branch: perl
26890           +> ext/Cwd/Cwd.pm
26891            - lib/Cwd.pm
26892            ! MANIFEST
26893      Branch: perlio
26894           !> (integrate 45 files)
26895 ____________________________________________________________________________
26896 [ 13944] By: nick                                  on 2001/12/30  09:27:16
26897         Log: "Port" Devel::PPPort to Win32:
26898              - need to set @INC before use in the test
26899              - {} are special to dmake, so use ppport.h.PL
26900              rather than commandline 
26901      Branch: perlio
26902            + ext/Devel/PPPort/ppport.h.PL
26903            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
26904 ____________________________________________________________________________
26905 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
26906         Log: Update Changes.
26907      Branch: perl
26908            ! Changes patchlevel.h
26909 ____________________________________________________________________________
26910 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
26911         Log: Subject: [PATCH] cleaner close on tests, take 2
26912              From: andreas.koenig@anima.de (Andreas J. Koenig)
26913              Date: 29 Dec 2001 21:42:37 +0100
26914              Message-ID: <m33d1tvjuq.fsf@anima.de>
26915              
26916              (the DB_File patches)
26917      Branch: perl
26918            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
26919            ! ext/DB_File/t/db-recno.t
26920 ____________________________________________________________________________
26921 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
26922         Log: Integrate perlio:
26923              
26924              [ 13936]
26925              Routine regen_config_h - no real differences other than order of crypt 
26926      Branch: perl
26927           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26928 ____________________________________________________________________________
26929 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
26930         Log: Subject: [PATCH] cleaner close on tests, take 2             
26931              From: andreas.koenig@anima.de (Andreas J. Koenig)
26932              Date: 29 Dec 2001 21:42:37 +0100
26933              Message-ID: <m33d1tvjuq.fsf@anima.de>
26934              
26935              (except for the three DB_File patch fragments)
26936      Branch: perl
26937            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
26938            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
26939            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
26940            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
26941            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
26942            ! t/op/runlevel.t t/op/write.t t/run/switches.t
26943 ____________________________________________________________________________
26944 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
26945         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
26946              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26947              Date: Sat, 29 Dec 2001 20:38:59 +0100
26948              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
26949              
26950              (NetWare tree not touched because it's very //)
26951      Branch: perl
26952            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
26953            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
26954            ! wince/include/errno.h wince/include/netdb.h
26955            ! wince/include/sys/socket.h wince/include/sys/stat.h
26956            ! wince/perllib.c wince/perlmain.c wince/win32.h
26957            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
26958            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
26959 ____________________________________________________________________________
26960 [ 13938] By: nick                                  on 2001/12/29  19:23:32
26961         Log: Integrate mainline (ok linux)
26962      Branch: perlio
26963           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
26964           !> (integrate 33 files)
26965 ____________________________________________________________________________
26966 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
26967         Log: Give up on serious testing of langinfo().  Leave the old
26968              code in place, though.
26969      Branch: perl
26970            ! ext/I18N/Langinfo/Langinfo.t
26971 ____________________________________________________________________________
26972 [ 13936] By: nick                                  on 2001/12/29  18:20:33
26973         Log: Routine regen_config_h - no real differences other than order of crypt 
26974      Branch: perlio
26975            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26976 ____________________________________________________________________________
26977 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
26978         Log: Integrate perlio:
26979              
26980              [ 13934]
26981              Fudge Config.pm so File::Spec does not croak.
26982              
26983              [ 13931]
26984              Define the two socket error numbers in terms of WSAEXXXXX equivalents
26985              (just to get util.c to compile)
26986      Branch: perl
26987           !> win32/FindExt.pm win32/win32.h
26988 ____________________________________________________________________________
26989 [ 13934] By: nick                                  on 2001/12/29  17:27:50
26990         Log: Fudge Config.pm so File::Spec does not croak.
26991      Branch: perlio
26992            ! win32/FindExt.pm
26993 ____________________________________________________________________________
26994 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
26995         Log: metaconfig unit changes for #13932.
26996      Branch: metaconfig
26997            + U/modified/Init.U
26998            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
26999 ____________________________________________________________________________
27000 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
27001         Log: VOS tweaks from Paul Green.
27002              
27003              The Configure tweaks: the _exe needs to be
27004              set after the init; VOS has fd 3 hardwired to /dev/tty;
27005              the grep/ln/make substitutions really need to stick.
27006      Branch: perl
27007            ! Configure hints/vos.sh perl.h util.c vos/build.cm
27008            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27009            ! vos/config.ga.h vos/vosish.h
27010 ____________________________________________________________________________
27011 [ 13931] By: nick                                  on 2001/12/29  17:00:38
27012         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
27013              (just to get util.c to compile)
27014      Branch: perlio
27015            ! win32/win32.h
27016 ____________________________________________________________________________
27017 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
27018         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
27019              From: coral@eekeek.org
27020              Date: Fri, 28 Dec 2001 19:58:22 -0500      
27021              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
27022      Branch: perl
27023            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
27024            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
27025            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
27026            ! pod/perlunicode.pod pod/perlxs.pod util.c
27027 ____________________________________________________________________________
27028 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
27029         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
27030      Branch: perl
27031            ! t/op/exec.t
27032 ____________________________________________________________________________
27033 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
27034         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
27035              From: Abe Timmerman <abe@ztreet.demon.nl>
27036              Date: Sat, 29 Dec 2001 13:10:06 +0100
27037              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
27038      Branch: perl
27039            + lib/Pod/t/InputObjects.t
27040 ____________________________________________________________________________
27041 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
27042         Log: Integrate perlio:
27043              
27044              [ 13926]
27045              Nick Clark's embed.pl fix for my_socketpair
27046              
27047              [ 13923]
27048              Quick fix (after couple of clever fixes failed) for
27049              "accept leaks memory" fail [ID 20011223.001]
27050      Branch: perl
27051           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
27052 ____________________________________________________________________________
27053 [ 13926] By: nick                                  on 2001/12/29  15:23:21
27054         Log: Nick Clark's embed.pl fix for my_socketpair
27055      Branch: perlio
27056            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
27057 ____________________________________________________________________________
27058 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
27059         Log: Slight tweaks on the MM_Win32.t.
27060      Branch: perl
27061            ! lib/ExtUtils/t/MM_Win32.t
27062 ____________________________________________________________________________
27063 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
27064         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
27065              From: Abe Timmerman <abe@ztreet.demon.nl>
27066              Date: Sat, 29 Dec 2001 12:51:36 +0100
27067              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
27068      Branch: perl
27069            + lib/ExtUtils/t/MM_Win32.t
27070            ! MANIFEST
27071 ____________________________________________________________________________
27072 [ 13923] By: nick                                  on 2001/12/29  15:12:07
27073         Log: Quick fix (after couple of clever fixes failed) for
27074              "accept leaks memory" fail [ID 20011223.001]
27075      Branch: perlio
27076            ! pp_sys.c
27077 ____________________________________________________________________________
27078 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
27079         Log: Subject: [PATCH] Module names and other nits
27080              From: Autrijus Tang <autrijus@autrijus.org>                 
27081              Date: Sat, 29 Dec 2001 01:59:28 +0800
27082              Message-ID: <20011229015928.A29712@geb.elixus.org>              
27083      Branch: perl
27084            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
27085            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
27086            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
27087            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
27088            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
27089 ____________________________________________________________________________
27090 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
27091         Log: socketpair tweaks from Nicholas Clark.
27092      Branch: perl
27093            ! ext/Socket/socketpair.t util.c
27094 ____________________________________________________________________________
27095 [ 13920] By: nick                                  on 2001/12/29  12:36:21
27096         Log: Integrate mainline
27097      Branch: perlio
27098           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
27099           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
27100           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
27101           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
27102           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
27103           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
27104           !> t/op/sysio.t
27105 ____________________________________________________________________________
27106 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
27107         Log: Retract #13917.
27108      Branch: perl
27109            ! doop.c
27110 ____________________________________________________________________________
27111 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
27112         Log: Subject: provisional MakeMaker patch for VMS
27113              From: "Craig A. Berry" <craigberry@mac.com> 
27114              Date: Thu, 27 Dec 2001 22:29:37 -0600
27115              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
27116      Branch: perl
27117            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
27118 ____________________________________________________________________________
27119 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
27120         Log: (retracted by #13919)
27121      Branch: perl
27122            ! doop.c
27123 ____________________________________________________________________________
27124 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
27125         Log: metaconfig unit change for #13915.
27126      Branch: metaconfig/U/perl
27127            ! d_u32align.U
27128 ____________________________________________________________________________
27129 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
27130         Log: Remove debris in any case.
27131      Branch: perl
27132            ! Configure
27133 ____________________________________________________________________________
27134 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
27135         Log: Subject: [PATCH] Re: B::walksymtable oddness
27136              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
27137              Date: Thu, 27 Dec 2001 19:14:24 +0100
27138              Message-ID: <3C2B7310.861.18820D0@localhost>
27139      Branch: perl
27140            ! ext/B/B.pm
27141 ____________________________________________________________________________
27142 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
27143         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
27144              From: Nicholas Clark <nick@unfortu.net> 
27145              Date: Fri, 28 Dec 2001 00:43:02 +0000
27146              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
27147      Branch: perl
27148            ! ext/Socket/socketpair.t
27149 ____________________________________________________________________________
27150 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
27151         Log: Fast Latin1<->UTF-8 conversion for older Perls.
27152      Branch: perl
27153            ! pod/perluniintro.pod
27154 ____________________________________________________________________________
27155 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
27156         Log: Update Changes.
27157      Branch: perl
27158            ! Changes patchlevel.h
27159 ____________________________________________________________________________
27160 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
27161         Log: More wait status trickery for BeOS.
27162      Branch: perl
27163            ! ext/POSIX/POSIX.xs
27164 ____________________________________________________________________________
27165 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
27166         Log: metaconfig unit change for #13908.
27167      Branch: metaconfig/U/perl
27168            ! d_u32align.U
27169 ____________________________________________________________________________
27170 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
27171         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
27172      Branch: perl
27173            ! Configure
27174 ____________________________________________________________________________
27175 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
27176         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
27177              From: gbarr@monty.mutatus.co.uk
27178              Date: 27 Dec 2001 14:41:36 -0000
27179              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
27180      Branch: perl
27181            ! lib/ExtUtils/t/Embed.t
27182 ____________________________________________________________________________
27183 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
27184         Log: Subject: [PATCH] Re: socketpair emulation
27185              From: Nicholas Clark <nick@unfortu.net> 
27186              Date: Wed, 26 Dec 2001 20:08:14 +0000
27187              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
27188      Branch: perl
27189            ! ext/Socket/socketpair.t
27190 ____________________________________________________________________________
27191 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
27192         Log: Subject: [DOC PATCH] left is right and right is left
27193              From: Philip Newton <Philip.Newton@gmx.net>
27194              Date: Thu, 27 Dec 2001 10:04:17 +0100
27195              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
27196      Branch: perl
27197            ! pod/perlfunc.pod pod/perlport.pod
27198 ____________________________________________________________________________
27199 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
27200         Log: Subject: [PATCH] check return of close
27201              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27202              Date: 27 Dec 2001 09:47:30 +0100
27203              Message-ID: <m3ellhgicd.fsf@anima.de> 
27204              
27205              Subject: [PATCH] improve error reporting
27206              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27207              Date: 27 Dec 2001 09:54:55 +0100
27208              Message-ID: <m3adw5gi00.fsf@anima.de> 
27209              
27210              Subject: [PATCH] check return value of close
27211              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27212              Date: 27 Dec 2001 10:03:55 +0100
27213              Message-ID: <m3666tghl0.fsf@anima.de> 
27214              
27215              Subject: [PATCH] return of close
27216              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27217              Date: 27 Dec 2001 10:22:15 +0100
27218              Message-ID: <m31yhhggqg.fsf@anima.de> 
27219      Branch: perl
27220            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
27221            ! t/io/fflush.t
27222 ____________________________________________________________________________
27223 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
27224         Log: Subject: [PATCH] check return of close
27225              From: andreas.koenig@anima.de (Andreas J. Koenig)            
27226              Date: 27 Dec 2001 09:47:30 +0100
27227              Message-ID: <m3ellhgicd.fsf@anima.de> 
27228      Branch: perl
27229            ! t/base/rs.t
27230 ____________________________________________________________________________
27231 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
27232         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
27233              From: andreas.koenig@anima.de (Andreas J. Koenig)
27234              Date: 27 Dec 2001 09:21:16 +0100
27235              Message-ID: <m3n105gjk3.fsf@anima.de>
27236      Branch: perl
27237            ! t/op/sysio.t
27238 ____________________________________________________________________________
27239 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
27240         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
27241              From: "Gerrit P. Haase" <gp@familiehaase.de>
27242              Date: Thu, 27 Dec 2001 09:23:55 +0100 
27243              Message-ID: <98211521662.20011227092355@familiehaase.de>
27244      Branch: perl
27245            ! lib/ExtUtils/t/MM_Cygwin.t
27246 ____________________________________________________________________________
27247 [ 13900] By: nick                                  on 2001/12/27  11:11:51
27248         Log: Integrate mainline
27249      Branch: perlio
27250           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
27251           +> lib/File/Spec/NW5.pm
27252           !> (integrate 52 files)
27253 ____________________________________________________________________________
27254 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
27255         Log: Replace the awful (most likely generated and not very persistent)
27256              URL with something tangible.
27257      Branch: perl
27258            ! README.hpux
27259 ____________________________________________________________________________
27260 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
27261         Log: Naughty /dev/printer (ls -l, really) of IRIX.
27262      Branch: perl
27263            ! t/op/stat.t
27264 ____________________________________________________________________________
27265 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
27266         Log: Upgrade to Net::Ping 2.10.
27267      Branch: perl
27268            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
27269            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
27270            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
27271            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
27272 ____________________________________________________________________________
27273 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
27274         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
27275              (this showed up in Benchmark.t)
27276      Branch: perl
27277            ! pp_sys.c
27278 ____________________________________________________________________________
27279 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
27280         Log: BeOS updates.
27281      Branch: perl
27282            ! README.beos beos/beos.c
27283 ____________________________________________________________________________
27284 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
27285         Log: Subject: Re: bleadperl doesn't compile
27286              From: "Gerrit P. Haase" <gp@familiehaase.de>
27287              Date: Wed, 26 Dec 2001 21:29:08 +0100
27288              Message-ID: <22168634623.20011226212908@familiehaase.de>
27289              
27290              Cygwin with multiplicity.
27291      Branch: perl
27292            ! perlio.c
27293 ____________________________________________________________________________
27294 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
27295         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
27296              From: Nicholas Clark <nick@ccl4.org>
27297              Date: Wed, 26 Dec 2001 19:07:33 +0000
27298              Message-ID: <20011226190732.J48842@plum.flirble.org>            
27299              
27300              socketpair() (un)signedness nit.
27301      Branch: perl
27302            ! util.c
27303 ____________________________________________________________________________
27304 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
27305         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
27306              From: Nicholas Clark <nick@ccl4.org>
27307              Date: Wed, 26 Dec 2001 19:19:47 +0000
27308              Message-ID: <20011226191946.K48842@plum.flirble.org>
27309              
27310              Use report_evil_fh().
27311      Branch: perl
27312            ! doio.c
27313 ____________________________________________________________________________
27314 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
27315         Log: Bad $? assumptions.
27316      Branch: perl
27317            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
27318 ____________________________________________________________________________
27319 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
27320         Log: Net::Ping isn't going to work much without
27321              the Socket extension; fail more gracefully.
27322      Branch: perl
27323            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
27324            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
27325            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
27326            ! lib/Net/Ping/t/300_ping_stream.t
27327 ____________________________________________________________________________
27328 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
27329         Log: metaconfig unit change for #13888.
27330      Branch: metaconfig
27331            ! U/modified/Oldconfig.U
27332 ____________________________________________________________________________
27333 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
27334         Log: test -d /system is a bit too generic test for VOS
27335              (false hit in BeOS)
27336      Branch: perl
27337            ! Configure
27338 ____________________________________________________________________________
27339 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
27340         Log: No AF_UNIX in BeOS.
27341      Branch: perl
27342            ! util.c
27343 ____________________________________________________________________________
27344 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
27345         Log: FAQ sync.
27346      Branch: perl
27347            ! pod/perlfaq5.pod
27348 ____________________________________________________________________________
27349 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
27350         Log: Update Changes.
27351      Branch: perl
27352            ! Changes patchlevel.h
27353 ____________________________________________________________________________
27354 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
27355         Log: Make -t equal -tw.
27356      Branch: perl
27357            ! perl.c pod/perlrun.pod
27358 ____________________________________________________________________________
27359 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
27360         Log: Subject: Re: Not OK 13881
27361              From: John Peacock <jpeacock@rowman.com>
27362              Date: Tue, 25 Dec 2001 06:02:12 -0500
27363              Message-ID: <3C285CB4.8040006@rowman.com>
27364      Branch: perl
27365            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
27366 ____________________________________________________________________________
27367 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
27368         Log: Subject: Re: Not OK 13881
27369              From: andreas.koenig@anima.de (Andreas J. Koenig)
27370              Date: 25 Dec 2001 07:33:23 +0100
27371              Message-ID: <m3bsgnajws.fsf@anima.de>
27372      Branch: perl
27373            ! op.c
27374 ____________________________________________________________________________
27375 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
27376         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
27377              From: Mark-Jason Dominus <mjd@plover.com>    
27378              Date: Mon, 24 Dec 2001 18:14:48 -0500
27379              Message-ID: <20011224231448.25826.qmail@plover.com>
27380      Branch: perl
27381            ! op.c t/op/eval.t
27382 ____________________________________________________________________________
27383 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
27384         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
27385              From: Dave Rolsky <autarch@urth.org>
27386              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
27387              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
27388      Branch: perl
27389            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
27390            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
27391            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
27392            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
27393            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
27394 ____________________________________________________________________________
27395 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
27396         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
27397              From: Jeffrey Friedl <jfriedl@yahoo.com>
27398              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
27399              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
27400              
27401              The rest of the tests for plus few extras.
27402      Branch: perl
27403            ! t/op/pat.t
27404 ____________________________________________________________________________
27405 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
27406         Log: metaconfig unit change for #13877.
27407      Branch: metaconfig
27408            ! U/modified/Unix.U
27409 ____________________________________________________________________________
27410 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
27411         Log: No-op.
27412      Branch: perl
27413            ! Configure
27414 ____________________________________________________________________________
27415 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
27416         Log: More constant casting.
27417      Branch: perl
27418            ! regexec.c
27419 ____________________________________________________________________________
27420 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
27421         Log: Subject: perlhack.pod 
27422              From: "John P. Linderman" <jpl@research.att.com>
27423              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
27424              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
27425      Branch: perl
27426            ! pod/perlhack.pod
27427 ____________________________________________________________________________
27428 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
27429         Log: File::Find patch patches from Thomas Wegner.
27430      Branch: perl
27431            ! lib/File/Find.pm
27432 ____________________________________________________________________________
27433 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
27434         Log: Subject: Re: socketpair emulation 
27435              From: Nicholas Clark <nick@unfortu.net>                 
27436              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
27437              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
27438      Branch: perl
27439            ! ext/Socket/socketpair.t
27440 ____________________________________________________________________________
27441 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
27442         Log: Must cast constants if they can be quads.
27443      Branch: perl
27444            ! regcomp.c
27445 ____________________________________________________________________________
27446 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
27447         Log: Promote the e/uid to wide enough un/signed integers
27448              and printf them as such.
27449      Branch: perl
27450            ! taint.c
27451 ____________________________________________________________________________
27452 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
27453         Log: metaconfig unit change for #13869.
27454      Branch: metaconfig/U/perl
27455            ! d_u32align.U
27456 ____________________________________________________________________________
27457 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
27458         Log: The U32 alignment test wasn't really working, noticed
27459              by Paul Green.  Now the test works, but this means that
27460              we may see coredumps from the test.   I sure hope MMUless
27461              places don't crash on the test.
27462      Branch: perl
27463            ! Configure
27464 ____________________________________________________________________________
27465 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
27466         Log: metaconfig unit changes for #13867.
27467      Branch: metaconfig
27468            ! U/compline/nblock_io.U U/modified/Unix.U
27469            ! U/modified/spitshell.U
27470 ____________________________________________________________________________
27471 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
27472         Log: More VOS tweaks.
27473      Branch: perl
27474            ! Configure
27475 ____________________________________________________________________________
27476 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
27477         Log: The funky final sigma casefolding.
27478      Branch: perl
27479            ! regcomp.c regexec.c t/op/pat.t utf8.h
27480 ____________________________________________________________________________
27481 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
27482         Log: Update Changes.
27483      Branch: perl
27484            ! Changes patchlevel.h
27485 ____________________________________________________________________________
27486 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
27487         Log: Move the \C and \X to pat.t.
27488      Branch: perl
27489            ! t/op/pat.t t/op/re_tests
27490 ____________________________________________________________________________
27491 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
27492         Log: More logical test ordering.
27493      Branch: perl
27494            ! perl.h
27495 ____________________________________________________________________________
27496 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
27497         Log: Integrate perlio:
27498              
27499              [ 13854]
27500              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
27501              
27502              [ 13853]
27503              Put PerlIO stuff inside EXTERN C
27504              
27505              [ 13852]
27506              Add at least the "important" PerlIO_xxxx functions to embed.pl
27507              so that they get implicit pTHX_ and we can avoid slow dTHX.
27508      Branch: perl
27509           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
27510           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
27511           !> win32/win32.c
27512 ____________________________________________________________________________
27513 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
27514         Log: Even more \X fixing.
27515      Branch: perl
27516            ! regexec.c t/op/pat.t
27517 ____________________________________________________________________________
27518 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
27519         Log: More \X fixing.
27520      Branch: perl
27521            ! regexec.c t/op/pat.t
27522 ____________________________________________________________________________
27523 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
27524         Log: Fix encoding pragma.
27525      Branch: perl
27526            ! regcomp.c
27527 ____________________________________________________________________________
27528 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
27529         Log: Subject: socketpair emulation
27530              From: Nicholas Clark <nick@unfortu.net>
27531              Date: Sat, 22 Dec 2001 18:38:18 +0000
27532              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
27533      Branch: perl
27534            + ext/Socket/socketpair.t
27535            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
27536            ! pp_sys.c proto.h util.c
27537 ____________________________________________________________________________
27538 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
27539         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
27540              From: Jeffrey Friedl <jfriedl@yahoo.com>
27541              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
27542              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
27543              
27544              (partially applied, most of the new tests need to be rethought)
27545      Branch: perl
27546            ! regcomp.c t/op/re_tests
27547 ____________________________________________________________________________
27548 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
27549         Log: Small tweaks.
27550      Branch: perl
27551            ! handy.h regexec.c
27552 ____________________________________________________________________________
27553 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
27554         Log: Unicode casefolding continues.
27555              (lib/encoding.t still failing.)
27556      Branch: perl
27557            ! regexec.c t/op/pat.t
27558 ____________________________________________________________________________
27559 [ 13854] By: nick                                  on 2001/12/22  20:01:27
27560         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
27561      Branch: perlio
27562            ! makedef.pl perlio.h perlio.sym win32/win32.c
27563 ____________________________________________________________________________
27564 [ 13853] By: nick                                  on 2001/12/22  19:58:53
27565         Log: Put PerlIO stuff inside EXTERN C
27566      Branch: perlio
27567            ! embed.pl proto.h
27568 ____________________________________________________________________________
27569 [ 13852] By: nick                                  on 2001/12/22  18:04:34
27570         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
27571              so that they get implicit pTHX_ and we can avoid slow dTHX.
27572      Branch: perlio
27573            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
27574            ! perlio.h pod/perlapi.pod proto.h
27575 ____________________________________________________________________________
27576 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
27577         Log: metaconfig unit change for #13850.
27578      Branch: metaconfig
27579            ! U/modified/Loc.U
27580 ____________________________________________________________________________
27581 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
27582         Log: Rework the make logic (again).
27583      Branch: perl
27584            ! Configure
27585 ____________________________________________________________________________
27586 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
27587         Log: Integrate perlio:
27588              
27589              [ 13848]
27590              The CR at EOF fix earlier broke CR at end-of-buffer.
27591              This should be okay for both?
27592              
27593              [ 13847]
27594              Correct checking code which Ilya spotted was tripped by CR at EOF.
27595              Also tone down perl -DP tracing of sv_gets.
27596              
27597              [ 13846]
27598              Fix mis-parse of autoloaded usage code by declaring the sub
27599      Branch: perl
27600            ! regexec.c
27601           !> ext/POSIX/POSIX.pm perlio.c sv.c
27602 ____________________________________________________________________________
27603 [ 13848] By: nick                                  on 2001/12/22  15:11:17
27604         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
27605              This should be okay for both?
27606      Branch: perlio
27607            ! perlio.c
27608 ____________________________________________________________________________
27609 [ 13847] By: nick                                  on 2001/12/22  12:26:32
27610         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
27611              Also tone down perl -DP tracing of sv_gets.
27612      Branch: perlio
27613            ! perlio.c sv.c
27614 ____________________________________________________________________________
27615 [ 13846] By: nick                                  on 2001/12/22  10:49:27
27616         Log: Fix mis-parse of autoloaded usage code by declaring the sub
27617      Branch: perlio
27618            ! ext/POSIX/POSIX.pm
27619 ____________________________________________________________________________
27620 [ 13845] By: nick                                  on 2001/12/22  10:44:11
27621         Log: Integrate mainline - some fails:
27622              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
27623              -------------------------------------------------------------------------------
27624              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
27625              ../lib/encoding.t                    19    2  10.53%  17-18
27626              op/pat.t                            770    3   0.39%  754-755 757
27627      Branch: perlio
27628           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
27629           !> (integrate 36 files)
27630 ____________________________________________________________________________
27631 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
27632         Log: More Unicode casing fixes.
27633      Branch: perl
27634            ! regexec.c t/op/pat.t
27635 ____________________________________________________________________________
27636 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
27637         Log: Unicode casefolding fixes.
27638      Branch: perl
27639            ! op.c regcomp.c regexec.c t/op/pat.t
27640 ____________________________________________________________________________
27641 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
27642         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
27643              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
27644              Date: Sat, 22 Dec 2001 00:01:29 +0100
27645              Message-ID: <20011222000129.A713@rafael>
27646      Branch: perl
27647            ! ext/B/B/Deparse.pm
27648 ____________________________________________________________________________
27649 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
27650         Log: VOS config from Paul Green.
27651      Branch: perl
27652            ! hints/vos.sh
27653 ____________________________________________________________________________
27654 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
27655         Log: Subject: [PATCH @13746] CreateTTY on OS/2
27656              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27657              Date: Fri, 21 Dec 2001 15:59:45 -0500
27658              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
27659      Branch: perl
27660            ! lib/perl5db.pl
27661 ____________________________________________________________________________
27662 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
27663         Log: Subject: [PATCH @13746] uninstalled build of modules broken
27664              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27665              Date: Fri, 21 Dec 2001 15:49:09 -0500
27666              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
27667      Branch: perl
27668            ! lib/ExtUtils/MM_Unix.pm
27669 ____________________________________________________________________________
27670 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
27671         Log: Subject: [PATCH @13746] OS/2 File::* modules
27672              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27673              Date: Fri, 21 Dec 2001 15:43:24 -0500
27674              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
27675      Branch: perl
27676            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
27677 ____________________________________________________________________________
27678 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
27679         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
27680              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27681              Date: Fri, 21 Dec 2001 17:29:07 +0100
27682              Message-ID: <3C236353.6625C4C0@alcatel.at>
27683      Branch: perl
27684            ! pod/perltie.pod
27685 ____________________________________________________________________________
27686 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
27687         Log: metaconfig unit changes for #13835
27688      Branch: metaconfig
27689            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
27690            ! U/modified/sh.U
27691 ____________________________________________________________________________
27692 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
27693         Log: Further VOS tweaks: the _exe needs to be introduced
27694              in the very beginning, and the make/gmake needs special
27695              VOS logic.
27696      Branch: perl
27697            ! Configure Makefile.SH
27698 ____________________________________________________________________________
27699 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
27700         Log: Update Changes.
27701      Branch: perl
27702            ! Changes patchlevel.h
27703 ____________________________________________________________________________
27704 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
27705         Log: metaconfig unit change for #13832.
27706      Branch: metaconfig
27707            ! U/modified/spitshell.U
27708 ____________________________________________________________________________
27709 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
27710         Log: Also the search for cat needs to be _exe-aware.
27711      Branch: perl
27712            ! Configure
27713 ____________________________________________________________________________
27714 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
27715         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
27716              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27717              Date: Fri, 21 Dec 2001 14:02:01 +0100
27718              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
27719      Branch: perl
27720            ! ext/B/B/Xref.pm
27721 ____________________________________________________________________________
27722 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
27723         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
27724      Branch: perl
27725            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
27726            ! ext/B/t/assembler.t
27727 ____________________________________________________________________________
27728 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
27729         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
27730              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27731              Date: Fri, 21 Dec 2001 11:15:38 +0100
27732              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
27733      Branch: perl
27734            ! hv.c
27735 ____________________________________________________________________________
27736 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
27737         Log: A plan is good.
27738      Branch: perl
27739            ! ext/re/re.t
27740 ____________________________________________________________________________
27741 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
27742         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
27743              From: chromatic <chromatic@rmci.net>
27744              Date: Thu, 20 Dec 2001 16:16:48 -0700
27745              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
27746      Branch: perl
27747            + ext/re/re.t
27748            ! MANIFEST
27749 ____________________________________________________________________________
27750 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
27751         Log: Synchronize the skippage message.
27752      Branch: perl
27753            ! lib/ExtUtils/t/MM_OS2.t
27754 ____________________________________________________________________________
27755 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
27756         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
27757              From: chromatic <chromatic@rmci.net>
27758              Date: Thu, 20 Dec 2001 16:09:10 -0700
27759              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
27760      Branch: perl
27761            + lib/ExtUtils/t/MM_OS2.t
27762            ! MANIFEST
27763 ____________________________________________________________________________
27764 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
27765         Log: Subject: perlfunc.pod patch re flock via fcntl
27766              From: "Tye McQueen" <tye@metronet.com>
27767              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
27768              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
27769      Branch: perl
27770            ! pod/perlfunc.pod
27771 ____________________________________________________________________________
27772 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
27773         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
27774              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
27775              (the Unicode maximum code point) warnable offenses.
27776      Branch: perl
27777            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
27778            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
27779 ____________________________________________________________________________
27780 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
27781         Log: Sterner admonishment on -t.
27782      Branch: perl
27783            ! pod/perlrun.pod
27784 ____________________________________________________________________________
27785 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
27786         Log: Subject: [PATCH B::Dpparse] minor qr// fix
27787              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27788              Date: Thu, 20 Dec 2001 22:53:34 +0100
27789              Message-ID: <20011220225334.A735@rafael>
27790      Branch: perl
27791            ! ext/B/B/Deparse.pm
27792 ____________________________________________________________________________
27793 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
27794         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
27795              From: Robert Spier <rspier@pobox.com>
27796              Date: Thu, 20 Dec 2001 08:10:00 -0800
27797              Message-ID: <15394.3416.693353.107334@rls.cx>
27798      Branch: perl
27799            ! lib/Carp/Heavy.pm
27800 ____________________________________________________________________________
27801 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
27802         Log: Integrate perlio:
27803              
27804              [ 13815]
27805              pTHX_ fixes for :win32 layer
27806      Branch: perl
27807           !> win32/win32io.c
27808 ____________________________________________________________________________
27809 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
27810         Log: Subject: Re: [PATCH pod/perliol.pod] resend
27811              From: Stas Bekman <stas@stason.org>
27812              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
27813              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
27814      Branch: perl
27815            ! pod/perliol.pod
27816 ____________________________________________________________________________
27817 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
27818         Log: Fix up the APIs noone hopefully uses.
27819      Branch: perl
27820            ! utf8.c
27821 ____________________________________________________________________________
27822 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
27823         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
27824              Date: Wed, 19 Dec 2001 14:13:38 -0800
27825              From: Robert Spier <rspier@pobox.com>
27826              Message-ID: <15393.4370.605214.548582@rls.cx>
27827      Branch: perl
27828            ! lib/Carp.t lib/Carp/Heavy.pm
27829 ____________________________________________________________________________
27830 [ 13815] By: nick                                  on 2001/12/20  10:23:42
27831         Log: pTHX_ fixes for :win32 layer
27832      Branch: perlio
27833            ! win32/win32io.c
27834 ____________________________________________________________________________
27835 [ 13814] By: nick                                  on 2001/12/20  08:20:11
27836         Log: Integrate mainline (mostly) utf8.c does not compile.
27837      Branch: perlio
27838           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
27839           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
27840           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
27841           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
27842           +> lib/Net/Ping/t/300_ping_stream.t
27843           !> Changes MANIFEST embed.h embed.pl embedvar.h
27844           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
27845           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
27846           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
27847           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
27848           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
27849 ____________________________________________________________________________
27850 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
27851         Log: Some bincompat clawbacks.
27852      Branch: perl
27853            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
27854            ! wince/perldll.def
27855 ____________________________________________________________________________
27856 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
27857         Log: gcc pacifying (RH 7.1/ia64).
27858      Branch: perl
27859            ! pp.c
27860 ____________________________________________________________________________
27861 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
27862         Log: Update Changes.
27863      Branch: perl
27864            ! Changes patchlevel.h
27865 ____________________________________________________________________________
27866 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
27867         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
27868              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27869              Date: Wed, 19 Dec 2001 12:35:07 +0100
27870              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
27871              
27872              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
27873              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
27874              Date: Wed, 19 Dec 2001 17:34:51 +0000
27875              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
27876      Branch: perl
27877            ! pod/perlre.pod
27878 ____________________________________________________________________________
27879 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
27880         Log: Integrate perlio:
27881              
27882              [ 13808]
27883              Add pTHX to all vtable functions for future-proofing and
27884              consistency of PerlIO layers.
27885              
27886              [ 13797]
27887              Remove the sometimes-lvalue cast
27888              
27889              [ 13796]
27890              alarm.t with -Uuseperlio fix
27891              - SA_RESTART should only be function of PERL_OLD_SIGNALS
27892              not USE_PERLIO
27893              
27894              [ 13795]
27895              Fix READONLY hashes:
27896              1. Discovered need for disabled scope.c part of Jeff's patch.
27897              2. Corrected hv_delete* - entry was being de-linked from
27898              chain (patch program not smart enough?)
27899      Branch: perl
27900           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27901           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
27902 ____________________________________________________________________________
27903 [ 13808] By: nick                                  on 2001/12/19  16:08:27
27904         Log: Add pTHX to all vtable functions for future-proofing and
27905              consistency of PerlIO layers.
27906      Branch: perlio
27907            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
27908            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
27909 ____________________________________________________________________________
27910 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
27911         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
27912      Branch: perl
27913            ! ext/B/B/Assembler.pm
27914 ____________________________________________________________________________
27915 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
27916         Log: Reword the alarm explanation.
27917      Branch: perl
27918            ! pod/perlfunc.pod
27919 ____________________________________________________________________________
27920 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
27921         Log: Subject: [PATCH @13746] OS/2 build
27922              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
27923              Date: Wed, 19 Dec 2001 02:45:41 -0500
27924              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
27925              
27926              (skipped the t/TEST change)
27927      Branch: perl
27928            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
27929            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
27930            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
27931 ____________________________________________________________________________
27932 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
27933         Log: Upgrade to Net::Ping 2.09.
27934      Branch: perl
27935            + lib/Net/Ping/CHANGES lib/Net/Ping/README
27936            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
27937            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
27938            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
27939            + lib/Net/Ping/t/300_ping_stream.t
27940            ! MANIFEST lib/Net/Ping.pm
27941 ____________________________________________________________________________
27942 [ 13803] By: nick                                  on 2001/12/19  14:43:24
27943         Log: Integrate mainline
27944      Branch: perlio
27945           +> ext/B/t/assembler.t lib/lib.t
27946           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
27947           !> lib/lib_pm.PL t/op/glob.t utf8.c
27948 ____________________________________________________________________________
27949 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
27950         Log: B::Assembler/B::Disassembler patches and test;
27951              from Wolfgang Laun.
27952              
27953              TODO: getting perlcc working.
27954      Branch: perl
27955            + ext/B/t/assembler.t
27956            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
27957 ____________________________________________________________________________
27958 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
27959         Log: Can't printf U8s as UVs.
27960      Branch: perl
27961            ! utf8.c
27962 ____________________________________________________________________________
27963 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
27964         Log: Subject: Re: [PATCH] ...while $var = glob(...)
27965              From: Robin Houston <robin@kitsite.com> 
27966              Date: Wed, 19 Dec 2001 13:48:55 +0000
27967              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
27968              
27969              Not exactly a glob test but internal-logically correct.
27970      Branch: perl
27971            ! t/op/glob.t
27972 ____________________________________________________________________________
27973 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
27974         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
27975              From: Michael G Schwern <schwern@pobox.com> 
27976              Date: Wed, 19 Dec 2001 07:42:54 -0500
27977              Message-ID: <20011219124254.GF8630@blackrider>
27978      Branch: perl
27979            + lib/lib.t
27980            ! MANIFEST lib/lib_pm.PL
27981 ____________________________________________________________________________
27982 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
27983         Log: Integrate with perlio.
27984      Branch: perl
27985           !> hv.c hv.h scope.c util.c
27986 ____________________________________________________________________________
27987 [ 13797] By: nick                                  on 2001/12/19  12:03:21
27988         Log: Remove the sometimes-lvalue cast
27989      Branch: perlio
27990            ! hv.h
27991 ____________________________________________________________________________
27992 [ 13796] By: nick                                  on 2001/12/19  11:02:27
27993         Log: alarm.t with -Uuseperlio fix
27994              - SA_RESTART should only be function of PERL_OLD_SIGNALS
27995              not USE_PERLIO
27996      Branch: perlio
27997            ! util.c
27998 ____________________________________________________________________________
27999 [ 13795] By: nick                                  on 2001/12/19  10:19:40
28000         Log: Fix READONLY hashes:
28001              1. Discovered need for disabled scope.c part of Jeff's patch.
28002              2. Corrected hv_delete* - entry was being de-linked from
28003              chain (patch program not smart enough?)
28004      Branch: perlio
28005            ! hv.c scope.c
28006 ____________________________________________________________________________
28007 [ 13794] By: nick                                  on 2001/12/19  09:35:13
28008         Log: Integrate mainline
28009      Branch: perlio
28010           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
28011           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
28012           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
28013           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
28014           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
28015 ____________________________________________________________________________
28016 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
28017         Log: Regen toc.
28018      Branch: perl
28019            ! pod/perltoc.pod
28020 ____________________________________________________________________________
28021 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
28022         Log: FAQ sync.
28023      Branch: perl
28024            ! pod/perlfaq5.pod
28025 ____________________________________________________________________________
28026 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
28027         Log: Reformat round.
28028      Branch: perl
28029            ! pod/perlunicode.pod
28030 ____________________________________________________________________________
28031 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
28032         Log: Subject: [PATCH] pod/perlunicode.pod
28033              From: Jeffrey Friedl <jfriedl@yahoo.com>
28034              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
28035              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
28036      Branch: perl
28037            ! pod/perlunicode.pod
28038 ____________________________________________________________________________
28039 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
28040         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
28041              From: Jeffrey Friedl <jfriedl@yahoo.com>
28042              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
28043              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
28044      Branch: perl
28045            ! pod/perluniintro.pod
28046 ____________________________________________________________________________
28047 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
28048         Log: Slight pod reformatting.
28049      Branch: perl
28050            ! pod/perluniintro.pod
28051 ____________________________________________________________________________
28052 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
28053         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
28054              From: Jeffrey Friedl <jfriedl@yahoo.com>    
28055              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
28056              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
28057      Branch: perl
28058            ! pod/perluniintro.pod
28059 ____________________________________________________________________________
28060 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
28061         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
28062              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28063              Date: Wed, 19 Dec 2001 01:45:23 +0000
28064              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
28065      Branch: perl
28066            ! sv.c
28067 ____________________________________________________________________________
28068 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
28069         Log: Subject: Porting/checkURL.pl
28070              From: abigail@foad.org
28071              Date: Tue, 18 Dec 2001 19:03:22 +0100          
28072              Message-ID: <20011218180322.8278.qmail@foad.org> 
28073      Branch: perl
28074            ! Porting/checkURL.pl
28075 ____________________________________________________________________________
28076 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
28077         Log: metaconfig unit change for #13783.
28078      Branch: metaconfig
28079            ! U/modified/Loc.U
28080 ____________________________________________________________________________
28081 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
28082         Log: A bit too oversweeping matching in #13778.
28083      Branch: perl
28084            ! Configure
28085 ____________________________________________________________________________
28086 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
28087         Log: Re-gen Configure based on #13778..13781.
28088      Branch: perl
28089            ! Configure config_h.SH
28090 ____________________________________________________________________________
28091 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
28092         Log: First assume that crypt() can live happy normal life in
28093              the libc or the moral equivalent; only then try magic.
28094      Branch: metaconfig
28095            + U/modified/d_crypt.U
28096 ____________________________________________________________________________
28097 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
28098         Log: In VOS ACLs confuse the testing.
28099      Branch: metaconfig
28100            ! U/modified/Findhdr.U
28101 ____________________________________________________________________________
28102 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
28103         Log: Either make or gmake.
28104      Branch: metaconfig
28105            ! U/modified/Loc.U
28106 ____________________________________________________________________________
28107 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
28108         Log: If your _exe is different from .exe and your test -f $foo
28109              doesn't do magic to recognize $foo$_exe, you will need to
28110              specify -D_exe=... on command line-- and this patch.
28111      Branch: metaconfig
28112            + U/modified/sh.U
28113            ! U/modified/Loc.U
28114 ____________________________________________________________________________
28115 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
28116         Log: Fix the bugs in #13768..13776, and regen Configure.
28117      Branch: metaconfig
28118            ! U/compline/nblock_io.U U/modified/Findhdr.U
28119            ! U/modified/spitshell.U
28120      Branch: metaconfig/U/perl
28121            ! issymlink.U perlpath.U
28122      Branch: perl
28123            ! Configure config_h.SH
28124 ____________________________________________________________________________
28125 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
28126         Log: Must test with $_exe. (There are plenty of similar
28127              spots earlier but they are a tad more complex to fix
28128              since they come before the hints are run.)
28129      Branch: metaconfig
28130            + U/modified/yacc.U
28131 ____________________________________________________________________________
28132 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
28133         Log: F_SETFL might require <fcntl.h>
28134      Branch: metaconfig
28135            ! U/compline/nblock_io.U
28136 ____________________________________________________________________________
28137 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
28138         Log: Don't require make; have both make and gmake optional.
28139              (Maybe have a check that at least one of them is available?)
28140      Branch: metaconfig
28141            ! U/modified/Loc.U
28142 ____________________________________________________________________________
28143 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
28144         Log: cat might be farther than /bin or /usr/bin.
28145      Branch: metaconfig
28146            ! U/modified/spitshell.U
28147 ____________________________________________________________________________
28148 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
28149         Log: In VOS the path component separator is >, not /.
28150      Branch: metaconfig
28151            ! U/modified/Findhdr.U
28152 ____________________________________________________________________________
28153 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
28154         Log: The VOS shell doesn't implement the ? wildcard
28155              (? is used for other purposes, I assume); but
28156              it does implement the * wildcard, and that works
28157              in the general case just fine.
28158      Branch: metaconfig/U/perl
28159            ! d_dlsymun.U
28160 ____________________________________________________________________________
28161 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
28162         Log: VOS detection.
28163      Branch: metaconfig
28164            ! U/modified/Oldconfig.U
28165 ____________________________________________________________________________
28166 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
28167         Log: Proper path for VOS.
28168      Branch: metaconfig
28169            ! U/modified/Head.U
28170 ____________________________________________________________________________
28171 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
28172         Log: Change s/>& 4/>&4/g for consistency.
28173      Branch: metaconfig
28174            + U/modified/d_dosuid.U
28175            ! U/modified/d_socket.U
28176      Branch: metaconfig/U/perl
28177            ! issymlink.U perlxvf.U
28178 ____________________________________________________________________________
28179 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
28180         Log: Subject: Re: Benchmark.t failure on Linux
28181              From: Nicholas Clark <nick@ccl4.org>
28182              Date: Tue, 18 Dec 2001 22:51:25 +0000
28183              Message-ID: <20011218225124.N21702@plum.flirble.org>
28184      Branch: perl
28185            ! lib/Benchmark.t
28186 ____________________________________________________________________________
28187 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
28188         Log: Re-applying #13752 until a better solution can be found.
28189      Branch: perl
28190            ! lib/ExtUtils/t/MM_Unix.t
28191 ____________________________________________________________________________
28192 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
28193         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
28194              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
28195              Date: Tue, 18 Dec 2001 12:05:40 -0500
28196              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
28197      Branch: perl
28198            ! lib/Exporter.pm
28199 ____________________________________________________________________________
28200 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
28201         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
28202              findings -- some of the warnings I can't explain except
28203              by NVgf being detected wrong, though.
28204      Branch: perl
28205            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
28206 ____________________________________________________________________________
28207 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
28208         Log: Subject: [PATCH] pod/perluniintro.pod
28209              From: Jeffrey Friedl <jfriedl@yahoo.com>
28210              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
28211              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
28212      Branch: perl
28213            ! pod/perluniintro.pod
28214 ____________________________________________________________________________
28215 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
28216         Log: ".pm" is the native executable suffix in VOS.
28217      Branch: perl
28218            ! hints/vos.sh
28219 ____________________________________________________________________________
28220 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
28221         Log: Integrate perlio:
28222              
28223              [ 13760]
28224              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
28225              - added delete of READONLY value inhibit & test for same
28226              - re-tabbed
28227      Branch: perl
28228           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
28229 ____________________________________________________________________________
28230 [ 13760] By: nick                                  on 2001/12/18  15:55:22
28231         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
28232              - added delete of READONLY value inhibit & test for same
28233              - re-tabbed
28234      Branch: perlio
28235            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
28236 ____________________________________________________________________________
28237 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
28238         Log: (Undone by #13766.)
28239              Retract #13752.
28240      Branch: perl
28241            ! lib/ExtUtils/t/MM_Unix.t
28242 ____________________________________________________________________________
28243 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
28244         Log: Echoes of #13757.
28245      Branch: perl
28246            ! t/lib/warnings/utf8
28247 ____________________________________________________________________________
28248 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
28249         Log: Make the utf8 malformedness messages more verbose.
28250      Branch: perl
28251            ! lib/utf8.t utf8.c
28252 ____________________________________________________________________________
28253 [ 13756] By: nick                                  on 2001/12/18  14:43:58
28254         Log: Integrate mainline
28255      Branch: perlio
28256           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
28257           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
28258           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
28259           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
28260           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
28261           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
28262            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
28263            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
28264            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
28265            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
28266            - lib/ExtUtils/testlib.t
28267           !> (integrate 28 files)
28268 ____________________________________________________________________________
28269 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
28270         Log: README.aix updates from Jens-Uwe Mager.
28271      Branch: perl
28272            ! README.aix
28273 ____________________________________________________________________________
28274 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
28275         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
28276              From: Michael G Schwern <schwern@pobox.com>
28277              Date: Tue, 18 Dec 2001 00:58:18 -0500
28278              Message-ID: <20011218055818.GC4362@blackrider>
28279      Branch: perl
28280            ! lib/Benchmark.t
28281 ____________________________________________________________________________
28282 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
28283         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
28284              From: Michael G Schwern <schwern@pobox.com>
28285              Date: Tue, 18 Dec 2001 00:40:38 -0500
28286              Message-ID: <20011218054038.GB4362@blackrider>
28287      Branch: perl
28288            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
28289 ____________________________________________________________________________
28290 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
28291         Log: (reintroduced by #13766)
28292              (retracted by #13759)
28293              
28294              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
28295              From: Michael G Schwern <schwern@pobox.com>  
28296              Date: Tue, 18 Dec 2001 00:00:23 -0500
28297              Message-ID: <20011218050023.GA27893@blackrider>
28298      Branch: perl
28299            ! lib/ExtUtils/t/MM_Unix.t
28300 ____________________________________________________________________________
28301 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
28302         Log: Re-patch #13749.
28303      Branch: perl
28304            ! t/op/glob.t
28305 ____________________________________________________________________________
28306 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
28307         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
28308              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
28309              Date: Tue, 18 Dec 2001 12:55:43 +0000
28310              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
28311      Branch: perl
28312            ! ext/Devel/Peek/Peek.pm
28313 ____________________________________________________________________________
28314 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
28315         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
28316              From: Robin Houston <robin@kitsite.com> 
28317              Date: Tue, 18 Dec 2001 14:54:33 +0000
28318              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
28319      Branch: perl
28320            ! t/op/glob.t
28321 ____________________________________________________________________________
28322 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
28323         Log: Subject: [PATCH] slightly more for Exporter.pm
28324              From: Nicholas Clark <nick@ccl4.org>
28325              Date: Tue, 18 Dec 2001 00:22:03 +0000
28326              Message-ID: <20011218002203.M21702@plum.flirble.org>
28327      Branch: perl
28328            ! lib/Exporter.pm
28329 ____________________________________________________________________________
28330 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
28331         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
28332              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28333              Date: Mon, 17 Dec 2001 16:37:18 +0100
28334              Message-ID: <20011217163718.A2292@rafael>
28335              
28336              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
28337              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28338              Date: Mon, 17 Dec 2001 23:17:06 +0100
28339              Message-ID: <20011217231706.A730@rafael>
28340      Branch: perl
28341            ! pod/perlsub.pod pp.c toke.c
28342 ____________________________________________________________________________
28343 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
28344         Log: Update Changes.
28345      Branch: perl
28346            ! Changes patchlevel.h
28347 ____________________________________________________________________________
28348 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
28349         Log: New test warrants a MANIFEST entry.
28350      Branch: perl
28351            ! MANIFEST
28352 ____________________________________________________________________________
28353 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
28354         Log: Subject: Re: [PATCH] ...while $var = glob(...)
28355              From: Robin Houston <robin@kitsite.com>
28356              Date: Mon, 17 Dec 2001 20:27:30 +0000
28357              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
28358              
28359              Can't portably unlink open files.
28360      Branch: perl
28361            ! t/op/glob.t
28362 ____________________________________________________________________________
28363 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
28364         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
28365      Branch: perl
28366            ! pod/perluniintro.pod
28367 ____________________________________________________________________________
28368 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
28369         Log: Move typeglob test from glob.t to gv.t.
28370      Branch: perl
28371            ! t/op/glob.t t/op/gv.t
28372 ____________________________________________________________________________
28373 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
28374         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
28375              From: Robin Houston <robin@kitsite.com> 
28376              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
28377              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
28378      Branch: perl
28379            ! t/op/glob.t
28380 ____________________________________________________________________________
28381 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
28382         Log: Demote the surrogate and non-character errors to warnings.
28383      Branch: perl
28384            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
28385 ____________________________________________________________________________
28386 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
28387         Log: Subject: [PATCH] more POSIX tests, and more autoloading
28388              From: Nicholas Clark <nick@ccl4.org>
28389              Date: Mon, 17 Dec 2001 18:27:47 +0000
28390              Message-ID: <20011217182747.D21702@plum.flirble.org>
28391      Branch: perl
28392            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
28393 ____________________________________________________________________________
28394 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
28395         Log: Subject: [PATCH] ...while $var = glob(...)
28396              From: Robin Houston <robin@kitsite.com> 
28397              Date: Mon, 17 Dec 2001 15:51:54 +0000
28398              Message-ID: <20011217155153.A311@robin.kitsite.com>
28399      Branch: perl
28400            ! op.c
28401 ____________________________________________________________________________
28402 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
28403         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
28404              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28405              Date: Mon, 17 Dec 2001 15:23:01 +0100
28406              Message-ID: <20011217152301.A704@rafael>
28407      Branch: perl
28408            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
28409 ____________________________________________________________________________
28410 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
28411         Log: The system() vs $SIG{ARLM} is no more a todo.
28412      Branch: perl
28413            ! t/op/alarm.t
28414 ____________________________________________________________________________
28415 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
28416         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
28417              From: Michael G Schwern <schwern@pobox.com>
28418              Date: Sun, 16 Dec 2001 23:59:01 -0500
28419              Message-ID: <20011217045901.GL17232@blackrider>
28420      Branch: perl
28421            + t/op/alarm.t
28422            ! MANIFEST
28423 ____________________________________________________________________________
28424 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
28425         Log: s/UNIX/Unix/
28426      Branch: perl
28427            ! MANIFEST
28428 ____________________________________________________________________________
28429 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
28430         Log: Move ExtUtils tests to lib/ExtUtils/t.
28431      Branch: perl
28432            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
28433            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
28434            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
28435            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
28436            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
28437            + lib/ExtUtils/t/testlib.t
28438            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
28439            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
28440            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
28441            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
28442            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
28443            ! MANIFEST
28444 ____________________________________________________________________________
28445 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
28446         Log: Subject: [PATCH] MM_Unix tests, and some questions
28447              From: Tels <perl_dummy@bloodgate.com>
28448              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
28449              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
28450              
28451              Subject: Re: [PATCH] MM_Unix tests, and some questions
28452              From: Tels <perl_dummy@bloodgate.com>
28453              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
28454              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
28455      Branch: perl
28456            + lib/ExtUtils/MM_Unix.t
28457            ! MANIFEST lib/ExtUtils/MM_Unix.pm
28458 ____________________________________________________________________________
28459 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
28460         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
28461              From: Michael G Schwern <schwern@pobox.com>
28462              Date: Sun, 16 Dec 2001 17:53:55 -0500
28463              Message-ID: <20011216225354.GE8900@blackrider>
28464      Branch: perl
28465            ! lib/ExtUtils/MM_Unix.pm
28466 ____________________________________________________________________________
28467 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
28468         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
28469              From: Michael G Schwern <schwern@pobox.com>                
28470              Date: Sun, 16 Dec 2001 16:12:55 -0500
28471              Message-ID: <20011216211255.GV8900@blackrider>
28472      Branch: perl
28473            ! ext/B/B/Deparse.pm
28474 ____________________________________________________________________________
28475 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
28476         Log: Subject: [PATCH] Exporter.pm
28477              From: Nicholas Clark <nick@ccl4.org>
28478              Date: Sun, 16 Dec 2001 19:24:25 +0000
28479              Message-ID: <20011216192425.R21702@plum.flirble.org>
28480      Branch: perl
28481            ! lib/Exporter.pm
28482 ____________________________________________________________________________
28483 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
28484         Log: Subject: [PATCH] Exporter.t (and question)
28485              From: Nicholas Clark <nick@ccl4.org>
28486              Date: Sun, 16 Dec 2001 17:24:55 +0000
28487              Message-ID: <20011216172455.P21702@plum.flirble.org>
28488      Branch: perl
28489            ! lib/Exporter.t
28490 ____________________________________________________________________________
28491 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
28492         Log: Subject: Re: perl@13661
28493              From: "John P. Linderman" <jpl@research.att.com>              
28494              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
28495              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
28496      Branch: perl
28497            ! pp_sort.c
28498 ____________________________________________________________________________
28499 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
28500         Log: Subject: Will the real Unicode encoding please stand up?
28501              From: Jeffrey Friedl <jfriedl@yahoo.com>
28502              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
28503              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
28504      Branch: perl
28505            ! pod/perluniintro.pod
28506 ____________________________________________________________________________
28507 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
28508         Log: Integrate perlio:
28509              
28510              [ 13724]
28511              Fix for alarm() breaking into wait*().
28512              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
28513              signal handler before caller re-does the system call.
28514      Branch: perl
28515           !> util.c
28516 ____________________________________________________________________________
28517 [ 13724] By: nick                                  on 2001/12/17  09:16:50
28518         Log: Fix for alarm() breaking into wait*().
28519              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
28520              signal handler before caller re-does the system call.
28521      Branch: perlio
28522            ! util.c
28523 ____________________________________________________________________________
28524 [ 13723] By: nick                                  on 2001/12/17  07:45:13
28525         Log: Integrate mainline
28526      Branch: perlio
28527           +> (branch 26 files)
28528           !> (integrate 47 files)
28529 ____________________________________________________________________________
28530 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
28531         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
28532              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
28533              and characters beyond 0x10FFF should be disallowed, too,
28534              but some tests would need changing, but more importantly some
28535              APIs would need remodeling since one can easily generate such
28536              characters either by bitwise complements, tr complements, or
28537              v-strings.
28538      Branch: perl
28539            ! pod/perldiag.pod utf8.c
28540 ____________________________________________________________________________
28541 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
28542         Log: Make surrogates illegal also on EBCDIC.
28543      Branch: perl
28544            ! utf8.c
28545 ____________________________________________________________________________
28546 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
28547         Log: Subject: [patch @13687] Unicode::Collate 0.10
28548              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
28549              Date: Sun, 16 Dec 2001 21:22:12 +0900
28550              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
28551      Branch: perl
28552            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
28553            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
28554 ____________________________________________________________________________
28555 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
28556         Log: More documentation for the encoding pragma.
28557      Branch: perl
28558            ! lib/encoding.pm
28559 ____________________________________________________________________________
28560 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
28561         Log: Subject: [PATCH] lib/open.pm 
28562              From: Jeffrey Friedl <jfriedl@yahoo.com>
28563              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
28564              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
28565      Branch: perl
28566            ! lib/open.pm
28567 ____________________________________________________________________________
28568 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
28569         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
28570              From: chromatic <chromatic@rmci.net>
28571              Date: Sat, 15 Dec 2001 23:24:40 -0700
28572              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
28573      Branch: perl
28574            + lib/ExtUtils/Installed.t
28575            ! MANIFEST
28576 ____________________________________________________________________________
28577 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
28578         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
28579              From: Michael G Schwern <schwern@pobox.com>
28580              Date: Sun, 16 Dec 2001 01:14:00 -0500
28581              Message-ID: <20011216061400.GC8900@blackrider>
28582      Branch: perl
28583            ! lib/diagnostics.pm
28584 ____________________________________________________________________________
28585 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
28586         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
28587              From: Michael G Schwern <schwern@pobox.com>
28588              Date: Sun, 16 Dec 2001 01:12:42 -0500
28589              Message-ID: <20011216061242.GB8900@blackrider>
28590      Branch: perl
28591            ! t/test.pl
28592 ____________________________________________________________________________
28593 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
28594         Log: I sometimes outsmart myself.
28595      Branch: perl
28596            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
28597 ____________________________________________________________________________
28598 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
28599         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
28600              From: Michael G Schwern <schwern@pobox.com>
28601              Date: Sat, 15 Dec 2001 15:08:29 -0500
28602              Message-ID: <20011215200829.GK1548@blackrider>
28603      Branch: perl
28604            ! lib/AutoSplit.pm
28605 ____________________________________________________________________________
28606 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
28607         Log: perlunicode enchancements suggested by Jeffrey Friedl.
28608      Branch: perl
28609            ! pod/perlunicode.pod
28610 ____________________________________________________________________________
28611 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
28612         Log: Subject: [PATCH] perlunicode.pod
28613              From: Jeffrey Friedl <jfriedl@yahoo.com>
28614              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
28615              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
28616      Branch: perl
28617            ! pod/perlunicode.pod
28618 ____________________________________________________________________________
28619 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
28620         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
28621              From: Jeffrey Friedl <jfriedl@yahoo.com>
28622              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
28623              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
28624      Branch: perl
28625            ! lib/utf8_heavy.pl
28626 ____________________________________________________________________________
28627 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
28628         Log: Can't create surrogates; so can't match them, either.
28629      Branch: perl
28630            ! pod/perlunicode.pod
28631 ____________________________________________________________________________
28632 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
28633         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
28634              From: Michael G Schwern <schwern@pobox.com>
28635              Date: Sat, 15 Dec 2001 21:20:35 -0500
28636              Message-ID: <20011216022035.GE5672@blackrider>
28637      Branch: perl
28638            ! t/test.pl
28639 ____________________________________________________________________________
28640 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
28641         Log: Make creating UTF-8 surrogates a punishable act.
28642      Branch: perl
28643            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
28644 ____________________________________________________________________________
28645 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
28646         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
28647      Branch: perl
28648            + lib/unicore/In/172.pl lib/unicore/In/173.pl
28649            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
28650            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
28651            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
28652            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
28653            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
28654 ____________________________________________________________________________
28655 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
28656         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
28657              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28658              Date: Sat, 15 Dec 2001 23:21:43 +0100
28659              Message-ID: <20011215232143.A11790@rafael>
28660      Branch: perl
28661            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
28662 ____________________________________________________________________________
28663 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
28664         Log: Make charnames more robust.
28665      Branch: perl
28666            ! lib/charnames.pm
28667 ____________________________________________________________________________
28668 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
28669         Log: The hoops one has to jump through.
28670      Branch: perl
28671            ! ext/I18N/Langinfo/Langinfo.pm
28672 ____________________________________________________________________________
28673 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
28674         Log: Subject: [PATCH] perlstyle.pod nit on warnings
28675              From: Autrijus Tang <autrijus@egb.elixus.org>
28676              Date: Sat, 15 Dec 2001 04:24:34 -0800
28677              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
28678      Branch: perl
28679            ! pod/perlstyle.pod
28680 ____________________________________________________________________________
28681 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
28682         Log: I don't think we are in FooOS, Toto.
28683      Branch: perl
28684            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
28685 ____________________________________________________________________________
28686 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
28687         Log: Subject: Re: Untested modules update:  There's more than we thought
28688              From: chromatic <chromatic@rmci.net>
28689              Date: Fri, 14 Dec 2001 17:20:24 -0700
28690              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
28691      Branch: perl
28692            + lib/ExtUtils/MM_Cygwin.t
28693            ! MANIFEST
28694 ____________________________________________________________________________
28695 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
28696         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
28697              From: Michael G Schwern <schwern@pobox.com> 
28698              Date: Fri, 14 Dec 2001 20:59:42 -0500
28699              Message-ID: <20011215015942.GF28596@blackrider>
28700      Branch: perl
28701            ! t/TEST
28702 ____________________________________________________________________________
28703 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
28704         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
28705              From: Michael G Schwern <schwern@pobox.com> 
28706              Date: Fri, 14 Dec 2001 20:03:46 -0500
28707              Message-ID: <20011215010346.GD28596@blackrider>
28708      Branch: perl
28709            + ext/B/t/bblock.t
28710            ! MANIFEST
28711 ____________________________________________________________________________
28712 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
28713         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
28714              From: Michael G Schwern <schwern@pobox.com> 
28715              Date: Fri, 14 Dec 2001 19:59:13 -0500
28716              Message-ID: <20011215005913.GC28596@blackrider>
28717      Branch: perl
28718            ! ext/B/B/Bblock.pm
28719 ____________________________________________________________________________
28720 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
28721         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
28722              From: Michael G Schwern <schwern@pobox.com> 
28723              Date: Fri, 14 Dec 2001 19:36:12 -0500
28724              Message-ID: <20011215003611.GA28596@blackrider>
28725      Branch: perl
28726            + ext/B/t/asmdata.t
28727            ! MANIFEST
28728 ____________________________________________________________________________
28729 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
28730         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
28731              From: Michael G Schwern <schwern@pobox.com> 
28732              Date: Fri, 14 Dec 2001 19:14:14 -0500
28733              Message-ID: <20011215001414.GA25077@blackrider>
28734      Branch: perl
28735            ! bytecode.pl ext/B/B/Asmdata.pm
28736 ____________________________________________________________________________
28737 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
28738         Log: Permissions.
28739      Branch: perl
28740            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
28741            ! ext/Devel/PPPort/module3.c
28742 ____________________________________________________________________________
28743 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
28744         Log: Benchmark test from Nicholas Clark.
28745      Branch: perl
28746            + lib/Benchmark.t
28747            ! MANIFEST lib/Benchmark.pm
28748 ____________________________________________________________________________
28749 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
28750         Log: Mithing.
28751      Branch: perl
28752            + lib/Attribute/Handlers/demo/demo2.pl
28753            + lib/Attribute/Handlers/demo/demo3.pl
28754            + lib/Attribute/Handlers/demo/demo4.pl
28755 ____________________________________________________________________________
28756 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
28757         Log: Silence compiler worries found by Schwern/Digital cc.
28758      Branch: perl
28759            ! perlio.c sv.c x2p/str.c
28760 ____________________________________________________________________________
28761 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
28762         Log: User may not have a valid home directory even if
28763              getpwuid() succedds.
28764      Branch: perl
28765            ! ext/File/Glob/t/basic.t
28766 ____________________________________________________________________________
28767 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
28768         Log: Integrate with perlio.  (No changes, but that's okay.)
28769      Branch: perl
28770           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
28771 ____________________________________________________________________________
28772 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
28773         Log: Add a Configure hints file for VOS: the POSIX support
28774              of VOS is getting close to the point where it can run
28775              Configure (some Configure tweaks will be required).
28776      Branch: perl
28777            + hints/vos.sh
28778            ! MANIFEST
28779 ____________________________________________________________________________
28780 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
28781         Log: Update Changes.
28782      Branch: perl
28783            ! Changes patchlevel.h
28784 ____________________________________________________________________________
28785 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
28786         Log: Reintroduce Attribute::Handlers with Spider's fixes.
28787      Branch: perl
28788            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
28789            + lib/Attribute/Handlers/README
28790            + lib/Attribute/Handlers/demo/Demo.pm
28791            + lib/Attribute/Handlers/demo/Descriptions.pm
28792            + lib/Attribute/Handlers/demo/MyClass.pm
28793            + lib/Attribute/Handlers/demo/demo.pl
28794            + lib/Attribute/Handlers/demo/demo_call.pl
28795            + lib/Attribute/Handlers/demo/demo_chain.pl
28796            + lib/Attribute/Handlers/demo/demo_cycle.pl
28797            + lib/Attribute/Handlers/demo/demo_hashdir.pl
28798            + lib/Attribute/Handlers/demo/demo_phases.pl
28799            + lib/Attribute/Handlers/demo/demo_range.pl
28800            + lib/Attribute/Handlers/demo/demo_rawdata.pl
28801            + lib/Attribute/Handlers/t/multi.t
28802            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
28803 ____________________________________________________________________________
28804 [ 13685] By: nick                                  on 2001/12/14  15:57:00
28805         Log: Integrate mainline
28806      Branch: perlio
28807           +> t/run/switcht.t
28808           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
28809           !> perlapi.h pod/perlrun.pod t/TEST taint.c
28810 ____________________________________________________________________________
28811 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
28812         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
28813              From: Michael G Schwern <schwern@pobox.com> 
28814              Date: Thu, 13 Dec 2001 19:27:08 -0500
28815              Message-ID: <20011214002707.GA10532@blackrider>
28816              
28817              (reword the perlrun -t description a bit,
28818              and move the Itaint_warn to the bottom of
28819              the intrpvar.h for binary compatibility)
28820      Branch: perl
28821            + t/run/switcht.t
28822            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
28823            ! perlapi.h pod/perlrun.pod t/TEST taint.c
28824 ____________________________________________________________________________
28825 [ 13683] By: nick                                  on 2001/12/14  12:29:41
28826         Log: Integrate mainline
28827      Branch: perlio
28828           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
28829           +> lib/Term/ReadLine.t t/op/hashassign.t
28830            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
28831            - lib/Attribute/Handlers/README
28832            - lib/Attribute/Handlers/demo/Demo.pm
28833            - lib/Attribute/Handlers/demo/Descriptions.pm
28834            - lib/Attribute/Handlers/demo/MyClass.pm
28835            - lib/Attribute/Handlers/demo/demo.pl
28836            - lib/Attribute/Handlers/demo/demo2.pl
28837            - lib/Attribute/Handlers/demo/demo3.pl
28838            - lib/Attribute/Handlers/demo/demo4.pl
28839            - lib/Attribute/Handlers/demo/demo_call.pl
28840            - lib/Attribute/Handlers/demo/demo_chain.pl
28841            - lib/Attribute/Handlers/demo/demo_cycle.pl
28842            - lib/Attribute/Handlers/demo/demo_hashdir.pl
28843            - lib/Attribute/Handlers/demo/demo_phases.pl
28844            - lib/Attribute/Handlers/demo/demo_range.pl
28845            - lib/Attribute/Handlers/demo/demo_rawdata.pl
28846            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
28847           !> (integrate 101 files)
28848 ____________________________________________________________________________
28849 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
28850         Log: Detypo.
28851      Branch: perl
28852            ! utf8.c
28853 ____________________________________________________________________________
28854 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
28855         Log: Buffer overflow checks.
28856      Branch: perl
28857            ! utf8.c
28858 ____________________________________________________________________________
28859 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
28860         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
28861              From: Spider Boardman <spider@leggy.zk3.dec.com>
28862              Date: Thu, 13 Dec 2001 15:32:51 -0500
28863              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
28864      Branch: perl
28865            ! lib/ExtUtils/Embed.t
28866 ____________________________________________________________________________
28867 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
28868         Log: More on the Unicode "line" definition.
28869      Branch: perl
28870            ! pod/perlunicode.pod
28871 ____________________________________________________________________________
28872 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
28873         Log: Open-ended VERSION?
28874      Branch: perl
28875            ! lib/ExtUtils/Install.pm
28876 ____________________________________________________________________________
28877 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
28878         Log: Subject: [PATCH] Better make distclean
28879              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28880              Date: Thu, 13 Dec 2001 21:10:18 +0100
28881              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
28882      Branch: perl
28883            ! Makefile.SH
28884 ____________________________________________________________________________
28885 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
28886         Log: Remove Memoize::Saves as requested by mjd.
28887      Branch: perl
28888            - lib/Memoize/Saves.pm
28889            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
28890 ____________________________________________________________________________
28891 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
28892         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
28893              From: Michael G Schwern <schwern@pobox.com>
28894              Date: Tue, 11 Dec 2001 23:17:32 -0500
28895              Message-ID: <20011212041732.GS17250@blackrider>
28896      Branch: perl
28897            ! lib/ExtUtils/Install.pm
28898 ____________________________________________________________________________
28899 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
28900         Log: Subject: [PATCH] Re: use utf8; with bad utf8
28901              From: Nicholas Clark <nick@ccl4.org>
28902              Date: Thu, 13 Dec 2001 17:09:39 +0000
28903              Message-ID: <20011213170939.L21702@plum.flirble.org>
28904      Branch: perl
28905            ! t/lib/1_compile.t
28906 ____________________________________________________________________________
28907 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
28908         Log: Subject: (LONG!) Sort benchmarks and patch
28909              From: "John P. Linderman" <jpl@research.att.com>
28910              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
28911              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
28912      Branch: perl
28913            ! pp_sort.c
28914 ____________________________________________________________________________
28915 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
28916         Log: Unadorned numbers evil.
28917      Branch: perl
28918            ! pp.c regcomp.c regexec.c utf8.c utf8.h
28919 ____________________________________________________________________________
28920 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
28921         Log: "preprocessing directive not recognized within macro arg"
28922      Branch: perl
28923            ! ext/Data/Dumper/Dumper.xs
28924 ____________________________________________________________________________
28925 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
28926         Log: Subject: Clarifying the documentation of goto            
28927              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
28928              Date: Thu, 13 Dec 2001 08:57:38 -0500
28929              Message-ID: <3C18BD8B@operamail.com>
28930      Branch: perl
28931            ! pod/perlfunc.pod
28932 ____________________________________________________________________________
28933 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
28934         Log: It could be possible for the case-insensitive
28935              Unicode-aware string comparison to wander off
28936              to the la-la land.
28937      Branch: perl
28938            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
28939            ! regexec.c utf8.c
28940 ____________________________________________________________________________
28941 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
28942         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
28943              From: Michael G Schwern <schwern@pobox.com> 
28944              Date: Wed, 12 Dec 2001 21:53:46 -0500
28945              Message-ID: <20011213025346.GH25129@blackrider>
28946      Branch: perl
28947            ! lib/Net/hostent.t t/op/stat.t t/test.pl
28948 ____________________________________________________________________________
28949 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
28950         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
28951              From: Michael G Schwern <schwern@pobox.com> 
28952              Date: Wed, 12 Dec 2001 20:33:42 -0500
28953              Message-ID: <20011213013342.GX25129@blackrider>
28954      Branch: perl
28955            ! t/io/fs.t
28956 ____________________________________________________________________________
28957 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
28958         Log: Subject: Re: [PATCH] use utf8; tests
28959              From: Nicholas Clark <nick@ccl4.org>
28960              Date: Thu, 13 Dec 2001 00:16:58 +0000
28961              Message-ID: <20011213001658.I21702@plum.flirble.org>
28962      Branch: perl
28963            ! lib/utf8.t
28964 ____________________________________________________________________________
28965 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
28966         Log: EPOC fixes from Olaf Flebbe.
28967      Branch: perl
28968            ! README.epoc epoc/config.sh epoc/createpkg.pl
28969            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
28970 ____________________________________________________________________________
28971 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
28972         Log: Subject: [PATCH perl@13661] VMS test fix-ups
28973              From: "Craig A. Berry" <craigberry@mac.com>
28974              Date: Wed, 12 Dec 2001 16:27:48 -0600
28975              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
28976      Branch: perl
28977            ! lib/Net/hostent.t t/io/fs.t
28978 ____________________________________________________________________________
28979 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
28980         Log: Subject: Re: Next cygwin round.
28981              From: "Gerrit P. Haase" <gp@familiehaase.de>
28982              Date: Wed, 12 Dec 2001 21:59:00 +0100
28983              Message-ID: <122343874595.20011212215900@familiehaase.de>
28984      Branch: perl
28985            ! t/io/fs.t
28986 ____________________________________________________________________________
28987 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
28988         Log: Subject: [PATCH] use utf8; tests
28989              From: Nicholas Clark <nick@ccl4.org>
28990              Date: Wed, 12 Dec 2001 20:07:04 +0000
28991              Message-ID: <20011212200704.E21702@plum.flirble.org>
28992      Branch: perl
28993            ! lib/utf8.t t/test.pl
28994 ____________________________________________________________________________
28995 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
28996         Log: Update Changes.
28997      Branch: perl
28998            ! Changes patchlevel.h
28999 ____________________________________________________________________________
29000 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
29001         Log: Subject: [PATCH] Passing in env to perl_parse did not work
29002              From: Gisle Aas <gisle@ActiveState.com>
29003              Date: 11 Dec 2001 20:52:57 -0800
29004              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
29005      Branch: perl
29006            ! perl.c perl.h
29007 ____________________________________________________________________________
29008 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
29009         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
29010              mostly gcc -Wall complaining about the argument of %p not
29011              being a void *.
29012      Branch: perl
29013            ! perlio.c regcomp.c taint.c toke.c
29014 ____________________________________________________________________________
29015 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
29016         Log: metaconfig unit change for #13657.
29017      Branch: metaconfig
29018            ! U/modified/nis.U
29019 ____________________________________________________________________________
29020 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
29021         Log: Try YP/NIS also from /usr/lib/yp.
29022      Branch: perl
29023            ! Configure
29024 ____________________________________________________________________________
29025 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
29026         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
29027              From: Michael G Schwern <schwern@pobox.com>                
29028              Date: Wed, 12 Dec 2001 05:27:02 -0500      
29029              Message-ID: <20011212102702.GW17250@blackrider>
29030              
29031              (the op/grent part)
29032      Branch: perl
29033            ! t/op/grent.t
29034 ____________________________________________________________________________
29035 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
29036         Log: Weed out .files from ls and readdir() results.
29037      Branch: perl
29038            ! t/op/stat.t
29039 ____________________________________________________________________________
29040 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
29041         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
29042              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
29043              Date: Wed, 12 Dec 2001 10:52:21 +0100
29044              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
29045      Branch: perl
29046            ! lib/File/Find.pm
29047 ____________________________________________________________________________
29048 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
29049         Log: Subject: [PATCH] doio fatal on cygwin for 13651
29050              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
29051              Date: Wed, 12 Dec 2001 11:28:13 +0100      
29052              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
29053      Branch: perl
29054            ! doio.c
29055 ____________________________________________________________________________
29056 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
29057         Log: Get the whole line of ls, makes debugging easier
29058              (from Schwern)
29059      Branch: perl
29060            ! t/op/stat.t
29061 ____________________________________________________________________________
29062 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
29063         Log: rename() must be tested even without link()
29064              or the utime() and rename-directory tests fail.
29065              (Also got the BeOS utime atime/time the wrong way round.)
29066      Branch: perl
29067            ! t/io/fs.t
29068 ____________________________________________________________________________
29069 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
29070         Log: Now that the beos.c is compiled at the main level
29071              the header is in the beos/
29072      Branch: perl
29073            ! beos/beos.c
29074 ____________________________________________________________________________
29075 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
29076         Log: Must remember to require Socket.
29077      Branch: perl
29078            ! ext/Sys/Syslog/syslog.t
29079 ____________________________________________________________________________
29080 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
29081         Log: In BeOS Errno must resort to actual compilation
29082              and execution for some of the error constants.
29083      Branch: perl
29084            ! ext/Errno/Errno_pm.PL
29085 ____________________________________________________________________________
29086 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
29087         Log: BeOS still has no good sockets.
29088      Branch: perl
29089            ! ext/IO/lib/IO/t/io_sel.t
29090 ____________________________________________________________________________
29091 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
29092         Log: BeOS sockets are not true sockets.
29093      Branch: perl
29094            ! ext/IO/lib/IO/t/io_poll.t
29095 ____________________________________________________________________________
29096 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
29097         Log: No Socket, no Syslog.
29098      Branch: perl
29099            ! ext/Sys/Syslog/syslog.t
29100 ____________________________________________________________________________
29101 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
29102         Log: (On some platforms) missing truncate FH.
29103      Branch: perl
29104            ! pod/perltodo.pod
29105 ____________________________________________________________________________
29106 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
29107         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
29108              and vms would be muchly appreciated.
29109      Branch: perl
29110            ! t/io/fs.t
29111 ____________________________________________________________________________
29112 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
29113         Log: utime() updates only the mtime in BeOS. 
29114      Branch: perl
29115            ! pod/perlport.pod
29116 ____________________________________________________________________________
29117 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
29118         Log: No link(), no need to dSP.
29119      Branch: perl
29120            ! pp_sys.c
29121 ____________________________________________________________________________
29122 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
29123         Log: Missing argument.
29124      Branch: perl
29125            ! utf8.c
29126 ____________________________________________________________________________
29127 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
29128         Log: (1) To assume any setuid programs is silly.
29129              (2) Chaining tests with booleans means that some
29130              of them may not get run which means getting out
29131              of test count sync.
29132      Branch: perl
29133            ! t/op/stat.t
29134 ____________________________________________________________________________
29135 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
29136         Log: The beos.c needs to be in the main directory.
29137      Branch: perl
29138            ! hints/beos.sh
29139 ____________________________________________________________________________
29140 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
29141         Log: Detypo and rename.
29142      Branch: perl
29143            ! doio.c perl.h perlio.c perliol.h
29144 ____________________________________________________________________________
29145 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
29146         Log: This time I test compiled.  Honest.
29147      Branch: perl
29148            ! beos/beos.c
29149 ____________________________________________________________________________
29150 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
29151         Log: Subject: [PATCH] slightly more pack tests
29152              From: Nicholas Clark <nick@ccl4.org>
29153              Date: Tue, 11 Dec 2001 23:41:23 +0000
29154              Message-ID: <20011211234123.Y21702@plum.flirble.org>
29155      Branch: perl
29156            ! t/op/pack.t
29157 ____________________________________________________________________________
29158 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
29159         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
29160              From: "Craig A. Berry" <craigberry@mac.com>
29161              Date: Tue, 11 Dec 2001 16:39:13 -0600
29162              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
29163      Branch: perl
29164            ! configure.com
29165 ____________________________________________________________________________
29166 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
29167         Log: metaconfig unit change for #13632.
29168      Branch: metaconfig/U/perl
29169            ! perlpath.U
29170 ____________________________________________________________________________
29171 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
29172         Log: Subject: $Config{perlpath} and -Dversiononly
29173              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29174              Date: Tue, 11 Dec 2001 23:32:33 +0100
29175              Message-ID: <20011211233233.A11587@rafael>
29176      Branch: perl
29177            ! Configure
29178 ____________________________________________________________________________
29179 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
29180         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
29181              From: Nicholas Clark <nick@ccl4.org>
29182              Date: Tue, 11 Dec 2001 21:59:36 +0000
29183              Message-ID: <20011211215935.W21702@plum.flirble.org>
29184      Branch: perl
29185            ! t/op/pack.t
29186 ____________________________________________________________________________
29187 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
29188         Log: More UTF-8 API docs.
29189      Branch: perl
29190            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
29191 ____________________________________________________________________________
29192 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
29193         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
29194              From: Nicholas Clark <nick@ccl4.org>
29195              Date: Tue, 11 Dec 2001 20:08:59 +0000
29196              Message-ID: <20011211200859.S21702@plum.flirble.org>
29197      Branch: perl
29198            ! t/op/pack.t
29199 ____________________________________________________________________________
29200 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
29201         Log: Subject: Re: use utf8; with bad utf8
29202              From: Nicholas Clark <nick@ccl4.org>
29203              Date: Tue, 11 Dec 2001 19:49:21 +0000
29204              Message-ID: <20011211194921.R21702@plum.flirble.org>
29205      Branch: perl
29206            ! lib/utf8.t
29207 ____________________________________________________________________________
29208 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
29209         Log: Can't spell worth a dam.  (Try Three Gorges.)
29210      Branch: perl
29211            ! beos/beos.c
29212 ____________________________________________________________________________
29213 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
29214         Log: We need DWIM cpps.
29215      Branch: perl
29216            ! perlio.c
29217 ____________________________________________________________________________
29218 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
29219         Log: The unixish.h needs to be found and the waitpid wrapper
29220              could use a proto.
29221      Branch: perl
29222            ! beos/beosish.h
29223 ____________________________________________________________________________
29224 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
29225         Log: The BeOS waitpid() seems to be broken,
29226              have a wrapper for it.
29227      Branch: perl
29228            + beos/beos.c beos/beosish.h
29229            ! MANIFEST hints/beos.sh perl.h
29230 ____________________________________________________________________________
29231 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
29232         Log: Unlean the leaning tower of Babel.
29233      Branch: perl
29234            ! perl.h
29235 ____________________________________________________________________________
29236 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
29237         Log: Retract #13607 until we figure out what to do with autouse.
29238      Branch: perl
29239            ! lib/Carp.pm
29240 ____________________________________________________________________________
29241 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
29242         Log: Try to handle platforms that have O_TEXT != O_BINARY but
29243              which are not DOSish, BeOS being one of such platforms.
29244              Ideally this should be a Configure test, not a hardwired
29245              cpp symbol test... 
29246      Branch: perl
29247            ! doio.c perl.h perlio.c perliol.h
29248 ____________________________________________________________________________
29249 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
29250         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
29251              From: Jonathan Stowe <gellyfish@gellyfish.com>
29252              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
29253              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
29254      Branch: perl
29255            ! lib/Term/Cap.pm lib/Term/Cap.t
29256 ____________________________________________________________________________
29257 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
29258         Log: Subject: [patch perlio.c] test for NULL before derefencing
29259              From: Stas Bekman <stas@stason.org>
29260              Date: Tue, 11 Dec 2001 16:17:55 +0800
29261              Message-ID: <3C15C133.8@stason.org>
29262      Branch: perl
29263            ! perlio.c
29264 ____________________________________________________________________________
29265 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
29266         Log: metaconfig unit change for #13617.
29267      Branch: metaconfig/U/perl
29268            ! Extensions.U
29269 ____________________________________________________________________________
29270 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
29271         Log: BeOS has socket() but not enough to build a working Socket.
29272              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
29273              new networking implementation, which is rumored to fix the
29274              non-standardness of sockets, but it's apparently not publicly
29275              available, and anything to do with BeOS has become quite
29276              complicated with the sale of the Be assets to Palm.)
29277      Branch: perl
29278            ! Configure
29279 ____________________________________________________________________________
29280 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
29281         Log: Update changes
29282      Branch: maint-5.6/macperl
29283            ! macos/Changes
29284 ____________________________________________________________________________
29285 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
29286         Log: Add extra pod to help
29287      Branch: maint-5.6/macperl
29288            ! macos/macperl/MacPerl.podhelp
29289 ____________________________________________________________________________
29290 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
29291         Log: Return DoAppleScript errors in $@
29292      Branch: maint-5.6/macperl
29293            ! macos/ext/MacPerl/OSA.xs
29294 ____________________________________________________________________________
29295 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
29296         Log: Clear out $^E before each script run
29297      Branch: maint-5.6/macperl
29298            ! macos/macperl/MPScript.c
29299 ____________________________________________________________________________
29300 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
29301         Log: Integrate various changes from maint-5.6/perl/.
29302      Branch: maint-5.6/macperl
29303           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
29304           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
29305 ____________________________________________________________________________
29306 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
29307         Log: Subject: Exporter's documentation shouldn't lie               
29308              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
29309              Date: Mon, 10 Dec 2001 21:30:20 -0500
29310              Message-ID: <3C4AA201@operamail.com>
29311      Branch: perl
29312            ! lib/Exporter.pm
29313 ____________________________________________________________________________
29314 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
29315         Log: Make Errno better in BeOS (the second hunk is
29316              good on any platform).  Still not working in BeOS
29317              are the E constants that refer BeOS native error
29318              constants (B_...) which are enums (*groan*).
29319      Branch: perl
29320            ! ext/Errno/Errno_pm.PL
29321 ____________________________________________________________________________
29322 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
29323         Log: The BeOS linker seems to link the last seen symbol,
29324              not the first (so the symbols of op.o from libperl.so
29325              would get linked to miniperl instead of the symbols of
29326              opmini.o)-- use the same trick as for NeXT4 for linking
29327              miniperl.
29328      Branch: perl
29329            ! Makefile.SH
29330 ____________________________________________________________________________
29331 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
29332         Log: Subject: Re: [PATCH] tests for hash assignment
29333              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
29334              Date: Tue, 11 Dec 2001 01:48:55 +0000
29335              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
29336      Branch: perl
29337            ! utf8.c
29338 ____________________________________________________________________________
29339 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
29340         Log: (retracted by #13622)
29341              
29342              Subject: RE: More verbose POD for Carp
29343              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
29344              Date: Mon, 10 Dec 2001 20:23:20 -0500
29345              Message-ID: <3C4A3566@operamail.com>
29346      Branch: perl
29347            ! lib/Carp.pm
29348 ____________________________________________________________________________
29349 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
29350         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
29351              From: "Craig A. Berry" <craigberry@mac.com>
29352              Date: Mon, 10 Dec 2001 18:25:37 -0600
29353              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
29354      Branch: perl
29355            ! t/op/write.t t/test.pl
29356 ____________________________________________________________________________
29357 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
29358         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
29359              From: Michael G Schwern <schwern@pobox.com>
29360              Date: Mon, 10 Dec 2001 08:00:01 -0500
29361              Message-ID: <20011210130000.GK1770@blackrider>
29362      Branch: perl
29363            ! t/comp/multiline.t
29364 ____________________________________________________________________________
29365 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
29366         Log: Subject: Re: [PATCH] tests for hash assignment
29367              From: Nicholas Clark <nick@ccl4.org>
29368              Date: Mon, 10 Dec 2001 23:22:28 +0000
29369              Message-ID: <20011210232228.M21702@plum.flirble.org>
29370      Branch: perl
29371            + t/op/hashassign.t
29372            ! MANIFEST t/op/each.t t/test.pl
29373 ____________________________________________________________________________
29374 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
29375         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
29376              From: "Craig A. Berry" <craigberry@mac.com>
29377              Date: Mon, 10 Dec 2001 16:38:14 -0600
29378              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
29379      Branch: perl
29380            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
29381 ____________________________________________________________________________
29382 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
29383         Log: Subject: [PATCH perl@13600] configure.com fixes
29384              From: "Craig A. Berry" <craigberry@mac.com>
29385              Date: Mon, 10 Dec 2001 14:40:20 -0600
29386              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
29387      Branch: perl
29388            ! configure.com
29389 ____________________________________________________________________________
29390 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
29391         Log: Silence BeOS compilation moaning.
29392      Branch: perl
29393            ! perl.h
29394 ____________________________________________________________________________
29395 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
29396         Log: Update Changes.
29397      Branch: perl
29398            ! Changes patchlevel.h
29399 ____________________________________________________________________________
29400 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
29401         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
29402              From: Michael G Schwern <schwern@pobox.com>
29403              Date: Mon, 10 Dec 2001 01:21:03 -0500
29404              Message-ID: <20011210062103.GC1770@blackrider>
29405      Branch: perl
29406            ! lib/ExtUtils/Command.t
29407 ____________________________________________________________________________
29408 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
29409         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
29410              From: Michael G Schwern <schwern@pobox.com>
29411              Date: Mon, 10 Dec 2001 01:10:57 -0500
29412              Message-ID: <20011210061057.GB1770@blackrider>
29413      Branch: perl
29414            ! t/op/groups.t
29415 ____________________________________________________________________________
29416 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
29417         Log: Retract #13596, #13593 should do the trick.
29418      Branch: perl
29419            ! t/op/stat.t
29420 ____________________________________________________________________________
29421 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
29422         Log: (retracted by #13597, #13593 does the job better)
29423              
29424              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
29425              From: Michael G Schwern <schwern@pobox.com>
29426              Date: Mon, 10 Dec 2001 00:53:16 -0500
29427              Message-ID: <20011210055316.GA1770@blackrider>
29428      Branch: perl
29429            ! t/op/stat.t
29430 ____________________________________________________________________________
29431 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
29432         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
29433              From: Michael G Schwern <schwern@pobox.com> 
29434              Date: Mon, 10 Dec 2001 02:19:14 -0500
29435              Message-ID: <20011210071914.GF1770@blackrider>
29436      Branch: perl
29437            ! lib/AutoSplit.t
29438 ____________________________________________________________________________
29439 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
29440         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
29441              From: Michael G Schwern <schwern@pobox.com>
29442              Date: Mon, 10 Dec 2001 02:47:40 -0500
29443              Message-ID: <20011210074739.GH1770@blackrider>
29444      Branch: perl
29445            ! t/op/pack.t
29446 ____________________________________________________________________________
29447 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
29448         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
29449              From: Michael G Schwern <schwern@pobox.com>
29450              Date: Mon, 10 Dec 2001 02:54:22 -0500
29451              Message-ID: <20011210075422.GI1770@blackrider>
29452      Branch: perl
29453            ! t/test.pl
29454 ____________________________________________________________________________
29455 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
29456         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
29457              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
29458              Date: Mon, 10 Dec 2001 08:45:20 +0100
29459              Message-ID: <3C146810.60B5B7C0@alcatel.at>
29460      Branch: perl
29461            ! pp_pack.c
29462 ____________________________________________________________________________
29463 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
29464         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
29465              From: Michael G Schwern <schwern@pobox.com>
29466              Date: Mon, 10 Dec 2001 03:27:02 -0500
29467              Message-ID: <20011210082702.GN1770@blackrider>
29468      Branch: perl
29469            ! t/io/openpid.t
29470 ____________________________________________________________________________
29471 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
29472         Log: More chmod +w.
29473      Branch: perl
29474            ! Porting/makerel
29475 ____________________________________________________________________________
29476 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
29477         Log: Just skip the readability test if running as root.
29478      Branch: perl
29479            ! lib/Net/t/netrc.t
29480 ____________________________________________________________________________
29481 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
29482         Log: Tell about the downside of safe signals.
29483      Branch: perl
29484            ! pod/perldelta.pod
29485 ____________________________________________________________________________
29486 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
29487         Log: Make the whole -lperl thing NetBSD only until we
29488              find some other platform that needs the same.
29489      Branch: perl
29490            ! lib/ExtUtils/MM_Unix.pm
29491 ____________________________________________________________________________
29492 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
29493         Log: Subject: [PATCH t/op/pack.t] Cleanup
29494              From: Michael G Schwern <schwern@pobox.com> 
29495              Date: Sun, 9 Dec 2001 23:08:26 -0500
29496              Message-ID: <20011210040826.GD660@blackrider>
29497      Branch: perl
29498            ! t/op/pack.t
29499 ____________________________________________________________________________
29500 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
29501         Log: Add threads support for NetBSD.
29502              
29503              This is also the first (I think) Perl threads build with
29504              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
29505              NetBSD does not as of yet have true kernel POSIX threads,
29506              but the user-level pth seems to be doing pretty well--
29507              the only failure is that threads/t/basic okays 6 and 7
29508              consistently seem be arriving in the reverse order.
29509              Well, gdbm.t is also failing: 'Undefined PLT symbol
29510              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
29511              guessing that GDBM would need a threaded rebuild.
29512      Branch: perl
29513            ! hints/netbsd.sh
29514 ____________________________________________________________________________
29515 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
29516         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
29517              potential performance hit and change in semantics of closure
29518              lookups after C<undef &foo>)
29519      Branch: maint-5.6/perl
29520            ! op.c
29521 ____________________________________________________________________________
29522 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
29523         Log: metaconfig unit change for #13582.
29524      Branch: metaconfig
29525            ! U/threads/usethreads.U
29526 ____________________________________________________________________________
29527 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
29528         Log: Update the ithreads selection info in Configure,
29529              as suggested by Michael Schwern.
29530      Branch: perl
29531            ! Configure
29532 ____________________________________________________________________________
29533 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
29534         Log: Clearing locale environment simply doesn't seem to
29535              guarantee that (nl_)langinfo(CODESET) would return nil.
29536              (I for example get "ISO8859-1", so <guess>maybe there can
29537              be per-system default settings at work</guess>.)
29538      Branch: perl
29539            ! lib/open.t
29540 ____________________________________________________________________________
29541 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
29542         Log: Subject: RE: Exporter fixes reversed in 13540?
29543              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
29544              Date: Sun, 9 Dec 2001 12:55:15 -0500
29545              Message-ID: <3C13F455@operamail.com>
29546      Branch: perl
29547            ! lib/open.pm
29548 ____________________________________________________________________________
29549 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
29550         Log: Root is the lizard king.
29551      Branch: perl
29552            ! lib/Net/t/netrc.t
29553 ____________________________________________________________________________
29554 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
29555         Log: Telling how many tests we are expecting helps.
29556      Branch: perl
29557            ! ext/POSIX/t/waitpid.t
29558 ____________________________________________________________________________
29559 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
29560         Log: Add a test case for waitpid(): from Rocco Caputo.
29561      Branch: perl
29562            + ext/POSIX/t/waitpid.t
29563            ! MANIFEST
29564 ____________________________________________________________________________
29565 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
29566         Log: Subject: [PATCH] Term::ReadLine tweaks and test
29567              From: Richard Clamp <richardc@unixbeard.net>
29568              Date: Mon, 10 Dec 2001 00:51:47 +0000
29569              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
29570      Branch: perl
29571            + lib/Term/ReadLine.t
29572            ! MANIFEST lib/Term/ReadLine.pm
29573 ____________________________________________________________________________
29574 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
29575         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
29576              From: Rocco Caputo <troc@netrus.net>
29577              Date: Sun, 9 Dec 2001 18:12:38 -0500
29578              Message-ID: <20011209181238.A803@eyrie.homenet>
29579      Branch: perl
29580            ! win32/win32.c
29581 ____________________________________________________________________________
29582 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
29583         Log: make sure that va_start() has matching va_end();
29584              from OpenBSD 3.0.
29585      Branch: perl
29586            ! x2p/util.c
29587 ____________________________________________________________________________
29588 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
29589         Log: h2ph updates from OpenBSD 3.0.
29590      Branch: perl
29591            ! utils/h2ph.PL
29592 ____________________________________________________________________________
29593 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
29594         Log: OpenBSD hints update from OpenBSD 3.0.
29595      Branch: perl
29596            ! hints/openbsd.sh
29597 ____________________________________________________________________________
29598 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
29599         Log: DJGPP tweaks from Laszlo Molnar.
29600      Branch: perl
29601            ! djgpp/config.over lib/File/Find/t/find.t
29602            ! lib/File/Find/t/taint.t t/pod/find.t
29603 ____________________________________________________________________________
29604 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
29605         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
29606              From: Michael G Schwern <schwern@pobox.com> 
29607              Date: Sun, 9 Dec 2001 19:28:12 -0500
29608              Message-ID: <20011210002812.GF13586@blackrider>
29609      Branch: perl
29610            ! README.cygwin
29611 ____________________________________________________________________________
29612 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
29613         Log: README.cygwin update from Gerrit P. Haase.
29614      Branch: perl
29615            ! README.cygwin
29616 ____________________________________________________________________________
29617 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
29618         Log: Apply NetBSD patch-ag: shared/static linking,
29619              but make the change less intrusive on non-NetBSD.
29620      Branch: perl
29621            ! lib/ExtUtils/MM_Unix.pm
29622 ____________________________________________________________________________
29623 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
29624         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
29625      Branch: perl
29626            ! lib/ExtUtils/Liblist.pm
29627 ____________________________________________________________________________
29628 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
29629         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
29630      Branch: perl
29631            ! regcomp.c
29632 ____________________________________________________________________________
29633 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
29634         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
29635      Branch: perl
29636            ! pp.c
29637 ____________________________________________________________________________
29638 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
29639         Log: Apply NetBSD patch-ac.
29640              (the fix has already been done: change #9706, fully qualified
29641              pathnames in packlists)
29642      Branch: perl
29643            ! lib/ExtUtils/Install.pm
29644 ____________________________________________________________________________
29645 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
29646         Log: Apply NetBSD patch-ab: NetBSD hints update.
29647      Branch: perl
29648            ! hints/netbsd.sh
29649 ____________________________________________________________________________
29650 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
29651         Log: metaconfig unit changes for #13560.
29652      Branch: metaconfig/U/perl
29653            ! dlsrc.U i_ieeefp.U libperl.U
29654 ____________________________________________________________________________
29655 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
29656         Log: NetBSD has <ieeefp.h> but hidden.
29657      Branch: perl
29658            ! hints/netbsd.sh
29659 ____________________________________________________________________________
29660 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
29661         Log: Implement NetBSD patch-aa.
29662      Branch: perl
29663            ! Configure
29664 ____________________________________________________________________________
29665 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
29666         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
29667              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
29668              Date: Sun, 09 Dec 2001 13:40:58 +0100
29669              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
29670              
29671              (The lstat()s were there in 5.6.1: what happened to them?)
29672      Branch: perl
29673            ! lib/File/Find.pm
29674 ____________________________________________________________________________
29675 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
29676         Log: Quickie documentation of the C UTF-8 API.
29677      Branch: perl
29678            ! pod/perlunicode.pod
29679 ____________________________________________________________________________
29680 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
29681         Log: Subject: bleadperl on cygwin weirdness...
29682              From: "Gerrit P. Haase" <gp@familiehaase.de>
29683              Date: Sun, 9 Dec 2001 20:31:28 +0100
29684              Message-ID: <13779422183.20011209203128@familiehaase.de>          
29685              
29686              (plus libperl*.dll version portability tweaks)
29687      Branch: perl
29688            ! lib/ExtUtils/Embed.t
29689 ____________________________________________________________________________
29690 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
29691         Log: Instead of muting symbol export error if under eval,
29692              delay the errors until the croak().
29693              
29694              (replaces #13408)
29695      Branch: perl
29696            ! lib/Exporter/Heavy.pm
29697 ____________________________________________________________________________
29698 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
29699         Log: Basegroup 0 is a cygwin_nt thing.
29700      Branch: perl
29701            ! t/op/groups.t
29702 ____________________________________________________________________________
29703 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
29704         Log: Also WinME is LoseLink.
29705      Branch: perl
29706            ! t/op/stat.t
29707 ____________________________________________________________________________
29708 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
29709         Log: Forgotten checkin.
29710      Branch: perl
29711            ! lib/User/grent.t
29712 ____________________________________________________________________________
29713 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
29714         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
29715              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
29716              Date: Sun, 09 Dec 2001 13:45:06 +0100
29717              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
29718      Branch: perl
29719            ! lib/File/Find.pm
29720 ____________________________________________________________________________
29721 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
29722         Log: Tweakback.
29723      Branch: perl
29724            ! lib/Net/hostent.t
29725 ____________________________________________________________________________
29726 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
29727         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
29728              From: Michael G Schwern <schwern@pobox.com>
29729              Date: Sat, 8 Dec 2001 14:48:38 -0500
29730              Message-ID: <20011208194838.GA8650@blackrider>
29731      Branch: perl
29732            ! t/op/grent.t
29733 ____________________________________________________________________________
29734 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
29735         Log: Subject: [README.cygwin] Removing old expected test failures
29736              From: Michael G Schwern <schwern@pobox.com>
29737              Date: Sat, 8 Dec 2001 15:38:28 -0500
29738              Message-ID: <20011208203828.GB9017@blackrider>
29739      Branch: perl
29740            ! README.cygwin
29741 ____________________________________________________________________________
29742 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
29743         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
29744              From: Michael G Schwern <schwern@pobox.com>                
29745              Date: Sat, 8 Dec 2001 15:26:59 -0500
29746              Message-ID: <20011208202659.GA9017@blackrider> 
29747      Branch: perl
29748            ! lib/Net/hostent.t
29749 ____________________________________________________________________________
29750 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
29751         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
29752              From: Michael G Schwern <schwern@pobox.com> 
29753              Date: Sat, 8 Dec 2001 15:06:16 -0500
29754              Message-ID: <20011208200616.GA8915@blackrider>
29755      Branch: perl
29756            ! t/op/stat.t
29757 ____________________________________________________________________________
29758 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
29759         Log: Developer deprecations and an incompatibility.
29760      Branch: perl
29761            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
29762 ____________________________________________________________________________
29763 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
29764         Log: Shoo.
29765      Branch: perl
29766            - lib/Attribute/Handlers.pm
29767 ____________________________________________________________________________
29768 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
29769         Log: Remove Attribute::Handlers, as per Damian's request.
29770              (Because of fixing the my variables to be now handled
29771              in run-time, the whole internals of the A::H needs to
29772              be rewritten and Damian will not have time for that
29773              for months.)
29774      Branch: perl
29775            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
29776            - lib/Attribute/Handlers/demo/Demo.pm
29777            - lib/Attribute/Handlers/demo/Descriptions.pm
29778            - lib/Attribute/Handlers/demo/MyClass.pm
29779            - lib/Attribute/Handlers/demo/demo.pl
29780            - lib/Attribute/Handlers/demo/demo2.pl
29781            - lib/Attribute/Handlers/demo/demo3.pl
29782            - lib/Attribute/Handlers/demo/demo4.pl
29783            - lib/Attribute/Handlers/demo/demo_call.pl
29784            - lib/Attribute/Handlers/demo/demo_chain.pl
29785            - lib/Attribute/Handlers/demo/demo_cycle.pl
29786            - lib/Attribute/Handlers/demo/demo_hashdir.pl
29787            - lib/Attribute/Handlers/demo/demo_phases.pl
29788            - lib/Attribute/Handlers/demo/demo_range.pl
29789            - lib/Attribute/Handlers/demo/demo_rawdata.pl
29790            - lib/Attribute/Handlers/t/multi.t
29791            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
29792            ! pod/perlmodlib.pod pod/perltoc.pod
29793 ____________________________________________________________________________
29794 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
29795         Log: Subject: Re: attributes are broken
29796              From: Spider Boardman <spider@Orb.Nashua.NH.US>
29797              Date: Sun, 09 Dec 2001 00:09:23 -0500
29798              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
29799      Branch: perl
29800            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
29801            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
29802            ! xsutils.c
29803 ____________________________________________________________________________
29804 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
29805         Log: Forgotten checkin.
29806      Branch: perl
29807            ! lib/Pod/Text.pm
29808 ____________________________________________________________________________
29809 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
29810         Log: uconfig.h update.
29811      Branch: perl
29812            ! uconfig.h
29813 ____________________________________________________________________________
29814 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
29815         Log: Update Changes.
29816      Branch: perl
29817            ! Changes patchlevel.h
29818 ____________________________________________________________________________
29819 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
29820         Log: Note that some of the Unicode features are
29821              dependent on perlio.
29822      Branch: perl
29823            ! pod/perluniintro.pod
29824 ____________________________________________________________________________
29825 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
29826         Log: Regen perlapi, regen toc.
29827      Branch: perl
29828            ! pod/perlapi.pod pod/perltoc.pod
29829 ____________________________________________________________________________
29830 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
29831         Log: FAQ sync.
29832      Branch: perl
29833            ! pod/perlfaq4.pod pod/perlfaq6.pod
29834 ____________________________________________________________________________
29835 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
29836         Log: Subject: [PATCH] Fix odd language in an sv.c comment
29837              From: coral@eekeek.org
29838              Date: Sat, 8 Dec 2001 12:19:39 -0500
29839              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
29840      Branch: perl
29841            ! sv.c
29842 ____________________________________________________________________________
29843 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
29844         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
29845              From: Michael G Schwern <schwern@pobox.com>
29846              Date: Fri, 7 Dec 2001 20:03:45 -0500
29847              Message-ID: <20011208010345.GD642@blackrider>
29848              
29849              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
29850              From: Michael G Schwern <schwern@pobox.com>
29851              Date: Fri, 7 Dec 2001 20:13:54 -0500
29852              Message-ID: <20011208011354.GE642@blackrider>
29853              
29854              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
29855              From: Michael G Schwern <schwern@pobox.com>
29856              Date: Fri, 7 Dec 2001 21:47:36 -0500
29857              Message-ID: <20011208024736.GH642@blackrider>
29858              
29859              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
29860              From: Michael G Schwern <schwern@pobox.com>
29861              Date: Fri, 7 Dec 2001 23:09:43 -0500
29862              Message-ID: <20011208040943.GK642@blackrider>
29863              
29864              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
29865              Message-Id: <a05101004b83754903506@[172.16.52.1]>
29866              Date: Fri, 7 Dec 2001 23:28:15 -0600
29867              From: "Craig A. Berry" <craigberry@mac.com>
29868      Branch: perl
29869            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
29870 ____________________________________________________________________________
29871 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
29872         Log: Integrate perlio:
29873              
29874              [ 13531]
29875              Tweak multi-arg open error messages
29876              
29877              [ 13530]
29878              Allow multi-arg open() if opening layer declares this legal.
29879      Branch: perl
29880           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
29881           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
29882 ____________________________________________________________________________
29883 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
29884         Log: Retract #11156 since Sarathy has found that it breaks code:
29885              http://bugs.ActiveState.com/show_bug.cgi?id=18457
29886              http://bugs.ActiveState.com/show_bug.cgi?id=18858
29887      Branch: perl
29888            ! op.c sv.c t/op/pos.t
29889 ____________________________________________________________________________
29890 [ 13532] By: nick                                  on 2001/12/08  14:11:12
29891         Log: Integrate mainline
29892      Branch: perlio
29893           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
29894           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
29895 ____________________________________________________________________________
29896 [ 13531] By: nick                                  on 2001/12/08  13:48:21
29897         Log: Tweak multi-arg open error messages
29898      Branch: perlio
29899            ! perlio.c
29900 ____________________________________________________________________________
29901 [ 13530] By: nick                                  on 2001/12/08  10:20:06
29902         Log: Allow multi-arg open() if opening layer declares this legal.
29903      Branch: perlio
29904            ! doio.c perlio.c perliol.h
29905 ____________________________________________________________________________
29906 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
29907         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
29908              From: Michael G Schwern <schwern@pobox.com>       
29909              Date: Fri, 7 Dec 2001 19:41:31 -0500
29910              Message-ID: <20011208004131.GC642@blackrider>
29911      Branch: perl
29912            ! t/run/switches.t t/test.pl
29913 ____________________________________________________________________________
29914 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
29915         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
29916              From: Michael G Schwern <schwern@pobox.com>       
29917              Date: Fri, 7 Dec 2001 19:12:44 -0500
29918              Message-ID: <20011208001244.GB642@blackrider>
29919      Branch: perl
29920            ! t/op/stat.t
29921 ____________________________________________________________________________
29922 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
29923         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
29924              From: Michael G Schwern <schwern@pobox.com>
29925              Date: Fri, 7 Dec 2001 17:28:57 -0500
29926              Message-ID: <20011207222857.GI23210@blackrider>
29927      Branch: perl
29928            ! t/op/magic.t
29929 ____________________________________________________________________________
29930 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
29931         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
29932      Branch: perl
29933            ! t/test.pl
29934 ____________________________________________________________________________
29935 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
29936         Log: which_perl: delay as much a possible till runtime.
29937      Branch: perl
29938            ! t/test.pl
29939 ____________________________________________________________________________
29940 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
29941         Log: Further tweakage to which_perl().
29942      Branch: perl
29943            ! t/test.pl
29944 ____________________________________________________________________________
29945 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
29946         Log: perluniintro tweaks.
29947      Branch: perl
29948            ! pod/perluniintro.pod
29949 ____________________________________________________________________________
29950 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
29951         Log: Tweak the $Perl computation.
29952      Branch: perl
29953            ! t/test.pl
29954 ____________________________________________________________________________
29955 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
29956         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
29957              From: Nicholas Clark <nick@ccl4.org>
29958              Date: Fri, 7 Dec 2001 17:06:56 +0000
29959              Message-ID: <20011207170656.G21702@plum.flirble.org>
29960      Branch: perl
29961            ! doop.c t/op/chop.t
29962 ____________________________________________________________________________
29963 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
29964         Log: Update Changes.
29965      Branch: perl
29966            ! Changes patchlevel.h
29967 ____________________________________________________________________________
29968 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
29969         Log: Missing ).
29970      Branch: perl
29971            ! t/test.pl
29972 ____________________________________________________________________________
29973 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
29974         Log: Allow several arguments to display().
29975      Branch: perl
29976            ! t/test.pl
29977 ____________________________________________________________________________
29978 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
29979         Log: /dev/stdout could be either a character special file
29980              or a named pipe, so let's pretend it doesn't exist.
29981      Branch: perl
29982            ! t/op/stat.t
29983 ____________________________________________________________________________
29984 [ 13516] By: nick                                  on 2001/12/07  15:09:23
29985         Log: Integrate again - can I catch up ?
29986      Branch: perlio
29987           !> t/test.pl
29988 ____________________________________________________________________________
29989 [ 13515] By: nick                                  on 2001/12/07  15:08:17
29990         Log: Integrate mainline some more
29991      Branch: perlio
29992           !> README.hpux hints/linux.sh pod/perlfunc.pod
29993 ____________________________________________________________________________
29994 [ 13514] By: nick                                  on 2001/12/07  15:07:15
29995         Log: Integrate mainline
29996      Branch: perlio
29997           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
29998           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
29999           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
30000           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
30001           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
30002           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
30003           +> t/lib/Math/BigInt/BareCalc.pm
30004            - ext/Devel/PPPort/harness/Harness.pm
30005            - ext/Devel/PPPort/harness/Harness.xs
30006            - ext/Devel/PPPort/harness/Makefile.PL
30007            - ext/Devel/PPPort/harness/module2.c
30008            - ext/Devel/PPPort/harness/module3.c
30009            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
30010            - lib/File/Spec/Functions.t
30011           !> (integrate 103 files)
30012 ____________________________________________________________________________
30013 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
30014         Log: Add display() for displaying icky scalars.
30015      Branch: perl
30016            ! t/test.pl
30017 ____________________________________________________________________________
30018 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
30019         Log: Subject: [ID 20011207.001] documentation bug for waitpid
30020              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
30021              Date: Fri, 7 Dec 2001 12:44:56 +0100
30022              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
30023      Branch: perl
30024            ! pod/perlfunc.pod
30025 ____________________________________________________________________________
30026 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
30027         Log: gcc version matching didn't.
30028      Branch: perl
30029            ! hints/linux.sh
30030 ____________________________________________________________________________
30031 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
30032         Log: Subject: HP renamed their servers              
30033              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30034              Date: Fri, 07 Dec 2001 12:07:22 +0100
30035              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
30036      Branch: perl
30037            ! README.hpux
30038 ____________________________________________________________________________
30039 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
30040         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
30041              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30042              Date: Fri, 7 Dec 2001 00:24:55 -0500
30043              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
30044      Branch: perl
30045            ! pod/perlport.pod
30046 ____________________________________________________________________________
30047 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
30048         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
30049              From: Michael G Schwern <schwern@pobox.com> 
30050              Date: Thu, 6 Dec 2001 22:56:34 -0500
30051              Message-ID: <20011207035634.GO22648@blackrider>
30052      Branch: perl
30053            ! t/base/lex.t t/op/exec.t
30054 ____________________________________________________________________________
30055 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
30056         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
30057              From: Michael G Schwern <schwern@pobox.com>
30058              Date: Thu, 6 Dec 2001 22:45:44 -0500
30059              Message-ID: <20011207034544.GN22648@blackrider>
30060              
30061              (plus op/ref tweak)
30062      Branch: perl
30063            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
30064            ! t/run/kill_perl.t t/test.pl
30065 ____________________________________________________________________________
30066 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
30067         Log: Upgrade to Math::BigInt 1.48.
30068      Branch: perl
30069            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
30070            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
30071            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
30072            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
30073            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
30074            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
30075            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
30076 ____________________________________________________________________________
30077 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
30078         Log: Mention also perl56delta in case someone is upgrading from
30079              Perl 5.005_03.
30080      Branch: perl
30081            ! pod/perldelta.pod
30082 ____________________________________________________________________________
30083 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
30084         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
30085              From: Michael G Schwern <schwern@pobox.com>
30086              Date: Thu, 6 Dec 2001 15:15:28 -0500
30087              Message-ID: <20011206201528.GF16414@blackrider>
30088              
30089              (just the term.t, not the lex.t)
30090              
30091              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
30092              From: Michael G Schwern <schwern@pobox.com>
30093              Date: Thu, 6 Dec 2001 15:22:22 -0500
30094              Message-ID: <20011206202222.GG16414@blackrider>
30095              
30096              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
30097              From: Michael G Schwern <schwern@pobox.com>
30098              Date: Thu, 6 Dec 2001 15:31:58 -0500
30099              Message-ID: <20011206203158.GI16414@blackrider>
30100              
30101              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
30102              From: Michael G Schwern <schwern@pobox.com>
30103              Date: Thu, 6 Dec 2001 17:38:55 -0500
30104              Message-ID: <20011206223855.GC22648@blackrider>
30105      Branch: perl
30106            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
30107            ! t/test.pl
30108 ____________________________________________________________________________
30109 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
30110         Log: Update the thr5005 situation.
30111      Branch: perl
30112            ! pod/perldelta.pod
30113 ____________________________________________________________________________
30114 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
30115         Log: perldelta borrowings from perl561delta.
30116      Branch: perl
30117            ! pod/perldelta.pod
30118 ____________________________________________________________________________
30119 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
30120         Log: Add the 5.6.1 perldelta as perl561delta.
30121              (Makes it easier to steal stuff for perldelta :-)
30122      Branch: perl
30123            + pod/perl561delta.pod
30124            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30125 ____________________________________________________________________________
30126 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
30127         Log: Retract #13496 for now.
30128      Branch: perl
30129            ! t/base/lex.t t/base/term.t
30130 ____________________________________________________________________________
30131 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
30132         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
30133              From: "Craig A. Berry" <craigberry@mac.com>
30134              Date: Thu, 6 Dec 2001 14:54:36 -0600
30135              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
30136      Branch: perl
30137            ! vms/ext/filespec.t
30138 ____________________________________________________________________________
30139 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
30140         Log: (retracted by #13499)
30141              
30142              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
30143              From: Michael G Schwern <schwern@pobox.com>
30144              Date: Thu, 6 Dec 2001 15:15:28 -0500
30145              Message-ID: <20011206201528.GF16414@blackrider>
30146      Branch: perl
30147            ! t/base/lex.t t/base/term.t
30148 ____________________________________________________________________________
30149 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
30150         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
30151              From: Michael G Schwern <schwern@pobox.com>
30152              Date: Thu, 6 Dec 2001 13:54:48 -0500
30153              Message-ID: <20011206185448.GC16414@blackrider>
30154      Branch: perl
30155            ! t/op/stat.t
30156 ____________________________________________________________________________
30157 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
30158         Log: The #4 has nothing to do with Unicode.
30159      Branch: perl
30160            ! t/op/tr.t
30161 ____________________________________________________________________________
30162 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
30163         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
30164              From: Michael G Schwern <schwern@pobox.com>
30165              Date: Thu, 6 Dec 2001 13:45:48 -0500
30166              Message-ID: <20011206184548.GB16414@blackrider>
30167      Branch: perl
30168            ! t/op/tr.t
30169 ____________________________________________________________________________
30170 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
30171         Log: Update Changes.
30172      Branch: perl
30173            ! Changes patchlevel.h
30174 ____________________________________________________________________________
30175 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
30176         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
30177              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30178              Date: Thu, 6 Dec 2001 11:41:25 EST
30179              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
30180      Branch: perl
30181            ! vms/vms.c vms/vmsish.h
30182 ____________________________________________________________________________
30183 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
30184         Log: Subject: [PATCH] Re: weirdness in regexps
30185              From: Robin Houston <robin@kitsite.com> 
30186              Date: Thu, 6 Dec 2001 14:44:01 +0000
30187              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
30188      Branch: perl
30189            ! op.c t/lib/strict/subs
30190 ____________________________________________________________________________
30191 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
30192         Log: Make the -b -c -S tests count all of the /dev, not just
30193              check the first one, as suggested by Benjamin Goldberg.
30194      Branch: perl
30195            ! t/op/stat.t
30196 ____________________________________________________________________________
30197 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
30198         Log: Subject: Re: [PATCH: bleadperl] casefold backref
30199              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
30200              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
30201              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
30202      Branch: perl
30203            ! regexec.c
30204 ____________________________________________________________________________
30205 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
30206         Log: Nits noticed by Philip Newton, and de-tab DB.t.
30207      Branch: perl
30208            ! lib/DB.t
30209 ____________________________________________________________________________
30210 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
30211         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
30212              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
30213              Date: 6 Dec 2001 11:06:01 -0000
30214              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
30215      Branch: perl
30216            ! op.c t/op/tr.t
30217 ____________________________________________________________________________
30218 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
30219         Log: Subject: [PATCH: bleadperl] casefold backref
30220              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
30221              Date: Wed, 05 Dec 2001 17:27:05 +0000
30222              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
30223      Branch: perl
30224            ! regexec.c t/op/re_tests
30225 ____________________________________________________________________________
30226 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
30227         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
30228              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30229              Date: Wed, 5 Dec 2001 22:34:53 EST
30230              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
30231      Branch: perl
30232            ! mg.c vms/vms.c vms/vmsish.h
30233 ____________________________________________________________________________
30234 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
30235         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
30236              From: Michael G Schwern <schwern@pobox.com>
30237              Date: Wed, 5 Dec 2001 19:52:58 -0500
30238              Message-ID: <20011205195257.A903@blackrider>
30239      Branch: perl
30240            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
30241            + lib/File/Spec/t/rel2abs2rel.t
30242            - lib/File/Spec.t lib/File/Spec/Functions.t
30243            ! MANIFEST
30244 ____________________________________________________________________________
30245 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
30246         Log: Subject: Re: Silly stat() portability questions                
30247              From: Benjamin Goldberg <goldbb2@earthlink.net>
30248              Date: Wed, 05 Dec 2001 22:52:35 -0500
30249              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
30250      Branch: perl
30251            ! pod/perlport.pod
30252 ____________________________________________________________________________
30253 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
30254         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
30255              From: "Craig A. Berry" <craigberry@mac.com>
30256              Date: Wed, 05 Dec 2001 16:41:59 -0600
30257              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
30258      Branch: perl
30259            ! README.vms configure.com lib/File/Spec/VMS.pm
30260            ! vms/ext/filespec.t
30261 ____________________________________________________________________________
30262 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
30263         Log: $apply->('club', $glibc_maintainers);
30264              
30265              (Nick Clark just reported that <langinfo.h> YESSTR
30266              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
30267      Branch: perl
30268            ! ext/I18N/Langinfo/Langinfo.t
30269 ____________________________________________________________________________
30270 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
30271         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
30272      Branch: perl
30273            ! pod/perlport.pod
30274 ____________________________________________________________________________
30275 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
30276         Log: tweak change#13474 (pad entries can apparently be null in some
30277              situations)
30278      Branch: maint-5.6/perl
30279            ! op.c
30280 ____________________________________________________________________________
30281 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
30282         Log: Restore the /dev -b -c -S part of the test.
30283      Branch: perl
30284            ! t/op/stat.t
30285 ____________________________________________________________________________
30286 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
30287         Log: Retract #13475 until Arthur gets back to the mine.
30288      Branch: perl
30289            ! op.c t/run/kill_perl.t
30290 ____________________________________________________________________________
30291 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
30292         Log: (retracted by #13476)
30293              
30294              Manually apply #13474; fixes stale reference to dead
30295              CvOUTSIDE(); this can happen when anonymous subroutines
30296              that aren't closures are returned from an eval""
30297              
30298              (threads/shared/sv_refs.t is coredump-unhappy about this change)
30299      Branch: perl
30300            ! op.c t/run/kill_perl.t
30301 ____________________________________________________________________________
30302 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
30303         Log: replacement for change#10451
30304              
30305              fixes stale reference to dead CvOUTSIDE(); this can happen when
30306              anonymous subroutines that aren't closures are returned from an
30307              eval""
30308      Branch: maint-5.6/perl
30309            ! op.c t/op/misc.t
30310 ____________________________________________________________________________
30311 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
30312         Log: revert change#10451,10472; it was a naive fix that simply
30313              reintroduced the memory leak!
30314      Branch: maint-5.6/perl
30315            ! op.c t/op/misc.t
30316 ____________________________________________________________________________
30317 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
30318         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
30319              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
30320              Date: Wed, 05 Dec 2001 10:49:20 +0100
30321              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
30322      Branch: perl
30323            ! lib/File/Basename.pm lib/File/Basename.t
30324 ____________________________________________________________________________
30325 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
30326         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
30327              From: Michael G Schwern <schwern@pobox.com> 
30328              Date: Wed, 5 Dec 2001 02:47:59 -0500
30329              Message-ID: <20011205024759.H14333@blackrider>
30330      Branch: perl
30331            ! t/op/magic.t
30332 ____________________________________________________________________________
30333 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
30334         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
30335              From: Michael G Schwern <schwern@pobox.com>              
30336              Date: Wed, 5 Dec 2001 02:22:05 -0500
30337              Message-ID: <20011205022205.F14333@blackrider>
30338      Branch: perl
30339            ! t/op/stat.t vms/test.com
30340 ____________________________________________________________________________
30341 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
30342         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
30343              From: Michael G Schwern <schwern@pobox.com> 
30344              Date: Tue, 4 Dec 2001 23:40:10 -0500
30345              Message-ID: <20011204234010.B14333@blackrider>
30346      Branch: perl
30347            ! t/op/stat.t
30348 ____________________________________________________________________________
30349 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
30350         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
30351              From: Michael G Schwern <schwern@pobox.com> 
30352              Date: Tue, 4 Dec 2001 21:09:18 -0500           
30353              Message-ID: <20011204210918.D13279@blackrider>
30354              
30355              t/test.
30356      Branch: perl
30357            ! t/test.pl
30358 ____________________________________________________________________________
30359 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
30360         Log: (accidentally empty check-in)
30361      Branch: perl
30362            ! t/op/stat.t
30363 ____________________________________________________________________________
30364 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
30365         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
30366              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30367              Date: Tue, 04 Dec 2001 23:40:27 +0100
30368              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
30369      Branch: perl
30370            ! mg.c
30371 ____________________________________________________________________________
30372 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
30373         Log: Subject: [PATCH] minor pod fix in Safe.pm
30374              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30375              Date: Tue, 4 Dec 2001 22:02:34 +0100
30376              Message-ID: <20011204220234.A17293@rafael>
30377      Branch: perl
30378            ! ext/Opcode/Safe.pm
30379 ____________________________________________________________________________
30380 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
30381         Log: CRLF GRRR.
30382      Branch: perl
30383            ! djgpp/configure.bat
30384 ____________________________________________________________________________
30385 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
30386         Log: DJGPP fixes from Laszlo Molnar.
30387      Branch: perl
30388            ! djgpp/configure.bat djgpp/djgpp.h
30389 ____________________________________________________________________________
30390 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
30391         Log: Update Changes.
30392      Branch: perl
30393            ! Changes patchlevel.h
30394 ____________________________________________________________________________
30395 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
30396         Log: Must wipe out the memory of real Socket before starting
30397              to use the new fake one.
30398      Branch: perl
30399            ! lib/Net/t/config.t
30400 ____________________________________________________________________________
30401 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
30402         Log: LC_ALL might trump LANG.
30403      Branch: perl
30404            ! lib/open.t
30405 ____________________________________________________________________________
30406 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
30407         Log: Make the eval runtime.
30408      Branch: perl
30409            ! lib/open.pm
30410 ____________________________________________________________________________
30411 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
30412         Log: Make the Langinfo test both more lenient (allow
30413              for any symbol not to exists) and stricter (add
30414              more symbols).
30415      Branch: perl
30416            ! ext/I18N/Langinfo/Langinfo.t
30417 ____________________________________________________________________________
30418 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
30419         Log: integrate change#13453 from maint-5.6
30420              
30421              tweak change#11399 to use an explicit flag rather than
30422              ass_u_ming w32_pseudo_id will only be zero for the real
30423              toplevel interpreter; avoids multiple hosts from diddling
30424              the environment at the same time
30425      Branch: perl
30426           !> win32/perlhost.h
30427 ____________________________________________________________________________
30428 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
30429         Log: Subject: [PATCH] VMS update for perldelta.pod
30430              From: "Craig A. Berry" <craigberry@mac.com> 
30431              Date: Tue, 4 Dec 2001 00:23:12 -0600
30432              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
30433      Branch: perl
30434            ! pod/perldelta.pod
30435 ____________________________________________________________________________
30436 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
30437         Log: NetWare tweak from Ananth Kesari.
30438      Branch: perl
30439            ! NetWare/Makefile
30440 ____________________________________________________________________________
30441 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
30442         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
30443              Not adding the test suite because of its many assumptions.
30444      Branch: perl
30445            ! lib/Net/Ping.pm
30446 ____________________________________________________________________________
30447 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
30448         Log: tweak change#11399 to use an explicit flag rather than
30449              ass_u_ming w32_pseudo_id will only be zero for the real
30450              toplevel interpreter; avoids multiple hosts from diddling
30451              the environment at the same time
30452      Branch: maint-5.6/perl
30453            ! win32/perlhost.h
30454 ____________________________________________________________________________
30455 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
30456         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
30457              from Len Makin.
30458      Branch: perl
30459            + hints/super-ux.sh
30460            ! MANIFEST
30461 ____________________________________________________________________________
30462 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
30463         Log: Add Mac OS X known failures to perldelta.
30464      Branch: perl
30465            ! pod/perldelta.pod
30466 ____________________________________________________________________________
30467 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
30468         Log: I think it's time to call the utf8 code non-test.
30469      Branch: perl
30470            ! utf8.c
30471 ____________________________________________________________________________
30472 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
30473         Log: Retract #13303, need rethink.
30474      Branch: perl
30475            ! utf8.c
30476 ____________________________________________________________________________
30477 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
30478         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
30479              From: "Craig A. Berry" <craigberry@mac.com>
30480              Date: Mon, 03 Dec 2001 16:28:06 -0600
30481              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
30482      Branch: perl
30483            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
30484 ____________________________________________________________________________
30485 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
30486         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
30487              From: Andy Dougherty <doughera@lafayette.edu>
30488              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
30489              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
30490      Branch: perl
30491            ! hints/solaris_2.sh
30492 ____________________________________________________________________________
30493 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
30494         Log: This test is not very robust on 8.3-constrained systems:
30495              all the "with truncated name" lines between "Autosplitting ..."
30496              and "some names are not unique" lines are unexpected,
30497              and the truncation message becomes:
30498              testtest.al, testtest.al truncate to testtest 
30499      Branch: perl
30500            ! lib/AutoSplit.t
30501 ____________________________________________________________________________
30502 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
30503         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
30504      Branch: perl
30505            ! ext/I18N/Langinfo/Langinfo.t
30506 ____________________________________________________________________________
30507 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
30508         Log: Test::Morify UCD.t
30509      Branch: perl
30510            ! lib/Unicode/UCD.t
30511 ____________________________________________________________________________
30512 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
30513         Log: If Socket has not been built (e.g. DJGPP) the libnet
30514              tests fall over with (too) much noise.
30515      Branch: perl
30516            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
30517            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
30518            ! lib/Net/t/smtp.t lib/Net/t/time.t
30519 ____________________________________________________________________________
30520 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
30521         Log: Subject: [PATCH] shared hash keys and ++/--
30522              From: Nicholas Clark <nick@ccl4.org>
30523              Date: Mon, 3 Dec 2001 16:37:16 +0000
30524              Message-ID: <20011203163716.C21702@plum.flirble.org>
30525      Branch: perl
30526            ! pp.c pp_hot.c sv.c t/op/inc.t
30527 ____________________________________________________________________________
30528 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
30529         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
30530              From: Jonathan Stowe <jns@gellyfish.com>
30531              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
30532              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
30533      Branch: perl
30534            ! lib/Term/Cap.pm
30535 ____________________________________________________________________________
30536 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
30537         Log: Update Changes.
30538      Branch: perl
30539            ! Changes patchlevel.h
30540 ____________________________________________________________________________
30541 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
30542         Log: perldelta tweaks.
30543      Branch: perl
30544            ! pod/perldelta.pod
30545 ____________________________________________________________________________
30546 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
30547         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
30548              From: Sam Tregar <sam@tregar.com> 
30549              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
30550              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
30551      Branch: perl
30552            ! pod/perlnewmod.pod
30553 ____________________________________________________________________________
30554 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
30555         Log: microperl casting nit.
30556      Branch: perl
30557            ! utf8.c
30558 ____________________________________________________________________________
30559 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
30560         Log: Make sharepvn a macro since all it does is a deref.
30561      Branch: perl
30562            ! embed.h embed.pl global.sym hv.c hv.h proto.h
30563 ____________________________________________________________________________
30564 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
30565         Log: perldelta updates.
30566      Branch: perl
30567            ! pod/perldelta.pod
30568 ____________________________________________________________________________
30569 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
30570         Log: PPPort update from Paul Marquess.
30571      Branch: perl
30572            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
30573            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
30574            + ext/Devel/PPPort/t/test.t
30575            - ext/Devel/PPPort/harness/Harness.pm
30576            - ext/Devel/PPPort/harness/Harness.xs
30577            - ext/Devel/PPPort/harness/Makefile.PL
30578            - ext/Devel/PPPort/harness/module2.c
30579            - ext/Devel/PPPort/harness/module3.c
30580            - ext/Devel/PPPort/harness/t/test.t
30581            ! MANIFEST ext/Devel/PPPort/MANIFEST
30582            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
30583            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
30584            ! ext/Devel/PPPort/soak
30585 ____________________________________________________________________________
30586 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
30587         Log: No use talking about dynamic library search patch
30588              unless we are having a dynamic build.
30589      Branch: perl
30590            ! t/TEST
30591 ____________________________________________________________________________
30592 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
30593         Log: Be more explicit on the List::Util build trick,
30594              should also stop unneeded rebuilds on static builds.
30595      Branch: perl
30596            ! ext/List/Util/Makefile.PL
30597 ____________________________________________________________________________
30598 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
30599         Log: We need to replace the optimize (-O1) with
30600              the -h scalar0 -h vector0, not append them
30601              to the ccflags.
30602      Branch: perl
30603            ! hints/unicos.sh hints/unicosmk.sh
30604 ____________________________________________________________________________
30605 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
30606         Log: Subject: [PATCH] Shared hash keys 
30607              From: Nicholas Clark <nick@ccl4.org>
30608              Date: Sun, 2 Dec 2001 20:52:32 +0000
30609              Message-ID: <20011202205232.U21702@plum.flirble.org>
30610      Branch: perl
30611            ! doop.c t/op/tr.t
30612 ____________________________________________________________________________
30613 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
30614         Log: Better add new files to MANIFEST, too.
30615      Branch: perl
30616            ! MANIFEST
30617 ____________________________________________________________________________
30618 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
30619         Log: Subject: {PATCH] perlpacktut.pod
30620              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
30621              Date: Sun, 02 Dec 2001 19:55:06 +0100
30622              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
30623      Branch: perl
30624            ! pod/perlpacktut.pod
30625 ____________________________________________________________________________
30626 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
30627         Log: Various small nits found by DJGPP build.
30628      Branch: perl
30629            ! doio.c mg.c pp.c util.c
30630 ____________________________________________________________________________
30631 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
30632         Log: Subject: RE: More verbose POD for Carp
30633              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
30634              Date: Sun, 2 Dec 2001 11:32:51 -0500
30635              Message-ID: <3C0A9748@operamail.com>
30636      Branch: perl
30637            ! lib/Carp.pm
30638 ____________________________________________________________________________
30639 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
30640         Log: Add a header for DJGPP with the function prototypes.
30641      Branch: perl
30642            + djgpp/djgpp.h
30643            ! MANIFEST djgpp/djgpp.c
30644 ____________________________________________________________________________
30645 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
30646         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
30647              From: Abe Timmerman <abe@ztreet.demon.nl>
30648              Date: Sun, 02 Dec 2001 02:41:25 +0100
30649              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
30650      Branch: perl
30651            ! pp_sys.c
30652 ____________________________________________________________________________
30653 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
30654         Log: There isn't PTR2INT(), there's PTR2IV().
30655      Branch: perl
30656            ! ext/Time/HiRes/HiRes.xs
30657 ____________________________________________________________________________
30658 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
30659         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
30660              From: Marc Lehmann <root@schmorp.de>
30661              Date: Sun, 02 Dec 2001 02:44:53 +0100
30662              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
30663      Branch: perl
30664            ! ext/Time/HiRes/HiRes.xs
30665 ____________________________________________________________________________
30666 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
30667         Log: encode()/decode() examples.
30668      Branch: perl
30669            ! ext/Encode/Encode.pm
30670 ____________________________________________________________________________
30671 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
30672         Log: DJGPP tweaks from Laszlo Molnar.
30673      Branch: perl
30674            ! djgpp/config.over djgpp/djgppsed.sh
30675 ____________________________________________________________________________
30676 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
30677         Log: Update Changes.
30678      Branch: perl
30679            ! Changes patchlevel.h
30680 ____________________________________________________________________________
30681 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
30682         Log: Integrate perlio:
30683              
30684              [ 13409]
30685              Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
30686              have file descriptors. Noticed a possibly worse problem in the process ...
30687      Branch: perl
30688           !> doio.c
30689 ____________________________________________________________________________
30690 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
30691         Log: Non-VMS-fixed and Win32-skipped version of
30692              
30693              Subject: [PATCH t/op/exec.t] Portabilty fix 
30694              From: Michael G Schwern <schwern@pobox.com> 
30695              Date: Fri, 30 Nov 2001 16:09:27 -0500
30696              Message-ID: <20011130160927.A10406@blackrider>
30697      Branch: perl
30698            ! t/op/exec.t
30699 ____________________________________________________________________________
30700 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
30701         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
30702              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
30703              Date: Sat, 1 Dec 2001 07:01:09 -0500
30704              Message-ID: <3C0D2E39@operamail.com>
30705              
30706              Subject: More verbose POD for Carp
30707              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
30708              Date: Sat, 1 Dec 2001 08:04:16 -0500
30709              Message-ID: <3C285C2B@operamail.com>
30710      Branch: perl
30711            ! lib/Carp.pm lib/Carp/Heavy.pm
30712 ____________________________________________________________________________
30713 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
30714         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
30715              From: chromatic <chromatic@rmci.net>
30716              Date: Sat, 01 Dec 2001 12:41:58 -0700
30717              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
30718      Branch: perl
30719            ! lib/DB.t
30720 ____________________________________________________________________________
30721 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
30722         Log: Try to make a missing RADIXCHAR a softer kinder error.
30723      Branch: perl
30724            ! ext/I18N/Langinfo/Langinfo.t
30725 ____________________________________________________________________________
30726 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
30727         Log: Have a little faith on nl_langinfo() itself.
30728      Branch: perl
30729            ! ext/I18N/Langinfo/Langinfo.xs
30730 ____________________________________________________________________________
30731 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
30732         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
30733              the max, not max plus one)
30734      Branch: perl
30735            ! ext/I18N/Langinfo/Langinfo.xs
30736 ____________________________________________________________________________
30737 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
30738         Log: Make reality agree with the comment.
30739      Branch: perl
30740            ! ext/I18N/Langinfo/Langinfo.xs
30741 ____________________________________________________________________________
30742 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
30743         Log: Try to protect against wild langinfo() arguments.
30744      Branch: perl
30745            ! ext/I18N/Langinfo/Langinfo.xs
30746 ____________________________________________________________________________
30747 [ 13409] By: nick                                  on 2001/12/01  18:19:59
30748         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
30749              have file descriptors. Noticed a possibly worse problem in the process ...
30750      Branch: perlio
30751            ! doio.c
30752 ____________________________________________________________________________
30753 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
30754         Log: (replaced by #13556)
30755              
30756              If we are inside an eval, let's be silent about
30757              separate symbols and just croak() in the end.
30758      Branch: perl
30759            ! lib/Exporter/Heavy.pm
30760 ____________________________________________________________________________
30761 [ 13407] By: nick                                  on 2001/12/01  17:14:05
30762         Log: Integrate mainline
30763      Branch: perlio
30764           !> (integrate 26 files)
30765 ____________________________________________________________________________
30766 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
30767         Log: Subject: Fix for Exporter error reporting behaviour
30768              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
30769              Date: Sat, 1 Dec 2001 06:34:48 -0500
30770              Message-ID: <3C0D1B9A@operamail.com>
30771      Branch: perl
30772            ! lib/Exporter.pm lib/Exporter/Heavy.pm
30773 ____________________________________________________________________________
30774 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
30775         Log: Need to hide behind an eval to avoid a warning
30776              about :utf8 on non-perlio configs.
30777      Branch: perl
30778            ! lib/open.t
30779 ____________________________________________________________________________
30780 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
30781         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
30782              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30783              Date: Fri, 30 Nov 2001 23:46:58 +0100
30784              Message-ID: <20011130234658.A717@rafael>
30785      Branch: perl
30786            ! op.c t/op/method.t
30787 ____________________________________________________________________________
30788 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
30789         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
30790              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30791              Date: Thu, 29 Nov 2001 22:46:12 +0100
30792              Message-ID: <20011129224612.A699@rafael>
30793      Branch: perl
30794            ! ext/B/B/Xref.pm
30795 ____________________________________________________________________________
30796 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
30797         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
30798              From: Tels <perl_dummy@bloodgate.com>
30799              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
30800              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
30801      Branch: perl
30802            ! pod/perlfunc.pod
30803 ____________________________________________________________________________
30804 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
30805         Log: Subject: [REPATCH] reference pointer comparison
30806              From: Nicholas Clark <nick@ccl4.org>
30807              Date: Sat, 1 Dec 2001 13:00:17 +0000
30808              Message-ID: <20011201130017.I21702@plum.flirble.org>
30809      Branch: perl
30810            ! pp.c
30811 ____________________________________________________________________________
30812 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
30813         Log: Upgrade to Storable 1.0.14.
30814      Branch: perl
30815            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
30816 ____________________________________________________________________________
30817 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
30818         Log: Add simple caches for ::viacode() and ::vianame().
30819      Branch: perl
30820            ! lib/charnames.pm lib/charnames.t
30821 ____________________________________________________________________________
30822 [ 13398] By: nick                                  on 2001/12/01  10:36:24
30823         Log: Integrate mainline.
30824      Branch: perlio
30825           +> (branch 44 files)
30826            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
30827            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
30828            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
30829           !> (integrate 250 files)
30830 ____________________________________________________________________________
30831 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
30832         Log: Regen toc and modlib.
30833      Branch: perl
30834            ! pod/perlmodlib.pod pod/perltoc.pod
30835 ____________________________________________________________________________
30836 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
30837         Log: Upgrade to podlators-1.18.
30838      Branch: perl
30839            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
30840 ____________________________________________________________________________
30841 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
30842         Log: -h scalar0 -h vector0 seems to help for both
30843              UNICOS and UNICOS/mk on the unpack %65c problems.
30844              
30845              (replaces #13393)
30846      Branch: perl
30847            ! hints/unicos.sh hints/unicosmk.sh
30848 ____________________________________________________________________________
30849 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
30850         Log: More Socket constants.
30851      Branch: perl
30852            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
30853 ____________________________________________________________________________
30854 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
30855         Log: (replaced by #13395)
30856      Branch: perl
30857            ! hints/unicosmk.sh
30858 ____________________________________________________________________________
30859 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
30860         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
30861              From: Andy Dougherty <doughera@lafayette.edu>
30862              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
30863              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
30864              
30865              Simplify the test skippage criterion now that we are
30866              no more dependent on sed.
30867      Branch: perl
30868            ! t/comp/cpp.t t/run/switchPx.t
30869 ____________________________________________________________________________
30870 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
30871         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
30872              From: Michael G Schwern <schwern@pobox.com>
30873              Date: Fri, 30 Nov 2001 11:48:44 -0500
30874              Message-ID: <20011130114844.C1303@blackrider>
30875              
30876              (replaces #13381)
30877      Branch: perl
30878            ! t/op/stat.t
30879 ____________________________________________________________________________
30880 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
30881         Log: Let's not assume how much memory has been allocated
30882              to PVs.
30883      Branch: perl
30884            ! ext/Devel/Peek/Peek.t
30885 ____________________________________________________________________________
30886 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
30887         Log: VOS needs to know the modules, including pp_sort.
30888      Branch: perl
30889            ! vos/perl.bind
30890 ____________________________________________________________________________
30891 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
30892         Log: Unused variables.
30893      Branch: perl
30894            ! ext/Unicode/Normalize/Normalize.xs
30895 ____________________________________________________________________________
30896 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
30897         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
30898              From: John Peacock <jpeacock@rowman.com>     
30899              Date: Fri, 30 Nov 2001 10:24:00 -0500        
30900              Message-ID: <3C07A490.A22A76B0@rowman.com>   
30901      Branch: perl
30902            ! lib/ExtUtils/Embed.t
30903 ____________________________________________________________________________
30904 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
30905         Log: Tweak for the VOS building script from Paul Green.
30906      Branch: perl
30907            ! vos/configure_perl.cm
30908 ____________________________________________________________________________
30909 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
30910         Log: Update Changes.
30911      Branch: perl
30912            ! Changes patchlevel.h
30913 ____________________________________________________________________________
30914 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
30915         Log: Cannot test if cppstdin has not yet been installed.
30916      Branch: perl
30917            ! t/run/switchPx.t
30918 ____________________________________________________________________________
30919 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
30920         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
30921              From: Michael G Schwern <schwern@pobox.com> 
30922              Date: Thu, 29 Nov 2001 22:05:11 -0500
30923              Message-ID: <20011129220510.A18869@blackrider>
30924              
30925              TODO 1: if cppstdin is used and not yet installed,
30926              the Px.t will fail (must do the same as in cpp.t)
30927              
30928              TODO 2: does this work if no Perl whatsoever has
30929              yet been installed?  That is, we should be using
30930              the Perl we are building to execute the one-liner.
30931      Branch: perl
30932            + t/run/switchPx.aux t/run/switchPx.t
30933            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
30934            ! vms/test.com
30935 ____________________________________________________________________________
30936 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
30937         Log: Upgrade to Unicode::Normalize 0.12.
30938      Branch: perl
30939            ! ext/Unicode/Normalize/Changes
30940            ! ext/Unicode/Normalize/Normalize.pm
30941            ! ext/Unicode/Normalize/Normalize.xs
30942            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
30943            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
30944            ! ext/Unicode/Normalize/t/test.t
30945 ____________________________________________________________________________
30946 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
30947         Log: (replaced by #13391)
30948              
30949              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
30950              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
30951              Date: 30 Nov 2001 11:41:53 -0000             
30952              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
30953              
30954              No need to die if we have high-paranoia (non-chdirable)
30955              system directories.
30956      Branch: perl
30957            ! t/op/stat.t
30958 ____________________________________________________________________________
30959 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
30960         Log: Paragraph rewrapping.
30961      Branch: perl
30962            ! pod/perliol.pod
30963 ____________________________________________________________________________
30964 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
30965         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
30966              From: Stas Bekman <stas@stason.org>
30967              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
30968              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
30969      Branch: perl
30970            ! pod/perliol.pod
30971 ____________________________________________________________________________
30972 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
30973         Log: Whether select() gets restarted on signals is
30974              implementation dependent.
30975      Branch: perl
30976            ! ext/Time/HiRes/HiRes.t
30977 ____________________________________________________________________________
30978 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
30979         Log: More forgotten checkins.
30980      Branch: perl
30981            ! embed.h embed.pl proto.h
30982 ____________________________________________________________________________
30983 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
30984         Log: Add a note about folding vs lowercase.
30985      Branch: perl
30986            ! regexec.c
30987 ____________________________________________________________________________
30988 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
30989         Log: Use to_uni_fold (and add changed global.sym)
30990      Branch: perl
30991            ! global.sym utf8.c
30992 ____________________________________________________________________________
30993 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
30994         Log: Make to Unicode character functions to use UVs
30995              instead of U32s and add to_uni_fold().
30996      Branch: perl
30997            ! embed.pl proto.h utf8.c
30998 ____________________________________________________________________________
30999 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
31000         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
31001              From: Nicholas Clark <nick@ccl4.org>
31002              Date: Thu, 29 Nov 2001 22:47:32 +0000
31003              Message-ID: <20011129224732.W37621@plum.flirble.org>
31004      Branch: perl
31005            ! pod/perlpacktut.pod
31006 ____________________________________________________________________________
31007 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
31008         Log: README.vos updates from Paul Green.
31009      Branch: perl
31010            ! README.vos
31011 ____________________________________________________________________________
31012 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
31013         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
31014              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31015              Date: Thu, 29 Nov 2001 14:18:51 EST
31016              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
31017      Branch: perl
31018            ! mg.c vms/vms.c vms/vmsish.h
31019 ____________________________________________________________________________
31020 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
31021         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
31022              From: Michael G Schwern <schwern@pobox.com>
31023              Date: Thu, 29 Nov 2001 13:12:31 -0500
31024              Message-ID: <20011129131231.E11300@blackrider>
31025      Branch: perl
31026            ! README.vms
31027 ____________________________________________________________________________
31028 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
31029         Log: BGET_IV was missing.
31030      Branch: perl
31031            ! ext/ByteLoader/bytecode.h
31032 ____________________________________________________________________________
31033 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
31034         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
31035              From: Jonathan Stowe <gellyfish@gellyfish.com>
31036              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
31037              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
31038      Branch: perl
31039            ! lib/Term/Cap.pm
31040 ____________________________________________________________________________
31041 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
31042         Log: Porting/checkURL.pl was missing.
31043      Branch: perl
31044            ! MANIFEST
31045 ____________________________________________________________________________
31046 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
31047         Log: Subject: INSTALL and READMEs should be reviewed
31048              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31049              Date: Thu, 29 Nov 2001 16:49:36 +0100
31050              Message-ID: <20011129164936.A17492@rafael>         
31051      Branch: perl
31052            ! README.cygwin
31053 ____________________________________________________________________________
31054 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
31055         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
31056              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
31057              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
31058              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
31059      Branch: perl
31060            ! README.os390
31061 ____________________________________________________________________________
31062 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
31063         Log: Update Changes.
31064      Branch: perl
31065            ! Changes patchlevel.h
31066 ____________________________________________________________________________
31067 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
31068         Log: The changes to the curliffed files didn't stick in #13348.
31069      Branch: perl
31070            ! README.dos README.win32
31071 ____________________________________________________________________________
31072 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
31073         Log: Subject: Re: Found the rev where File::Glob broke
31074              From: Andy Dougherty <doughera@lafayette.edu>
31075              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
31076              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
31077      Branch: perl
31078            ! lib/ExtUtils/MM_Unix.pm
31079 ____________________________________________________________________________
31080 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
31081         Log: Use __DATA__ instead of __END__.
31082      Branch: perl
31083            ! lib/Term/Cap.pm
31084 ____________________________________________________________________________
31085 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
31086         Log: Subject: [PATCH toke.c] autosplit into @F fix
31087              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31088              Date: Thu, 29 Nov 2001 14:52:23 +0100
31089              Message-ID: <20011129145223.A25817@rafael>         
31090      Branch: perl
31091            ! toke.c
31092 ____________________________________________________________________________
31093 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
31094         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
31095              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31096              Date: Thu, 29 Nov 2001 15:48:15 +0100
31097              Message-ID: <20011129154815.C25817@rafael>         
31098      Branch: perl
31099            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
31100 ____________________________________________________________________________
31101 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
31102         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
31103              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
31104              Date: Wed, 28 Nov 2001 20:35:29 +0100
31105              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
31106      Branch: perl
31107            ! pod/perlpacktut.pod
31108 ____________________________________________________________________________
31109 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
31110         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
31111              From: Stas Bekman <stas@stason.org>
31112              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
31113              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
31114              
31115              (with tweaks)
31116      Branch: perl
31117            ! pod/perlapio.pod
31118 ____________________________________________________________________________
31119 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
31120         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
31121              From: Tels <perl_dummy@bloodgate.com>
31122              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
31123              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
31124              
31125              (plus paragraph rewrapping)
31126      Branch: perl
31127            ! lib/Exporter.pm
31128 ____________________________________________________________________________
31129 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
31130         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
31131              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
31132              Date: Wed, 28 Nov 2001 21:47:59 +0000
31133              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
31134      Branch: perl
31135            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
31136 ____________________________________________________________________________
31137 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
31138         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
31139              From: Andy Dougherty <doughera@lafayette.edu>
31140              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
31141              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
31142      Branch: perl
31143            ! INSTALL ext/Time/HiRes/HiRes.t
31144 ____________________________________________________________________________
31145 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
31146         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
31147              From: Michael G Schwern <schwern@pobox.com> 
31148              Date: Wed, 28 Nov 2001 16:37:01 -0500
31149              Message-ID: <20011128163701.H676@blackrider>
31150      Branch: perl
31151            ! t/run/kill_perl.t
31152 ____________________________________________________________________________
31153 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
31154         Log: @INC tweak.
31155      Branch: perl
31156            ! t/op/ref.t
31157 ____________________________________________________________________________
31158 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
31159         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
31160              From: Nicholas Clark <nick@ccl4.org>
31161              Date: Wed, 28 Nov 2001 23:38:43 +0000
31162              Message-ID: <20011128233843.N37621@plum.flirble.org>  
31163      Branch: perl
31164            ! installman
31165 ____________________________________________________________________________
31166 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
31167         Log: Tweak the forking logic.
31168      Branch: perl
31169            ! Porting/checkURL.pl
31170 ____________________________________________________________________________
31171 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
31172         Log: Update perlmodlib.PL as per #13348.  The L<> got
31173              changed back because that is coming from ParseLink.pm.
31174      Branch: perl
31175            ! pod/perlmodlib.PL pod/perlmodlib.pod
31176 ____________________________________________________________________________
31177 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
31178         Log: URL fixups from Michael Schwern.
31179      Branch: perl
31180            ! README.cygwin README.dos README.hpux README.mint README.mpeix
31181            ! README.os390 README.qnx README.solaris README.vos README.win32
31182            ! pod/perlmodlib.pod
31183 ____________________________________________________________________________
31184 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
31185         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
31186              From: Barrie Slaymaker <barries@slaysys.com>
31187              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
31188              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
31189      Branch: perl
31190            ! lib/Exporter.pm
31191 ____________________________________________________________________________
31192 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
31193         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
31194      Branch: perl
31195            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
31196 ____________________________________________________________________________
31197 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
31198         Log: Subject: [PATCH] Re: $\ very broken
31199              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31200              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
31201              Message-ID: <20011128223308.E732@rafael>   
31202              
31203              Subject: Re: [PATCH] Re: $\ very broken     
31204              From: Nicholas Clark <nick@ccl4.org>
31205              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
31206              Message-ID: <20011128222859.K37621@plum.flirble.org>
31207      Branch: perl
31208            ! mg.c t/op/ref.t
31209 ____________________________________________________________________________
31210 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
31211         Log: Add Abigail's link checker with the following tweaks:
31212              - known dummy URLs (Peter Prymmer)
31213              - do also READMEs and INSTALL (Michael Schwern)
31214              - do also ftp URLs
31215              - add fork retry loop in case the allowed number
31216              of processes per user is low
31217      Branch: perl
31218            + Porting/checkURL.pl
31219            ! MANIFEST
31220 ____________________________________________________________________________
31221 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
31222         Log: Update Changes.
31223      Branch: perl
31224            ! Changes patchlevel.h
31225 ____________________________________________________________________________
31226 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
31227         Log: In Linux if we have modern enough gcc and supported
31228              enough CPU, crank up the optimization level to -O3.
31229      Branch: perl
31230            ! hints/linux.sh
31231 ____________________________________________________________________________
31232 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
31233         Log: Add perlpacktut from Wolfgang Laun; regen toc.
31234      Branch: perl
31235            + pod/perlpacktut.pod
31236            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
31237            ! pod/perltoc.pod
31238 ____________________________________________________________________________
31239 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
31240         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
31241              From: PPrymmer@factset.com
31242              Date: Wed, 28 Nov 2001 07:51:26 -0500
31243              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
31244      Branch: perl
31245            ! vms/test.com
31246 ____________________________________________________________________________
31247 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
31248         Log: Test cases for the first half of #13338.
31249      Branch: perl
31250            ! t/lib/h2ph.h t/lib/h2ph.pht
31251 ____________________________________________________________________________
31252 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
31253         Log: Subject: Re: h2ph confused by comments in an enum.
31254              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
31255              Date: Wed, 28 Nov 2001 04:19:21 +0000
31256              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
31257              
31258              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
31259              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
31260              Date: Wed, 28 Nov 2001 13:36:35 +0000
31261              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
31262      Branch: perl
31263            ! utils/h2ph.PL
31264 ____________________________________________________________________________
31265 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
31266         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
31267              From: Jonathan Stowe <gellyfish@gellyfish.com>
31268              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
31269              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
31270              
31271              (replace #13327)
31272      Branch: perl
31273            ! lib/Term/Cap.pm
31274 ____________________________________________________________________________
31275 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
31276         Log: Replace #13335 with
31277              
31278              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
31279              From: Russ Allbery <rra@stanford.edu>
31280              Date: 27 Nov 2001 20:42:49 -0800
31281              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
31282      Branch: perl
31283            ! lib/Pod/Text/Termcap.pm
31284 ____________________________________________________________________________
31285 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
31286         Log: (replaced by #13336)
31287              
31288              Subject: [PATCH perl@13323] Termcap.pm with no termios
31289              From: "Craig A. Berry" <craigberry@mac.com> 
31290              Date: Tue, 27 Nov 2001 22:28:50 -0600
31291              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
31292      Branch: perl
31293            ! lib/Pod/Text/Termcap.pm
31294 ____________________________________________________________________________
31295 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
31296         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
31297              From: "Craig A. Berry" <craigberry@mac.com> 
31298              Date: Tue, 27 Nov 2001 21:46:45 -0600
31299              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
31300      Branch: perl
31301            ! configure.com
31302 ____________________________________________________________________________
31303 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
31304         Log: Upgrade to podlators 1.17.
31305      Branch: perl
31306            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
31307            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
31308 ____________________________________________________________________________
31309 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
31310         Log: Fix for "a\x{100}" =~ /A/i.
31311      Branch: perl
31312            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
31313            ! utf8.c
31314 ____________________________________________________________________________
31315 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
31316         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
31317              From: "Craig A. Berry" <craigberry@mac.com>
31318              Date: Tue, 27 Nov 2001 17:11:49 -0600
31319              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
31320      Branch: perl
31321            ! lib/DB.t
31322 ____________________________________________________________________________
31323 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
31324         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
31325              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31326              Date: Tue, 27 Nov 2001 14:55:23 -0500
31327              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
31328              
31329              Subject: [PATCH: perl@13324] updates to perldelta.pod 
31330              From: PPrymmer@factset.com
31331              Date: Tue, 27 Nov 2001 18:06:04 -0500
31332              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
31333              
31334              plus added some known problems.
31335      Branch: perl
31336            ! pod/perldelta.pod
31337 ____________________________________________________________________________
31338 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
31339         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
31340              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31341              Date: Tue, 27 Nov 2001 15:38:02 EST 
31342              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
31343      Branch: perl
31344            ! configure.com vms/vms.c vms/vmsish.h
31345 ____________________________________________________________________________
31346 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
31347         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
31348              From: Michael G Schwern <schwern@pobox.com> 
31349              Date: Tue, 27 Nov 2001 15:31:12 -0500
31350              Message-ID: <20011127153112.G20929@blackrider>
31351      Branch: perl
31352            ! t/run/kill_perl.t
31353 ____________________________________________________________________________
31354 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
31355         Log: (replaced by #13337)
31356              
31357              VMS can safely hardcode a termcap entry for VT100.
31358      Branch: perl
31359            ! lib/Term/Cap.pm
31360 ____________________________________________________________________________
31361 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
31362         Log: VMS piping fixes from Charles Lane (perl -P should
31363              be working now).
31364      Branch: perl
31365            ! vms/vms.c
31366 ____________________________________________________________________________
31367 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
31368         Log: Subject: [PATCH] perlvar.pod fix
31369              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31370              Date: Tue, 27 Nov 2001 13:11:47 -0500
31371              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
31372      Branch: perl
31373            ! pod/perlvar.pod
31374 ____________________________________________________________________________
31375 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
31376         Log: Update Changes.
31377      Branch: perl
31378            ! Changes patchlevel.h
31379 ____________________________________________________________________________
31380 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
31381         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
31382              From: "Craig A. Berry" <craigberry@mac.com> 
31383              Date: Tue, 27 Nov 2001 10:21:18 -0600
31384              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
31385      Branch: perl
31386            ! lib/ExtUtils/MM_VMS.pm
31387 ____________________________________________________________________________
31388 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
31389         Log: Protect against accumulating -options -options -options.
31390      Branch: perl
31391            ! hints/hpux.sh
31392 ____________________________________________________________________________
31393 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
31394         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
31395              From: Barrie Slaymaker <barries@slaysys.com>
31396              Date: Tue, 27 Nov 2001 10:58:54 -0500
31397              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
31398      Branch: perl
31399            ! lib/Benchmark.pm
31400 ____________________________________________________________________________
31401 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
31402         Log: Tiny fix from John P. Linderman.
31403      Branch: perl
31404            ! lib/sort.pm
31405 ____________________________________________________________________________
31406 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
31407         Log: The Story of sort(), from John P. Linderman.
31408      Branch: perl
31409            ! pod/perldelta.pod
31410 ____________________________________________________________________________
31411 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
31412         Log: Add information what to do if you are reading
31413              perluniintro but using some older Perl.
31414      Branch: perl
31415            ! pod/perluniintro.pod
31416 ____________________________________________________________________________
31417 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
31418         Log: Update the 'wide characters' FAQ entry.
31419      Branch: perl
31420            ! pod/perlfaq6.pod
31421 ____________________________________________________________________________
31422 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
31423         Log: Fix for
31424              
31425              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
31426              From: Marc Lehmann <root@schmorp.de>
31427              Date: Tue, 27 Nov 2001 14:27:14 +0100
31428              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
31429      Branch: perl
31430            ! ext/Encode.t ext/Encode/Encode.xs
31431 ____________________________________________________________________________
31432 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
31433         Log: Subject: [PATCH] DB_File 1.801
31434              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31435              Date: Tue, 27 Nov 2001 15:06:45 -0000
31436              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
31437      Branch: perl
31438            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31439            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
31440 ____________________________________________________________________________
31441 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
31442         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
31443      Branch: perl
31444            ! pod/perlmodlib.pod
31445 ____________________________________________________________________________
31446 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
31447         Log: sort() doc tweaks from John P. Linderman.
31448      Branch: perl
31449            ! pod/perlfunc.pod
31450 ____________________________________________________________________________
31451 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
31452         Log: Subject: [PATCH] More perldelta.pod nits
31453              From: Simon Glover <scog@roe.ac.uk>
31454              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
31455              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
31456      Branch: perl
31457            ! pod/perldelta.pod
31458 ____________________________________________________________________________
31459 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
31460         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
31461              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31462              Date: Tue, 27 Nov 2001 11:52:31 -0000
31463              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
31464      Branch: perl
31465            ! ext/Devel/PPPort/harness/Makefile.PL
31466 ____________________________________________________________________________
31467 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
31468         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
31469              From: Michael G Schwern <schwern@pobox.com>
31470              Date: Tue, 27 Nov 2001 03:38:24 -0500
31471              Message-ID: <20011127033824.A17775@blackrider>
31472      Branch: perl
31473            ! t/TEST
31474 ____________________________________________________________________________
31475 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
31476         Log: Subject: Re: perlcc very broken
31477              From: John Peacock <jpeacock@rowman.com>
31478              Date: Tue, 27 Nov 2001 06:48:01 -0500
31479              Message-ID: <3C037D71.4030508@rowman.com>
31480      Branch: perl
31481            ! utils/perlcc.PL
31482 ____________________________________________________________________________
31483 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
31484         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
31485              From: David Dyck <dcd@tc.fluke.com>
31486              Date: Mon, 26 Nov 2001 22:04:38 -0800
31487              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
31488      Branch: perl
31489            ! t/op/pack.t
31490 ____________________________________________________________________________
31491 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
31492         Log: Subject: [ID 20011126.149] t/op/split fails step 37
31493              From: David Dyck <dcd@tc.fluke.com>
31494              Date: Mon, 26 Nov 2001 21:52:35 -0800
31495              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
31496      Branch: perl
31497            ! t/op/split.t
31498 ____________________________________________________________________________
31499 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
31500         Log: incorporate last minute change from libnet 1.0901-tobe
31501      Branch: perl
31502            ! lib/Net/SMTP.pm
31503 ____________________________________________________________________________
31504 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
31505         Log: Pass 7 at perldelta - random edits.
31506      Branch: perl
31507            ! pod/perldelta.pod
31508 ____________________________________________________________________________
31509 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
31510         Log: Portability and skippage tweaks.
31511      Branch: perl
31512            ! t/op/split.t
31513 ____________________________________________________________________________
31514 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
31515         Log: (retracted by #13449)
31516              Try to make Unicode casemapping to work for EBCDIC, too.
31517      Branch: perl
31518            ! utf8.c
31519 ____________________________________________________________________________
31520 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
31521         Log: Just printing 1..0 is not quite enough...
31522      Branch: perl
31523            ! lib/Dumpvalue.t
31524 ____________________________________________________________________________
31525 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
31526         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
31527              Delay the match until runtime.
31528      Branch: perl
31529            ! t/op/append.t
31530 ____________________________________________________________________________
31531 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
31532         Log: UTF-EBCDIC.
31533      Branch: perl
31534            ! ext/Devel/Peek/Peek.t
31535 ____________________________________________________________________________
31536 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
31537         Log: Be UTF-EBCDIC aware.
31538      Branch: perl
31539            ! lib/bytes.t
31540 ____________________________________________________________________________
31541 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
31542         Log: Bad assumption which way digits and letters sort.
31543      Branch: perl
31544            ! lib/English.t
31545 ____________________________________________________________________________
31546 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
31547         Log: If in EBCDIC but no Convert::EBCDIC
31548              the libnet tests will all fail.
31549      Branch: perl
31550            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
31551            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
31552            ! lib/Net/t/smtp.t lib/Net/t/time.t
31553 ____________________________________________________________________________
31554 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
31555         Log: Just sorting to guarantee order is not enough.
31556              (Think EBCDIC.) 
31557      Branch: perl
31558            ! lib/ExtUtils/Manifest.t
31559 ____________________________________________________________________________
31560 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
31561         Log: OS/390 cleanable gunk.
31562      Branch: perl
31563            ! lib/ExtUtils/MM_Unix.pm
31564 ____________________________________________________________________________
31565 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
31566         Log: Update the EBCDIC MD5 checksums.
31567      Branch: perl
31568            ! ext/Digest/MD5/t/files.t
31569 ____________________________________________________________________________
31570 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
31571         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
31572              From: Nicholas Clark <nick@ccl4.org>
31573              Date: Mon, 26 Nov 2001 23:06:34 +0000
31574              Message-ID: <20011126230633.Q37621@plum.flirble.org>
31575      Branch: perl
31576            ! installman
31577 ____________________________________________________________________________
31578 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
31579         Log: sort tweaks from John P. Linderman.
31580      Branch: perl
31581            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
31582 ____________________________________________________________________________
31583 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
31584         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
31585              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
31586              Date: Mon, 26 Nov 2001 18:47:25 -0600
31587              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
31588              
31589              Craig Berry submitted half of this patch just yesterday.
31590              Spooky cosmic resonance.
31591      Branch: perl
31592            ! ext/Socket/Socket.xs
31593 ____________________________________________________________________________
31594 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
31595         Log: Subject: [PATCH] doio slightly smaller
31596              From: Nicholas Clark <nick@ccl4.org>
31597              Date: Tue, 27 Nov 2001 00:40:23 +0000      
31598              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
31599      Branch: perl
31600            ! doio.c
31601 ____________________________________________________________________________
31602 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
31603         Log: perldelta nits from Autrijus Tang and Ron Kimball.
31604      Branch: perl
31605            ! pod/perldelta.pod
31606 ____________________________________________________________________________
31607 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
31608         Log: Subject: [PATCH] unpack P* uses random length for item
31609              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
31610              Date: Mon, 26 Nov 2001 19:56:32 +0100
31611              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
31612      Branch: perl
31613            ! pod/perldiag.pod pp_pack.c t/op/pack.t
31614 ____________________________________________________________________________
31615 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
31616         Log: Subject: [PATCH current] system and taintedness
31617              From: Radu Greab <radu@netsoft.ro>
31618              Date: Mon, 26 Nov 2001 18:42:29 +0200
31619              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
31620      Branch: perl
31621            ! pp_sys.c t/op/taint.t
31622 ____________________________________________________________________________
31623 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
31624         Log: Subject: [PATCH @ 13283] Devel::PPPort
31625              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
31626              Date: Mon, 26 Nov 2001 14:37:17 -0000
31627              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
31628      Branch: perl
31629            + ext/Devel/PPPort/MANIFEST
31630            ! MANIFEST ext/Devel/PPPort/Makefile.PL
31631            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
31632            ! ext/Devel/PPPort/harness/Harness.xs
31633            ! ext/Devel/PPPort/harness/Makefile.PL
31634            ! ext/Devel/PPPort/harness/module2.c
31635            ! ext/Devel/PPPort/harness/module3.c
31636            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
31637 ____________________________________________________________________________
31638 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
31639         Log: Update the test list.
31640      Branch: perl
31641            ! t/lib/1_compile.t
31642 ____________________________________________________________________________
31643 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
31644         Log: Sync-up tests with libnet distribution
31645      Branch: perl
31646            + lib/Net/t/netrc.t
31647            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
31648 ____________________________________________________________________________
31649 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
31650         Log: Update Changes.
31651      Branch: perl
31652            ! Changes patchlevel.h
31653 ____________________________________________________________________________
31654 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
31655         Log: Upgrade to podlators 1.16.
31656      Branch: perl
31657            + lib/Pod/t/basic.cap
31658            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
31659            ! lib/Pod/t/basic.t pod/pod2man.PL
31660 ____________________________________________________________________________
31661 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
31662         Log: Pass 6 at perldelta - sort enhancements, generic and
31663              platform specific bug fixes.
31664      Branch: perl
31665            ! pod/perldelta.pod
31666 ____________________________________________________________________________
31667 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
31668         Log: PROPAGATE documentation from Tony Cook.
31669      Branch: perl
31670            ! pod/perlfunc.pod
31671 ____________________________________________________________________________
31672 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
31673         Log: DJGPP cannot do signals that well.
31674      Branch: perl
31675            ! ext/POSIX/t/sigaction.t
31676 ____________________________________________________________________________
31677 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
31678         Log: Can't do subsecond alarms without ualarm; and break out
31679              early if alarms do not seem to be coming in as expected.
31680      Branch: perl
31681            ! ext/Time/HiRes/HiRes.t
31682 ____________________________________________________________________________
31683 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
31684         Log: No Socket, little Net.
31685      Branch: perl
31686            ! t/lib/1_compile.t
31687 ____________________________________________________________________________
31688 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
31689         Log: Take the taint brush to the getcwds.
31690      Branch: perl
31691            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
31692 ____________________________________________________________________________
31693 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
31694         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
31695              From: "Craig A. Berry" <craigberry@mac.com>
31696              Date: Sun, 25 Nov 2001 16:20:45 -0600
31697              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
31698      Branch: perl
31699            ! ext/Socket/Socket.xs
31700 ____________________________________________________________________________
31701 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
31702         Log: Since in some DOS filesystems the timestamp granularity
31703              may be only two seconds, better sleep for three to play safe.
31704              (Helps CygWin, at least.)
31705      Branch: perl
31706            ! lib/Memoize/t/expire_file.t
31707 ____________________________________________________________________________
31708 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
31709         Log: For some reason CygWin wasn't collapsing multiple
31710              slashes into one, which made some Spec.t tests to fail.
31711              Either CygWin was being too prudish or the collapsing
31712              logic needs to be rethunk.
31713      Branch: perl
31714            ! lib/File/Spec/Unix.pm
31715 ____________________________________________________________________________
31716 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
31717         Log: Cygwin needs to have libperl.dll around if trying to link
31718              with -lperl.  Note: this change cures the test but whether
31719              it cures CygPerl installation, I don't know: hopefully the
31720              libperl5_7_2.dll, or the version equivalent, gets installed
31721              also as libperl.dll to the proper place(s).
31722      Branch: perl
31723            ! lib/ExtUtils/Embed.t
31724 ____________________________________________________________________________
31725 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
31726         Log: -I../lib/.. and -L../lib/..?  Strange.
31727      Branch: perl
31728            ! lib/ExtUtils/Embed.t
31729 ____________________________________________________________________________
31730 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
31731         Log: $MM?
31732      Branch: perl
31733            ! lib/ExtUtils/Embed.pm
31734 ____________________________________________________________________________
31735 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
31736         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
31737              From: Dave Rolsky <autarch@urth.org>
31738              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
31739              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
31740      Branch: perl
31741            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
31742            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
31743 ____________________________________________________________________________
31744 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
31745         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
31746              From: chromatic <chromatic@rmci.net>
31747              Date: Sat, 24 Nov 2001 14:56:57 -0700
31748              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
31749              
31750              plus a tweak for ithreads builds.
31751      Branch: perl
31752            + lib/DB.t
31753            ! MANIFEST lib/DB.pm
31754 ____________________________________________________________________________
31755 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
31756         Log: Win32 compilation tweaks for Blair Zajac.
31757      Branch: perl
31758            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
31759 ____________________________________________________________________________
31760 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
31761         Log: I don't think trying to bracket the hires time with lores
31762              times is going to be portable enough: Cygwin seems to be
31763              capable of getting hires ones rather consistently lower
31764              than the lores ones.  So let's try average difference instead.
31765      Branch: perl
31766            ! ext/Time/HiRes/HiRes.t
31767 ____________________________________________________________________________
31768 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
31769         Log: Subject: Re: benchmarks, sorts and reproducibility
31770              From: "John P. Linderman" <jpl@research.att.com>
31771              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
31772              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
31773              
31774              Randomize large partitions for quicksort to dodge the
31775              angry gods of quadratic.
31776      Branch: perl
31777            ! pp_sort.c
31778 ____________________________________________________________________________
31779 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
31780         Log: The joys of portable quoting.
31781      Branch: perl
31782            ! ext/Devel/PPPort/harness/Makefile.PL
31783 ____________________________________________________________________________
31784 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
31785         Log: sort pragma tweaks.
31786      Branch: perl
31787            ! lib/sort.pm
31788 ____________________________________________________________________________
31789 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
31790         Log: Skip the link= directives of utils.lst if no mandir
31791              (if no manpages).
31792      Branch: perl
31793            ! installman
31794 ____________________________________________________________________________
31795 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
31796         Log: integrate changes#8340,13260 from mainline
31797              
31798              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
31799              
31800              change#3373 introduced a handle leak in backticks and piped open()s
31801              that fail
31802      Branch: maint-5.6/perl
31803            ! t/io/pipe.t util.c
31804 ____________________________________________________________________________
31805 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
31806         Log: change#3373 introduced a handle leak in backticks and piped open()s
31807              that fail
31808      Branch: perl
31809            ! util.c
31810 ____________________________________________________________________________
31811 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
31812         Log: metaconfig unit change for #13258.
31813      Branch: metaconfig/U/perl
31814            ! d_procselfexe.U
31815 ____________________________________________________________________________
31816 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
31817         Log: Extraenous breaks noticed by David Dyck.
31818      Branch: perl
31819            ! Configure
31820 ____________________________________________________________________________
31821 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
31822         Log: Revert the /proc/self/auxv experiment for now.
31823      Branch: perl
31824            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
31825 ____________________________________________________________________________
31826 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
31827         Log: Also ExtUtils.t had $^X assumptions.
31828      Branch: perl
31829            ! lib/ExtUtils.t
31830 ____________________________________________________________________________
31831 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
31832         Log: Now is Solaris if you start the t/perl in the t/
31833              as "./perl", the $^X will be "../perl", not "./perl".
31834      Branch: perl
31835            ! t/lib/1_compile.t
31836 ____________________________________________________________________________
31837 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
31838         Log: The new way of finding out $^X in Solaris
31839              requires a little tweak if the executable
31840              pathname is *not* absolute: prepend "./"
31841              (otherwise `$^X ...` will start perl from PATH...)
31842      Branch: perl
31843            ! perl.c
31844 ____________________________________________________________________________
31845 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
31846         Log: Avoid "will not stay shared" warnings.
31847      Branch: perl
31848            ! lib/ExtUtils/MM_Unix.pm
31849 ____________________________________________________________________________
31850 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
31851         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
31852              From: Michael G Schwern <schwern@pobox.com>
31853              Date: Sat, 24 Nov 2001 19:56:18 -0500
31854              Message-ID: <20011124195618.A14614@blackrider>            
31855      Branch: perl
31856            ! perl.c pp_sys.c t/op/magic.t util.c
31857 ____________________________________________________________________________
31858 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
31859         Log: In the MakeMaker pm_to_blib target don't copy all
31860              the files in one fell swoop, deal with them hunkwise,
31861              helps for CLIs with limited line lengths.
31862              (This seems to help for DJGPP building Encode,
31863              where there are dozens of files to copy.)
31864      Branch: perl
31865            ! lib/ExtUtils/MM_Unix.pm
31866 ____________________________________________________________________________
31867 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
31868         Log: testsuite leaves stray files behind on windows
31869      Branch: perl
31870            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
31871 ____________________________________________________________________________
31872 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
31873         Log: xsubpp produces a spurious warning on directories called 'typemap'
31874      Branch: perl
31875            ! lib/ExtUtils/xsubpp
31876 ____________________________________________________________________________
31877 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
31878         Log: xsubpp treats invalid (indented) cpp directives as comments
31879      Branch: perl
31880            ! ext/IO/IO.xs
31881 ____________________________________________________________________________
31882 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
31883         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
31884      Branch: perl
31885            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
31886 ____________________________________________________________________________
31887 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
31888         Log: The debug_pag needs to be visible at all times
31889              because of the re extension.
31890      Branch: perl
31891            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
31892 ____________________________________________________________________________
31893 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
31894         Log: Subject: Re: [PATCH] Tests are good
31895              From: Philip Newton <Philip.Newton@gmx.net>
31896              Date: Sat, 24 Nov 2001 21:24:00 +0100
31897              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
31898      Branch: perl
31899            ! pod/perlhack.pod
31900 ____________________________________________________________________________
31901 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
31902         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
31903              From: "Craig A. Berry" <craigberry@mac.com> 
31904              Date: Sat, 24 Nov 2001 12:45:44 -0600
31905              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
31906              
31907              (with tweaks, and combined with Sarathy's #13242)
31908      Branch: perl
31909            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
31910 ____________________________________________________________________________
31911 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
31912         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
31913              From: John Peacock <jpeacock@rowman.com>
31914              Date: Sat, 24 Nov 2001 14:27:46 -0500
31915              Message-ID: <3BFFF4B2.40509@rowman.com> 
31916      Branch: perl
31917            ! lib/Exporter/Heavy.pm
31918 ____________________________________________________________________________
31919 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
31920         Log: use portable quotes
31921      Branch: perl
31922            ! ext/Devel/PPPort/harness/Makefile.PL
31923 ____________________________________________________________________________
31924 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
31925         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
31926              From: Nicholas Clark <nick@ccl4.org>
31927              Date: Sat, 24 Nov 2001 18:06:26 +0000
31928              Message-ID: <20011124180626.T37621@plum.flirble.org>
31929      Branch: perl
31930            ! installman
31931 ____________________________________________________________________________
31932 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
31933         Log: Subject: [PATCH] perl5005delta.pod L<>
31934              From: Nicholas Clark <nick@ccl4.org>
31935              Date: Sat, 24 Nov 2001 18:04:21 +0000
31936              Message-ID: <20011124180421.S37621@plum.flirble.org>
31937      Branch: perl
31938            ! pod/perl5005delta.pod
31939 ____________________________________________________________________________
31940 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
31941         Log: fix typo in config.vc; regenerate win32 config_H.* files
31942      Branch: perl
31943            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31944            ! win32/config_H.vc
31945 ____________________________________________________________________________
31946 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
31947         Log: Mention the charnames::vianame().
31948      Branch: perl
31949            ! pod/perluniintro.pod
31950 ____________________________________________________________________________
31951 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
31952         Log: Add charnames::vianame() in case people want to access
31953              the codes in run-time (as opposed to the compile-timeness
31954              of \N{...}).
31955      Branch: perl
31956            ! lib/charnames.pm lib/charnames.t
31957 ____________________________________________________________________________
31958 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
31959         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
31960              From: Nicholas Clark <nick@ccl4.org>
31961              Date: Sat, 24 Nov 2001 16:30:42 +0000
31962              Message-ID: <20011124163042.R37621@plum.flirble.org>
31963      Branch: perl
31964            ! regcomp.c regcomp.h
31965 ____________________________________________________________________________
31966 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
31967         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
31968              From: Nicholas Clark <nick@ccl4.org>
31969              Date: Sat, 24 Nov 2001 16:24:33 +0000
31970              Message-ID: <20011124162433.Q37621@plum.flirble.org>
31971              
31972              cmp fixes.
31973      Branch: perl
31974            ! pp.c
31975 ____________________________________________________________________________
31976 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
31977         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
31978              (It seems that "./perl" gets resolved to "perl" now.)
31979      Branch: perl
31980            ! perl.c
31981 ____________________________________________________________________________
31982 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
31983         Log: Subject: [PATCH] DB_File 1.800        
31984              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
31985              Date: Sat, 24 Nov 2001 11:41:41 -0000
31986              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
31987      Branch: perl
31988            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31989            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
31990            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
31991            ! ext/DB_File/t/db-recno.t
31992 ____________________________________________________________________________
31993 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
31994         Log: Tweak the PUSHED documentation.
31995      Branch: perl
31996            ! ext/PerlIO/Via/Via.pm
31997 ____________________________________________________________________________
31998 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
31999         Log: Update 1_compile for new known tests.
32000      Branch: perl
32001            ! t/lib/1_compile.t
32002 ____________________________________________________________________________
32003 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
32004         Log: Move the MBF/MBI test modules to t/lib.
32005      Branch: perl
32006            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
32007            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
32008            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
32009            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
32010            ! lib/Math/BigInt/t/sub_mbi.t
32011 ____________________________________________________________________________
32012 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
32013         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
32014              From: "Craig A. Berry" <craigberry@mac.com> 
32015              Date: Fri, 23 Nov 2001 18:05:35 -0600
32016              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
32017      Branch: perl
32018            ! configure.com
32019 ____________________________________________________________________________
32020 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
32021         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
32022              From: PPrymmer@factset.com 
32023              Date: Fri, 23 Nov 2001 17:03:07 -0500
32024              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
32025      Branch: perl
32026            ! ext/Unicode/Normalize/mkheader
32027 ____________________________________________________________________________
32028 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
32029         Log: Here are the right helper files.
32030      Branch: perl
32031            + t/lib/Filter/Simple/ExportTest.pm
32032            + t/lib/Filter/Simple/FilterOnlyTest.pm
32033            + t/lib/Filter/Simple/FilterTest.pm
32034            + t/lib/Filter/Simple/ImportTest.pm
32035            ! MANIFEST
32036 ____________________________________________________________________________
32037 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
32038         Log: Update Changes.
32039      Branch: perl
32040            ! Changes patchlevel.h
32041 ____________________________________________________________________________
32042 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
32043         Log: Never mind.
32044      Branch: perl
32045            - lib/Filter/Simple/lib/ExportTest.pm
32046            - lib/Filter/Simple/lib/ImportTest.pm
32047 ____________________________________________________________________________
32048 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
32049         Log: Mis-add.
32050      Branch: perl
32051            + lib/Filter/Simple/lib/ExportTest.pm
32052            + lib/Filter/Simple/lib/ImportTest.pm
32053 ____________________________________________________________________________
32054 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
32055         Log: Upgrade to Filter::Simple 0.77.
32056      Branch: perl
32057            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
32058            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
32059            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
32060            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
32061            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
32062 ____________________________________________________________________________
32063 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
32064         Log: Missing p4 add.
32065      Branch: perl
32066            + lib/ExtUtils/MM_VMS.t
32067 ____________________________________________________________________________
32068 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
32069         Log: Pass 5 at perldelta - module and utility updates cleanup.
32070      Branch: perl
32071            ! pod/perldelta.pod
32072 ____________________________________________________________________________
32073 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
32074         Log: metaconfig unit change for #13219.
32075      Branch: metaconfig/U/perl
32076            ! d_procselfexe.U
32077 ____________________________________________________________________________
32078 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
32079         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
32080      Branch: perl
32081            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32082            ! pod/buildtoc.PL pod/perltoc.pod
32083 ____________________________________________________________________________
32084 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
32085         Log: Add procselfexe and d_dirfd to strange lands.
32086      Branch: perl
32087            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
32088            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32089            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32090            ! win32/config.gc win32/config.vc win32/config.win64
32091            ! wince/config.ce
32092 ____________________________________________________________________________
32093 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
32094         Log: metaconfig unit change for #13216.
32095      Branch: metaconfig/U/perl
32096            ! d_procselfexe.U
32097 ____________________________________________________________________________
32098 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
32099         Log: Better to "quote" the pathname.
32100      Branch: perl
32101            ! Configure config_h.SH
32102 ____________________________________________________________________________
32103 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
32104         Log: Use PROCSELFEXE_PATH.
32105      Branch: perl
32106            ! perl.c
32107 ____________________________________________________________________________
32108 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
32109         Log: metaconfig unit change for #13213.
32110      Branch: metaconfig/U/perl
32111            ! d_procselfexe.U
32112 ____________________________________________________________________________
32113 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
32114         Log: Add probing for BSD-like /proc/curproc/file.
32115      Branch: perl
32116            ! Configure config_h.SH
32117 ____________________________________________________________________________
32118 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
32119         Log: metaconfig unit change for 13211.
32120      Branch: metaconfig/U/perl
32121            + d_dirfd.U
32122 ____________________________________________________________________________
32123 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
32124         Log: Add probing for dirfd() so that it can be added it IO::Dir.
32125      Branch: perl
32126            ! Configure config_h.SH perl.h
32127 ____________________________________________________________________________
32128 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
32129         Log: ...and update the test count.
32130      Branch: perl
32131            ! lib/Pod/t/basic.t
32132 ____________________________________________________________________________
32133 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
32134         Log: Must remove the cap test also from the test script.
32135      Branch: perl
32136            ! lib/Pod/t/basic.t
32137 ____________________________________________________________________________
32138 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
32139         Log: Subject: [PATCH] Tests are good
32140              From: Nicholas Clark <nick@ccl4.org>
32141              Date: Fri, 23 Nov 2001 18:12:21 +0000
32142              Message-ID: <20011123181220.F37621@plum.flirble.org>
32143      Branch: perl
32144            ! pod/perlhack.pod
32145 ____________________________________________________________________________
32146 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
32147         Log: The basic.cap from podlators 1.14 is not very portable.
32148      Branch: perl
32149            - lib/Pod/t/basic.cap
32150            ! MANIFEST
32151 ____________________________________________________________________________
32152 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
32153         Log: Subject: Re: [DOC PATCHES] pod cleanups
32154              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32155              Date: 22 Nov 2001 12:54:16 -0000
32156              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
32157      Branch: perl
32158            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
32159            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
32160 ____________________________________________________________________________
32161 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
32162         Log: FAQ sync.
32163      Branch: perl
32164            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
32165 ____________________________________________________________________________
32166 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
32167         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
32168              From: PPrymmer@factset.com
32169              Date: Fri, 23 Nov 2001 11:43:45 -0500
32170              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
32171      Branch: perl
32172            ! MANIFEST lib/ExtUtils/MM_VMS.pm
32173 ____________________________________________________________________________
32174 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
32175         Log: Corify podlators 1.14 test.
32176      Branch: perl
32177            ! lib/Pod/t/basic.t
32178 ____________________________________________________________________________
32179 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
32180         Log: Output tweak needed because of podlators 1.14.
32181      Branch: perl
32182            ! t/pod/multiline_items.xr
32183 ____________________________________________________________________________
32184 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
32185         Log: Upgrade to podlators 1.14.
32186      Branch: perl
32187            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
32188            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
32189            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
32190            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
32191            ! lib/Pod/Text/Overstrike.pm
32192 ____________________________________________________________________________
32193 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
32194         Log: perlmodinstall tweaks from Philip Newton.
32195      Branch: perl
32196            ! pod/perlmodinstall.pod
32197 ____________________________________________________________________________
32198 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
32199         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
32200              From: Autrijus Tang <autrijus@autrijus.org>           
32201              Date: Fri, 23 Nov 2001 23:55:53 +0800
32202              Message-ID: <20011123235553.A2310@not.autrijus.org>
32203      Branch: perl
32204            ! Porting/genlog
32205 ____________________________________________________________________________
32206 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
32207         Log: Subject: Re: regex oddness with \Z and $&
32208              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
32209              Date: Fri, 23 Nov 2001 15:15:24 +0000
32210              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
32211      Branch: perl
32212            ! regcomp.c t/op/re_tests
32213 ____________________________________________________________________________
32214 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
32215         Log: regen_headers.
32216      Branch: perl
32217            ! embed.h global.sym pod/perlapi.pod proto.h
32218 ____________________________________________________________________________
32219 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
32220         Log: Forgotten check-in.
32221      Branch: perl
32222            ! pod/perlapi.pod
32223 ____________________________________________________________________________
32224 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
32225         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
32226      Branch: perl
32227            ! lib/Test/Simple.pm
32228 ____________________________________________________________________________
32229 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
32230         Log: Retract #13173 (effectively retract Net::Ping 2.06,
32231              go back to 2.04, the 2.06 hasn't seen the patches
32232              that have gone to the blead version.)
32233      Branch: perl
32234            - lib/Net/Ping/CHANGES lib/Net/Ping/README
32235            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32236            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32237            - lib/Net/Ping/t/200_ping_tcp.t
32238            ! MANIFEST lib/Net/Ping.pm
32239 ____________________________________________________________________________
32240 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
32241         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
32242              From: Robin Barker <rmb1@cise.npl.co.uk>
32243              Date: Thu, 22 Nov 2001 11:00:38 GMT
32244              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
32245      Branch: perl
32246            ! utils/perldoc.PL
32247 ____________________________________________________________________________
32248 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
32249         Log: metaconfig unit change for #13191.
32250      Branch: metaconfig/U/perl
32251            ! d_procselfexe.U
32252 ____________________________________________________________________________
32253 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
32254         Log: procselfexe tweak: for some reason I had a ls in
32255              /proc/self/exe, not the ls Configure thought it
32256              would found.
32257      Branch: perl
32258            ! Configure
32259 ____________________________________________________________________________
32260 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
32261         Log: Corify the Net::Ping tests; skip the tests
32262              unless $ENV{PERL_TEST_Net_Ping} is true.
32263      Branch: perl
32264            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32265            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32266            ! lib/Net/Ping/t/200_ping_tcp.t
32267 ____________________________________________________________________________
32268 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
32269         Log: metaconfig units changes for #13188.
32270      Branch: metaconfig
32271            ! U/modified/Head.U
32272      Branch: metaconfig/U/perl
32273            ! issymlink.U
32274 ____________________________________________________________________________
32275 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
32276         Log: The #13182 didn't really help.  The real problem
32277              seems to be that 'sh' can in AIX mean at least three
32278              different things, and we can't know which one it is
32279              unless we export $newsh from an earlier run (and it's
32280              the 'bsh' aka 'sh' that has the the broken test -h).
32281      Branch: perl
32282            ! Configure
32283 ____________________________________________________________________________
32284 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
32285         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
32286      Branch: perl
32287            ! op.c t/op/override.t
32288 ____________________________________________________________________________
32289 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
32290         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
32291              From: PPrymmer@factset.com 
32292              Date: Wed, 21 Nov 2001 20:17:25 -0500
32293              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
32294      Branch: perl
32295            ! lib/Shell.t
32296 ____________________________________________________________________________
32297 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
32298         Log: Reapply perlmodinstall parts of #12897.
32299      Branch: perl
32300            ! pod/perlmodinstall.pod
32301 ____________________________________________________________________________
32302 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
32303         Log: perlmodinstall 2.01 from Jon Orwant.
32304      Branch: perl
32305            ! pod/perlmodinstall.pod
32306 ____________________________________________________________________________
32307 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
32308         Log: Subject: [PATCH @10907] REXX on OS/2
32309              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32310              Date: Wed, 21 Nov 2001 15:26:11 -0500
32311              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
32312      Branch: perl
32313            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
32314            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
32315 ____________________________________________________________________________
32316 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
32317         Log: metaconfig unit change for #13181.
32318      Branch: metaconfig/U/perl
32319            ! issymlink.U
32320 ____________________________________________________________________________
32321 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
32322         Log: AIX has broken builtin 'test'.
32323      Branch: perl
32324            ! Configure
32325 ____________________________________________________________________________
32326 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
32327         Log: Subject: [PATCH 5.7.x] INSTALL size update
32328              From: Andy Dougherty <doughera@lafayette.edu>
32329              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
32330              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
32331      Branch: perl
32332            ! INSTALL
32333 ____________________________________________________________________________
32334 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
32335         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
32336              to pp_sort.c.  Includes the quicksort stabilizing layer
32337              from John P. Linderman.  -Msort=qsort or -Msort=fast is
32338              faster than without (or with -Msort=mergesort or -Msort=safe)
32339              for short random inputs, but for some reason not quite as fast
32340              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
32341              optimizing definitely needed.
32342      Branch: perl
32343            + lib/sort.pm lib/sort.t pp_sort.c
32344            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
32345            ! embed.pl global.sym perl.h pp_ctl.c proto.h
32346            ! vms/descrip_mms.template vos/build.cm win32/Makefile
32347            ! win32/makefile.mk wince/Makefile.ce
32348 ____________________________________________________________________________
32349 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
32350         Log: Sync file with libnet-1.0901-tobe
32351      Branch: perl
32352            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
32353            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
32354            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
32355            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
32356            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
32357 ____________________________________________________________________________
32358 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
32359         Log: Subject: [PATCH perldoc] problems with pod2man
32360              From: Robin Barker <rmb1@cise.npl.co.uk>
32361              Date: Wed, 21 Nov 2001 17:48:51 GMT
32362              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
32363      Branch: perl
32364            ! utils/perldoc.PL
32365 ____________________________________________________________________________
32366 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
32367         Log: debug_pad only visible when debugging.
32368      Branch: perl
32369            ! makedef.pl
32370 ____________________________________________________________________________
32371 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
32372         Log: metaconfig units changes for #13174.
32373      Branch: metaconfig/U/perl
32374            + d_procselfexe.U
32375            - procselfexe.U
32376 ____________________________________________________________________________
32377 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
32378         Log: procselfexe tweaks.
32379      Branch: perl
32380            ! Configure config_h.SH
32381 ____________________________________________________________________________
32382 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
32383         Log: Upgrade to Net::Ping 2.06.
32384      Branch: perl
32385            + lib/Net/Ping/CHANGES lib/Net/Ping/README
32386            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
32387            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
32388            + lib/Net/Ping/t/200_ping_tcp.t
32389            ! MANIFEST lib/Net/Ping.pm
32390 ____________________________________________________________________________
32391 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
32392         Log: Upgrade to Math::BigInt 1.47.
32393      Branch: perl
32394            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
32395            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
32396            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
32397            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
32398            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
32399            ! lib/Math/BigInt/t/sub_mbi.t
32400 ____________________________________________________________________________
32401 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
32402         Log: Dynaloading for POSIX-BC from Thomas Dorner.
32403      Branch: perl
32404            ! hints/posix-bc.sh
32405 ____________________________________________________________________________
32406 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
32407         Log: Strange: the same mysterious regex study bug
32408              seems to be present both in OS/390 and POSIX-BC.
32409              Deep EBCDIC magic that regex engine gets wrong,
32410              or a bug in some compiler/library shared by the
32411              two platforms?  From Thomas Dorner.
32412      Branch: perl
32413            ! t/op/study.t
32414 ____________________________________________________________________________
32415 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
32416         Log: More lost and found.
32417      Branch: perl
32418            + lib/Test/Simple/README
32419            ! MANIFEST
32420 ____________________________________________________________________________
32421 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
32422         Log: MANIFESTly missing.
32423      Branch: perl
32424            ! MANIFEST
32425 ____________________________________________________________________________
32426 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
32427         Log: Subject: Re: PERFORCE change 13162 for review               
32428              From: Philip Newton <Philip.Newton@gmx.net> 
32429              Date: Wed, 21 Nov 2001 16:44:30 +0100
32430              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
32431      Branch: perl
32432            ! ext/Devel/PPPort/PPPort.pm
32433 ____________________________________________________________________________
32434 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
32435         Log: Update Changes.
32436      Branch: perl
32437            ! Changes patchlevel.h
32438 ____________________________________________________________________________
32439 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
32440         Log: Small doc tweaks.
32441      Branch: perl
32442            ! ext/PerlIO/Via/Via.pm
32443 ____________________________________________________________________________
32444 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
32445         Log: Redundant return.
32446      Branch: perl
32447            ! ext/MIME/Base64/QuotedPrint.pm
32448 ____________________________________________________________________________
32449 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
32450         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
32451              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
32452              Date: Wed, 21 Nov 2001 10:23:16 +0100
32453              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
32454      Branch: perl
32455            ! pp_pack.c t/op/pack.t
32456 ____________________________________________________________________________
32457 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
32458         Log: Add Devel::PPPort originally from Kenneth Albanowski,
32459              revigorated by Paul Marquess: gives h2xs a Perl version
32460              portability boost.
32461      Branch: perl
32462            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
32463            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
32464            + ext/Devel/PPPort/harness/Harness.pm
32465            + ext/Devel/PPPort/harness/Harness.xs
32466            + ext/Devel/PPPort/harness/Makefile.PL
32467            + ext/Devel/PPPort/harness/module2.c
32468            + ext/Devel/PPPort/harness/module3.c
32469            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
32470            ! MANIFEST lib/h2xs.t utils/h2xs.PL
32471 ____________________________________________________________________________
32472 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
32473         Log: Oops.
32474      Branch: perl
32475            ! lib/Test/Simple/t/filehandles.t
32476 ____________________________________________________________________________
32477 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
32478         Log: Subject: Re: PERFORCE change 13152 for review               
32479              From: Philip Newton <Philip.Newton@gmx.net> 
32480              Date: Wed, 21 Nov 2001 09:04:05 +0100
32481              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
32482      Branch: perl
32483            ! lib/Test/Builder.pm
32484 ____________________________________________________________________________
32485 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
32486         Log: Subject: Re: PERFORCE change 13142 for review
32487              From: Philip Newton <Philip.Newton@gmx.net>
32488              Date: Wed, 21 Nov 2001 09:04:03 +0100
32489              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
32490              
32491              plus rewrap few paragraphs.
32492      Branch: perl
32493            ! lib/Pod/LaTeX.pm
32494 ____________________________________________________________________________
32495 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
32496         Log: Integrate #13154 from macperl; Remove comments.
32497      Branch: perl
32498           !> lib/File/Spec/Mac.pm
32499 ____________________________________________________________________________
32500 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
32501         Log: Update the list of modules having tests.
32502      Branch: perl
32503            ! t/lib/1_compile.t
32504 ____________________________________________________________________________
32505 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
32506         Log: Slight doc changes.
32507      Branch: maint-5.6/macperl
32508            ! macos/macperl/MacPerl.podhelp
32509 ____________________________________________________________________________
32510 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
32511         Log: Add UTF-16 coercion.
32512      Branch: maint-5.6/macperl
32513            ! macos/lib/Mac/AppleEvents/Simple.pm
32514 ____________________________________________________________________________
32515 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
32516         Log: Remove comments.
32517      Branch: maint-5.6/macperl
32518            ! lib/File/Spec/Mac.pm
32519 ____________________________________________________________________________
32520 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
32521         Log: Fix FSpGetCatInfo (and other functions) corrupting
32522              memory with bad filespecs (bug #471867)
32523      Branch: maint-5.6/macperl
32524            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
32525 ____________________________________________________________________________
32526 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
32527         Log: Upgrade to Test::Simple 0.33.
32528      Branch: perl
32529            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
32530            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
32531            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
32532 ____________________________________________________________________________
32533 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
32534         Log: Upgrade to Test::Harness 1.26.
32535      Branch: perl
32536            ! lib/Test/Harness.pm lib/Test/Harness/Changes
32537 ____________________________________________________________________________
32538 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
32539         Log: Integrate change #13145 from maintperl;
32540              another compatibility tweak to change#12559: avoid quoting
32541              arguments that already have quotes; add test case
32542      Branch: perl
32543           !> t/op/system_tests win32/win32.c
32544 ____________________________________________________________________________
32545 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
32546         Log: integrate change#13147 from mainline (fixes nit in change#10091)
32547              
32548              Subject: [PATCH] spaceship and refs
32549      Branch: maint-5.6/perl
32550            ! pp.c pp_hot.c t/op/cmp.t
32551 ____________________________________________________________________________
32552 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
32553         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
32554              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
32555              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
32556              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
32557      Branch: perl
32558            + lib/Pod/t/utils.t
32559            ! MANIFEST
32560 ____________________________________________________________________________
32561 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
32562         Log: Subject: [PATCH] spaceship and refs
32563              From: Nicholas Clark <nick@ccl4.org>
32564              Date: Tue, 20 Nov 2001 21:59:51 +0000
32565              Message-ID: <20011120215951.U62891@plum.flirble.org> 
32566      Branch: perl
32567            ! pp.c pp_hot.c t/op/cmp.t
32568 ____________________________________________________________________________
32569 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
32570         Log: Try to clarify which I/O call operates on bytes,
32571              which on characters, which on either.
32572      Branch: perl
32573            ! pod/perlfunc.pod
32574 ____________________________________________________________________________
32575 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
32576         Log: another compatibility tweak to change#12559: avoid quoting
32577              arguments that already have quotes; add test case
32578      Branch: maint-5.6/perl
32579            ! t/op/system_tests win32/win32.c
32580 ____________________________________________________________________________
32581 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
32582         Log: Give a simple example of writing PerlIO::Via handlers
32583              in Perl.
32584      Branch: perl
32585            ! ext/PerlIO/Via/Via.pm
32586 ____________________________________________________________________________
32587 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
32588         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
32589      Branch: perl
32590            + lib/Pod/t/latex.t
32591            ! MANIFEST
32592 ____________________________________________________________________________
32593 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
32594         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
32595              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32596              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
32597              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
32598      Branch: perl
32599            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
32600 ____________________________________________________________________________
32601 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
32602         Log: Spread d_procselfexe to far-off lands (undefined).
32603      Branch: perl
32604            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
32605            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32606            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32607            ! win32/config.gc win32/config.vc win32/config.win64
32608            ! wince/config.ce
32609 ____________________________________________________________________________
32610 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
32611         Log: Integrate perlio:
32612              
32613              [ 13138]
32614              perl.c change to use HAS_PROCSELFEXE, also
32615              tweak to $^X test to comprehend full path to real executable
32616              being returned (like Cygwin as it happens...)
32617      Branch: perl
32618           !> Configure config_h.SH perl.c t/op/magic.t
32619 ____________________________________________________________________________
32620 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
32621         Log: Really define do_report_used() only if DEBUGGING.
32622      Branch: perl
32623            ! sv.c
32624 ____________________________________________________________________________
32625 [ 13138] By: nick                                  on 2001/11/20  20:01:05
32626         Log: perl.c change to use HAS_PROCSELFEXE, also
32627              tweak to $^X test to comprehend full path to real executable
32628              being returned (like Cygwin as it happens...)
32629      Branch: perlio
32630            ! perl.c t/op/magic.t
32631 ____________________________________________________________________________
32632 [ 13137] By: nick                                  on 2001/11/20  19:46:00
32633         Log: Integrate mainline
32634      Branch: perlio
32635           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
32636           +> lib/NEXT/t/unseen.t
32637            - lib/NEXT/test.pl
32638           !> (integrate 34 files)
32639 ____________________________________________________________________________
32640 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
32641         Log: Subject: [?PATCH] terser pp_eq
32642              From: Nicholas Clark <nick@ccl4.org>
32643              Date: Mon, 19 Nov 2001 23:09:02 +0000
32644              Message-ID: <20011119230901.O62891@plum.flirble.org>
32645      Branch: perl
32646            ! pp_hot.c
32647 ____________________________________________________________________________
32648 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
32649         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
32650      Branch: perl
32651            ! pod/perldelta.pod
32652 ____________________________________________________________________________
32653 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
32654         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
32655              From: Andy Dougherty <doughera@lafayette.edu>
32656              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
32657              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
32658      Branch: perl
32659            ! ext/re/Makefile.PL ext/re/re.xs
32660 ____________________________________________________________________________
32661 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
32662         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
32663              From: Andy Dougherty <doughera@lafayette.edu>
32664              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
32665              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
32666      Branch: perl
32667            ! ext/re/re.xs
32668 ____________________________________________________________________________
32669 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
32670         Log: Integrate change #13119 from macperl.
32671              (No changes since already applied the patch,
32672              just keep perforce happy and well-fed.)
32673      Branch: perl
32674           !> lib/Pod/Html.pm
32675 ____________________________________________________________________________
32676 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
32677         Log: Subject: [PATCH] filter-util.pl for Mac OS
32678              From: Chris Nandor <pudge@pobox.com>
32679              Date: Tue, 20 Nov 2001 00:16:11 -0500
32680              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
32681      Branch: perl
32682            ! t/lib/filter-util.pl
32683 ____________________________________________________________________________
32684 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
32685         Log: Subject: [PATCH] Portability fix for Pod::Html
32686              From: Chris Nandor <pudge@pobox.com>
32687              Date: Tue, 20 Nov 2001 00:01:05 -0500
32688              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
32689      Branch: perl
32690            ! lib/Pod/Html.pm
32691 ____________________________________________________________________________
32692 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
32693         Log: Need to skip more tests if not perlio.
32694      Branch: perl
32695            ! lib/open.t
32696 ____________________________________________________________________________
32697 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
32698         Log: Pass 3 at perldelta - sort the lists of new modules,
32699              module improvements, and new platforms.
32700      Branch: perl
32701            ! pod/perldelta.pod
32702 ____________________________________________________________________________
32703 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
32704         Log: Document ${^OPEN}.
32705      Branch: perl
32706            ! pod/perlvar.pod
32707 ____________________________________________________________________________
32708 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
32709         Log: Make configpm work with extra keys
32710      Branch: maint-5.6/macperl
32711            ! macos/configpm
32712 ____________________________________________________________________________
32713 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
32714         Log: Version and doc updates
32715      Branch: maint-5.6/macperl
32716            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
32717 ____________________________________________________________________________
32718 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
32719         Log: More fixes for error message parsing (bug #470316)
32720      Branch: maint-5.6/macperl
32721            ! macos/macish.c
32722 ____________________________________________________________________________
32723 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
32724         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
32725              remove obsolete function (bug #465225)
32726      Branch: maint-5.6/macperl
32727            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
32728            ! macos/macperl/MPScript.c
32729 ____________________________________________________________________________
32730 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
32731         Log: Add p2as droplet to distribution.
32732      Branch: maint-5.6/macperl
32733            + macos/macperl/Droplets/p2as.plx
32734 ____________________________________________________________________________
32735 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
32736         Log: Bundle File::Sort.
32737      Branch: maint-5.6/macperl
32738            + macos/bundled_lib/blib/lib/File/Sort.pm
32739 ____________________________________________________________________________
32740 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
32741         Log: Various bundled module fixes.
32742      Branch: maint-5.6/macperl
32743            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
32744            ! macos/bundled_ext/Digest/MD5/t/files.t
32745            ! macos/bundled_ext/Filter/t/filter-util.pl
32746            ! macos/bundled_lib/blib/lib/Net/Config.pm
32747            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
32748 ____________________________________________________________________________
32749 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
32750         Log: Portability fix for Pod::Html.
32751      Branch: maint-5.6/macperl
32752            ! lib/Pod/Html.pm
32753 ____________________________________________________________________________
32754 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
32755         Log: Upgrade to Text::Balanced 1.89.
32756      Branch: perl
32757            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
32758            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
32759            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
32760            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
32761            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
32762            ! lib/Text/Balanced/t/gentag.t
32763 ____________________________________________________________________________
32764 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
32765         Log: Upgrade to NEXT 0.50.
32766      Branch: perl
32767            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
32768            + lib/NEXT/t/unseen.t
32769            - lib/NEXT/test.pl
32770            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
32771 ____________________________________________________________________________
32772 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
32773         Log: Integrate with maint-5.6/perl.
32774      Branch: maint-5.6/macperl
32775           !> win32/win32.c
32776 ____________________________________________________________________________
32777 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
32778         Log: Update the README.threads scary header a bit.
32779      Branch: perl
32780            ! README.threads
32781 ____________________________________________________________________________
32782 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
32783         Log: Pass 2 at perldelta: add some changes since 5.7.2.
32784      Branch: perl
32785            ! pod/perldelta.pod
32786 ____________________________________________________________________________
32787 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
32788         Log: Subject: [DOC PATCH] perlfaq4.pod 
32789              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32790              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
32791              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
32792      Branch: perl
32793            ! pod/perlfaq4.pod
32794 ____________________________________________________________________________
32795 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
32796         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
32797              From: Michael G Schwern <schwern@pobox.com> 
32798              Date: Mon, 19 Nov 2001 19:53:12 -0500
32799              Message-ID: <20011119195311.I11883@blackrider>
32800      Branch: perl
32801            ! perl.c
32802 ____________________________________________________________________________
32803 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
32804         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
32805              From: PPrymmer@factset.com
32806              Date: Mon, 19 Nov 2001 17:08:59 -0500
32807              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
32808      Branch: perl
32809            ! vms/descrip_mms.template
32810 ____________________________________________________________________________
32811 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
32812         Log: Create a per-interpeter debug scratchpad container
32813              and use that for the regexec debugging.
32814      Branch: perl
32815            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
32816 ____________________________________________________________________________
32817 [ 13109] By: nick                                  on 2001/11/19  22:01:45
32818         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
32819              Configure unit detects the feature).
32820      Branch: metaconfig/U/perl
32821            + procselfexe.U
32822      Branch: perlio
32823            ! Configure config_h.SH
32824 ____________________________________________________________________________
32825 [ 13108] By: nick                                  on 2001/11/19  20:39:17
32826         Log: Integrate mainline
32827      Branch: perlio
32828           +> t/op/or.t
32829           !> (integrate 44 files)
32830 ____________________________________________________________________________
32831 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
32832         Log: sysseek tweak.
32833      Branch: perl
32834            ! pod/perlfunc.pod
32835 ____________________________________________________________________________
32836 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
32837         Log: Move the sysio tests from io/utf8 to lib/open.
32838      Branch: perl
32839            ! lib/open.t t/io/utf8.t
32840 ____________________________________________________________________________
32841 [ 13105] By: nick                                  on 2001/11/19  20:15:39
32842         Log: Add a .package and a README to //depot/metaconfig
32843      Branch: metaconfig
32844            + .package README
32845 ____________________________________________________________________________
32846 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
32847         Log: Thou shalt not mix stdio and sysio.
32848      Branch: perl
32849            ! t/io/utf8.t
32850 ____________________________________________________________________________
32851 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
32852         Log: Update Changes.
32853      Branch: perl
32854            ! Changes patchlevel.h
32855 ____________________________________________________________________________
32856 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
32857         Log: The runops_debug needs to be present always, otherwise
32858              places like AIX which need an explicit symbol export list
32859              will croak when trying to build Devel::Peek (which uses
32860              the runops_debug).
32861      Branch: perl
32862            ! makedef.pl
32863 ____________________________________________________________________________
32864 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
32865         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
32866              From: PPrymmer@factset.com 
32867              Date: Mon, 19 Nov 2001 11:34:22 -0500
32868              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
32869      Branch: perl
32870            ! lib/Memoize/t/tie_sdbm.t
32871 ____________________________________________________________________________
32872 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
32873         Log: Retract #13088: it seems that unless dump.c is extensively
32874              reorganized as to what symbols it shows, when, and to whom,
32875              we are stuck with having the dump.o symbols in the libperl
32876              and thusly in the main Perl binary.
32877      Branch: perl
32878            ! embedvar.h perlapi.h perlvars.h
32879 ____________________________________________________________________________
32880 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
32881         Log: The _uni_display should not be in dump.c since they
32882              are used under normal operation (S_not_a_number()).
32883      Branch: perl
32884            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
32885 ____________________________________________________________________________
32886 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
32887         Log: Protect sv_dump() from being included unless DEBUGGING,
32888              as noticed by Ilya.
32889      Branch: perl
32890            ! sv.c
32891 ____________________________________________________________________________
32892 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
32893         Log: Pending further investigation skip the tell() tests.
32894              The tell() is okay on Solaris, HP-UX and Tru64, but fails
32895              (by returning too much) in Linux.
32896      Branch: perl
32897            ! t/io/utf8.t
32898 ____________________________________________________________________________
32899 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
32900         Log: Retract #13082 until a better solution is found:
32901              statics break ithreads.
32902      Branch: perl
32903            ! regexec.c
32904 ____________________________________________________________________________
32905 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
32906         Log: Figures 1 and 2 for UTF-8.
32907      Branch: perl
32908            ! pod/perlunicode.pod
32909 ____________________________________________________________________________
32910 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
32911         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
32912              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32913              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
32914              Message-ID: <20011119132645.A15034@rafael>
32915      Branch: perl
32916            ! op.c pod/perldiag.pod t/lib/warnings/op
32917 ____________________________________________________________________________
32918 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
32919         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
32920              From: Michael G Schwern <schwern@pobox.com> 
32921              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
32922              Message-ID: <20011119031112.E786@blackrider>
32923      Branch: perl
32924            ! t/op/closure.t
32925 ____________________________________________________________________________
32926 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
32927         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
32928              From: Michael G Schwern <schwern@pobox.com>
32929              Date: Mon, 19 Nov 2001 03:42:56 -0500
32930              Message-ID: <20011119034256.I786@blackrider>
32931      Branch: perl
32932            + t/op/or.t
32933            ! MANIFEST
32934 ____________________________________________________________________________
32935 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
32936         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
32937              From: "Craig A. Berry" <craigberry@mac.com>
32938              Date: Sun, 18 Nov 2001 14:33:48 -0600
32939              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
32940      Branch: perl
32941            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
32942 ____________________________________________________________________________
32943 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
32944         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
32945              From: Dave Rolsky <autarch@urth.org>
32946              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
32947              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
32948      Branch: perl
32949            ! lib/ExtUtils/Manifest.pm
32950 ____________________________________________________________________________
32951 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
32952         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
32953              From: Dave Rolsky <autarch@urth.org>
32954              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
32955              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
32956      Branch: perl
32957            ! lib/ExtUtils/Install.pm
32958 ____________________________________________________________________________
32959 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
32960         Log: The runops_dbg should not be needed.
32961      Branch: perl
32962            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
32963 ____________________________________________________________________________
32964 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
32965         Log: do_spawn() cleanup from Charles Lane.
32966      Branch: perl
32967            ! vms/vms.c
32968 ____________________________________________________________________________
32969 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
32970         Log: Update the list of tests.
32971      Branch: perl
32972            ! t/lib/1_compile.t
32973 ____________________________________________________________________________
32974 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
32975         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
32976              From: Michael G Schwern <schwern@pobox.com> 
32977              Date: Fri, 16 Nov 2001 17:37:04 -0500
32978              Message-ID: <20011116173703.L30160@blackrider>
32979      Branch: perl
32980            ! t/lib/warnings/sv
32981 ____________________________________________________________________________
32982 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
32983         Log: FAQ sync.
32984      Branch: perl
32985            ! pod/perlfaq4.pod
32986 ____________________________________________________________________________
32987 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
32988         Log: Integrate perlio:
32989              
32990              [ 13081]
32991              Win32 layer has a dup which needs to match new prototype.
32992              
32993              [ 13080]
32994              Wrong way to get stdio mode used.
32995              
32996              [ 13072]
32997              Allow dup'ing of PerlIO::Scalar etc.
32998      Branch: perl
32999           !> perlio.c win32/win32io.c
33000 ____________________________________________________________________________
33001 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
33002         Log: (retracted by #13096)
33003              Debugging would be badly skewed by a malloc per regex dump.
33004      Branch: perl
33005            ! regexec.c
33006 ____________________________________________________________________________
33007 [ 13081] By: nick                                  on 2001/11/18  19:08:40
33008         Log: Win32 layer has a dup which needs to match new prototype.
33009      Branch: perlio
33010            ! win32/win32io.c
33011 ____________________________________________________________________________
33012 [ 13080] By: nick                                  on 2001/11/18  19:05:02
33013         Log: Wrong way to get stdio mode used.
33014      Branch: perlio
33015            ! perlio.c
33016 ____________________________________________________________________________
33017 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
33018         Log: Retract #13048: that introduced a malloc() (through savepvn())
33019              to *every* m//, which killed the performance quite badly.
33020      Branch: perl
33021            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
33022 ____________________________________________________________________________
33023 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
33024         Log: Pass 1 at perldelta.pod: sort the section contents
33025              together, drop all but the 5.7.2 known problems,
33026              leave the 5.7.1 security note since that's the
33027              fullest explanation (update the date on that).
33028      Branch: perl
33029            ! pod/perldelta.pod
33030 ____________________________________________________________________________
33031 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
33032         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
33033              
33034              Tiny problem in the test for 20011113.110: I hope
33035              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
33036      Branch: perl
33037            ! pp.c t/op/repeat.t
33038 ____________________________________________________________________________
33039 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
33040         Log: All of syswrite/send/sendto need to return character counts,
33041              and character counts from the offset, not the beginning of
33042              the scalar.
33043      Branch: perl
33044            ! pp_sys.c
33045 ____________________________________________________________________________
33046 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
33047         Log: Integrate PerlIO: duping fixes.
33048      Branch: perl
33049           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
33050           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
33051           !> perliol.h sv.c
33052 ____________________________________________________________________________
33053 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
33054         Log: syswrite() was still returning byte counts, not character counts.
33055      Branch: perl
33056            ! pp_sys.c t/io/utf8.t
33057 ____________________________________________________________________________
33058 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
33059         Log: Add test for sysread().
33060      Branch: perl
33061            ! t/io/utf8.t
33062 ____________________________________________________________________________
33063 [ 13072] By: nick                                  on 2001/11/18  16:15:31
33064         Log: Allow dup'ing of PerlIO::Scalar etc.
33065      Branch: perlio
33066            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
33067            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
33068            ! perliol.h sv.c
33069 ____________________________________________________________________________
33070 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
33071         Log: Prepend a null byte to the test set.
33072      Branch: perl
33073            ! t/io/utf8.t
33074 ____________________________________________________________________________
33075 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
33076         Log: Document how "no utf8;" can become handy.
33077      Branch: perl
33078            ! lib/utf8.pm
33079 ____________________________________________________________________________
33080 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
33081         Log: Integrate perlio:
33082              
33083              [ 13068]
33084              embed.pl generated changes I forgot to include
33085              
33086              [ 13067]
33087              Force inclusion of both Perl_runops_* in perl itself,
33088              so they are available for Peek.xs etc.
33089              
33090              [ 12874]
33091              Keep It Simple and Stupid version of readonly hash support.
33092              - Test for SvREAONLY(hv) at a few spots in hv.c
33093              - add the error message to perldiag.pod
33094              - (dubious) add access::readonly() to univeral.c
33095              - add test using above
33096              - fixup ext/B/t/stash.t to account for access:: existing
33097      Branch: perl
33098           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
33099 ____________________________________________________________________________
33100 [ 13068] By: nick                                  on 2001/11/18  13:23:33
33101         Log: embed.pl generated changes I forgot to include
33102      Branch: perlio
33103            ! embedvar.h perlapi.h pod/perlapi.pod
33104 ____________________________________________________________________________
33105 [ 13067] By: nick                                  on 2001/11/18  12:50:19
33106         Log: Force inclusion of both Perl_runops_* in perl itself,
33107              so they are available for Peek.xs etc.
33108      Branch: perlio
33109            ! perlvars.h
33110 ____________________________________________________________________________
33111 [ 13066] By: nick                                  on 2001/11/18  11:00:34
33112         Log: Integrate mainline - a few Devel::Peak fails.
33113      Branch: perlio
33114           +> (branch 29 files)
33115            - ext/Thread/Thread.pm lib/Benchmark.t
33116            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
33117            - lib/Lingua/KO/Hangul/Util/README
33118            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
33119            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
33120            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
33121            - vms/ext/vmsish.pm vms/ext/vmsish.t
33122            ! hv.c
33123           !> (integrate 389 files)
33124 ____________________________________________________________________________
33125 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
33126         Log: Start working on perldelta.  This is not yet any sort of
33127              editing; just concatenating perl570delta, perl571delta,
33128              and perl572delta.  Any sorting not done, any duplicate
33129              removal not done, any removal or update of obsolete items
33130              not done, any changes since 5.7.2 not included.  So there.
33131      Branch: perl
33132            ! pod/perldelta.pod
33133 ____________________________________________________________________________
33134 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
33135         Log: Banish "use utf8".
33136      Branch: perl
33137            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
33138 ____________________________________________________________________________
33139 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
33140         Log: Tweak from Charles Lane.
33141      Branch: perl
33142            ! vms/vms.c
33143 ____________________________________________________________________________
33144 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
33145         Log: Integrate change #13058 from maintperl;
33146              change#12559 breaks things on Win9x because command.com doesn't
33147              grok dquotes at all; disable all the system() smarts for
33148              command.com
33149      Branch: perl
33150           !> win32/win32.c
33151 ____________________________________________________________________________
33152 [ 13061] By: ams                                   on 2001/11/17  13:46:11
33153         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
33154              From: Jonathan Stowe <gellyfish@gellyfish.com>
33155              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
33156              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
33157      Branch: perl
33158            ! lib/Term/Cap.pm
33159 ____________________________________________________________________________
33160 [ 13060] By: ams                                   on 2001/11/17  09:49:10
33161         Log: Subject: [PATCH9 File/Find.pm doc nits
33162              From: Tels <perl_dummy@bloodgate.com>
33163              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
33164      Branch: perl
33165            ! lib/File/Find.pm
33166 ____________________________________________________________________________
33167 [ 13059] By: ams                                   on 2001/11/17  09:38:38
33168         Log: Subject: [PATCH] Benchmark.pm nit
33169              From: Tels <perl_dummy@bloodgate.com>
33170              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
33171      Branch: perl
33172            ! lib/Benchmark.pm
33173 ____________________________________________________________________________
33174 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
33175         Log: change#12559 breaks things on Win9x because command.com doesn't
33176              grok dquotes at all; disable all the system() smarts for
33177              command.com
33178      Branch: maint-5.6/perl
33179            ! win32/win32.c
33180 ____________________________________________________________________________
33181 [ 13057] By: ams                                   on 2001/11/16  20:30:03
33182         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
33183              From: Andy Dougherty <doughera@lafayette.edu>
33184              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
33185              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
33186      Branch: perl
33187            ! lib/Unicode/UCD.t
33188 ____________________________________________________________________________
33189 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
33190         Log: Subject: [Patch Perl@13023] VMS system() warning
33191              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33192              Date: Fri, 16 Nov 2001 15:20:11 EST
33193              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
33194      Branch: perl
33195            ! vms/vms.c
33196 ____________________________________________________________________________
33197 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
33198         Log: It's neither-nor, and protect against the impossible.
33199      Branch: perl
33200            ! lib/Thread.pm
33201 ____________________________________________________________________________
33202 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
33203         Log: 5005threads didn't work because $Thread::VERSION wasn't
33204              visible.  Oops.
33205      Branch: perl
33206            ! ext/Thread/Makefile.PL lib/Thread.pm
33207 ____________________________________________________________________________
33208 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
33209         Log: Robustness against Linux using something else than gcc;
33210              based on
33211              
33212              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
33213              From: Charles Randall <cfriv@yahoo.com>
33214              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
33215              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
33216      Branch: perl
33217            ! ext/Errno/Errno_pm.PL
33218 ____________________________________________________________________________
33219 [ 13052] By: ams                                   on 2001/11/16  16:46:39
33220         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
33221              From: Russ Allbery <rra@stanford.edu>
33222              Date: 16 Nov 2001 09:44:21 -0800
33223              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
33224      Branch: perl
33225            ! lib/Pod/ParseLink.pm
33226 ____________________________________________________________________________
33227 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
33228         Log: Update perluniintro on the UTF-8 output matters
33229              (that -w will warn unless the stream is explicitly UTF-8-ified).
33230      Branch: perl
33231            ! pod/perluniintro.pod
33232 ____________________________________________________________________________
33233 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
33234         Log: Adding new files to MANIFEST is nice.
33235      Branch: perl
33236            ! MANIFEST
33237 ____________________________________________________________________________
33238 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
33239         Log: Update Changes.
33240      Branch: perl
33241            ! Changes patchlevel.h
33242 ____________________________________________________________________________
33243 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
33244         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
33245              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
33246              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
33247              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
33248      Branch: perl
33249            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
33250 ____________________________________________________________________________
33251 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
33252         Log: Rename perlunintro to perluniintro; regen toc.
33253      Branch: perl
33254            + pod/perluniintro.pod
33255            - pod/perlunintro.pod
33256            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33257 ____________________________________________________________________________
33258 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
33259         Log: Document the negated lookahead trick to emulate
33260              character class subtraction.
33261      Branch: perl
33262            ! pod/perlunicode.pod
33263 ____________________________________________________________________________
33264 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
33265         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
33266              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33267              Date: Fri, 16 Nov 2001 23:31:04 +0900
33268              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
33269              
33270              (with the tweak that Cntrl is not C, it's Cc)
33271      Branch: perl
33272            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
33273            ! lib/unicore/mktables
33274 ____________________________________________________________________________
33275 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
33276         Log: Subject: [PATCH current] runtime runops switch
33277              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33278              Date: Fri, 16 Nov 2001 00:48:09 -0500
33279              Message-ID: <20011116004809.A934@math.ohio-state.edu>
33280      Branch: perl
33281            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
33282            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
33283            ! pod/perlintern.pod proto.h run.c
33284 ____________________________________________________________________________
33285 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
33286         Log: Further discourage old Thread code; tell how to tell
33287              the difference.
33288      Branch: perl
33289            ! lib/Thread.pm
33290 ____________________________________________________________________________
33291 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
33292         Log: A missing return; from Charles Lane.
33293      Branch: perl
33294            ! vms/vms.c
33295 ____________________________________________________________________________
33296 [ 13041] By: ams                                   on 2001/11/16  12:11:14
33297         Log: Subject: [PATCH] Doc spellcheck + podcheck
33298              From: Autrijus Tang <autrijus@egb.elixus.org>
33299              Date: Thu, 15 Nov 2001 22:49:05 -0800
33300              Message-Id: <20011116064905.GA44092@egb.elixus.org>
33301              
33302              Subject: [PATCH] podcheck+spellcheck, the rest of the story
33303              From: Autrijus Tang <autrijus@egb.elixus.org>
33304              Date: Fri, 16 Nov 2001 00:42:20 -0800
33305              Message-Id: <20011116084220.GA44295@egb.elixus.org>
33306              
33307              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
33308              From: Nicholas Clark <nick@ccl4.org>
33309              Date: Fri, 16 Nov 2001 10:32:01 +0000
33310              Message-Id: <20011116103200.F62891@plum.flirble.org>
33311              (Applied after suitable de-mangling.)
33312      Branch: perl
33313            ! README.aix README.dgux README.dos README.epoc README.hpux
33314            ! README.mint README.mpeix README.netware README.os2
33315            ! README.os390 README.plan9 README.qnx README.solaris
33316            ! README.threads doio.c pod/perl571delta.pod
33317            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
33318            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
33319            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
33320            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
33321            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
33322            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
33323 ____________________________________________________________________________
33324 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
33325         Log: Avoid redefinedness warning for now.
33326      Branch: perl
33327            ! lib/Thread.pm
33328 ____________________________________________________________________________
33329 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
33330         Log: use strict.
33331      Branch: perl
33332            ! lib/Thread.pm
33333 ____________________________________________________________________________
33334 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
33335         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
33336              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
33337              Date: Thu, 15 Nov 2001 22:54:47 EST 
33338              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
33339      Branch: perl
33340            ! vms/vms.c vms/vmspipe.com
33341 ____________________________________________________________________________
33342 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
33343         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
33344              From: "chromatic" <chromatic@rmci.net>
33345              Date: Thu, 15 Nov 2001 19:54:23 -0700
33346              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
33347      Branch: perl
33348            ! lib/File/stat.t
33349 ____________________________________________________________________________
33350 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
33351         Log: Make Thread a wrapper for both ithreads and 5005threads.
33352              Needs a lot of work and Arthur's eyeballing (and finishing
33353              few missing odds and ends of threads.pm).  Now Thread
33354              is an extension without its own .pm.
33355              
33356              If there are people who have experience working with
33357              either the 5005threads or the ithreads: cleaning up
33358              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
33359              and porting the various Thread::* modules, like Thread::Queue,
33360              to work also with ithreads, is needed.
33361              
33362              Removed the 5005threads requirement from the 5005 tests
33363              for easier testing (not all of them work yet since
33364              they use the Thread::* modules that have not been made
33365              to work with ithreads).  Leave the 5005 tests named as
33366              *.tx so that they are not run by "make test".
33367      Branch: perl
33368            + lib/Thread.pm
33369            - ext/Thread/Thread.pm
33370            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
33371            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
33372            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
33373            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
33374            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
33375            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
33376            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
33377 ____________________________________________________________________________
33378 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
33379         Log: $VERSION "a5" doesn't quite work.
33380      Branch: perl
33381            ! ext/B/Makefile.PL
33382 ____________________________________________________________________________
33383 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
33384         Log: Add the fruits of Larry Shatzer's version verifying script.
33385              (There are some straddlers, but they will be fixed in the
33386              upcoming releases of the modules.)
33387      Branch: perl
33388            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
33389            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
33390            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
33391            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
33392            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
33393            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
33394            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
33395            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
33396            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
33397            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
33398            ! wince/FindExt.pm
33399 ____________________________________________________________________________
33400 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
33401         Log: Add Larry Shatzer's VERSION verifying script.
33402      Branch: perl
33403            + Porting/checkVERSION.pl
33404            ! MANIFEST Porting/pumpkin.pod
33405 ____________________________________________________________________________
33406 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
33407         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
33408              From: Michael G Schwern <schwern@pobox.com>
33409              Date: Thu, 15 Nov 2001 19:26:40 -0500
33410              Message-ID: <20011115192640.R31399@blackrider>
33411      Branch: perl
33412            ! t/test.pl
33413 ____________________________________________________________________________
33414 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
33415         Log: Document the MY_CXT business; from Paul Marquess.
33416      Branch: perl
33417            ! pod/perlxs.pod
33418 ____________________________________________________________________________
33419 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
33420         Log: VMSCMD synch attempt.
33421      Branch: perl
33422            ! vms/vms.c vms/vmsish.h
33423 ____________________________________________________________________________
33424 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
33425         Log: Advise against -P as instructed by Schwern.
33426      Branch: perl
33427            ! pod/perlrun.pod
33428 ____________________________________________________________________________
33429 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
33430         Log: Subject: [PATCH] v-strings as Objects Step 1
33431              From: John Peacock <jpeacock@rowman.com>
33432              Date: Thu, 15 Nov 2001 12:41:04 -0500
33433              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
33434      Branch: perl
33435            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
33436            ! util.c
33437 ____________________________________________________________________________
33438 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
33439         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
33440              From: Michael G Schwern <schwern@pobox.com>
33441              Date: Thu, 15 Nov 2001 12:47:59 -0500
33442              Message-ID: <20011115124759.E31399@blackrider>
33443      Branch: perl
33444            + t/run/switchx.aux t/run/switchx.t
33445            ! MANIFEST t/run/switches.t
33446 ____________________________________________________________________________
33447 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
33448         Log: Upgrade to Getopt::Long 2.26_03.
33449      Branch: perl
33450            ! lib/Getopt/Long.pm
33451 ____________________________________________________________________________
33452 [ 13025] By: ams                                   on 2001/11/15  20:46:22
33453         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
33454              From: Michael G Schwern <schwern@pobox.com>
33455              Date: Thu, 15 Nov 2001 16:24:11 -0500
33456              Message-Id: <20011115162411.M31399@blackrider>
33457      Branch: perl
33458            ! vms/vms.c
33459 ____________________________________________________________________________
33460 [ 13024] By: ams                                   on 2001/11/15  19:32:06
33461         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
33462              From: rspier@pobox.com (Robert Spier)
33463              Date: Thu, 15 Nov 2001 11:19:21 -0800
33464              Message-Id: <15348.5433.732364.963687@rls.cx>
33465      Branch: perl
33466            ! op.c
33467 ____________________________________________________________________________
33468 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
33469         Log: Update Changes.
33470      Branch: perl
33471            ! Changes patchlevel.h
33472 ____________________________________________________________________________
33473 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
33474         Log: Subject: [PATCH] new tests for command-line switches
33475              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33476              Date: Thu, 15 Nov 2001 17:00:30 +0100
33477              Message-ID: <20011115170030.A14193@rafael>
33478      Branch: perl
33479            + t/run/switches.t
33480            ! MANIFEST
33481 ____________________________________________________________________________
33482 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
33483         Log: Upgrade to podlators 1.13.
33484      Branch: perl
33485            + lib/Pod/ParseLink.pm
33486            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
33487            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
33488            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
33489            ! t/pod/pod2usage.xr t/pod/podselect.xr
33490 ____________________________________________________________________________
33491 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
33492         Log: skip "might be used uninitialized".
33493      Branch: perl
33494            ! pp_sys.c
33495 ____________________________________________________________________________
33496 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
33497         Log: Fix for "perlio bug in koi8-r encoding".  The problem
33498              seemed to be that binmode() always flushed the handle,
33499              which is not so good when switching encodings.  Fixed,
33500              added Matt Sergeant's testcase, documented in perlfunc/binmode,
33501              also added a pointer about disciplines to perlfunc/open,
33502              and in general cleaned up and reformatted the open entry.
33503      Branch: perl
33504            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
33505 ____________________________________________________________________________
33506 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
33507         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
33508              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
33509              Date: 15 Nov 2001 08:57:06 -0000
33510              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
33511              
33512              chop() and chomp() are not real list functions,
33513              so let's not have them overrideable.  (Casey will
33514              be confused since in #7071 he patched the other way.)
33515      Branch: perl
33516            ! pod/perlfunc.pod toke.c
33517 ____________________________________________________________________________
33518 [ 13017] By: ams                                   on 2001/11/15  12:56:49
33519         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
33520              From: Robin Barker <rmb1@cise.npl.co.uk>
33521              Date: Thu, 15 Nov 2001 13:48:34 GMT
33522              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
33523              (Applied with tweaks.)
33524      Branch: perl
33525            ! pod/perltrap.pod
33526 ____________________________________________________________________________
33527 [ 13016] By: ams                                   on 2001/11/15  09:12:48
33528         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
33529              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33530              Date: Thu, 15 Nov 2001 09:06:39 +0100
33531              Message-Id: <20011115090639.A13005@rafael>
33532      Branch: perl
33533            ! pod/perlrun.pod
33534 ____________________________________________________________________________
33535 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
33536         Log: "link =" from utils.lst was being processed oddly.
33537      Branch: perl
33538            ! installman
33539 ____________________________________________________________________________
33540 [ 13014] By: ams                                   on 2001/11/15  02:52:52
33541         Log: Subject: [PATCH current] CreateTTY in -d
33542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33543              Date: Wed, 14 Nov 2001 21:26:31 -0500
33544              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
33545      Branch: perl
33546            ! lib/perl5db.pl
33547 ____________________________________________________________________________
33548 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
33549         Log: Corify the Filter::Simple tests. 
33550      Branch: perl
33551            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
33552            ! lib/Filter/Simple/t/filter_only.t
33553 ____________________________________________________________________________
33554 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
33555         Log: Upgrade to Filter::Simple 0.70.
33556      Branch: perl
33557            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
33558            + t/lib/FilterOnlyTest.pm
33559            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
33560            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
33561            ! t/lib/FilterTest.pm
33562 ____________________________________________________________________________
33563 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
33564         Log: Cleanliness inspired by Cygwin.
33565      Branch: perl
33566            ! Makefile.SH x2p/Makefile.SH
33567 ____________________________________________________________________________
33568 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
33569         Log: Add perlunintro (formerly known as perlunitut); regen toc.
33570      Branch: perl
33571            + pod/perlunintro.pod
33572            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33573 ____________________________________________________________________________
33574 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
33575         Log: FAQ sync.
33576      Branch: perl
33577            ! pod/perlfaq6.pod
33578 ____________________________________________________________________________
33579 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
33580         Log: Quieten pgcc 2.91.66 worries.
33581      Branch: perl
33582            ! gv.c pp_ctl.c utf8.c
33583 ____________________________________________________________________________
33584 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
33585         Log: Upgrade to Switch 2.06.
33586      Branch: perl
33587            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
33588            ! lib/Switch/t/nested.t
33589 ____________________________________________________________________________
33590 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
33591         Log: Upgrade to Attribute::Handlers 0.76.
33592      Branch: perl
33593            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
33594            ! lib/Attribute/Handlers/README
33595            ! lib/Attribute/Handlers/demo/Demo.pm
33596            ! lib/Attribute/Handlers/demo/Descriptions.pm
33597            ! lib/Attribute/Handlers/demo/MyClass.pm
33598            ! lib/Attribute/Handlers/demo/demo_cycle.pl
33599            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
33600            ! lib/Attribute/Handlers/t/multi.t
33601 ____________________________________________________________________________
33602 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
33603         Log: Signedness nit.
33604      Branch: perl
33605            ! regexec.c
33606 ____________________________________________________________________________
33607 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
33608         Log: VERSIONize.
33609      Branch: perl
33610            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
33611            ! lib/integer.pm
33612 ____________________________________________________________________________
33613 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
33614         Log: No pod in internal Net::FTP classes.
33615      Branch: perl
33616            ! pod/buildtoc.PL
33617 ____________________________________________________________________________
33618 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
33619         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
33620              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
33621              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
33622              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
33623      Branch: perl
33624            ! regexec.c
33625 ____________________________________________________________________________
33626 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
33627         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
33628              Pudge correctly).
33629      Branch: perl
33630            ! t/test.pl
33631 ____________________________________________________________________________
33632 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
33633         Log: Add comments to mark where $^X is being handled.
33634      Branch: perl
33635            ! perl.c toke.c
33636 ____________________________________________________________________________
33637 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
33638         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
33639              From: Michael G Schwern <schwern@pobox.com>
33640              Date: Wed, 14 Nov 2001 16:38:25 -0500
33641              Message-ID: <20011114163825.D6519@blackrider>
33642      Branch: perl
33643            ! t/op/repeat.t
33644 ____________________________________________________________________________
33645 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
33646         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
33647              From: Michael G Schwern <schwern@pobox.com>
33648              Date: Wed, 14 Nov 2001 13:19:15 -0500
33649              Message-ID: <20011114131915.K5096@blackrider>
33650      Branch: perl
33651            ! t/op/die_exit.t
33652 ____________________________________________________________________________
33653 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
33654         Log: Subject: Re: [PATCH] new version of runperl()
33655              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33656              Date: Wed, 14 Nov 2001 15:39:12 EST
33657              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
33658              
33659              "VMS $^X pipes etc" patch.
33660      Branch: perl
33661            ! vms/vms.c
33662 ____________________________________________________________________________
33663 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
33664         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
33665              and add "verbose" option to show the final command.
33666      Branch: perl
33667            ! t/test.pl
33668 ____________________________________________________________________________
33669 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
33670         Log: Goof in some of the comment fields of #12994.
33671      Branch: perl
33672            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
33673            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
33674            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
33675            ! lib/unicore/In/9.pl
33676 ____________________________________________________________________________
33677 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
33678         Log: The First, Last ranges in the Unicode data weren't
33679              getting their general categories added properly;
33680              noticed by Jeffrey Friedl.
33681      Branch: perl
33682            ! lib/unicore/Category.pl lib/unicore/In/0.pl
33683            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
33684            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
33685            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
33686            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
33687            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
33688            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
33689            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
33690            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
33691            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
33692            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
33693            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
33694            ! lib/unicore/mktables
33695 ____________________________________________________________________________
33696 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
33697         Log: Subject: [PATCH] new version of runperl()
33698              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33699              Date: Wed, 14 Nov 2001 12:23:01 +0100
33700              Message-ID: <20011114122301.A29384@rafael>
33701      Branch: perl
33702            ! t/io/argv.t t/test.pl
33703 ____________________________________________________________________________
33704 [ 12992] By: ams                                   on 2001/11/14  13:40:39
33705         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
33706              From: Michael G Schwern <schwern@pobox.com>
33707              Date: Tue, 13 Nov 2001 23:17:54 -0500
33708              Message-Id: <20011113231754.S32567@blackrider>
33709      Branch: perl
33710            ! perl.c
33711 ____________________________________________________________________________
33712 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
33713         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
33714              From: Philip Newton <Philip.Newton@gmx.net>
33715              Date: Wed, 14 Nov 2001 10:59:53 +0100
33716              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
33717              
33718              plus a lot of paragraph reformatting because of long lines.
33719      Branch: perl
33720            ! pod/perlapio.pod
33721 ____________________________________________________________________________
33722 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
33723         Log: A bool is not a pointer.
33724      Branch: perl
33725            ! pp_sys.c
33726 ____________________________________________________________________________
33727 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
33728         Log: AUTHORS updates.
33729      Branch: perl
33730            ! AUTHORS
33731 ____________________________________________________________________________
33732 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
33733         Log: There are several MIME RFCs.
33734      Branch: perl
33735            ! ext/Encode/Encode.pm
33736 ____________________________________________________________________________
33737 [ 12987] By: ams                                   on 2001/11/14  01:09:28
33738         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
33739              From: Michael G Schwern <schwern@pobox.com>
33740              Date: Tue, 13 Nov 2001 20:59:13 -0500
33741              Message-Id: <20011113205913.H32567@blackrider>
33742      Branch: perl
33743            ! t/op/groups.t vms/test.com
33744 ____________________________________________________________________________
33745 [ 12986] By: ams                                   on 2001/11/14  01:07:06
33746         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
33747              From: Michael G Schwern <schwern@pobox.com>
33748              Date: Tue, 13 Nov 2001 20:51:34 -0500
33749              Message-Id: <20011113205134.F32567@blackrider>
33750      Branch: perl
33751            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
33752 ____________________________________________________________________________
33753 [ 12985] By: ams                                   on 2001/11/14  00:43:59
33754         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
33755              From: Michael G Schwern <schwern@pobox.com>
33756              Date: Tue, 13 Nov 2001 20:38:42 -0500
33757              Message-Id: <20011113203842.E32567@blackrider>
33758      Branch: perl
33759            ! pod/perlport.pod
33760 ____________________________________________________________________________
33761 [ 12984] By: ams                                   on 2001/11/14  00:32:15
33762         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
33763              From: Michael G Schwern <schwern@pobox.com>
33764              Date: Tue, 13 Nov 2001 20:27:02 -0500
33765              Message-Id: <20011113202702.D32567@blackrider>
33766      Branch: perl
33767            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
33768            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
33769            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
33770            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
33771 ____________________________________________________________________________
33772 [ 12983] By: ams                                   on 2001/11/14  00:00:27
33773         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
33774              From: Michael G Schwern <schwern@pobox.com>
33775              Date: Tue, 13 Nov 2001 19:51:59 -0500
33776              Message-Id: <20011113195159.B32567@blackrider>
33777      Branch: perl
33778            ! pod/perlport.pod
33779 ____________________________________________________________________________
33780 [ 12982] By: ams                                   on 2001/11/13  23:53:11
33781         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
33782              From: Larry Shatzer <fugazi@zippy.zyx.net>
33783              Date: Tue, 13 Nov 2001 17:27:59 -0700
33784              Message-Id: <20011113172759.E27768@zippy.zyx.net>
33785      Branch: perl
33786            ! pod/perlapio.pod
33787 ____________________________________________________________________________
33788 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
33789         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
33790              "large enough" Unicode characters returned more than one
33791              as their "Unicode size".
33792      Branch: perl
33793            ! pp_sys.c t/io/utf8.t
33794 ____________________________________________________________________________
33795 [ 12980] By: ams                                   on 2001/11/13  19:32:33
33796         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
33797              From: "Craig A. Berry" <craigberry@mac.com>
33798              Date: Tue, 13 Nov 2001 14:33:25 -0600
33799              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
33800      Branch: perl
33801            ! vms/gen_shrfls.pl
33802 ____________________________________________________________________________
33803 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
33804         Log: Subject: Minor patch to Encode.pm (detypo)
33805              From: "Philip Newton" <Philip.Newton@gmx.net>
33806              Date: Tue, 13 Nov 2001 20:11:01 +0100
33807              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
33808      Branch: perl
33809            ! ext/Encode/Encode.pm
33810 ____________________________________________________________________________
33811 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
33812         Log: Evil tabulators.
33813      Branch: perl
33814            ! ext/Encode/Encode.pm
33815 ____________________________________________________________________________
33816 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
33817         Log: Document the available encodings.
33818      Branch: perl
33819            ! ext/Encode/Encode.pm
33820 ____________________________________________________________________________
33821 [ 12976] By: ams                                   on 2001/11/13  17:14:07
33822         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
33823              From: Barrie Slaymaker <barries@slaysys.com>
33824              Date: Tue, 13 Nov 2001 12:41:36 -0500
33825              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
33826      Branch: perl
33827            ! t/op/universal.t
33828 ____________________________________________________________________________
33829 [ 12975] By: ams                                   on 2001/11/13  16:24:21
33830         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
33831              From: Barrie Slaymaker <barries@slaysys.com>
33832              Date: Tue, 13 Nov 2001 10:56:20 -0500
33833              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
33834              (Test applied with minor tweaks and ->isa("HASH") omission.)
33835      Branch: perl
33836            ! lib/UNIVERSAL.pm t/op/universal.t
33837 ____________________________________________________________________________
33838 [ 12974] By: ams                                   on 2001/11/13  15:46:07
33839         Log: Subject: [PATCH Benchmark.pm] docco tweaks
33840              From: Barrie Slaymaker <barries@slaysys.com>
33841              Date: Tue, 13 Nov 2001 11:34:45 -0500
33842              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
33843      Branch: perl
33844            ! lib/Benchmark.pm
33845 ____________________________________________________________________________
33846 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
33847         Log: Subject: [PATCH] Attack of the C loops, round 1
33848              From: Richard Soderberg <rs@oregonnet.com>
33849              Date: Mon, 12 Nov 2001 12:07:29 -0800
33850              Message-Id: <200111122007.MAA01994@oregonnet.com>
33851              
33852              Subject: [PATCH] bytecode.pl (tiny patch)
33853              From: Richard Soderberg <rs@oregonnet.com>
33854              Date: Mon, 12 Nov 2001 12:53:24 -0800
33855              Message-Id: <200111122053.MAA06272@oregonnet.com>
33856      Branch: perl
33857            ! bytecode.pl installhtml
33858 ____________________________________________________________________________
33859 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
33860         Log: Subject: [PATCH] Update to Filter::Util::Call
33861              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
33862              Date: Sun, 11 Nov 2001 22:33:33 -0000
33863              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
33864              
33865              Use the new CXT* macros.
33866      Branch: perl
33867            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
33868 ____________________________________________________________________________
33869 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
33870         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
33871              From: Michael G Schwern <schwern@pobox.com>
33872              Date: Mon, 12 Nov 2001 20:50:34 -0500
33873              Message-ID: <20011112205034.H2888@blackrider>
33874      Branch: perl
33875            + lib/vmsish.pm lib/vmsish.t
33876            - vms/ext/vmsish.pm vms/ext/vmsish.t
33877            ! MANIFEST vms/descrip_mms.template
33878 ____________________________________________________________________________
33879 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
33880         Log: :utf8 works only with perlio.
33881      Branch: perl
33882            ! lib/open.t
33883 ____________________________________________________________________________
33884 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
33885         Log: Subject: Re: @Config -"des" not quite working on VMS
33886              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33887              Date: Tue, 13 Nov 2001 08:35:13 EST 
33888              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
33889      Branch: perl
33890            ! configure.com
33891 ____________________________________________________________________________
33892 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
33893         Log: Subject: [PATCH] lib/charnames.pm 
33894              From: Jeffrey Friedl <jfriedl@yahoo.com>
33895              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
33896              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
33897      Branch: perl
33898            ! lib/charnames.pm
33899 ____________________________________________________________________________
33900 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
33901         Log: Docs for Mac::err.
33902      Branch: maint-5.6/macperl
33903            ! macos/ext/Mac/err/err.pm
33904 ____________________________________________________________________________
33905 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
33906         Log: Some cleanup; change some globals to references for
33907              possible persistence later.
33908      Branch: maint-5.6/macperl
33909            ! macos/lib/Mac/Glue.pm
33910 ____________________________________________________________________________
33911 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
33912         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
33913      Branch: maint-5.6/macperl
33914            ! macos/ext/Mac/Files/Files.pm
33915 ____________________________________________________________________________
33916 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
33917         Log: Get Mac::Navigation to compile (bug #464684).
33918      Branch: maint-5.6/macperl
33919            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
33920            ! macos/ext/Mac/Navigation/Makefile.PL
33921            ! macos/ext/Mac/Navigation/Navigation.xs
33922            ! macos/macperl/Makefile.mk
33923 ____________________________________________________________________________
33924 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
33925         Log: Add in modules and POD to help menu.
33926      Branch: maint-5.6/macperl
33927            ! macos/macperl/MacPerl.podhelp
33928 ____________________________________________________________________________
33929 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
33930         Log: Update bundled modules.
33931      Branch: maint-5.6/macperl
33932            + macos/bundled_ext/Filter/t/FilterTest.pm
33933            + macos/bundled_ext/List/Util/t/shuffle.t
33934            + macos/bundled_ext/Storable/t/compat06.t
33935            + macos/bundled_ext/Storable/t/st-dump.pl
33936            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
33937            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
33938            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
33939            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
33940            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
33941            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
33942            + macos/bundled_lib/blib/lib/lwpcook.pod
33943            + macos/bundled_lib/t/Filter/Simple/filter.t
33944            + macos/bundled_lib/t/Switch/t/given.t
33945            + macos/bundled_lib/t/Switch/t/nested.t
33946            + macos/bundled_lib/t/Switch/t/switch.t
33947            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
33948            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
33949            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
33950            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
33951            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
33952            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
33953            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
33954            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
33955            + macos/bundled_lib/t/URI/rfc2732.t
33956            + macos/bundled_lib/t/libnet/config.t
33957            + macos/bundled_lib/t/libnet/libnet_t.pl
33958            + macos/bundled_lib/t/libwww-perl/live/google.t
33959            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
33960            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
33961            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
33962            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
33963            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
33964            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
33965            + macos/bundled_lib/t/libwww-perl/live/validator.t
33966            - macos/bundled_ext/Filter/t/MyFilter.pm
33967            - macos/bundled_ext/Storable/t/compat-0.6.t
33968            - macos/bundled_ext/Storable/t/dump.pl
33969            - macos/bundled_ext/Time/Piece/Makefile.PL
33970            - macos/bundled_ext/Time/Piece/Piece.pm
33971            - macos/bundled_ext/Time/Piece/Piece.t
33972            - macos/bundled_ext/Time/Piece/Piece.xs
33973            - macos/bundled_ext/Time/Piece/README
33974            - macos/bundled_ext/Time/Piece/Seconds.pm
33975            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
33976            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
33977            - macos/bundled_lib/blib/lib/Net/PH.pm
33978            - macos/bundled_lib/blib/lib/Net/SNPP.pm
33979            - macos/bundled_lib/blib/lib/Text/Balanced.pod
33980            - macos/bundled_lib/t/Filter/Simple/test.pl
33981            - macos/bundled_lib/t/Switch/test.pl
33982            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
33983            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
33984            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
33985            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
33986            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
33987            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
33988            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
33989            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
33990            - macos/bundled_lib/t/libnet/ph.t
33991            ! (edit 125 files)
33992 ____________________________________________________________________________
33993 [ 12961] By: ams                                   on 2001/11/13  00:45:08
33994         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
33995              From: Michael G Schwern <schwern@pobox.com>
33996              Date: Mon, 12 Nov 2001 20:16:45 -0500
33997              Message-Id: <20011112201644.G2888@blackrider>
33998      Branch: perl
33999            ! pod/perlport.pod
34000 ____________________________________________________________________________
34001 [ 12960] By: ams                                   on 2001/11/12  23:54:00
34002         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
34003              Recoving dup tests for VMS
34004              From: Michael G Schwern <schwern@pobox.com>
34005              Date: Mon, 12 Nov 2001 19:35:33 -0500
34006              Message-Id: <20011112193533.D2888@blackrider>
34007      Branch: perl
34008            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
34009 ____________________________________________________________________________
34010 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
34011         Log: Update Changes.
34012      Branch: perl
34013            ! Changes patchlevel.h
34014 ____________________________________________________________________________
34015 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
34016         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
34017              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
34018              Date: Mon, 12 Nov 2001 12:35:18 EST 
34019              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
34020      Branch: perl
34021            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
34022            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
34023 ____________________________________________________________________________
34024 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
34025         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
34026              From: Barrie Slaymaker <barries@slaysys.com>
34027              Date: Mon, 12 Nov 2001 11:19:52 -0500
34028              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
34029      Branch: perl
34030            ! lib/File/Spec.t lib/File/Spec/Win32.pm
34031 ____________________________________________________________________________
34032 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
34033         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
34034              From: Barrie Slaymaker <barries@slaysys.com>
34035              Date: Mon, 12 Nov 2001 11:07:36 -0500
34036              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
34037      Branch: perl
34038            ! lib/Benchmark.pm
34039 ____________________________________________________________________________
34040 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
34041         Log: Misplaced test, noticed by Barrie Slaymaker.
34042              (We are missing Benchmark tests, then.)
34043      Branch: perl
34044            + ext/Devel/DProf/DProf.t
34045            - lib/Benchmark.t
34046            ! MANIFEST
34047 ____________________________________________________________________________
34048 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
34049         Log: Subject: [PATCH] a few typo fixes 
34050              From: Jeffrey Friedl <jfriedl@yahoo.com>
34051              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
34052              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
34053              
34054              Patching README.foo instead of pod/perlfoo.pod,
34055              not patching Math::BigInt (Tels will take care of that),
34056              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
34057              and perldoc.PL instead of libnetcfg and perldoc, patching
34058              ext/Digest/MD5/t/files.t since MD5.pm was changed.
34059      Branch: perl
34060            ! (edit 109 files)
34061 ____________________________________________________________________________
34062 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
34063         Log: Add a note about the dangers of bad UTF-8.
34064      Branch: perl
34065            ! pod/perlunicode.pod
34066 ____________________________________________________________________________
34067 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
34068         Log: NetWare Nit from Ananth Kesari.
34069      Branch: perl
34070            ! NetWare/config.wc
34071 ____________________________________________________________________________
34072 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
34073         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
34074      Branch: perl
34075            ! ext/Encode/Encode.pm
34076 ____________________________________________________________________________
34077 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
34078         Log: (retracted by #12951)
34079      Branch: perl
34080            ! ext/Encode/Encode.pm
34081 ____________________________________________________________________________
34082 [ 12949] By: ams                                   on 2001/11/12  06:40:18
34083         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
34084              From: Robert Spier <rspier@pobox.com>
34085              Date: Sun, 11 Nov 2001 18:50:18 -0800
34086              Message-Id: <15343.14570.121505.233336@rls.cx>
34087              
34088              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
34089              From: Rick Delaney <rick.delaney@home.com>
34090              Date: 12 Nov 2001 00:15:52 -0500
34091              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
34092      Branch: perl
34093            ! pp_hot.c t/op/taint.t
34094 ____________________________________________________________________________
34095 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
34096         Log: It seems that we actually have this detail implemented
34097              as for as Level 1 Support of Unicode regex support is
34098              concerned: at Level 1 only 1:1 support for loose
34099              (aka caseless, aka caseigoring ) matching is required.
34100      Branch: perl
34101            ! pod/perlunicode.pod
34102 ____________________________________________________________________________
34103 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
34104         Log: (retracted by #12951)
34105      Branch: perl
34106            ! ext/Encode/Encode.pm
34107 ____________________________________________________________________________
34108 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
34109         Log: BOM, bom, Bom.
34110      Branch: perl
34111            ! pod/perlunicode.pod
34112 ____________________________________________________________________________
34113 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
34114         Log: Upgrade to Math::BigInt 1.46.
34115      Branch: perl
34116            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
34117            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
34118            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
34119            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
34120            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34121 ____________________________________________________________________________
34122 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
34123         Log: Subject: Re: PERFORCE change 12943 for review
34124              From: "Philip Newton" <Philip.Newton@gmx.net>
34125              Date: Sun, 11 Nov 2001 20:53:36 +0100
34126              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
34127      Branch: perl
34128            ! pod/perlunicode.pod
34129 ____________________________________________________________________________
34130 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
34131         Log: Doc updates; make the Unicode discussions a little
34132              bit less alarming, and add information about encodings,
34133              surrogates, and BOMs.
34134      Branch: perl
34135            ! pod/perlunicode.pod
34136 ____________________________________________________________________________
34137 [ 12942] By: ams                                   on 2001/11/11  16:45:00
34138         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
34139              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
34140              Date: Mon, 12 Nov 2001 00:22:57 +0900
34141              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
34142      Branch: perl
34143            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
34144            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
34145 ____________________________________________________________________________
34146 [ 12941] By: ams                                   on 2001/11/11  13:01:40
34147         Log: Subject: Re: PERFORCE change 12929 for review
34148              From: "Philip Newton" <Philip.Newton@gmx.net>
34149              Date: Sun, 11 Nov 2001 14:27:44 +0100
34150              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
34151      Branch: perl
34152            ! MANIFEST
34153 ____________________________________________________________________________
34154 [ 12940] By: ams                                   on 2001/11/11  05:06:43
34155         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
34156              From: Michael G Schwern <schwern@pobox.com>
34157              Date: Thu, 8 Nov 2001 22:56:45 -0500
34158              Message-Id: <20011108225645.H5587@blackrider>
34159      Branch: perl
34160            ! t/op/chdir.t
34161 ____________________________________________________________________________
34162 [ 12939] By: ams                                   on 2001/11/11  05:01:00
34163         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
34164              From: Michael G Schwern <schwern@pobox.com>
34165              Date: Sun, 11 Nov 2001 00:54:43 -0500
34166              Message-Id: <20011111005443.A24450@blackrider>
34167      Branch: perl
34168            ! ext/Cwd/t/cwd.t
34169 ____________________________________________________________________________
34170 [ 12938] By: ams                                   on 2001/11/11  03:25:13
34171         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
34172              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
34173              From: "chromatic" <chromatic@rmci.net>
34174              Date: Sat, 10 Nov 2001 21:03:20 -0700
34175              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
34176      Branch: perl
34177            ! lib/File/stat.pm lib/File/stat.t
34178 ____________________________________________________________________________
34179 [ 12937] By: ams                                   on 2001/11/11  02:05:23
34180         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
34181              From: "Craig A. Berry" <craigberry@mac.com>
34182              Date: Sat, 10 Nov 2001 17:23:52 -0600
34183              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
34184      Branch: perl
34185            ! t/op/magic.t
34186 ____________________________________________________________________________
34187 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
34188         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
34189      Branch: perl
34190            ! lib/open.pm lib/open.t
34191 ____________________________________________________________________________
34192 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
34193         Log: The Official name of ASCII.
34194      Branch: perl
34195            ! ext/Encode/Encode.pm
34196 ____________________________________________________________________________
34197 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
34198         Log: The KOI8-R example wasn't quite right.
34199      Branch: perl
34200            ! lib/open.pm lib/open.t
34201 ____________________________________________________________________________
34202 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
34203         Log: Enhance the open pragma to support :utf8, :locale,
34204              and :encoding directly as special cases, and rename
34205              the INOUT to IO.
34206      Branch: perl
34207            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
34208 ____________________________________________________________________________
34209 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
34210         Log: Document the UTF-16 surrogate encoding and decoding.
34211      Branch: perl
34212            ! ext/Encode/Encode.pm
34213 ____________________________________________________________________________
34214 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
34215         Log: A potential recursion breaker.
34216      Branch: perl
34217            ! sv.c
34218 ____________________________________________________________________________
34219 [ 12930] By: ams                                   on 2001/11/10  07:46:53
34220         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
34221              (was Re: perl@12892)
34222              From: "chromatic" <chromatic@rmci.net>
34223              Date: Sat, 10 Nov 2001 01:28:09 -0700
34224              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
34225      Branch: perl
34226            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
34227            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
34228            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
34229            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
34230 ____________________________________________________________________________
34231 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
34232         Log: Add a test for the bytes pragma.
34233      Branch: perl
34234            + lib/bytes.t
34235            ! MANIFEST
34236 ____________________________________________________________________________
34237 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
34238         Log: Doc update.
34239      Branch: perl
34240            ! lib/bytes.pm
34241 ____________________________________________________________________________
34242 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
34243         Log: Cease to exist.
34244      Branch: perl
34245            - lib/Unicode/Normalize.pm
34246 ____________________________________________________________________________
34247 [ 12926] By: ams                                   on 2001/11/10  03:23:16
34248         Log: Subject: [patch] my_setenv speedup + fixes
34249              From: Doug MacEachern <dougm@covalent.net>
34250              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
34251              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
34252      Branch: perl
34253            ! util.c
34254 ____________________________________________________________________________
34255 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
34256         Log: Newline trouble.
34257      Branch: perl
34258            ! lib/ExtUtils/Embed.t
34259 ____________________________________________________________________________
34260 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
34261         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
34262              From: "Craig A. Berry" <craigberry@mac.com>
34263              Date: Fri, 09 Nov 2001 18:13:16 -0600
34264              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
34265      Branch: perl
34266            ! vms/munchconfig.c
34267 ____________________________________________________________________________
34268 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
34269         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
34270              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34271              Date: Sat, 10 Nov 2001 00:10:45 +0100
34272              Message-ID: <20011110001045.A11945@rafael>
34273      Branch: perl
34274            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
34275            + t/run/switchn.t t/run/switchp.t
34276            ! MANIFEST
34277 ____________________________________________________________________________
34278 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
34279         Log: Subject: [PATCH] some tests not cleaning up properly               
34280              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
34281              Date: Fri, 9 Nov 2001 22:13:10 +0100
34282              Message-ID: <20011109221310.A11115@rafael>
34283      Branch: perl
34284            ! ext/Cwd/t/cwd.t t/io/argv.t
34285 ____________________________________________________________________________
34286 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
34287         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
34288              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34289              Date: Fri, 9 Nov 2001 15:07:19 EST
34290              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
34291      Branch: perl
34292            ! lib/ExtUtils/Embed.t
34293 ____________________________________________________________________________
34294 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
34295         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
34296              have been copied so it shouldn't be freed in perl_destruct()
34297      Branch: perl
34298            ! perl.c
34299 ____________________________________________________________________________
34300 [ 12919] By: ams                                   on 2001/11/09  15:36:22
34301         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
34302              From: Michael G Schwern <schwern@pobox.com>
34303              Date: Fri, 9 Nov 2001 00:38:59 -0500
34304              Message-Id: <20011109003859.K5587@blackrider>
34305              (Applied with directory name changes suggested by Craig Berry.)
34306      Branch: perl
34307            ! ext/Cwd/t/cwd.t
34308 ____________________________________________________________________________
34309 [ 12918] By: ams                                   on 2001/11/09  15:29:15
34310         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
34311              From: Michael G Schwern <schwern@pobox.com>
34312              Date: Fri, 9 Nov 2001 01:44:14 -0500
34313              Message-Id: <20011109014414.N5587@blackrider>
34314      Branch: perl
34315            ! vms/ext/filespec.t
34316 ____________________________________________________________________________
34317 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
34318         Log: Update Changes.
34319      Branch: perl
34320            ! Changes patchlevel.h
34321 ____________________________________________________________________________
34322 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
34323         Log: Regen toc.
34324      Branch: perl
34325            ! pod/perltoc.pod
34326 ____________________________________________________________________________
34327 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
34328         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
34329              see http://www.jepstone.net/bjepson//jpl/cvs.html
34330      Branch: perl
34331            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
34332 ____________________________________________________________________________
34333 [ 12914] By: ams                                   on 2001/11/09  14:05:12
34334         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
34335              From: Michael G Schwern <schwern@pobox.com>
34336              Date: Thu, 8 Nov 2001 22:05:49 -0500
34337              Message-Id: <20011108220549.F5587@blackrider>
34338      Branch: perl
34339            ! vms/test.com
34340 ____________________________________________________________________________
34341 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
34342         Log: NetWare update from Ananth Kesari.
34343      Branch: perl
34344            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
34345 ____________________________________________________________________________
34346 [ 12912] By: ams                                   on 2001/11/09  13:40:26
34347         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
34348              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34349              Date: Fri, 9 Nov 2001 14:32:28 +0100
34350              Message-Id: <20011109143228.A18996@rafael>
34351      Branch: perl
34352            ! perl.c
34353 ____________________________________________________________________________
34354 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
34355         Log: FAQ sync.
34356      Branch: perl
34357            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
34358            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
34359            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
34360 ____________________________________________________________________________
34361 [ 12910] By: ams                                   on 2001/11/09  07:33:49
34362         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
34363              From: Michael G Schwern <schwern@pobox.com>
34364              Date: Fri, 9 Nov 2001 00:41:56 -0500
34365              Message-Id: <20011109004156.L5587@blackrider>
34366      Branch: perl
34367            ! lib/File/Find/t/find.t
34368 ____________________________________________________________________________
34369 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
34370         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
34371              The CPAN distribution has both pm and XS implementations,
34372              and for performance reasons we choose the XS.
34373              Another reason to choose the XS is that it doesn't
34374              require Lingua::KO::Hangul::Util, which means that
34375              we can delete that-- which in turn means that Unicode::UCD
34376              cannot expect that: support it, but don't expect.
34377              Ditto Unicode::Collate.
34378              
34379              Note that Unicode::Normalize Makefile.PL and
34380              Normalize.xs have been modified from the CPAN 0.10
34381              versions: the first one to be simpler (no pm) and
34382              clean up the generated unf*.h files, the second one
34383              to quench compiler grumblings.  Must notify Sadahiro
34384              about these changes.
34385      Branch: perl
34386            + ext/Unicode/Normalize/Changes
34387            + ext/Unicode/Normalize/Makefile.PL
34388            + ext/Unicode/Normalize/Normalize.pm
34389            + ext/Unicode/Normalize/Normalize.pod
34390            + ext/Unicode/Normalize/Normalize.xs
34391            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
34392            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
34393            + ext/Unicode/Normalize/t/test.t
34394            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
34395            - lib/Lingua/KO/Hangul/Util/README
34396            - lib/Lingua/KO/Hangul/Util/t/test.t
34397            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
34398            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
34399            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
34400            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
34401            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
34402            ! win32/makefile.mk
34403 ____________________________________________________________________________
34404 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
34405         Log: Test miscounting.
34406      Branch: perl
34407            ! ext/POSIX/t/posix.t
34408 ____________________________________________________________________________
34409 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
34410         Log: Quote the variables in failures messages more nicely.
34411      Branch: perl
34412            ! t/test.pl
34413 ____________________________________________________________________________
34414 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
34415         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
34416              From: Michael G Schwern <schwern@pobox.com>
34417              Date: Thu, 8 Nov 2001 17:24:49 -0500
34418              Message-ID: <20011108172449.A5587@blackrider>
34419              
34420              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
34421              From: "Craig A. Berry" <craigberry@mac.com>
34422              Date: Thu, 8 Nov 2001 16:35:00 -0600
34423              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
34424      Branch: perl
34425            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
34426 ____________________________________________________________________________
34427 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
34428         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
34429              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
34430              Date: Thu, 8 Nov 2001 22:52:50 -0000
34431              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
34432      Branch: perl
34433            ! ext/DB_File/t/db-recno.t
34434 ____________________________________________________________________________
34435 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
34436         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
34437              (Probably not an EBCDIC issue the way one would think
34438              since no chr() et alia are used in UCD.pm.)
34439      Branch: perl
34440            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
34441 ____________________________________________________________________________
34442 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
34443         Log: Whether overwriting the $self->{...} values (see #12902)
34444              is a good policy or not is debatable, but let's at least
34445              be consistent.
34446      Branch: perl
34447            ! lib/ExtUtils/MM_Unix.pm
34448 ____________________________________________________________________________
34449 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
34450         Log: The MakeMaker argument () quoting patch that sneaked
34451              in at #12883 didn't handle make macros like this $(...).
34452              Leaning toothpicks, we've got them.
34453      Branch: perl
34454            ! lib/ExtUtils/MM_Unix.pm
34455 ____________________________________________________________________________
34456 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
34457         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
34458              From: Michael G Schwern <schwern@pobox.com>
34459              Date: Wed, 7 Nov 2001 02:02:29 -0500
34460              Message-ID: <20011107020229.K2858@blackrider>
34461      Branch: perl
34462            ! t/io/argv.t t/test.pl vms/test.com
34463 ____________________________________________________________________________
34464 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
34465         Log: Subject: [PATCH 20011106.084] -s on #! line 
34466              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34467              Date: Wed, 7 Nov 2001 22:23:39 +0100
34468              Message-ID: <20011107222339.E729@rafael>
34469      Branch: perl
34470            ! embed.h embed.pl perl.c proto.h toke.c
34471 ____________________________________________________________________________
34472 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
34473         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
34474              From: Michael G Schwern <schwern@pobox.com>
34475              Date: Wed, 7 Nov 2001 16:52:49 -0500
34476              Message-ID: <20011107165249.I7346@blackrider>
34477      Branch: perl
34478            ! pod/perlhack.pod
34479 ____________________________________________________________________________
34480 [ 12898] By: ams                                   on 2001/11/08  13:02:19
34481         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
34482              From: Mark-Jason Dominus <mjd@plover.com>
34483              Date: Thu, 08 Nov 2001 08:59:02 -0500
34484              Message-Id: <20011108135902.2275.qmail@plover.com>
34485      Branch: perl
34486            ! INSTALL README README.amiga README.os2 README.vms
34487            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
34488            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
34489 ____________________________________________________________________________
34490 [ 12897] By: ams                                   on 2001/11/08  12:49:28
34491         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
34492              From: mjd@plover.com
34493              Date: 8 Nov 2001 13:33:18 -0000
34494              Message-Id: <20011108133318.1786.qmail@plover.com>
34495      Branch: perl
34496            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
34497            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
34498            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
34499            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
34500            ! pod/perlport.pod pod/perlvar.pod
34501 ____________________________________________________________________________
34502 [ 12896] By: ams                                   on 2001/11/08  11:22:12
34503         Log: open(FH, $file) should strip leading and trailing whitespace.
34504      Branch: perl
34505            ! doio.c
34506 ____________________________________________________________________________
34507 [ 12895] By: ams                                   on 2001/11/08  10:17:14
34508         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
34509              From: "Craig A. Berry" <craigberry@mac.com>
34510              Date: Wed, 07 Nov 2001 13:41:50 -0600
34511              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
34512      Branch: perl
34513            ! t/op/glob.t
34514 ____________________________________________________________________________
34515 [ 12894] By: ams                                   on 2001/11/08  08:32:20
34516         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
34517              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
34518              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
34519              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
34520      Branch: perl
34521            ! makedepend.SH
34522 ____________________________________________________________________________
34523 [ 12893] By: ams                                   on 2001/11/08  08:26:31
34524         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
34525              From: mjd@plover.com
34526              Date: 8 Nov 2001 08:08:07 -0000
34527              Message-Id: <20011108080807.30147.qmail@plover.com>
34528              
34529              Subject: bleadperl perl.pod
34530              From: mjd@plover.com
34531              Date: 8 Nov 2001 08:10:47 -0000
34532              Message-Id: <20011108081047.30178.qmail@plover.com>
34533              
34534              Subject: more bleadperl perl.pod
34535              From: mjd@plover.com
34536              Date: 8 Nov 2001 08:16:28 -0000
34537              Message-Id: <20011108081628.30229.qmail@plover.com>
34538      Branch: perl
34539            ! pod/perl.pod pod/perldebug.pod
34540 ____________________________________________________________________________
34541 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
34542         Log: Tweak for Cray-friendliness from Nicholas Clark.
34543      Branch: perl
34544            ! sv.c
34545 ____________________________________________________________________________
34546 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
34547         Log: VMS patch redo from Charles Lane.
34548      Branch: perl
34549            ! vms/gen_shrfls.pl
34550 ____________________________________________________________________________
34551 [ 12890] By: ams                                   on 2001/11/07  15:16:10
34552         Log: Subject: [ID 20011107.088] two perl pod nits
34553              From: lvirden@cas.org
34554              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
34555              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
34556      Branch: perl
34557            ! pod/perl.pod pod/perlfaq3.pod
34558 ____________________________________________________________________________
34559 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
34560         Log: Update Changes.
34561      Branch: perl
34562            ! Changes patchlevel.h
34563 ____________________________________________________________________________
34564 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
34565         Log: The (emulated) "no utf8" must be in a BEGIN block
34566              to be effective.
34567      Branch: perl
34568            ! lib/CGI/t/html.t
34569 ____________________________________________________________________________
34570 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
34571         Log: "v-strings" is the right term.
34572      Branch: perl
34573            ! pod/perltodo.pod
34574 ____________________________________________________________________________
34575 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
34576         Log: Add vstrings-as-objects need to perltodo.
34577      Branch: perl
34578            ! pod/perltodo.pod
34579 ____________________________________________________________________________
34580 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
34581         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
34582              From: Nicholas Clark <nick@ccl4.org>
34583              Date: Wed, 7 Nov 2001 14:36:32 +0000
34584              Message-ID: <20011107143631.I24980@plum.flirble.org>
34585      Branch: perl
34586            ! t/op/pack.t
34587 ____________________________________________________________________________
34588 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
34589         Log: The Embed test requires a major rewrite for VMS
34590              (plus it reveals a couple of annoying glitches
34591              in buffering), so skip the test for now; from
34592              Charles Lane.
34593      Branch: perl
34594            ! lib/ExtUtils/Embed.t
34595 ____________________________________________________________________________
34596 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
34597         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
34598              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34599              Date: Wed, 7 Nov 2001 09:23:28 EST
34600              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
34601              
34602              (Also i seems that an unrelated experimental patch
34603              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
34604      Branch: perl
34605            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
34606 ____________________________________________________________________________
34607 [ 12882] By: ams                                   on 2001/11/07  05:14:04
34608         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
34609              From: Mark-Jason Dominus <mjd@plover.com>
34610              Date: Wed, 07 Nov 2001 00:43:46 -0500
34611              Message-Id: <20011107054346.14428.qmail@plover.com>
34612      Branch: perl
34613            ! gv.c op.c toke.c
34614 ____________________________________________________________________________
34615 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
34616         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
34617              From: Michael G Schwern <schwern@pobox.com>             
34618              Date: Tue, 6 Nov 2001 22:04:39 -0500
34619              Message-ID: <20011106220439.D2858@blackrider>              
34620      Branch: perl
34621            ! lib/perl5db.pl
34622 ____________________________________________________________________________
34623 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
34624         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
34625              stress))
34626              From: Jonathan Stowe <gellyfish@gellyfish.com>
34627              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
34628              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
34629              
34630              (except for one hunk where indentation differs)
34631      Branch: perl
34632            ! lib/Term/Cap.t
34633 ____________________________________________________________________________
34634 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
34635         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
34636              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34637              Date: Tue, 6 Nov 2001 21:45:01 +0100
34638              Message-ID: <20011106214501.A704@rafael>
34639      Branch: perl
34640            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
34641            ! lib/File/Spec/Win32.pm
34642 ____________________________________________________________________________
34643 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
34644         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
34645              From: Michael G Schwern <schwern@pobox.com>              
34646              Date: Tue, 6 Nov 2001 20:58:45 -0500
34647              Message-ID: <20011106205845.G29411@blackrider>
34648      Branch: perl
34649            ! t/test.pl
34650 ____________________________________________________________________________
34651 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
34652         Log: Subject: making do_sprintf public       
34653              From: Doug MacEachern <dougm@covalent.net>    
34654              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
34655              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
34656      Branch: perl
34657            ! embed.h embed.pl global.sym
34658 ____________________________________________________________________________
34659 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
34660         Log: Update to CGI.pm 2.78.
34661              
34662              TODO: the test suite needs to be merged so that
34663              when in core, the core version is tested, and when
34664              using the CPAN version, testing the CPAN version.
34665              (the changes need to be sent to Lincoln, too...)
34666      Branch: perl
34667            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
34668            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
34669            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
34670            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
34671            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
34672            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
34673 ____________________________________________________________________________
34674 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
34675         Log: Integrate with perlio; (strictly) readonly hashes via XS.
34676      Branch: perl
34677           +> t/lib/access.t
34678           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
34679 ____________________________________________________________________________
34680 [ 12874] By: nick                                  on 2001/11/06  21:05:16
34681         Log: Keep It Simple and Stupid version of readonly hash support.
34682              - Test for SvREAONLY(hv) at a few spots in hv.c
34683              - add the error message to perldiag.pod
34684              - (dubious) add access::readonly() to univeral.c
34685              - add test using above
34686              - fixup ext/B/t/stash.t to account for access:: existing
34687      Branch: perlio
34688            + t/lib/access.t
34689            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
34690 ____________________________________________________________________________
34691 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
34692         Log: Fix incorrect warnings about broken globbing;
34693              from Andy Dougherty.
34694      Branch: perl
34695            ! hints/linux.sh
34696 ____________________________________________________________________________
34697 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
34698         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
34699              toggle-on from the encoding pragma.
34700      Branch: perl
34701            ! regcomp.c regexec.c
34702 ____________________________________________________________________________
34703 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
34704         Log: Retract #12824, doesn't help and is ignored
34705              by Configure anyway.
34706      Branch: perl
34707            ! hints/beos.sh
34708 ____________________________________________________________________________
34709 [ 12870] By: ams                                   on 2001/11/06  10:40:37
34710         Log: Subject: Cosmetic change
34711              From: H.Merijn Brand <h.m.brand@hccnet.nl>
34712              Date: Tue, 06 Nov 2001 12:30:52 +0100
34713              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
34714      Branch: perl
34715            ! README.hpux
34716 ____________________________________________________________________________
34717 [ 12869] By: nick                                  on 2001/11/06  08:26:40
34718         Log: Integrate mainline
34719      Branch: perlio
34720           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
34721           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
34722 ____________________________________________________________________________
34723 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
34724         Log: The parentheses are protected enough.
34725      Branch: perl
34726            ! hints/os390.sh
34727 ____________________________________________________________________________
34728 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
34729         Log: ccflags, not ldflags.
34730      Branch: perl
34731            ! hints/os390.sh
34732 ____________________________________________________________________________
34733 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
34734         Log: ... and the proto to go with #12865.
34735      Branch: perl
34736            ! proto.h
34737 ____________________________________________________________________________
34738 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
34739         Log: Oops.  Luckily nothing was using this symbol yet.
34740      Branch: perl
34741            ! global.sym
34742 ____________________________________________________________________________
34743 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
34744         Log: Implement the encoding pragma for regex literals.
34745      Branch: perl
34746            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
34747 ____________________________________________________________________________
34748 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
34749         Log: More UTF8 EXACT fixing.
34750      Branch: perl
34751            ! regexec.c
34752 ____________________________________________________________________________
34753 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
34754         Log: More re debugging.
34755      Branch: perl
34756            ! regexec.c
34757 ____________________________________________________________________________
34758 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
34759         Log: EXACT correction attempt.  Continued in #12863.
34760      Branch: perl
34761            ! regexec.c
34762 ____________________________________________________________________________
34763 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
34764         Log: Unterminated L<.
34765      Branch: perl
34766            ! ext/DB_File/DB_File.pm
34767 ____________________________________________________________________________
34768 [ 12859] By: nick                                  on 2001/11/05  19:15:17
34769         Log: Integrate mainline
34770      Branch: perlio
34771           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
34772           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
34773           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
34774           +> lib/Math/BigInt/t/sub_mbi.t
34775            - lib/Math/BigInt/t/Math/Subclass.pm
34776            - lib/Math/BigInt/t/subclass.t
34777           !> (integrate 30 files)
34778 ____________________________________________________________________________
34779 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
34780         Log: Regex debugging fixes from Hugo.
34781      Branch: perl
34782            ! regcomp.c regexec.c
34783 ____________________________________________________________________________
34784 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
34785         Log: IRIX: at some point the cc -version has started
34786              to output to stderr, not stdout any more.
34787      Branch: perl
34788            ! hints/irix_6.sh
34789 ____________________________________________________________________________
34790 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
34791         Log: Update Changes.
34792      Branch: perl
34793            ! Changes patchlevel.h
34794 ____________________________________________________________________________
34795 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
34796         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
34797      Branch: perl
34798            ! lib/File/Spec/Unix.pm
34799 ____________________________________________________________________________
34800 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
34801         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
34802              From: rgarciasuarez@free.fr
34803              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
34804              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
34805      Branch: perl
34806            ! lib/File/Spec/Unix.pm
34807 ____________________________________________________________________________
34808 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
34809         Log: Use config.arch in OS/390 where the combination of
34810              IEEE floats and ldflags is tricky.
34811      Branch: perl
34812            ! hints/os390.sh
34813 ____________________________________________________________________________
34814 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
34815         Log: Metaconfig unit change for #12851.
34816      Branch: metaconfig
34817            ! U/modified/Config_sh.U
34818 ____________________________________________________________________________
34819 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
34820         Log: Support a config.arch file, similar to config.over,
34821              but loaded just before it.
34822      Branch: perl
34823            ! Configure INSTALL
34824 ____________________________________________________________________________
34825 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
34826         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
34827              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34828              Date: Mon, 5 Nov 2001 14:26:24 +0100
34829              Message-ID: <20011105142624.C31977@rafael>
34830      Branch: perl
34831            ! lib/Symbol.pm lib/Symbol.t
34832 ____________________________________________________________________________
34833 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
34834         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
34835              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34836              Date: Sun, 4 Nov 2001 22:28:57 +0100
34837              Message-ID: <20011104222857.C696@rafael>
34838      Branch: perl
34839            ! pod/perldebug.pod pod/perlpodspec.pod
34840 ____________________________________________________________________________
34841 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
34842         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
34843      Branch: perl
34844            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
34845 ____________________________________________________________________________
34846 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
34847         Log: Math::Big* test tweaks to work better with core:
34848              but the coast still not clear.
34849      Branch: perl
34850            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
34851            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34852 ____________________________________________________________________________
34853 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
34854         Log: Protect against high load: measure how much wall
34855              clock time went by while sleeping.  Avoids some
34856              false negatives, while may introduce some false
34857              positives.  Life is hard.
34858      Branch: perl
34859            ! ext/Time/HiRes/HiRes.t
34860 ____________________________________________________________________________
34861 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
34862         Log: More forgotten from #12843.
34863      Branch: perl
34864            ! lib/Math/BigInt/t/bigfltpm.inc
34865 ____________________________________________________________________________
34866 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
34867         Log: Forgot from #12843.
34868      Branch: perl
34869            + lib/Math/BigInt/t/bigintpm.inc
34870            ! MANIFEST
34871 ____________________________________________________________________________
34872 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
34873         Log: Upgrade to Math::BigInt 1.45; from Tels.
34874              NOTE: some of the tests are failing but that's because
34875              the core integration is not yet done.
34876      Branch: perl
34877            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
34878            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
34879            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
34880            - lib/Math/BigInt/t/Math/Subclass.pm
34881            - lib/Math/BigInt/t/subclass.t
34882            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
34883            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
34884            ! lib/Math/BigInt/t/mbimbf.t
34885 ____________________________________________________________________________
34886 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
34887         Log: VMS: adds capability to control more configuration stuff with
34888              -D and -U switches; parsing config.sh to extract previous config
34889              info in VMS-form, and a rewrite of the "prompt/response" routine;
34890              from Charles Lane.
34891      Branch: perl
34892            ! configure.com
34893 ____________________________________________________________________________
34894 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
34895         Log: Subject: Typo correction in perldebguts.pod
34896              From: mjd@plover.com
34897              Date: 4 Nov 2001 16:20:05 -0000
34898              Message-ID: <20011104162005.16699.qmail@plover.com>
34899      Branch: perl
34900            ! pod/perldebguts.pod
34901 ____________________________________________________________________________
34902 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
34903         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
34904              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34905              Date: Sun, 4 Nov 2001 11:47:30 +0100
34906              Message-ID: <20011104114730.A715@rafael>
34907              
34908              Remove -T from the test, wrong place for that.
34909      Branch: perl
34910            ! lib/File/Temp/t/mktemp.t
34911 ____________________________________________________________________________
34912 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
34913         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
34914              From: Nicholas Clark <nick@ccl4.org>
34915              Date: Sun, 4 Nov 2001 10:41:24 +0000
34916              Message-ID: <20011104104123.U20123@plum.flirble.org>
34917      Branch: perl
34918            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
34919 ____________________________________________________________________________
34920 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
34921         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
34922              From: Michael G Schwern <schwern@pobox.com>
34923              Date: Sat, 3 Nov 2001 15:41:47 -0500
34924              Message-ID: <20011103154147.C600@blackrider>
34925      Branch: perl
34926            ! lib/Term/Cap.t
34927 ____________________________________________________________________________
34928 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
34929         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
34930              From: "Craig A. Berry" <craigberry@mac.com>     
34931              Date: Sat, 03 Nov 2001 16:02:28 -0600
34932              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
34933      Branch: perl
34934            ! ext/Time/HiRes/HiRes.t
34935 ____________________________________________________________________________
34936 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
34937         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
34938              From: "chromatic" <chromatic@rmci.net>
34939              Date: Sat, 03 Nov 2001 12:28:17 -0700
34940              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
34941      Branch: perl
34942            ! lib/Term/Cap.t
34943 ____________________________________________________________________________
34944 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
34945         Log: Don't bother doing POSIX charclass parsing if it
34946              possibly cannot be so.  Prepares way for charclass
34947              syntax like [[abc]||[def]] (or just [[abc][def]])
34948              for union, [[\w]&&[$a]] for intersection,
34949              and [[a-z]&&[^def]] for subtraction.
34950              
34951              Currently /[[a]/ (or /[a[]/) parses as a character
34952              class containing two characters, "[" and "a",
34953              this may have to be broken for the syntax described
34954              above, otherwise we would have to scan the whole pattern
34955              to find out whether the square brackets match pairwise.
34956              Luckily, the special case of "[" doesn't seem to be
34957              documented (as opposed to "]" and "-"), so we may have
34958              better story for breaking it...  One can always use \[
34959              if one wants a literal "[", so there.
34960      Branch: perl
34961            ! regcomp.c
34962 ____________________________________________________________________________
34963 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
34964         Log: Comment correction.
34965      Branch: perl
34966            ! regcomp.c
34967 ____________________________________________________________________________
34968 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
34969         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
34970              The latter is a RedHatism.
34971      Branch: perl
34972            ! lib/ExtUtils/MakeMaker.pm
34973 ____________________________________________________________________________
34974 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
34975         Log: Integrate perlio:
34976              
34977              [ 12830]
34978              Fix clone_leak problem.
34979              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
34980              as vestige of calling PerlLIO_dup().
34981              
34982              [ 12829]
34983              Tweaks attempting to locate Doug's clone_leak leak.
34984              - add some PerlIO_debug()
34985              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
34986              - Even if it closing stdout etc. do a fflush()
34987      Branch: perl
34988           !> perlio.c
34989 ____________________________________________________________________________
34990 [ 12831] By: nick                                  on 2001/11/03  11:42:15
34991         Log: Integrate mainline
34992      Branch: perlio
34993           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
34994           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
34995           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
34996           !> sv.c t/test.pl
34997 ____________________________________________________________________________
34998 [ 12830] By: nick                                  on 2001/11/03  10:27:34
34999         Log: Fix clone_leak problem.
35000              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
35001              as vestige of calling PerlLIO_dup().
35002      Branch: perlio
35003            ! perlio.c
35004 ____________________________________________________________________________
35005 [ 12829] By: nick                                  on 2001/11/03  09:40:46
35006         Log: Tweaks attempting to locate Doug's clone_leak leak.
35007              - add some PerlIO_debug()
35008              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
35009              - Even if it closing stdout etc. do a fflush()
35010      Branch: perlio
35011            ! perlio.c
35012 ____________________________________________________________________________
35013 [ 12828] By: nick                                  on 2001/11/03  08:34:31
35014         Log: Integrate mainline
35015      Branch: perlio
35016           !> (integrate 54 files)
35017 ____________________________________________________________________________
35018 [ 12827] By: ams                                   on 2001/11/03  03:45:19
35019         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
35020              remove this later). Based on a patch from Robert Spier in
35021              <15330.61459.14452.795263@rls.cx>.
35022      Branch: perl
35023            ! sv.c
35024 ____________________________________________________________________________
35025 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
35026         Log: microperl sync.
35027      Branch: perl
35028            ! doio.c perl.c perl.h perlio.c regexec.c
35029 ____________________________________________________________________________
35030 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
35031         Log: Definitions for the Unicode Newline Guidelines.
35032      Branch: perl
35033            ! perl.h
35034 ____________________________________________________________________________
35035 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
35036         Log: (retracted by #12871)
35037              
35038              There is no csh of any kind in default BeOS.
35039              For the purposes of miniperl globbing, bash
35040              will do.
35041      Branch: perl
35042            ! hints/beos.sh
35043 ____________________________________________________________________________
35044 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
35045         Log: Integrate change #12820 from macperl to maint and blead;
35046              
35047              Fix up (dynaloading) to work properly with multiplicity
35048      Branch: maint-5.6/perl
35049           !> ext/DynaLoader/dl_mac.xs
35050      Branch: perl
35051           !> ext/DynaLoader/dl_mac.xs
35052 ____________________________________________________________________________
35053 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
35054         Log: Several fixes for various exit problems and clearing out
35055              task queue, as well as another (incomplete) go at
35056              fixing error message handling
35057      Branch: maint-5.6/macperl
35058            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
35059 ____________________________________________________________________________
35060 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
35061         Log: Add source files for bleadperl builds
35062      Branch: maint-5.6/macperl
35063            ! macos/Makefile.mk
35064 ____________________________________________________________________________
35065 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
35066         Log: Fix up to work properly with multiplicity
35067      Branch: maint-5.6/macperl
35068            ! ext/DynaLoader/dl_mac.xs
35069 ____________________________________________________________________________
35070 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
35071         Log: Integrate with maintperl.
35072      Branch: maint-5.6/macperl
35073           +> t/op/system.t t/op/system_tests
35074           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
35075           !> pod/perltodo.pod util.c win32/win32.c
35076 ____________________________________________________________________________
35077 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
35078         Log: Locate _PATH_LOG if it's a socket even if not #defined
35079              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
35080              via Nick Clark.
35081      Branch: perl
35082            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
35083 ____________________________________________________________________________
35084 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
35085         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
35086              From: Michael G Schwern <schwern@pobox.com>
35087              Date: Fri, 2 Nov 2001 15:36:41 -0500
35088              Message-ID: <20011102153641.E23234@blackrider>
35089      Branch: perl
35090            ! t/test.pl
35091 ____________________________________________________________________________
35092 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
35093         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
35094              From: merlyn@stonehenge.com (Randal L. Schwartz)
35095              Date: 02 Nov 2001 09:33:34 -0800
35096              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
35097              
35098              (two of the changes)
35099              
35100              Better coexistence with extensions.
35101      Branch: perl
35102            ! ext/Errno/Errno_pm.PL hints/darwin.sh
35103 ____________________________________________________________________________
35104 [ 12815] By: ams                                   on 2001/11/02  16:47:43
35105         Log: Subject: Re: [PATCH] the the double double word word fix fix
35106              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
35107              Date: Fri, 02 Nov 2001 19:43:07 +0100
35108              Message-Id: <3BE2E93B.627C198E@alcatel.at>
35109      Branch: perl
35110            ! pod/perldebug.pod
35111 ____________________________________________________________________________
35112 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
35113         Log: Update Changes.
35114      Branch: perl
35115            ! Changes patchlevel.h
35116 ____________________________________________________________________________
35117 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
35118         Log: More encoding testing.
35119      Branch: perl
35120            ! lib/encoding.pm lib/encoding.t
35121 ____________________________________________________________________________
35122 [ 12812] By: ams                                   on 2001/11/02  15:07:11
35123         Log: Slight modification of #12811.
35124      Branch: perl
35125            ! op.c
35126 ____________________________________________________________________________
35127 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
35128         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
35129              From: Radu Greab <radu@netsoft.ro>
35130              Date: Fri, 2 Nov 2001 15:28:58 +0200
35131              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
35132      Branch: perl
35133            ! op.c t/op/stat.t
35134 ____________________________________________________________________________
35135 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
35136         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
35137              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35138              Date: Thu, 1 Nov 2001 22:35:50 +0100
35139              Message-ID: <20011101223550.A10849@rafael>
35140      Branch: perl
35141            ! lib/ExtUtils/Embed.t
35142 ____________________________________________________________________________
35143 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
35144         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
35145              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
35146              Date: 2 Nov 2001 14:48:51 -0000
35147              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
35148      Branch: perl
35149            ! lib/File/Find.pm
35150 ____________________________________________________________________________
35151 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
35152         Log: Add documentation.
35153      Branch: perl
35154            ! embed.pl pod/perlapi.pod utf8.c
35155 ____________________________________________________________________________
35156 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
35157         Log: Unicode: add ToFold mapping.  Not used yet; but basically
35158              a more useful mapping for caseless aka case-ignoring than
35159              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
35160              algorithm for creating the foldings uses equivalence classes,
35161              see http://www.unicode.org/unicode/reports/tr21/
35162              Hopefully this feature will be used in //i.
35163              (The folding tables were introduced by #12689.)
35164      Branch: perl
35165            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
35166            ! utf8.c
35167 ____________________________________________________________________________
35168 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
35169         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
35170              From: "Craig A. Berry" <craigberry@mac.com>
35171              Date: Fri, 02 Nov 2001 00:03:52 -0600
35172              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
35173      Branch: perl
35174            ! lib/AutoSplit.t
35175 ____________________________________________________________________________
35176 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
35177         Log: Subject: Trivial doc patch
35178              From: andreas.koenig@anima.de (Andreas J. Koenig)
35179              Date: 02 Nov 2001 06:11:35 +0100
35180              Message-ID: <m37kt94v08.fsf@anima.de>
35181      Branch: perl
35182            ! pod/perlport.pod
35183 ____________________________________________________________________________
35184 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
35185         Log: Make encoding and charnames pragmas coexist.
35186      Branch: perl
35187            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
35188 ____________________________________________________________________________
35189 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
35190         Log: The basic character classes seem to go untested with Unicode.
35191      Branch: perl
35192            ! t/op/pat.t
35193 ____________________________________________________________________________
35194 [ 12802] By: ams                                   on 2001/11/02  00:39:36
35195         Log: Subject: [PATCH] the the double double word word fix fix
35196              From: Richard Soderberg <rs@oregonnet.com>
35197              Date: Thu, 1 Nov 2001 13:12:03 -0800
35198              Message-Id: <200111012112.NAA23288@oregonnet.com>
35199              
35200              Subject: Re: [PATCH] the the double double word word fix fix
35201              From: Mark-Jason Dominus <mjd@plover.com>
35202              Date: Thu, 01 Nov 2001 16:43:40 -0500
35203              Message-Id: <20011101214340.2044.qmail@plover.com>
35204              
35205              Subject: Re: [PATCH] the the double double word word fix fix
35206              From: Mark-Jason Dominus <mjd@plover.com>
35207              Date: Thu, 01 Nov 2001 16:51:39 -0500
35208              Message-Id: <20011101215139.2196.qmail@plover.com>
35209      Branch: perl
35210            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
35211            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
35212            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
35213            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
35214            ! pod/perltodo.pod pod/perlxstut.pod
35215 ____________________________________________________________________________
35216 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
35217         Log: Comment tweaks.
35218      Branch: perl
35219            ! toke.c
35220 ____________________________________________________________________________
35221 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
35222         Log: FAQ sync.
35223      Branch: perl
35224            ! pod/perlfaq9.pod
35225 ____________________________________________________________________________
35226 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
35227         Log: If an encoding is set by -M/-m, it must be in
35228              effect only for the actual script, not any other
35229              required/-M/-m'ed module, otherwise we enter a nasty
35230              recursion in regexec.c while trying to init the simple
35231              UTF-8 charclasses like PL_utf8_alnum.
35232      Branch: perl
35233            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
35234 ____________________________________________________________________________
35235 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
35236         Log: A bit more descriptive name.
35237      Branch: perl
35238            ! mg.c
35239 ____________________________________________________________________________
35240 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
35241         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
35242              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35243              Date: Wed, 31 Oct 2001 13:47:04 EST
35244              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
35245      Branch: perl
35246            ! ext/Time/HiRes/HiRes.t
35247 ____________________________________________________________________________
35248 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
35249         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
35250              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35251              Date: Wed, 31 Oct 2001 13:43:29 EST
35252              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
35253      Branch: perl
35254            ! mg.c
35255 ____________________________________________________________________________
35256 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
35257         Log: Subject: [PATCH] Various test cleanups
35258              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35259              Date: Tue, 30 Oct 2001 21:56:26 +0100
35260              Message-ID: <20011030215626.A28503@rafael>
35261      Branch: perl
35262            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35263            ! ext/DB_File/t/db-recno.t ext/Encode.t
35264 ____________________________________________________________________________
35265 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
35266         Log: Update Changes.
35267      Branch: perl
35268            ! Changes patchlevel.h
35269 ____________________________________________________________________________
35270 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
35271         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
35272              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
35273              Date: Wed, 31 Oct 2001 17:16:39 +0100
35274              Message-ID: <20011031171639.A32511@rafael>
35275      Branch: perl
35276            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
35277 ____________________________________________________________________________
35278 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
35279         Log: Skip message nit.
35280      Branch: perl
35281            ! t/io/fs.t
35282 ____________________________________________________________________________
35283 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
35284         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
35285              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
35286              Date: 31 Oct 2001 14:49:37 -0000
35287              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
35288      Branch: perl
35289            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
35290 ____________________________________________________________________________
35291 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
35292         Log: Extend the effect of the encoding pragma to chr() and ord().
35293              
35294              TODO: regex literals, reentrancy problems with the utf8
35295              and charnames pragmas.
35296      Branch: perl
35297            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
35298 ____________________________________________________________________________
35299 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
35300         Log: Doc tweaks.
35301      Branch: perl
35302            ! lib/encoding.pm
35303 ____________________________________________________________________________
35304 [ 12788] By: nick                                  on 2001/10/31  08:59:56
35305         Log: Integrate mainline
35306      Branch: perlio
35307           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
35308           !> (integrate 49 files)
35309 ____________________________________________________________________________
35310 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
35311         Log: Forgot new proto.
35312      Branch: perl
35313            ! proto.h
35314 ____________________________________________________________________________
35315 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
35316         Log: Clarification: use encoding cannot be used to
35317              change the default encoding of "your whole script";
35318              only the default encoding of the *data*.  Also, it
35319              seems that "use encoding" does not mix with "use utf8"
35320              (a coredumping recursion ensues).  Should not be a huge
35321              problem since "use utf8" is pretty marginal nowadays.
35322      Branch: perl
35323            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
35324 ____________________________________________________________________________
35325 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
35326         Log: More documentation for the encode pragma.
35327      Branch: perl
35328            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
35329            ! pod/perlapi.pod pod/perlunicode.pod sv.c
35330 ____________________________________________________________________________
35331 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
35332         Log: Thinko in #12783.
35333      Branch: perl
35334            ! sv.c
35335 ____________________________________________________________________________
35336 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
35337         Log: Make sv_recode_to_utf8() a real API: the encoding
35338              is a parameter, instead of a global.  Document the
35339              PERL_ENCODING.
35340      Branch: perl
35341            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
35342            ! toke.c
35343 ____________________________________________________________________________
35344 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
35345         Log: Enable -Mencoding=foobar also for string literals.
35346      Branch: perl
35347            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
35348            ! pod/perlapi.pod proto.h sv.c toke.c
35349 ____________________________________________________________________________
35350 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
35351         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
35352              From: Andy Dougherty <doughera@lafayette.edu>
35353              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
35354              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
35355      Branch: perl
35356            ! ext/POSIX/hints/svr4.pl
35357 ____________________________________________________________________________
35358 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
35359         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
35360              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35361              Date: Mon, 29 Oct 2001 23:11:58 -0000
35362              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
35363              
35364              Add compat.h.
35365      Branch: perl
35366            ! lib/h2xs.t utils/h2xs.PL
35367 ____________________________________________________________________________
35368 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
35369         Log: Subject: PerlIOBuf_dup
35370              From: Nicholas Clark <nick@ccl4.org>              
35371              Date: Mon, 29 Oct 2001 21:52:35 +0000             
35372              Message-ID: <20011029215235.K41204@plum.flirble.org>
35373              
35374              Add prototype.
35375      Branch: perl
35376            ! perliol.h
35377 ____________________________________________________________________________
35378 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
35379         Log: Subject: [PATCH] Make malloc.c errors more useful
35380              From: Richard Soderberg <rs@oregonnet.com>
35381              Date: Mon, 29 Oct 2001 22:28:02 -0800
35382              Message-Id: <200110300628.WAA11025@oregonnet.com>
35383      Branch: perl
35384            ! malloc.c
35385 ____________________________________________________________________________
35386 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
35387         Log: Retract #12776 - the bug 19990906.001 is still valid.
35388      Branch: perl
35389            ! t/run/kill_perl.t
35390 ____________________________________________________________________________
35391 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
35392         Log: (Retracted by #12777)
35393              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
35394              From: Michael G Schwern <schwern@pobox.com> 
35395              Date: Mon, 29 Oct 2001 23:01:08 -0500
35396              Message-ID: <20011029230108.G18053@blackrider>
35397      Branch: perl
35398            ! t/run/kill_perl.t
35399 ____________________________________________________________________________
35400 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
35401         Log: Comment nits.
35402      Branch: perl
35403            ! lib/encoding.t
35404 ____________________________________________________________________________
35405 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
35406         Log: integrate change#12772 from mainline
35407              
35408              Subject: [PATCH] Mommy, what's a pointer cast?
35409      Branch: maint-5.6/perl
35410            ! perl.h
35411 ____________________________________________________________________________
35412 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
35413         Log: Subject: [PATCH] Mommy, what's a pointer cast?
35414              From: Richard Soderberg <rs@oregonnet.com>
35415              Date: Mon, 29 Oct 2001 17:01:10 -0800
35416              Message-Id: <200110300101.RAA31561@oregonnet.com>
35417              
35418              (threads* parts)
35419      Branch: perl
35420            ! ext/threads/shared/shared.xs ext/threads/threads.xs
35421 ____________________________________________________________________________
35422 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
35423         Log: Subject: [PATCH] Mommy, what's a pointer cast?
35424              From: Richard Soderberg <rs@oregonnet.com>
35425              Date: Mon, 29 Oct 2001 17:01:10 -0800
35426              Message-Id: <200110300101.RAA31561@oregonnet.com>
35427              
35428              (the perl.h part)
35429      Branch: perl
35430            ! perl.h
35431 ____________________________________________________________________________
35432 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
35433         Log: Subject: [PATCH] OpenBSD likes signal.h 
35434              From: Richard Soderberg <rs@oregonnet.com>
35435              Date: Mon, 29 Oct 2001 17:00:31 -0800
35436              Message-Id: <200110300100.RAA31533@oregonnet.com>
35437      Branch: perl
35438            ! unixish.h
35439 ____________________________________________________________________________
35440 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
35441         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
35442              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35443              Date: Mon, 29 Oct 2001 23:04:23 -0000
35444              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
35445      Branch: perl
35446            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
35447            ! ext/DB_File/t/db-recno.t
35448 ____________________________________________________________________________
35449 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
35450         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
35451              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
35452              Date: Mon, 29 Oct 2001 12:34:07 -0600
35453              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
35454      Branch: perl
35455            ! ext/Time/HiRes/HiRes.t
35456 ____________________________________________________________________________
35457 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
35458         Log: Update Changes.
35459      Branch: perl
35460            ! Changes patchlevel.h
35461 ____________________________________________________________________________
35462 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
35463         Log: AIX needs an explicit symbol export list.
35464      Branch: perl
35465            ! lib/ExtUtils/Embed.t
35466 ____________________________________________________________________________
35467 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
35468         Log: The test (and the module) would require some
35469              quality hacking time to work on EBCDIC.  Based on
35470              the test results nothing seems to be majorly broken,
35471              the module just seems to have strange assumptions:
35472              got: ''\226\225\205'
35473              expected: ''one'
35474              The \226\225\205 being, of course, 'one', in EBCDIC.
35475      Branch: perl
35476            ! lib/Dumpvalue.t
35477 ____________________________________________________________________________
35478 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
35479         Log: Mark the test known to be failing in EBCDIC.
35480      Branch: perl
35481            ! t/op/tr.t
35482 ____________________________________________________________________________
35483 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
35484         Log: None of the libnet modules are going to work in
35485              EBCDIC without the Convert::EBCDIC.
35486      Branch: perl
35487            ! t/lib/1_compile.t
35488 ____________________________________________________________________________
35489 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
35490         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
35491      Branch: perl
35492            ! t/op/pack.t
35493 ____________________________________________________________________________
35494 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
35495         Log: UTF-EBCDIC ain't UTF-8.
35496      Branch: perl
35497            ! t/op/pack.t
35498 ____________________________________________________________________________
35499 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
35500         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
35501      Branch: perl
35502            ! t/lib/1_compile.t
35503 ____________________________________________________________________________
35504 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
35505         Log: Let's not assume ASCII.
35506      Branch: perl
35507            ! t/op/lc.t
35508 ____________________________________________________________________________
35509 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
35510         Log: Call the new perlio symbols differently.
35511      Branch: perl
35512            ! makedef.pl
35513 ____________________________________________________________________________
35514 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
35515         Log: Don't expect ASCII ordering.
35516      Branch: perl
35517            ! lib/ExtUtils/Manifest.t
35518 ____________________________________________________________________________
35519 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
35520         Log: Forgot from #12756.
35521      Branch: perl
35522            ! perlio.h
35523 ____________________________________________________________________________
35524 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
35525         Log: BeOS tweaks:
35526              - fseeko and ftello can be found by Configure but
35527              we do not seem to have prototypes for them so
35528              let's make up some
35529              - BeOS didn't use to have real sockets (sockets as
35530              filedescriptors) but the BONE package is supposed
35531              to fix this.  I do not know how to detect BONEness,
35532              see hints/beos.sh for a spot that needs to fixed.
35533              - BeOS has O_TEXT != O_BINARY but has no setmode()
35534      Branch: perl
35535            ! hints/beos.sh perlio.c
35536 ____________________________________________________________________________
35537 [ 12755] By: sky                                   on 2001/10/29  12:56:12
35538         Log: Ugly fix to not die when a thread creator is holding locks.
35539      Branch: perl
35540            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
35541            ! ext/threads/threads.xs
35542 ____________________________________________________________________________
35543 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
35544         Log: Integrate change #12752 from maintperl;
35545              
35546              croak(Nullch) wasn't printing the contents of ERRSV if there was
35547              no outer eval (bug in change#6125)
35548      Branch: perl
35549           !> util.c
35550 ____________________________________________________________________________
35551 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
35552         Log: Subject: [PATCH h2xs] Use of static data in XS modules
35553              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
35554              Date: Sun, 28 Oct 2001 21:19:07 -0000
35555              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
35556              
35557              with nits from Sarathy.
35558      Branch: perl
35559            ! utils/h2xs.PL
35560 ____________________________________________________________________________
35561 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
35562         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
35563              no outer eval (bug in change#6125)
35564      Branch: maint-5.6/perl
35565            ! util.c
35566 ____________________________________________________________________________
35567 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
35568         Log: More todo for the encoding pragma.
35569      Branch: perl
35570            ! lib/encoding.pm
35571 ____________________________________________________________________________
35572 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
35573         Log: Add the encoding pragma to control the "upgrade"
35574              from the native eight bit data to Unicode.
35575              
35576              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
35577      Branch: perl
35578            + lib/encoding.pm lib/encoding.t
35579            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
35580            ! pod/perlunicode.pod pod/perlvar.pod sv.c
35581 ____________________________________________________________________________
35582 [ 12749] By: sky                                   on 2001/10/28  21:02:33
35583         Log: Update documentation.
35584      Branch: perl
35585            ! ext/threads/shared/shared.pm
35586 ____________________________________________________________________________
35587 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
35588         Log: Integrate change #12747 from maintperl;
35589              
35590              finishing touches to system() fixes on windows:
35591              * detect cmd shell correctly even if it had full path in it
35592              * more quoting needed for single-arg system if the argument
35593              really had multiple quoted arguments within it
35594              * be smarter about not calling the shell when the executable
35595              has spaces, but otherwise does not need shell involvement
35596              * add a testsuite (windows-specific currently)
35597      Branch: perl
35598           +> t/op/system.t t/op/system_tests
35599            ! MANIFEST pod/perltodo.pod
35600           !> win32/win32.c
35601 ____________________________________________________________________________
35602 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
35603         Log: finishing touches to system() fixes on windows:
35604              * detect cmd shell correctly even if it had full path in it
35605              * more quoting needed for single-arg system if the argument
35606              really had multiple quoted arguments within it
35607              * be smarter about not calling the shell when the executable
35608              has spaces, but otherwise does not need shell involvement
35609              * add a testsuite (windows-specific currently)
35610      Branch: maint-5.6/perl
35611            + t/op/system.t t/op/system_tests
35612            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
35613 ____________________________________________________________________________
35614 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
35615         Log: Integrate perlio:
35616              
35617              [ 12745]
35618              Mingw32 fixup for Embed.t
35619              
35620              [ 12744]
35621              GCC vs MS 64-bit constant syntax
35622      Branch: perl
35623           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
35624 ____________________________________________________________________________
35625 [ 12745] By: nick                                  on 2001/10/28  16:08:14
35626         Log: Mingw32 fixup for Embed.t
35627      Branch: perlio
35628            ! lib/ExtUtils/Embed.t
35629 ____________________________________________________________________________
35630 [ 12744] By: nick                                  on 2001/10/28  15:54:14
35631         Log: GCC vs MS 64-bit constant syntax
35632      Branch: perlio
35633            ! ext/Time/HiRes/HiRes.xs
35634 ____________________________________________________________________________
35635 [ 12743] By: nick                                  on 2001/10/28  15:42:55
35636         Log: Integrate mainline
35637      Branch: perlio
35638           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
35639 ____________________________________________________________________________
35640 [ 12742] By: sky                                   on 2001/10/28  14:47:10
35641         Log: Manpage updates.
35642      Branch: perl
35643            ! ext/threads/threads.pm
35644 ____________________________________________________________________________
35645 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
35646         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
35647      Branch: perl
35648            ! lib/ExtUtils/Embed.t
35649 ____________________________________________________________________________
35650 [ 12740] By: nick                                  on 2001/10/28  14:14:24
35651         Log: Integrate mainline
35652      Branch: perlio
35653           !> lib/ExtUtils/Embed.t win32/win32.c
35654 ____________________________________________________________________________
35655 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
35656         Log: Need to be ./executed.
35657      Branch: perl
35658            ! lib/ExtUtils/Embed.t
35659 ____________________________________________________________________________
35660 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
35661         Log: Integrate perlio:
35662              
35663              [ 12737]
35664              Tweak for build with Mingw32 - __attribute__((unused)) is not liked
35665              by gcc -xc++.
35666              
35667              [ 12736]
35668              Have :stdio layer update an honour the fd refcnt table.
35669              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
35670      Branch: perl
35671           !> perlio.c win32/win32.h
35672 ____________________________________________________________________________
35673 [ 12737] By: nick                                  on 2001/10/28  13:53:45
35674         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
35675              by gcc -xc++.
35676      Branch: perlio
35677            ! win32/win32.h
35678 ____________________________________________________________________________
35679 [ 12736] By: nick                                  on 2001/10/28  13:50:50
35680         Log: Have :stdio layer update an honour the fd refcnt table.
35681              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
35682      Branch: perlio
35683            ! perlio.c
35684 ____________________________________________________________________________
35685 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
35686         Log: Integrate changes #12724 and #12725 from maintperl;
35687              multiarg system now works.
35688      Branch: perl
35689           !> win32/win32.c
35690 ____________________________________________________________________________
35691 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
35692         Log: Integrate perlio:
35693              
35694              [ 12733]
35695              Use fd refcounts to solve the problem highlighted by new Embed.t, at
35696              least for PERLIO=perlio unthreaded case
35697              
35698              [ 12732]
35699              Typo in exe name
35700              
35701              [ 12730]
35702              Fixup Embed.t for Win32/VC++
35703              
35704              [ 12729]
35705              Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
35706              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
35707              ExtUtils::Embed.
35708              
35709              [ 12711]
35710              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
35711              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
35712              
35713              [ 12557]
35714              All tests pass (legitimately) on ithreads
35715              
35716              [ 12555]
35717              Restore non-ithreads build. Interestingly binmode test passes
35718              non-ithreads - so crlf layer is not damaged and ithreads fail
35719              is a symptom ...
35720              
35721              [ 12552]
35722              Win32 PerlIO_cleanup special cases should no longer be required.
35723              
35724              [ 12551]
35725              Multiple win32io.o is fatal for GCC (and noise with VC++)
35726              
35727              [ 12547]
35728              Convert rest of PerlIO's memory tables to per-interp and add clone functions
35729              for them. Call explicit cleanup during destruct process.
35730              - one binmode test is failing
35731              - also ext/threads/t/basic.t fails under make test, and is noisy under
35732              harness. (Threads results are intermingled and don't match order expected.)
35733              
35734              [ 12544]
35735              PerlIO layer table as PL_perlio (per-interpreter)
35736              
35737              [ 12541]
35738              Fix typos in new locking on MemShared
35739              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
35740              - seems to make segfaults more deterministic - suspect they are 
35741              attempt to free() after Interp and Host have gone.
35742              
35743              [ 12540]
35744              Remove the MemShared re-#define (again)
35745              
35746              [ 12539]
35747              Use locks on MemShared
35748      Branch: perl
35749           +> lib/ExtUtils/Embed.t
35750           !> MANIFEST perlio.c
35751 ____________________________________________________________________________
35752 [ 12733] By: nick                                  on 2001/10/28  13:07:16
35753         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
35754              least for PERLIO=perlio unthreaded case
35755      Branch: perlio
35756            ! perlio.c
35757 ____________________________________________________________________________
35758 [ 12732] By: nick                                  on 2001/10/28  11:10:24
35759         Log: Typo in exe name
35760      Branch: perlio
35761            ! lib/ExtUtils/Embed.t
35762 ____________________________________________________________________________
35763 [ 12731] By: nick                                  on 2001/10/28  11:09:59
35764         Log: Integrate Mainline
35765      Branch: perlio
35766           !> Changes configure.com ext/DB_File/DB_File.pm
35767           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
35768           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
35769           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
35770           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
35771           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
35772           !> t/TEST t/op/regexp.t win32/buildext.pl
35773 ____________________________________________________________________________
35774 [ 12730] By: nick                                  on 2001/10/28  11:05:35
35775         Log: Fixup Embed.t for Win32/VC++
35776      Branch: perlio
35777            ! lib/ExtUtils/Embed.t
35778 ____________________________________________________________________________
35779 [ 12729] By: nick                                  on 2001/10/28  09:36:20
35780         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
35781              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
35782              ExtUtils::Embed.
35783      Branch: perlio
35784            + lib/ExtUtils/Embed.t
35785            ! MANIFEST
35786 ____________________________________________________________________________
35787 [ 12728] By: sky                                   on 2001/10/28  08:12:53
35788         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
35789              line manually!
35790      Branch: perl
35791            ! lib/ExtUtils/xsubpp
35792 ____________________________________________________________________________
35793 [ 12727] By: sky                                   on 2001/10/28  08:02:09
35794         Log: And here we use the prototypes.
35795      Branch: perl
35796            ! ext/threads/shared/shared.xs
35797 ____________________________________________________________________________
35798 [ 12726] By: sky                                   on 2001/10/28  08:00:48
35799         Log: Support [] style prototypes.
35800      Branch: perl
35801            ! lib/ExtUtils/xsubpp
35802 ____________________________________________________________________________
35803 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
35804         Log: yet another multi-arg system() fix on windows: batch files as the
35805              first argument (i.e. directly executed by CreateProcess()) need
35806              extra quoting to escape shell-shock
35807      Branch: maint-5.6/perl
35808            ! win32/win32.c
35809 ____________________________________________________________________________
35810 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
35811         Log: another multi-arg system() fix on windows: passing empty arguments
35812              now works
35813      Branch: maint-5.6/perl
35814            ! win32/win32.c
35815 ____________________________________________________________________________
35816 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
35817         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
35818              No final #else #error because we do not seem to
35819              be using #error?
35820      Branch: perl
35821            ! op.h
35822 ____________________________________________________________________________
35823 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
35824         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
35825              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
35826              Date: Sat, 27 Oct 2001 23:28:44 EST 
35827              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
35828      Branch: perl
35829            ! ext/Time/HiRes/HiRes.xs
35830 ____________________________________________________________________________
35831 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
35832         Log: Regen perlapi, perltoc.
35833      Branch: perl
35834            ! pod/perlapi.pod pod/perltoc.pod
35835 ____________________________________________________________________________
35836 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
35837         Log: Subject: [PATCH] sv.h documentation
35838              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
35839              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
35840              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
35841      Branch: perl
35842            ! sv.h
35843 ____________________________________________________________________________
35844 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
35845         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
35846              system("nmake -nologo", "clean") and there is no executable
35847              called "nmake -nologo"; this used to "work" pre-change#12559 due
35848              to bugs in multiarg system() that have since been fixed
35849      Branch: perl
35850            ! win32/buildext.pl
35851 ____________________________________________________________________________
35852 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
35853         Log: Update Changes.
35854      Branch: perl
35855            ! Changes patchlevel.h
35856 ____________________________________________________________________________
35857 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
35858         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
35859              From: Richard.Foley@t-online.de (Richard Foley)            
35860              Date: Sun, 28 Oct 2001 00:48:32 +0200
35861              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
35862      Branch: perl
35863            ! pod/perlhack.pod
35864 ____________________________________________________________________________
35865 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
35866         Log: Must store pointers with the right width.
35867      Branch: perl
35868            ! op.h
35869 ____________________________________________________________________________
35870 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
35871         Log: Integrate change #12711 from perlio;
35872              
35873              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
35874              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
35875      Branch: perl
35876           !> perlio.c
35877 ____________________________________________________________________________
35878 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
35879         Log: Subject: [PATCH] make minitest
35880              From: Nicholas Clark <nick@ccl4.org>
35881              Date: Sat, 27 Oct 2001 22:56:16 +0100
35882              Message-ID: <20011027225616.L20275@plum.flirble.org>
35883      Branch: perl
35884            ! t/TEST
35885 ____________________________________________________________________________
35886 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
35887         Log: Patch #12661 missed this.
35888      Branch: perl
35889            ! ext/DB_File/DB_File.pm
35890 ____________________________________________________________________________
35891 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
35892         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
35893              From: "Craig A. Berry" <craigberry@mac.com>
35894              Date: Sat, 27 Oct 2001 16:07:47 -0500
35895              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
35896      Branch: perl
35897            ! configure.com perlio.c
35898 ____________________________________________________________________________
35899 [ 12711] By: nick                                  on 2001/10/27  19:49:25
35900         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
35901              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
35902      Branch: perlio
35903            ! perlio.c
35904 ____________________________________________________________________________
35905 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
35906         Log: Let's not replace reason if there's one already supplied.
35907      Branch: perl
35908            ! t/op/regexp.t
35909 ____________________________________________________________________________
35910 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
35911         Log: is not good.
35912      Branch: perl
35913            ! t/op/regexp.t
35914 ____________________________________________________________________________
35915 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
35916         Log: ldlibpth can exist but be unset.
35917      Branch: perl
35918            ! t/TEST
35919 ____________________________________________________________________________
35920 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
35921         Log: Unicode: property alias naming cleanup.
35922      Branch: perl
35923            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
35924 ____________________________________________________________________________
35925 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
35926         Log: FAQ sync.
35927      Branch: perl
35928            ! pod/perlfaq4.pod
35929 ____________________________________________________________________________
35930 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
35931         Log: Integrate change #12703 from maintperl;
35932              
35933              typemap stuff intervenes before declaration, move it to PREINIT
35934              section
35935              
35936              (an empty integrate, but now the files are in sync
35937              between the branches)
35938      Branch: perl
35939           !> ext/ODBM_File/ODBM_File.xs
35940 ____________________________________________________________________________
35941 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
35942         Log: More PerlIO symbols.
35943      Branch: perl
35944            ! makedef.pl
35945 ____________________________________________________________________________
35946 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
35947         Log: typemap stuff intervenes before declaration, move it to PREINIT
35948              section
35949      Branch: maint-5.6/perl
35950            ! ext/ODBM_File/ODBM_File.xs
35951 ____________________________________________________________________________
35952 [ 12702] By: nick                                  on 2001/10/27  14:09:35
35953         Log: Integrate mainline
35954      Branch: perlio
35955           +> ext/threads/shared/t/av_simple.t
35956           +> ext/threads/shared/t/hv_refs.t
35957           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
35958           !> (integrate 109 files)
35959 ____________________________________________________________________________
35960 [ 12700] By: ams                                   on 2001/10/26  21:22:23
35961         Log: Subject: [PATCH] tweak divide
35962              From: Nicholas Clark <nick@ccl4.org>
35963              Date: Fri, 26 Oct 2001 22:52:17 +0100
35964              Message-Id: <20011026225217.B20275@plum.flirble.org>
35965      Branch: perl
35966            ! pp.c
35967 ____________________________________________________________________________
35968 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
35969         Log: Integrate a buncha things from maintperl.
35970      Branch: maint-5.6/macperl
35971           !> (integrate 32 files)
35972 ____________________________________________________________________________
35973 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
35974         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
35975              From: Andy Dougherty <doughera@lafayette.edu>
35976              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
35977              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
35978      Branch: perl
35979            ! hints/svr4.sh
35980 ____________________________________________________________________________
35981 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
35982         Log: When you're root, many things become writable.
35983      Branch: perl
35984            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
35985 ____________________________________________________________________________
35986 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
35987         Log: Update Changes.
35988      Branch: perl
35989            ! Changes patchlevel.h
35990 ____________________________________________________________________________
35991 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
35992         Log: Term/Cap.t attempts to access the floppy drive for no good reason
35993              on dosish systems
35994      Branch: perl
35995            ! lib/Term/Cap.t
35996 ____________________________________________________________________________
35997 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
35998         Log: fix misleading comment on known inadequacy in B::Terse, and skip
35999              it correctly
36000      Branch: perl
36001            ! ext/B/t/terse.t
36002 ____________________________________________________________________________
36003 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
36004         Log: fix spurious AutoSplit.t failure under windows
36005      Branch: perl
36006            ! lib/AutoSplit.t
36007 ____________________________________________________________________________
36008 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
36009         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
36010      Branch: perl
36011            ! ext/Time/HiRes/HiRes.t
36012 ____________________________________________________________________________
36013 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
36014         Log: More logical to use %04"UVXf" than %"UVuf" since
36015              the Unicode standard prefers hex.
36016      Branch: perl
36017            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
36018            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
36019            ! lib/unicore/mktables utf8.c
36020 ____________________________________________________________________________
36021 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
36022         Log: change#12065 seems to have broken Encode build on windows; fix
36023      Branch: perl
36024            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
36025 ____________________________________________________________________________
36026 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
36027         Log: Unicode: add the case folding table.
36028      Branch: perl
36029            + lib/unicore/To/Fold.pl
36030            ! MANIFEST lib/unicore/mktables
36031 ____________________________________________________________________________
36032 [ 12688] By: sky                                   on 2001/10/26  13:51:29
36033         Log: Get the new functions right, do not export lock since we use builtin lock.
36034              TODO: fix xsubpp to support the new prototypes
36035      Branch: perl
36036            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36037 ____________________________________________________________________________
36038 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
36039         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
36040              as suggested by Sarathy.
36041      Branch: perl
36042            ! mg.c
36043 ____________________________________________________________________________
36044 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
36045         Log: avoid compiler warning
36046      Branch: perl
36047            ! win32/win32.c
36048 ____________________________________________________________________________
36049 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
36050         Log: WinCE update from Rainer Keuchel.
36051      Branch: perl
36052            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
36053            ! wince/wince.c
36054 ____________________________________________________________________________
36055 [ 12684] By: sky                                   on 2001/10/26  13:34:33
36056         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
36057      Branch: perl
36058            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36059 ____________________________________________________________________________
36060 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
36061         Log: More fixes that were made to the core and not in the libnet src
36062      Branch: perl
36063            ! lib/Net/Domain.pm
36064 ____________________________________________________________________________
36065 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
36066         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
36067              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
36068              Date: Fri, 26 Oct 2001 13:55:21 +0200
36069              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
36070              
36071              (plus make the db-recno.t#59 accept both \n and \r\n)
36072      Branch: perl
36073            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
36074            ! ext/DB_File/t/db-recno.t
36075 ____________________________________________________________________________
36076 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
36077         Log: Fix tests to be able to run in the core and the CPAN dist
36078      Branch: perl
36079            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
36080            ! lib/Net/t/require.t lib/Net/t/smtp.t
36081 ____________________________________________________________________________
36082 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
36083         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
36084              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36085              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
36086              Date: Fri, 26 Oct 2001 08:34:46 EDT
36087      Branch: perl
36088            ! ext/Time/HiRes/HiRes.t
36089 ____________________________________________________________________________
36090 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
36091         Log: Sync libnet modules with what will be libnet-1.08
36092      Branch: perl
36093            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
36094            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
36095            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
36096            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
36097 ____________________________________________________________________________
36098 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
36099         Log: Integrate maintperl changes #12268 and #12669;
36100              
36101              final touches to the audit for statics and thread-unsafe code
36102              * make DB_File, ODBM_File thread-safe 
36103              * remove unnecessary/dangerous statics and protect others
36104              from not getting accidentally enabled under threaded perls
36105              
36106              windows support functions get_childdir() et al aren't exported
36107              correctly under vanilla build
36108              
36109              Testing under win32 appreciated since changes there had
36110              to be manually merged and I cannot test how badly did I do.
36111      Branch: perl
36112           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
36113           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
36114           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
36115           !> win32/vmem.h win32/win32.c win32/win32iop.h
36116 ____________________________________________________________________________
36117 [ 12677] By: sky                                   on 2001/10/26  12:37:17
36118         Log: More Config::threads to threads::threads changes
36119      Branch: perl
36120            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
36121 ____________________________________________________________________________
36122 [ 12676] By: sky                                   on 2001/10/26  12:31:46
36123         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
36124      Branch: perl
36125            ! ext/threads/threads.pm ext/threads/threads.xs
36126 ____________________________________________________________________________
36127 [ 12675] By: sky                                   on 2001/10/26  12:06:30
36128         Log: Allocing a TLS in runtime is not too hot.
36129      Branch: perl
36130            ! ext/threads/threads.xs
36131 ____________________________________________________________________________
36132 [ 12674] By: sky                                   on 2001/10/26  11:59:09
36133         Log: Don't display debug data.
36134      Branch: perl
36135            ! ext/threads/threads.pm
36136 ____________________________________________________________________________
36137 [ 12673] By: sky                                   on 2001/10/26  11:35:47
36138         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
36139              complete bar support for blessed objects.
36140              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
36141      Branch: perl
36142            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
36143 ____________________________________________________________________________
36144 [ 12672] By: sky                                   on 2001/10/26  11:15:28
36145         Log: Fix case where shared reference does not exist in current thread.
36146      Branch: perl
36147            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
36148 ____________________________________________________________________________
36149 [ 12671] By: sky                                   on 2001/10/26  08:48:52
36150         Log: Support for references in shared arrays.
36151      Branch: perl
36152            ! ext/threads/shared/shared.xs
36153 ____________________________________________________________________________
36154 [ 12670] By: sky                                   on 2001/10/26  08:30:11
36155         Log: Add tests for references in hashes.
36156      Branch: perl
36157            + ext/threads/shared/t/hv_refs.t
36158            ! MANIFEST
36159 ____________________________________________________________________________
36160 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
36161         Log: windows support functions get_childdir() et al aren't exported
36162              correctly under vanilla build
36163      Branch: maint-5.6/perl
36164            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
36165 ____________________________________________________________________________
36166 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
36167         Log: final touches to the audit for statics and thread-unsafe code
36168              * make DB_File, ODBM_File thread-safe 
36169              * remove unnecessary/dangerous statics and protect others
36170              from not getting accidentally enabled under threaded perls
36171      Branch: maint-5.6/perl
36172            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
36173            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
36174            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
36175            ! win32/win32.c
36176 ____________________________________________________________________________
36177 [ 12667] By: ams                                   on 2001/10/26  03:48:36
36178         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
36179              From: "Richard Soderberg" <rs@crystalflame.net>
36180              Date: Thu, 25 Oct 2001 23:42:50 -0400
36181              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
36182      Branch: perl
36183            ! sharedsv.c
36184 ____________________________________________________________________________
36185 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
36186         Log: Integrate change #12664 from maintperl;
36187              
36188              the newest GCCs don't seem to like C<"string1"##STRING2>
36189              so keep it as C<"string1" STRING2> (latter appears to
36190              work everywhere)
36191      Branch: perl
36192           !> ext/DynaLoader/dlutils.c
36193 ____________________________________________________________________________
36194 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
36195         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
36196              From: Chris Nandor <pudge@pobox.com>
36197              Date: Thu, 25 Oct 2001 22:15:03 -0400
36198              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
36199      Branch: perl
36200            ! perl.h
36201 ____________________________________________________________________________
36202 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
36203         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
36204              C<"string1" STRING2> (latter appears to work everywhere)
36205      Branch: maint-5.6/perl
36206            ! ext/DynaLoader/dlutils.c
36207 ____________________________________________________________________________
36208 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
36209         Log: AUTHORS update.
36210      Branch: perl
36211            ! AUTHORS
36212 ____________________________________________________________________________
36213 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
36214         Log: Integrate change #12660 from maintperl;
36215              
36216              make the dMY_CXT stuff available under all of
36217              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
36218      Branch: perl
36219           !> perl.h
36220 ____________________________________________________________________________
36221 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
36222         Log: Subject: [PATCH] DB_File-1.79
36223              From: "Paul Marquess" <paul.marquess@openwave.com>
36224              Date: Fri, 26 Oct 2001 00:03:54 +0100
36225              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
36226      Branch: perl
36227            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
36228            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
36229 ____________________________________________________________________________
36230 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
36231         Log: make the dMY_CXT stuff available under all of
36232              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
36233      Branch: maint-5.6/perl
36234            ! perl.h
36235 ____________________________________________________________________________
36236 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
36237         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
36238              From: Michael G Schwern <schwern@pobox.com>
36239              Date: Thu, 25 Oct 2001 18:28:12 -0400
36240              Message-ID: <20011025182812.M4811@blackrider>
36241      Branch: perl
36242            ! t/run/kill_perl.t
36243 ____________________________________________________________________________
36244 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
36245         Log: STRLEN != int.
36246      Branch: perl
36247            ! regcomp.c regexec.c
36248 ____________________________________________________________________________
36249 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
36250         Log: Subject: [PATCH] remove small IVop redundancy
36251              From: Nicholas Clark <nick@ccl4.org>
36252              Date: Thu, 25 Oct 2001 22:48:28 +0100
36253              Message-ID: <20011025224827.M66471@plum.flirble.org>
36254      Branch: perl
36255            ! pp.c pp_hot.c
36256 ____________________________________________________________________________
36257 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
36258         Log: Metaconfig unit change for #12655.
36259      Branch: metaconfig/U/perl
36260            ! Extensions.U
36261 ____________________________________________________________________________
36262 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
36263         Log: Subject: Re: Not OK @12650
36264              From: Andy Dougherty <doughera@lafayette.edu>
36265              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
36266              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
36267      Branch: perl
36268            ! Configure
36269 ____________________________________________________________________________
36270 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
36271         Log: Integrate changes #12652 and #12653 from maintperl;
36272              
36273              more tweaks to change#12626
36274              * move the boilerplate code over to perl.h and make DynaLoader
36275              use it
36276              * make re, Opcode, File::Glob and B threadsafe
36277              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
36278              C<no re;> anywhere)
36279              
36280              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
36281              
36282              File::Glob required a bit more work in bleadperl
36283              because of ExtUtils::Constant (see the Makefile.PL change)
36284      Branch: perl
36285            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
36286           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
36287           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
36288 ____________________________________________________________________________
36289 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
36290         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
36291      Branch: maint-5.6/perl
36292            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
36293            ! ext/Opcode/Opcode.xs ext/re/re.xs
36294 ____________________________________________________________________________
36295 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
36296         Log: more tweaks to change#12626
36297              * move the boilerplate code over to perl.h and make DynaLoader
36298              use it
36299              * make re, Opcode, File::Glob and B threadsafe
36300              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
36301              C<no re;> anywhere)
36302      Branch: maint-5.6/perl
36303            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
36304            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
36305 ____________________________________________________________________________
36306 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
36307         Log: Metaconfig unit change for #12650.
36308      Branch: metaconfig/U/perl
36309            ! Extensions.U
36310 ____________________________________________________________________________
36311 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
36312         Log: Subject: Re: ithreads doesn't like usedl=n
36313              From: Andy Dougherty <doughera@lafayette.edu>
36314              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
36315              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
36316              
36317              Special-case threads::shared.
36318      Branch: perl
36319            ! Configure
36320 ____________________________________________________________________________
36321 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
36322         Log: Getting fancier...
36323      Branch: perl
36324            ! t/TEST
36325 ____________________________________________________________________________
36326 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
36327         Log: csh - what a pain.
36328      Branch: perl
36329            ! t/TEST
36330 ____________________________________________________________________________
36331 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
36332         Log: Update Changes.
36333      Branch: perl
36334            ! Changes patchlevel.h
36335 ____________________________________________________________________________
36336 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
36337         Log: Allow resetting the locale system for the duration
36338              of the build (Mac OS X default setting LANG=En_US
36339              ist kaputt)
36340      Branch: perl
36341            ! Makefile.SH
36342 ____________________________________________________________________________
36343 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
36344         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
36345      Branch: perl
36346            ! ext/Digest/MD5/t/files.t
36347 ____________________________________________________________________________
36348 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
36349         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
36350              From: Andy Dougherty <doughera@lafayette.edu>
36351              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
36352              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
36353      Branch: perl
36354            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
36355            ! ext/threads/shared/Makefile.PL
36356 ____________________________________________________________________________
36357 [ 12643] By: sky                                   on 2001/10/25  12:28:26
36358         Log: Add support for reference members of hashes.
36359      Branch: perl
36360            ! ext/threads/shared/shared.xs
36361 ____________________________________________________________________________
36362 [ 12642] By: ams                                   on 2001/10/25  12:21:13
36363         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
36364              From: "Norton Allen" <nort@qnx.com>
36365              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
36366              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
36367      Branch: perl
36368            ! ext/Digest/MD5/MD5.xs
36369 ____________________________________________________________________________
36370 [ 12641] By: sky                                   on 2001/10/25  10:27:39
36371         Log: Tests shared hashes.
36372      Branch: perl
36373            + ext/threads/shared/t/hv_simple.t
36374            ! MANIFEST
36375 ____________________________________________________________________________
36376 [ 12640] By: sky                                   on 2001/10/25  10:18:23
36377         Log: Fix threadcounts for arrays and hashes.
36378      Branch: perl
36379            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36380 ____________________________________________________________________________
36381 [ 12639] By: sky                                   on 2001/10/25  10:17:26
36382         Log: Note to self, doing *src_ary++ in a macro that evaluates
36383              the value more than once is a good way to dump core.
36384      Branch: perl
36385            ! sharedsv.c
36386 ____________________________________________________________________________
36387 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
36388         Log: Integrate change #12636 from maintperl; more dl fixups.
36389      Branch: perl
36390           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
36391           !> ext/DynaLoader/dl_vms.xs
36392 ____________________________________________________________________________
36393 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
36394         Log: Like dl_hpux, like dl_dld.
36395      Branch: perl
36396            ! ext/DynaLoader/dl_dld.xs
36397 ____________________________________________________________________________
36398 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
36399         Log: followups to change#12635
36400      Branch: maint-5.6/perl
36401            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
36402            ! ext/DynaLoader/dl_vms.xs
36403 ____________________________________________________________________________
36404 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
36405         Log: add part of change#12634 to the two files that need it; dl_aix.xs
36406              in maint-5.6 doesn't have the branch that had the problem in
36407              mainline
36408      Branch: maint-5.6/perl
36409            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
36410 ____________________________________________________________________________
36411 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
36412         Log: Fixes for #12627.
36413      Branch: perl
36414            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
36415 ____________________________________________________________________________
36416 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
36417         Log: Since pv_uni_display and sv_uni_display are now used
36418              in the re extension, their symbols have to be exported.
36419      Branch: perl
36420            ! embed.pl global.sym
36421 ____________________________________________________________________________
36422 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
36423         Log: Subject:  Re: [PATCH Perl@12567] debug /list
36424              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36425              Date: Tue, 23 Oct 2001 21:40:33 EDT
36426              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
36427      Branch: perl
36428            ! configure.com
36429 ____________________________________________________________________________
36430 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
36431         Log: This takes care of some of the re 'debug' cases but
36432              not all cases since the information whether the pattern
36433              or the target are utf8 seems to be either lost or not
36434              spread widely enough, sigh.
36435      Branch: perl
36436            ! regcomp.c
36437 ____________________________________________________________________________
36438 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
36439         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
36440              From: John Peacock <jpeacock@rowman.com>
36441              Date: Wed, 24 Oct 2001 16:53:29 -0400
36442              Message-ID: <3BD72A49.1508D152@rowman.com>
36443      Branch: perl
36444            ! configure.com
36445 ____________________________________________________________________________
36446 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
36447         Log: Upgrade NetWare and WinCE as in #12626.
36448      Branch: perl
36449            ! NetWare/dl_netware.xs wince/dl_win32.xs
36450 ____________________________________________________________________________
36451 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
36452         Log: Tru64 compiler nit.
36453      Branch: perl
36454            ! ext/threads/shared/shared.xs
36455 ____________________________________________________________________________
36456 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
36457         Log: Integrate change #12626 from maintperl;
36458              make DynaLoader threadsafe by moving all statics into
36459              interpreter-local space
36460              
36461              TODO: Netware, OS/2, WinCE
36462      Branch: perl
36463           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
36464           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
36465           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
36466           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
36467           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
36468           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
36469           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
36470 ____________________________________________________________________________
36471 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
36472         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
36473              space
36474      Branch: maint-5.6/perl
36475            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
36476            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
36477            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
36478            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
36479            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
36480            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
36481            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
36482 ____________________________________________________________________________
36483 [ 12625] By: sky                                   on 2001/10/24  20:05:26
36484         Log: Change #12623 inflicted an infinite hang. Fixed.
36485      Branch: perl
36486            ! ext/threads/shared/shared.xs
36487 ____________________________________________________________________________
36488 [ 12624] By: sky                                   on 2001/10/24  19:06:55
36489         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
36490      Branch: perl
36491            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36492 ____________________________________________________________________________
36493 [ 12623] By: sky                                   on 2001/10/24  18:06:34
36494         Log: We need to do sharedsv_find in the original perl context.
36495      Branch: perl
36496            ! ext/threads/shared/shared.xs
36497 ____________________________________________________________________________
36498 [ 12622] By: sky                                   on 2001/10/24  17:26:51
36499         Log: Add support for basic support for AVs, references not supported yet.
36500              Add test for AVs.
36501              Add more tests to sv_refs
36502              Fix documentation issues.  
36503      Branch: perl
36504            + ext/threads/shared/t/av_simple.t
36505            ! MANIFEST ext/threads/shared/shared.pm
36506            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
36507 ____________________________________________________________________________
36508 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
36509         Log: Dump Unicode better for re 'debug'.  The regprop()
36510              is unfinished since have to figure out how to detect
36511              Unicodeness in there.
36512      Branch: perl
36513            ! regcomp.c regexec.c
36514 ____________________________________________________________________________
36515 [ 12620] By: sky                                   on 2001/10/24  13:18:07
36516         Log: Add support for finding shared arrays and hashes.
36517      Branch: perl
36518            ! sharedsv.c
36519 ____________________________________________________________________________
36520 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
36521         Log: Rewrite sv_uni_display() as pv_uni_display() as
36522              reimplement sv_uni_display() using that.
36523      Branch: perl
36524            ! dump.c embed.h embed.pl proto.h
36525 ____________________________________________________________________________
36526 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
36527         Log: Integrate change #12615 from maintperl;
36528              on Windows, IO::File::new_tmpfile() fails after being called
36529              32767 times because MSVCRT thinks stdio's TMP_MAX is a
36530              process-wide limit
36531      Branch: perl
36532           !> win32/win32.c
36533 ____________________________________________________________________________
36534 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
36535         Log: Don't try to print ints as IVs.
36536      Branch: perl
36537            ! ext/Time/HiRes/HiRes.xs
36538 ____________________________________________________________________________
36539 [ 12616] By: sky                                   on 2001/10/24  11:06:35
36540         Log: We only need to fetch the SV from the backend if the index
36541              is not the same as mg_private.     In theory this could be
36542              a problem if there are an exact multiple of U16 changes
36543              of a shared variable between two access in a given thread,
36544              we choose to avoid theory for now.
36545      Branch: perl
36546            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
36547 ____________________________________________________________________________
36548 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
36549         Log: on Windows, IO::File::new_tmpfile() fails after being called
36550              32767 times because MSVCRT thinks stdio's TMP_MAX is a
36551              process-wide limit
36552      Branch: maint-5.6/perl
36553            ! win32/win32.c
36554 ____________________________________________________________________________
36555 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
36556         Log: Negation and Unicode: sort of solves 20010303.010,
36557              except not quite like reported in the Subject
36558              (Perl_warner is still utf8-ignorant).
36559      Branch: perl
36560            ! pp.c t/lib/warnings/sv
36561 ____________________________________________________________________________
36562 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
36563         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
36564      Branch: perl
36565            ! sv.c t/lib/warnings/sv
36566 ____________________________________________________________________________
36567 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
36568         Log: sv_uni_display(): do not add the "...", let the caller
36569              do it if wanted, and be prepared for more display options.
36570      Branch: perl
36571            ! dump.c embed.h embed.pl proto.h
36572 ____________________________________________________________________________
36573 [ 12611] By: nick                                  on 2001/10/23  20:28:07
36574         Log: Integrate mainline
36575      Branch: perlio
36576           !> Changes configure.com cygwin/cygwin.c
36577           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
36578           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
36579           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
36580           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
36581           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
36582           !> utils/h2xs.PL utils/perldoc.PL
36583 ____________________________________________________________________________
36584 [ 12610] By: sky                                   on 2001/10/23  19:39:24
36585         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
36586              don't call themselves READONLY but still die with modification
36587              attempt. We only call bless for ext and umagic.
36588      Branch: perl
36589            ! sv.c
36590 ____________________________________________________________________________
36591 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
36592         Log: Croak() on negative time; doc tweaks.
36593      Branch: perl
36594            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
36595            ! ext/Time/HiRes/HiRes.xs
36596 ____________________________________________________________________________
36597 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
36598         Log: FAQ sync.
36599      Branch: perl
36600            ! pod/perlfaq4.pod pod/perlfaq7.pod
36601 ____________________________________________________________________________
36602 [ 12607] By: sky                                   on 2001/10/23  18:27:27
36603         Log: Call setmagic on the referent we are blessing.
36604      Branch: perl
36605            ! sv.c
36606 ____________________________________________________________________________
36607 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
36608         Log: Small test nits.
36609      Branch: perl
36610            ! t/op/lc.t
36611 ____________________________________________________________________________
36612 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
36613         Log: Update Changes.
36614      Branch: perl
36615            ! Changes patchlevel.h
36616 ____________________________________________________________________________
36617 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
36618         Log: Make the PerlIO_init() prototypes consistent.
36619      Branch: perl
36620            ! perlio.c
36621 ____________________________________________________________________________
36622 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
36623         Log: Upping the test count is a good idea.
36624      Branch: perl
36625            ! t/op/lc.t
36626 ____________________________________________________________________________
36627 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
36628         Log: Document the final sigma spot.
36629      Branch: perl
36630            ! pp.c
36631 ____________________________________________________________________________
36632 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
36633         Log: Fix multicharacter titlecase (ucfirst).
36634      Branch: perl
36635            ! pod/perlunicode.pod pp.c t/op/lc.t
36636 ____________________________________________________________________________
36637 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
36638         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
36639              From: Mikhail Zabaluev <mhz@alt-linux.org>
36640              Date: Tue, 23 Oct 2001 10:40:37 +0400
36641              Message-ID: <20011023104037.A12761@localhost.localdomain>
36642              
36643              (#12406 replaced with this)
36644      Branch: perl
36645            ! utils/perldoc.PL
36646 ____________________________________________________________________________
36647 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
36648         Log: MacOS Classic updates from Pudge.
36649      Branch: perl
36650            ! lib/File/Spec.t lib/File/Spec/Mac.pm
36651 ____________________________________________________________________________
36652 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
36653         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
36654              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
36655              Date: Sun, 14 Oct 2001 23:14:46 +0200
36656              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
36657              
36658              except for the 2->4 changes.
36659      Branch: perl
36660            ! lib/AutoSplit.t
36661 ____________________________________________________________________________
36662 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
36663         Log: integrate macperl contents into maint-5.6
36664      Branch: maint-5.6/perl
36665            ! mg.c
36666           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
36667           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
36668           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
36669           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36670           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
36671           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
36672           !> t/lib/filefind.t t/lib/filespec.t
36673 ____________________________________________________________________________
36674 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
36675         Log: At some point the #6234 has been lost from the mainline
36676              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
36677      Branch: perl
36678            ! lib/File/Spec/Win32.pm
36679 ____________________________________________________________________________
36680 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
36681         Log: Cygwin seems to round up (or closest, but not down)
36682              for time(), so half of the time (bad pun intended)
36683              Time::HiRes::time() is less than time(), half of
36684              the time it's more.  So let's try harder in the loop.
36685      Branch: perl
36686            ! ext/Time/HiRes/HiRes.t
36687 ____________________________________________________________________________
36688 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
36689         Log: MacOS Classic timeofday(), from Chris Nandor. 
36690      Branch: perl
36691            ! ext/Time/HiRes/HiRes.xs
36692 ____________________________________________________________________________
36693 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
36694         Log: Integrate changes #12580 and #12581 from macperl;
36695              
36696              Fix path construction.
36697              
36698              (Copyright) Nit.
36699      Branch: perl
36700           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
36701 ____________________________________________________________________________
36702 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
36703         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
36704              doesn't seem to help (the error being output to console, maybe?)
36705      Branch: perl
36706            ! lib/Net/Domain.pm
36707 ____________________________________________________________________________
36708 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
36709         Log: Taint the getcwd() result also in Cygwin.
36710              (TODO: which other platforms need the same thing?)
36711      Branch: perl
36712            ! cygwin/cygwin.c
36713 ____________________________________________________________________________
36714 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
36715         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
36716      Branch: perl
36717            ! t/op/taint.t
36718 ____________________________________________________________________________
36719 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
36720         Log: getpwuid() fragility continues.
36721      Branch: perl
36722            ! utils/h2xs.PL
36723 ____________________________________________________________________________
36724 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
36725         Log: getpwuid() might succeed but that's no guarantee
36726              that the $home will be defined.
36727      Branch: perl
36728            ! ext/File/Glob/t/basic.t
36729 ____________________________________________________________________________
36730 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
36731         Log: It's safer to to expand the variable, too... (see #12571)
36732      Branch: perl
36733            ! t/TEST
36734 ____________________________________________________________________________
36735 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
36736         Log: Integrate with maintperl.
36737      Branch: maint-5.6/macperl
36738           !> win32/bin/pl2bat.pl win32/win32.c
36739 ____________________________________________________________________________
36740 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
36741         Log: Oops, forgot to include Win32 ... just as well, since it
36742              seems in bleadperl, change #7764 was not included
36743              (adding C:\temp).  Re-added.  Rip it back out if it
36744              doesn't belong.  :-)
36745      Branch: maint-5.6/macperl
36746            ! lib/File/Spec/Win32.pm
36747 ____________________________________________________________________________
36748 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
36749         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
36750              From: "Craig A. Berry" <craigberry@mac.com>
36751              Date: Mon, 22 Oct 2001 15:25:19 -0500
36752              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
36753      Branch: perl
36754            ! configure.com
36755 ____________________________________________________________________________
36756 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
36757         Log: Add in lots of File::Spec changes, from Thomas Wegner,
36758              and sync with changes from bleadperl.
36759      Branch: maint-5.6/macperl
36760            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
36761            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
36762            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36763            ! lib/File/Spec/Win32.pm t/lib/filespec.t
36764 ____________________________________________________________________________
36765 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
36766         Log: Sync with latest File::Find and tests from bleadperl.
36767      Branch: maint-5.6/macperl
36768            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
36769 ____________________________________________________________________________
36770 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
36771         Log: Nit.
36772      Branch: maint-5.6/macperl
36773            ! perl.c
36774 ____________________________________________________________________________
36775 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
36776         Log: Fix path construction.
36777      Branch: maint-5.6/macperl
36778            ! ext/DynaLoader/DynaLoader_pm.PL
36779 ____________________________________________________________________________
36780 [ 12579] By: nick                                  on 2001/10/22  19:08:35
36781         Log: Integrate mainline (for Arthurs thread.xs fix)
36782      Branch: perlio
36783           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
36784 ____________________________________________________________________________
36785 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
36786         Log: Fix up exported symbols, move relevant docs
36787              over from macperl.pod.
36788      Branch: maint-5.6/macperl
36789            ! macos/ext/MacPerl/MacPerl.pm
36790 ____________________________________________________________________________
36791 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
36792         Log: Make ADDRESS called optionally as a method.
36793      Branch: maint-5.6/macperl
36794            ! macos/lib/Mac/Glue.pm
36795 ____________________________________________________________________________
36796 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
36797         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
36798              Apple event.
36799      Branch: maint-5.6/macperl
36800            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
36801            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
36802            ! macos/macperl/MPTerminology.aete
36803 ____________________________________________________________________________
36804 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
36805         Log: Clean up some build utilities. Change Entab to Duplicate;
36806              fix docs and error reporting; improve macify() of paths;
36807              remove requirement for Exporter.pm presence.
36808      Branch: maint-5.6/macperl
36809            ! macos/InstallBLIB macos/MacPerlTests.cmd
36810            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
36811 ____________________________________________________________________________
36812 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
36813         Log: Sync Time::HiRes with bleadperl
36814      Branch: maint-5.6/macperl
36815            ! macos/bundled_ext/Time/HiRes/HiRes.pm
36816            ! macos/bundled_ext/Time/HiRes/HiRes.t
36817            ! macos/bundled_ext/Time/HiRes/HiRes.xs
36818 ____________________________________________________________________________
36819 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
36820         Log: Fix up Changes
36821      Branch: maint-5.6/macperl
36822            ! macos/Changes
36823 ____________________________________________________________________________
36824 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
36825         Log: A user might belong to only a single group
36826              (the group equal to the group id).
36827      Branch: perl
36828            ! t/op/groups.t
36829 ____________________________________________________________________________
36830 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
36831         Log: Prepending (instead of replacing with) the pwd is safer. 
36832      Branch: perl
36833            ! t/TEST
36834 ____________________________________________________________________________
36835 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
36836         Log: Be more robust if no hostname or domainname
36837              (especially the latter)
36838      Branch: perl
36839            ! lib/Net/Domain.pm
36840 ____________________________________________________________________________
36841 [ 12569] By: sky                                   on 2001/10/22  17:41:07
36842         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
36843      Branch: perl
36844            ! ext/threads/threads.xs
36845 ____________________________________________________________________________
36846 [ 12568] By: nick                                  on 2001/10/22  16:31:24
36847         Log: Integrate mainline
36848      Branch: perlio
36849           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
36850           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
36851           +> ext/threads/shared/t/sv_refs.t
36852           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
36853            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
36854            - lib/unicore/To/SpecUpper.pl
36855           !> (integrate 42 files)
36856 ____________________________________________________________________________
36857 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
36858         Log: Update Changes.
36859      Branch: perl
36860            ! Changes patchlevel.h
36861 ____________________________________________________________________________
36862 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
36863         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
36864              From: Michael G Schwern <schwern@pobox.com>
36865              Date: Mon, 22 Oct 2001 03:48:38 -0400
36866              Message-ID: <20011022034838.B1676@blackrider>
36867      Branch: perl
36868            ! pod/perlvar.pod
36869 ____________________________________________________________________________
36870 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
36871         Log: Pod nits, as suggested by Stas Bekman.
36872      Branch: perl
36873            ! ext/threads/shared/shared.pm ext/threads/threads.pm
36874 ____________________________________________________________________________
36875 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
36876         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
36877              From: "Paul Marquess" <paul.marquess@openwave.com> 
36878              Date: Sun, 21 Oct 2001 21:11:15 +0100
36879              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
36880      Branch: perl
36881            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
36882            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
36883            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
36884            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
36885            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
36886            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
36887            ! ext/SDBM_File/sdbm.t
36888 ____________________________________________________________________________
36889 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
36890         Log: Integrate change #12559 from maintperl;
36891              various fixes for system() and backticks under windows
36892      Branch: perl
36893           !> win32/win32.c
36894 ____________________________________________________________________________
36895 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
36896         Log: Integrate change #12560 from maintperl;
36897              make pl2bat use %0 rather than "%0" (the latter fails to work
36898              in a lot of common cases)
36899      Branch: perl
36900           !> win32/bin/pl2bat.pl
36901 ____________________________________________________________________________
36902 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
36903         Log: Integrate changes #12549 and #12550 from maintperl;
36904              
36905              readline() doesn't work with our variables; it confuses them with
36906              my variables (change#4227 was incomplete)
36907      Branch: perl
36908            ! t/lib/strict/vars
36909           !> t/base/rs.t toke.c
36910 ____________________________________________________________________________
36911 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
36912         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
36913              in a lot of common cases)
36914      Branch: maint-5.6/perl
36915            ! win32/bin/pl2bat.pl
36916 ____________________________________________________________________________
36917 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
36918         Log: various fixes for system() and backticks under windows:
36919              
36920              * avoid munging whitespace that is passed within quotes
36921              * work around a cmd.exe misfeature that made multi-arg
36922              system() unreliable when there is more than one quoted
36923              argument
36924              * make multi-arg system() autoquote arguments as needed
36925              before passing them to the shell (this avoids having to
36926              second guess the shell quoting)
36927              * perl's -Dp switch can be used to trace the innards
36928      Branch: maint-5.6/perl
36929            ! win32/win32.c
36930 ____________________________________________________________________________
36931 [ 12558] By: nick                                  on 2001/10/22  08:58:42
36932         Log: Integrate ithreads buffer flush fix from perlio
36933      Branch: perl
36934           !> ext/threads/t/basic.t perl.c
36935 ____________________________________________________________________________
36936 [ 12557] By: nick                                  on 2001/10/22  08:35:09
36937         Log: All tests pass (legitimately) on ithreads
36938      Branch: perlio
36939            ! ext/threads/t/basic.t perl.c
36940 ____________________________________________________________________________
36941 [ 12556] By: nick                                  on 2001/10/22  06:51:22
36942         Log: Integrate non-ithreads fix to mainline
36943      Branch: perl
36944           !> perlio.c
36945 ____________________________________________________________________________
36946 [ 12555] By: nick                                  on 2001/10/22  06:48:33
36947         Log: Restore non-ithreads build. Interestingly binmode test passes
36948              non-ithreads - so crlf layer is not damaged and ithreads fail
36949              is a symptom ...
36950      Branch: perlio
36951            ! perlio.c
36952 ____________________________________________________________________________
36953 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
36954         Log: Integrate from perlio; restructuring.
36955      Branch: perl
36956           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
36957           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
36958           !> win32/perlhost.h
36959 ____________________________________________________________________________
36960 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
36961         Log: Integrate from maintperl
36962              (Changes 12350, 12496, 12548, 12549, 12550)
36963      Branch: maint-5.6/macperl
36964           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
36965           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
36966 ____________________________________________________________________________
36967 [ 12552] By: nick                                  on 2001/10/21  19:18:12
36968         Log: Win32 PerlIO_cleanup special cases should no longer be required.
36969      Branch: perlio
36970            ! perl.c
36971 ____________________________________________________________________________
36972 [ 12551] By: nick                                  on 2001/10/21  19:16:56
36973         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
36974      Branch: perlio
36975            ! win32/makefile.mk
36976 ____________________________________________________________________________
36977 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
36978         Log: change#12549 wasn't aware of strictures
36979      Branch: maint-5.6/perl
36980            ! t/pragma/strict-vars toke.c
36981 ____________________________________________________________________________
36982 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
36983         Log: readline() doesn't work with our variables; it confuses them with
36984              my variables (change#4227 was incomplete)
36985      Branch: maint-5.6/perl
36986            ! t/base/rs.t toke.c
36987 ____________________________________________________________________________
36988 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
36989         Log: change#12220 appears to have pulled in a mainline change that
36990              isn't applicable to maint-5.6 (some platforms don't taint
36991              cwd)
36992      Branch: maint-5.6/perl
36993            ! t/lib/filefind-taint.t
36994 ____________________________________________________________________________
36995 [ 12547] By: nick                                  on 2001/10/21  17:15:54
36996         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
36997              for them. Call explicit cleanup during destruct process.
36998              - one binmode test is failing
36999              - also ext/threads/t/basic.t fails under make test, and is noisy under
37000              harness. (Threads results are intermingled and don't match order expected.)
37001      Branch: perlio
37002            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
37003            ! perlio.h perliol.h pod/perlapi.pod sv.c
37004 ____________________________________________________________________________
37005 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
37006         Log: Implement multicharacter case mappings where a single
37007              Unicode character can be mapped into several.
37008      Branch: perl
37009            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37010            - lib/unicore/To/SpecUpper.pl
37011            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
37012            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
37013            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
37014            ! proto.h t/op/lc.t utf8.c
37015 ____________________________________________________________________________
37016 [ 12545] By: sky                                   on 2001/10/21  15:25:16
37017         Log: First support of threads::shared, support shared svs and references.
37018      Branch: perl
37019            + ext/threads/shared/Makefile.PL ext/threads/shared/README
37020            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
37021            + ext/threads/shared/t/sv_refs.t
37022            + ext/threads/shared/t/sv_simple.t
37023            ! MANIFEST sharedsv.c
37024 ____________________________________________________________________________
37025 [ 12544] By: nick                                  on 2001/10/21  14:52:35
37026         Log: PerlIO layer table as PL_perlio (per-interpreter)
37027      Branch: perlio
37028            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
37029            ! pod/perlapi.pod sv.c
37030 ____________________________________________________________________________
37031 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
37032         Log: Prettyprinting.
37033      Branch: perl
37034            ! pod/perlunicode.pod
37035 ____________________________________________________________________________
37036 [ 12542] By: ams                                   on 2001/10/21  03:50:25
37037         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
37038              From: "Sean M. Burke" <sburke@cpan.org>
37039              Date: Sat, 20 Oct 2001 17:51:09 -0600
37040              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
37041      Branch: perl
37042            + pod/perlpodspec.pod
37043            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
37044            ! pod/perltoc.pod
37045 ____________________________________________________________________________
37046 [ 12541] By: nick                                  on 2001/10/20  22:23:53
37047         Log: Fix typos in new locking on MemShared
37048              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
37049              - seems to make segfaults more deterministic - suspect they are 
37050              attempt to free() after Interp and Host have gone.
37051      Branch: perlio
37052            ! perlio.c win32/perlhost.h
37053 ____________________________________________________________________________
37054 [ 12540] By: nick                                  on 2001/10/20  21:50:46
37055         Log: Remove the MemShared re-#define (again)
37056      Branch: perlio
37057            ! perlio.c
37058 ____________________________________________________________________________
37059 [ 12539] By: nick                                  on 2001/10/20  21:49:06
37060         Log: Use locks on MemShared
37061      Branch: perlio
37062            ! win32/perlhost.h
37063 ____________________________________________________________________________
37064 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
37065         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
37066              From: "chromatic" <chromatic@rmci.net>
37067              Date: Sat, 20 Oct 2001 11:13:47 -0600
37068              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
37069      Branch: perl
37070            ! installhtml
37071 ____________________________________________________________________________
37072 [ 12537] By: nick                                  on 2001/10/20  16:44:03
37073         Log: Integrate mainline
37074      Branch: perlio
37075           !> (integrate 48 files)
37076 ____________________________________________________________________________
37077 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
37078         Log: Update Changes.
37079      Branch: perl
37080            ! Changes patchlevel.h
37081 ____________________________________________________________________________
37082 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
37083         Log: Upgrade to podlators 1.11, from Russ Allbery.
37084      Branch: perl
37085            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
37086            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
37087            ! pod/pod2man.PL pod/pod2text.PL
37088 ____________________________________________________________________________
37089 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
37090         Log: Integrate perlio:
37091              
37092              [ 12532]
37093              Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
37094              Use for non-PERLIO fdupopen().
37095      Branch: perl
37096           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
37097 ____________________________________________________________________________
37098 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
37099         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
37100      Branch: perl
37101            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
37102 ____________________________________________________________________________
37103 [ 12532] By: nick                                  on 2001/10/20  14:25:37
37104         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
37105              Use for non-PERLIO fdupopen().
37106      Branch: perlio
37107            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
37108 ____________________________________________________________________________
37109 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
37110         Log: Integrate perlio:
37111              
37112              [ 12530]
37113              Fixed in two places - p4 resolve
37114              
37115              [ 12529]
37116              Fix for ithreads/stdio build
37117              
37118              [ 12525]
37119              Avoid calling (now non-existant) Perl_sv_setsv(), by calling
37120              Perl_sv_setsv_flags directly.
37121              
37122              [ 12524]
37123              Add a new flag character 'm' to embed.pl set to represent
37124              "functions" which are really macros. Use it foe the troublesome
37125              sv_setsv() etc. macros in sv.h - changing latter to define
37126              sv_setsv rather than sv_setsv_macro etc.
37127              
37128              [ 12523]
37129              Add comments explaining why win32.h/embed.h are included where they are
37130              in perl.h 
37131              
37132              [ 12522]
37133              Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
37134              being used yet.
37135              
37136              [ 12511]
37137              Fix gross win32 build issues
37138      Branch: perl
37139           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
37140           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
37141           !> proto.h sv.h win32/win32io.c
37142 ____________________________________________________________________________
37143 [ 12530] By: nick                                  on 2001/10/20  12:53:30
37144         Log: Fixed in two places - p4 resolve
37145      Branch: perlio
37146            ! perlsdio.h
37147 ____________________________________________________________________________
37148 [ 12529] By: nick                                  on 2001/10/20  12:51:05
37149         Log: Fix for ithreads/stdio build
37150      Branch: perlio
37151            ! perlio.c perlsdio.h
37152 ____________________________________________________________________________
37153 [ 12528] By: ams                                   on 2001/10/20  12:13:25
37154         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
37155              From: Michael G Schwern <schwern@pobox.com>
37156              Date: Sat, 20 Oct 2001 01:41:21 -0400
37157              Message-Id: <20011020014121.I3681@blackrider>
37158      Branch: perl
37159            ! installman
37160 ____________________________________________________________________________
37161 [ 12527] By: ams                                   on 2001/10/20  12:09:41
37162         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
37163              From: Michael G Schwern <schwern@pobox.com>
37164              Date: Sat, 20 Oct 2001 02:04:21 -0400
37165              Message-Id: <20011020020421.A11732@blackrider>
37166      Branch: perl
37167            ! lib/Pod/Checker.pm
37168 ____________________________________________________________________________
37169 [ 12526] By: ams                                   on 2001/10/20  11:59:41
37170         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
37171              From: "chromatic" <chromatic@rmci.net>
37172              Date: Fri, 19 Oct 2001 22:46:39 -0600
37173              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
37174      Branch: perl
37175            ! lib/Net/Config.pm
37176 ____________________________________________________________________________
37177 [ 12525] By: nick                                  on 2001/10/20  11:16:18
37178         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
37179              Perl_sv_setsv_flags directly.
37180      Branch: perlio
37181            ! ext/threads/threads.xs
37182 ____________________________________________________________________________
37183 [ 12524] By: nick                                  on 2001/10/20  10:28:17
37184         Log: Add a new flag character 'm' to embed.pl set to represent
37185              "functions" which are really macros. Use it foe the troublesome
37186              sv_setsv() etc. macros in sv.h - changing latter to define
37187              sv_setsv rather than sv_setsv_macro etc.
37188      Branch: perlio
37189            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
37190            ! pod/perlapi.pod proto.h sv.h
37191 ____________________________________________________________________________
37192 [ 12523] By: nick                                  on 2001/10/20  09:17:17
37193         Log: Add comments explaining why win32.h/embed.h are included where they are
37194              in perl.h 
37195      Branch: perlio
37196            ! perl.h
37197 ____________________________________________________________________________
37198 [ 12522] By: nick                                  on 2001/10/20  08:27:44
37199         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
37200              being used yet.
37201      Branch: perlio
37202            ! win32/win32io.c
37203 ____________________________________________________________________________
37204 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
37205         Log: Wording tweaks.
37206      Branch: perl
37207            ! t/TEST
37208 ____________________________________________________________________________
37209 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
37210         Log: Subject: IO module with nonblocking socket connect patch 
37211              From: Raul Dias <raul@dias.com.br>
37212              Date: Fri, 19 Oct 2001 22:45:32 -0300
37213              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
37214      Branch: perl
37215            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
37216 ____________________________________________________________________________
37217 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
37218         Log: Test vertical whitespace combined with /x in \p{}.
37219      Branch: perl
37220            ! t/op/pat.t
37221 ____________________________________________________________________________
37222 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
37223         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
37224              From: Gisle Aas <gisle@ActiveState.com> 
37225              Date: 19 Oct 2001 16:46:02 -0700
37226              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
37227      Branch: perl
37228            ! lib/ExtUtils/MakeMaker.pm
37229 ____________________________________________________________________________
37230 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
37231         Log: No more this symbol.
37232      Branch: perl
37233            ! makedef.pl
37234 ____________________________________________________________________________
37235 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
37236         Log: Integrate change #12511; fix gross win32 build issues.
37237      Branch: perl
37238           !> makedef.pl sv.c
37239 ____________________________________________________________________________
37240 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
37241         Log: Unpack in scalar context should return the first value
37242              returned in list context, as pointed out by Ton Hospel
37243              in 2001-05-21 (this is how it works already in blead,
37244              just adding the test).
37245      Branch: perl
37246            ! t/op/pack.t
37247 ____________________________________________________________________________
37248 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
37249         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
37250              From: "Craig A. Berry" <craigberry@mac.com>
37251              Date: Fri, 19 Oct 2001 16:59:30 -0500
37252              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
37253      Branch: perl
37254            ! utils/perldoc.PL
37255 ____________________________________________________________________________
37256 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
37257         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
37258              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37259              Date: Fri, 19 Oct 2001 17:45:23 EDT
37260              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
37261      Branch: perl
37262            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
37263            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
37264            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
37265            ! vms/vmsish.h
37266 ____________________________________________________________________________
37267 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
37268         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
37269              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37270              Date: Fri, 19 Oct 2001 17:26:35 EDT
37271              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
37272      Branch: perl
37273            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
37274 ____________________________________________________________________________
37275 [ 12511] By: nick                                  on 2001/10/19  19:55:36
37276         Log: Fix gross win32 build issues
37277      Branch: perlio
37278            ! makedef.pl sv.c
37279 ____________________________________________________________________________
37280 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
37281         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
37282              From: David Dyck <dcd@tc.fluke.com>
37283              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
37284              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
37285      Branch: perl
37286            ! lib/File/Find.pm
37287 ____________________________________________________________________________
37288 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
37289         Log: Subject: Re: PerlIO and Encode
37290              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
37291              Date: Tue, 16 Oct 2001 01:50:16 +0900
37292              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
37293      Branch: perl
37294            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
37295            ! ext/Encode/Encode/Tcl.t
37296 ____________________________________________________________________________
37297 [ 12508] By: ams                                   on 2001/10/19  17:59:16
37298         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
37299              (See #12499)
37300      Branch: perl
37301            ! pod/perlintro.pod
37302 ____________________________________________________________________________
37303 [ 12507] By: nick                                  on 2001/10/19  16:30:43
37304         Log: Integrate mainline
37305      Branch: perlio
37306           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
37307           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
37308           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
37309           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
37310           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
37311           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
37312           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37313           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
37314           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
37315           +> win32/config_H.win64
37316            - lib/Test/Utils.pm lib/unicore/mktables.PL
37317            - t/lib/Test/Simple/Catch/More.pm
37318           !> (integrate 84 files)
37319 ____________________________________________________________________________
37320 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
37321         Log: Retract the #10451 which seems to be the cause
37322              of the major leakage from while(){eval"sub{}"}
37323      Branch: perl
37324            ! op.c t/run/kill_perl.t
37325 ____________________________________________________________________________
37326 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
37327         Log: Regen toc.
37328      Branch: perl
37329            ! pod/perltoc.pod
37330 ____________________________________________________________________________
37331 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
37332         Log: Tiny tweaks.
37333      Branch: perl
37334            ! pod/perl.pod
37335 ____________________________________________________________________________
37336 [ 12503] By: ams                                   on 2001/10/19  13:34:24
37337         Log: Subject: Re: perlintro.pod
37338              From: Abe Timmerman <abe@ztreet.demon.nl>
37339              Date: Fri, 19 Oct 2001 14:12:40 +0200
37340              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
37341      Branch: perl
37342            ! pod/perlintro.pod
37343 ____________________________________________________________________________
37344 [ 12502] By: ams                                   on 2001/10/19  13:24:12
37345         Log: Slight reorganisation of references.
37346      Branch: perl
37347            ! pod/perl.pod
37348 ____________________________________________________________________________
37349 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
37350         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
37351              From: Kay Röpke <kroepke@dolphin-services.de>
37352              Date: Fri, 19 Oct 2001 14:04:01 +0200 
37353              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
37354      Branch: perl
37355            ! lib/ExtUtils/MakeMaker.pm
37356 ____________________________________________________________________________
37357 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
37358         Log: Unicode categories continue:
37359              implement Category=, Script=, Block=
37360              (these are based on an upcoming update of TR#18)
37361              Fix a bug where we got two In categories named "old italic",
37362              and another where shortcut for the Is categories wasn't taken.
37363      Branch: perl
37364            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
37365            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
37366            ! pod/perlunicode.pod t/op/pat.t
37367 ____________________________________________________________________________
37368 [ 12499] By: ams                                   on 2001/10/19  01:42:29
37369         Log: Subject: a small patch to perlintro.pod.
37370              From: Autrijus Tang <autrijus@autrijus.org>
37371              Date: Fri, 19 Oct 2001 01:45:51 +0800
37372              Message-Id: <20011019014551.A35625@not.autrijus.org>
37373              (Applied by hand with nits.)
37374      Branch: perl
37375            ! pod/perlintro.pod
37376 ____________________________________________________________________________
37377 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
37378         Log: Subject: [PATCH] OpenBSD hints for ithreads
37379              From: Andy Dougherty <doughera@lafayette.edu>
37380              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
37381              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
37382      Branch: perl
37383            ! hints/openbsd.sh
37384 ____________________________________________________________________________
37385 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
37386         Log: Retract #12446; the problem solved by #12474.
37387      Branch: perl
37388            ! hints/aix.sh
37389 ____________________________________________________________________________
37390 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
37391         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
37392              message and suppress line number info (from Steve Hay
37393              <Steve.Hay@uk.radan.com>)
37394      Branch: maint-5.6/perl
37395            ! lib/Carp/Heavy.pm
37396 ____________________________________________________________________________
37397 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
37398         Log: More documented In categories.
37399      Branch: perl
37400            ! pod/perlunicode.pod
37401 ____________________________________________________________________________
37402 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
37403         Log: Update Changes.
37404      Branch: perl
37405            ! Changes patchlevel.h
37406 ____________________________________________________________________________
37407 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
37408         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
37409      Branch: perl
37410            ! MANIFEST
37411 ____________________________________________________________________________
37412 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
37413         Log: Wrong skip() arguments.
37414      Branch: perl
37415            ! ext/B/t/terse.t
37416 ____________________________________________________________________________
37417 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
37418         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
37419              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37420              Date: Wed, 17 Oct 2001 09:10:53 EDT 
37421              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
37422      Branch: perl
37423            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
37424            ! pod/perlapi.pod vms/vms.c
37425 ____________________________________________________________________________
37426 [ 12490] By: ams                                   on 2001/10/18  09:31:00
37427         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
37428              From: Mark-Jason Dominus <mjd@plover.com>
37429              Date: Thu, 18 Oct 2001 06:25:35 -0400
37430              Message-Id: <20011018102535.19264.qmail@plover.com>
37431      Branch: perl
37432            ! pod/perl.pod
37433 ____________________________________________________________________________
37434 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
37435         Log: Prettyprinting.
37436      Branch: perl
37437            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
37438 ____________________________________________________________________________
37439 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
37440         Log: Regen toc.
37441      Branch: perl
37442            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37443 ____________________________________________________________________________
37444 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
37445         Log: Add perlintro, from Skud.
37446      Branch: perl
37447            + pod/perlintro.pod
37448            ! MANIFEST
37449 ____________________________________________________________________________
37450 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
37451         Log: FAQ sync.
37452      Branch: perl
37453            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
37454            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
37455            ! pod/perlfaq8.pod pod/perlfaq9.pod
37456 ____________________________________________________________________________
37457 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
37458         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
37459              in speed (upto 20% speedup in certain operations) but meanwhile
37460              regexps and arithmetics got slower (5-10%) (according to
37461              perlbench average speedup is negligible, and within measuring
37462              flutter, 1%).  Therefore retracting all the changes
37463              aimed at getting -std1 to compile cleanly:  #12475, #12476,
37464              #12479, #12480, #12481, #12482, #12483, #12484.
37465      Branch: perl
37466            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
37467            ! pp_hot.c pp_sys.c toke.c
37468 ____________________________________________________________________________
37469 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
37470         Log: (retracted by #12485)
37471              Strict ANSI doesn't like the third argument of main()
37472              so enable ignoring it if using ultra picky compiler.
37473      Branch: perl
37474            ! miniperlmain.c
37475 ____________________________________________________________________________
37476 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
37477         Log: (retracted by #12485)
37478              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
37479      Branch: perl
37480            ! perl.h
37481 ____________________________________________________________________________
37482 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
37483         Log: (retracted by #12485)
37484              Add explanatory comment.
37485      Branch: perl
37486            ! mg.c
37487 ____________________________________________________________________________
37488 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
37489         Log: (retracted by #12485)
37490              More dollar$hiding.
37491      Branch: perl
37492            ! doio.c perl.h pp_sys.c
37493 ____________________________________________________________________________
37494 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
37495         Log: (retracted by #12485)
37496              KISS.
37497      Branch: perl
37498            ! mg.c
37499 ____________________________________________________________________________
37500 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
37501         Log: (retracted by #12485)
37502              Thou shalt not #ifdef inside macro invocations,
37503              noticed by Rafael Garcia-Suarez.
37504      Branch: perl
37505            ! mg.c
37506 ____________________________________________________________________________
37507 [ 12478] By: ams                                   on 2001/10/17  18:50:55
37508         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
37509              From: Anton Berezin <tobez@tobez.org>
37510              Date: Wed, 17 Oct 2001 18:25:48 +0200
37511              Message-Id: <20011017182548.A12082@heechee.tobez.org>
37512      Branch: perl
37513            ! pp_sys.c
37514 ____________________________________________________________________________
37515 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
37516         Log: (retracted by #12485)
37517              Unterminated #ifdef.
37518      Branch: perl
37519            ! mg.c
37520 ____________________________________________________________________________
37521 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
37522         Log: (retracted by #12485)
37523              Avoid dollar signs in identifiers (in non-VMS) to
37524              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
37525      Branch: perl
37526            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
37527            ! toke.c
37528 ____________________________________________________________________________
37529 [ 12474] By: ams                                   on 2001/10/17  15:14:50
37530         Log: Subject: Two AIX patches
37531              From: H.Merijn Brand <h.m.brand@hccnet.nl>
37532              Date: Wed, 17 Oct 2001 18:04:35 +0200
37533              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
37534      Branch: perl
37535            ! hints/aix.sh makedef.pl
37536 ____________________________________________________________________________
37537 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
37538         Log: Limiting the Time::HiRes::sleep and usleep to
37539              one second is not a good policy if drop-in
37540              replacement is still a goal.
37541      Branch: perl
37542            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
37543            ! ext/Time/HiRes/HiRes.xs
37544 ____________________________________________________________________________
37545 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
37546         Log: Subject: [PATCH] Test::Simple 0.32
37547              From: Michael G Schwern <schwern@pobox.com> 
37548              Date: Wed, 17 Oct 2001 03:42:41 -0400
37549              Message-ID: <20011017034241.A25038@blackrider>
37550      Branch: perl
37551            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
37552            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
37553            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
37554            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
37555            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
37556            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
37557            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
37558            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
37559            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
37560            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
37561            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
37562            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
37563            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
37564            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
37565            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
37566            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
37567            ! t/lib/Test/Simple/Catch.pm
37568            ! t/lib/Test/Simple/sample_tests/five_fail.plx
37569 ____________________________________________________________________________
37570 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
37571         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
37572              From: Michael G Schwern <schwern@pobox.com> 
37573              Date: Wed, 17 Oct 2001 04:04:13 -0400
37574              Message-ID: <20011017040413.C25550@blackrider>
37575      Branch: perl
37576            ! t/TEST t/harness vms/test.com
37577 ____________________________________________________________________________
37578 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
37579         Log: Regen doc with perlmodstyle added.
37580      Branch: perl
37581            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37582 ____________________________________________________________________________
37583 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
37584         Log: Pod cleanup.
37585      Branch: perl
37586            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
37587 ____________________________________________________________________________
37588 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
37589         Log: Subject: perlmodstyle as a patch
37590              From: Kirrily Robert <skud@infotrope.net>
37591              Date: Tue, 16 Oct 2001 22:47:23 -0400
37592              Message-ID: <20011016224723.A20673@infotrope.net>
37593      Branch: perl
37594            + pod/perlmodstyle.pod
37595            ! MANIFEST
37596 ____________________________________________________________________________
37597 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
37598         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
37599              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
37600              Date: Thu, 6 Sep 2001 11:09:40 +0100
37601              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
37602              
37603              Mention also the develooper p5p archive.
37604      Branch: perl
37605            ! pod/perlhack.pod
37606 ____________________________________________________________________________
37607 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
37608         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
37609              From: Kay Röpke <kroepke@dolphin-services.de>
37610              Date: Tue, 16 Oct 2001 17:23:52 +0200
37611              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
37612      Branch: perl
37613            ! lib/ExtUtils/MakeMaker.pm
37614 ____________________________________________________________________________
37615 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
37616         Log: Add the special casing mappings (from SpecCase.txt)
37617              (except for the hyper special case mappings that have
37618              the condition list); the special casing mappings are
37619              unused for now.  Small tidying up on mktables.
37620      Branch: perl
37621            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
37622            + lib/unicore/To/SpecUpper.pl
37623            ! lib/unicore/mktables
37624 ____________________________________________________________________________
37625 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
37626         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
37627              From: "David H. Adler" <dha@panix.com>       
37628              Date: Tue, 16 Oct 2001 11:59:35 -0400
37629              Message-ID: <20011016115935.A13078@panix.com>
37630              
37631              Subject: [ PATCH ] perldata patch, revised
37632              From: "David H. Adler" <dha@panix.com>     
37633              Date: Tue, 16 Oct 2001 18:26:49 -0400
37634              Message-ID: <20011016182649.C23970@panix.com>
37635      Branch: perl
37636            ! pod/perldata.pod pod/perlop.pod
37637 ____________________________________________________________________________
37638 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
37639         Log: Integrate perlio:
37640              
37641              [ 12462]
37642              PerlIOXxxx_dups for all but Win32
37643              
37644              [ 12461]
37645              Implement PerlIOStdio_dup (explains core dumps - dup
37646              was not setting up a FILE * to be fclosed()).
37647              
37648              [ 12460]
37649              When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
37650              overflow.
37651              
37652              [ 12456]
37653              Builds under ithreads (but fails all threads tests)
37654              
37655              [ 12451]
37656              Skeleton of "PerlIO_dup" coded.
37657              Still-passes all tests non-threaded (well it would wouldn't it!)
37658              
37659              [ 12447]
37660              Beginings of PerlIO_dup support (unstable)
37661              
37662              [ 11615]
37663              Avoid testing for (non-)existance of "encoding(xxxx)"
37664              layer is called "encoding" the (xxxx) is an argument.
37665      Branch: perl
37666           !> embed.h embed.pl ext/Encode/Encode.xs
37667           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
37668           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
37669           !> win32/win32io.c
37670 ____________________________________________________________________________
37671 [ 12462] By: nick                                  on 2001/10/16  19:11:30
37672         Log: PerlIOXxxx_dups for all but Win32
37673      Branch: perlio
37674            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
37675            ! ext/PerlIO/Via/Via.xs
37676 ____________________________________________________________________________
37677 [ 12461] By: nick                                  on 2001/10/16  18:28:48
37678         Log: Implement PerlIOStdio_dup (explains core dumps - dup
37679              was not setting up a FILE * to be fclosed()).
37680      Branch: perlio
37681            ! perlio.c
37682 ____________________________________________________________________________
37683 [ 12460] By: nick                                  on 2001/10/16  17:31:47
37684         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
37685              overflow.
37686      Branch: perlio
37687            ! perlio.c
37688 ____________________________________________________________________________
37689 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
37690         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
37691              From: "Craig A. Berry" <craigberry@mac.com>
37692              Date: Tue, 16 Oct 2001 13:08:38 -0500
37693              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
37694      Branch: perl
37695            ! configure.com
37696 ____________________________________________________________________________
37697 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
37698         Log: Can't expect too much accuracy from a sleep of one second.
37699              (I think this will also fail with high load.)
37700      Branch: perl
37701            ! ext/Time/HiRes/HiRes.t
37702 ____________________________________________________________________________
37703 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
37704         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
37705              From: "Werner, Randolf" <randolf.werner@sap.com>
37706              Date: Tue, 16 Oct 2001 18:33:02 +0200
37707              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
37708      Branch: perl
37709            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
37710            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
37711 ____________________________________________________________________________
37712 [ 12456] By: nick                                  on 2001/10/16  14:08:16
37713         Log: Builds under ithreads (but fails all threads tests)
37714      Branch: perlio
37715            ! hv.c perlio.c sv.c
37716 ____________________________________________________________________________
37717 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
37718         Log: I think the Perl_sortsv needs *not* be skipped?
37719      Branch: perl
37720            ! makedef.pl
37721 ____________________________________________________________________________
37722 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
37723         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
37724              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
37725              Date: Tue, 16 Oct 2001 15:32:44 +0200
37726              Message-ID: <3BCC531C.11494.3E433F@localhost>
37727      Branch: perl
37728            ! t/op/groups.t
37729 ____________________________________________________________________________
37730 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
37731         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
37732              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
37733              Date: Tue, 16 Oct 2001 15:01:04 +0200
37734              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
37735      Branch: perl
37736            ! t/io/fs.t
37737 ____________________________________________________________________________
37738 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
37739         Log: A forgotten deletion.
37740      Branch: perl
37741            - lib/unicore/mktables.PL
37742 ____________________________________________________________________________
37743 [ 12451] By: nick                                  on 2001/10/16  11:32:48
37744         Log: Skeleton of "PerlIO_dup" coded.
37745              Still-passes all tests non-threaded (well it would wouldn't it!)
37746      Branch: perlio
37747            ! embed.h embed.pl ext/Encode/Encode.xs
37748            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
37749            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
37750            ! win32/win32io.c
37751 ____________________________________________________________________________
37752 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
37753         Log: Document the problem with the swash_fetch() API that affects
37754              more complex case conversions.
37755      Branch: perl
37756            ! lib/utf8_heavy.pl utf8.c
37757 ____________________________________________________________________________
37758 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
37759         Log: Make Time::HiRes::sleep() and usleep() to return
37760              the number of seconds (a floating point value) and 
37761              microseconds (an integer) actually slept (well,
37762              modulo the time spent in measuring the time actually
37763              slept...), to be a better drop-in replacement for
37764              the builtin sleep().  Noticed by Chris Nandor.
37765              
37766              Also make usleep() to croak if fed illegal number
37767              of useconds (anything greater than 1_000_000).
37768      Branch: perl
37769            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
37770            ! ext/Time/HiRes/HiRes.xs
37771 ____________________________________________________________________________
37772 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
37773         Log: A missing SvREFCNT_dec.
37774      Branch: perl
37775            ! perl.c
37776 ____________________________________________________________________________
37777 [ 12447] By: nick                                  on 2001/10/15  20:27:53
37778         Log: Beginings of PerlIO_dup support (unstable)
37779      Branch: perlio
37780            ! perlio.c perliol.h
37781 ____________________________________________________________________________
37782 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
37783         Log: (retracted by #12497)
37784              In AIX vac 5 just can't seem to get regcomp right.
37785      Branch: perl
37786            ! hints/aix.sh
37787 ____________________________________________________________________________
37788 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
37789         Log: Bump the version number to agree with the maintperl one.
37790      Branch: perl
37791            ! lib/Tie/RefHash.pm
37792 ____________________________________________________________________________
37793 [ 12444] By: nick                                  on 2001/10/15  15:59:57
37794         Log: Integrate mainline
37795      Branch: perlio
37796           +> lib/Math/BigInt/t/Math/Subclass.pm
37797           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
37798           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
37799           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
37800           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
37801           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
37802           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
37803           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
37804           +> lib/unicore/mktables
37805            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
37806            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
37807            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
37808            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
37809            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
37810            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
37811            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
37812            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
37813            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
37814            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
37815            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
37816            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
37817            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
37818            - lib/unicore/syllables.txt
37819           !> (integrate 344 files)
37820 ____________________________________________________________________________
37821 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
37822         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
37823      Branch: perl
37824            ! ext/DB_File/DB_File.xs
37825 ____________________________________________________________________________
37826 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
37827         Log: Sync the skip() amounts with the number of tests.
37828      Branch: perl
37829            ! lib/Term/Complete.t
37830 ____________________________________________________________________________
37831 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
37832         Log: Update Changes.
37833      Branch: perl
37834            ! Changes patchlevel.h
37835 ____________________________________________________________________________
37836 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
37837         Log: MacOS Classic catdir() rewrite from Thomas Wegner
37838              (backward incompatibility, but a deliberate one,
37839              the old version simply is broken in its logic),
37840              also documentation updates, and as suggested replicated
37841              the File::Spec::Unix documentation updates also on the
37842              File::Spec documentation.
37843              
37844              TODO: there seems to be duplication of documentation
37845              between File::Spec and File::Spec::Unix.  I think
37846              the ::Unix should be left only with specific UNIXisms,
37847              and all the generic documentation should be in ::Spec.
37848      Branch: perl
37849            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
37850            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
37851            ! lib/File/Spec/Unix.pm
37852 ____________________________________________________________________________
37853 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
37854         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
37855              From: Blair Zajac <blair@orcaware.com>
37856              Date: Mon, 24 Sep 2001 11:48:58 -0700
37857              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
37858              
37859              (the skip() messages)
37860      Branch: perl
37861            ! t/op/magic.t
37862 ____________________________________________________________________________
37863 [ 12438] By: ams                                   on 2001/10/14  23:43:59
37864         Log: Subject: [PATCH] make PerlIO default on VMS
37865              From: "Craig A. Berry" <craigberry@mac.com>
37866              Date: Sun, 14 Oct 2001 15:27:18 -0500
37867              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
37868      Branch: perl
37869            ! configure.com
37870 ____________________________________________________________________________
37871 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
37872         Log: Retract #12436 (Abhijit already did this at #12426)
37873      Branch: perl
37874            ! lib/ExtUtils/MM_Unix.pm
37875 ____________________________________________________________________________
37876 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
37877         Log: (retracted by #12437)
37878              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
37879              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
37880              Date: Sat, 13 Oct 2001 20:33:55 +0200
37881              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
37882      Branch: perl
37883            ! lib/ExtUtils/MM_Unix.pm
37884 ____________________________________________________________________________
37885 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
37886         Log: Subject: h2xs grammar nit
37887              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37888              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
37889              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
37890      Branch: perl
37891            ! utils/h2xs.PL
37892 ____________________________________________________________________________
37893 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
37894         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
37895              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
37896              Date: Sun, 14 Oct 2001 11:25:08 +0100
37897              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
37898      Branch: perl
37899            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
37900            ! warnings.pl
37901 ____________________________________________________________________________
37902 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
37903         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
37904              for File::Spec::Mac::catfile)
37905      Branch: perl
37906            ! lib/h2xs.t
37907 ____________________________________________________________________________
37908 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
37909         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
37910              From: Nicholas Clark <nick@ccl4.org>
37911              Date: Sat, 13 Oct 2001 00:07:31 +0100
37912              Message-ID: <20011013000731.D67535@plum.flirble.org>
37913      Branch: perl
37914            ! lib/h2xs.t utils/h2xs.PL
37915 ____________________________________________________________________________
37916 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
37917         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
37918              before DEFINE and INC), and repent by taking DEFINE and
37919              INC away from PASTHRU.
37920      Branch: perl
37921            ! lib/ExtUtils/MM_Unix.pm
37922 ____________________________________________________________________________
37923 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
37924         Log: More MANIFEST anomalies.
37925      Branch: perl
37926            ! MANIFEST
37927 ____________________________________________________________________________
37928 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
37929         Log: Not that many.
37930      Branch: perl
37931            ! MANIFEST
37932 ____________________________________________________________________________
37933 [ 12428] By: sky                                   on 2001/10/13  20:59:27
37934         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
37935              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37936              Date: Sat, 13 Oct 2001 23:15:55 +0200
37937              Message-ID: <20011013231555.A18071@rafael>
37938      Branch: perl
37939            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
37940            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
37941 ____________________________________________________________________________
37942 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
37943         Log: Rewrite mktables from scratch.
37944              - Cleaner.
37945              - Faster: 15-20 seconds as opposed to several minutes.
37946              - More dynamic: the names of the various categories
37947              such as the linebreak ones are dynamic, not static.
37948              - Is.pl: long names for the general category properties
37949              are now available.
37950              - Ranges (<... ,First>, <..., Last>) from the general
37951              categories work now.
37952              - No more mktables.PL because the mktables.PL is not
37953              and never has been run to create a mktables.
37954              - syllables.txt and Is/Syl*.pl removed: non-standard
37955              (not part of the Unicode), and the whole concept is
37956              being reworked (http://syllabary.sourceforge.net/),
37957              the old way wouldn't even work with the new Syllables.txt
37958              (it would result in 1000+ new categories)
37959      Branch: perl
37960            + lib/unicore/In/163.pl lib/unicore/In/164.pl
37961            + lib/unicore/In/165.pl lib/unicore/In/166.pl
37962            + lib/unicore/In/167.pl lib/unicore/In/168.pl
37963            + lib/unicore/In/169.pl lib/unicore/In/170.pl
37964            + lib/unicore/In/171.pl lib/unicore/Is.pl
37965            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
37966            + lib/unicore/mktables
37967            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
37968            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
37969            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
37970            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
37971            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
37972            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
37973            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
37974            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
37975            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
37976            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
37977            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
37978            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
37979            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
37980            - lib/unicore/syllables.txt
37981            ! (edit 304 files)
37982 ____________________________________________________________________________
37983 [ 12426] By: ams                                   on 2001/10/13  18:05:36
37984         Log: ExtUtils::MM_Unix should ignore comments when searching for
37985              $VERSION.
37986      Branch: perl
37987            ! lib/ExtUtils/MM_Unix.pm
37988 ____________________________________________________________________________
37989 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
37990         Log: Subject: Re: New module XML::Clean
37991              From: andreas.koenig@anima.de (Andreas J. Koenig)
37992              Date: 13 Oct 2001 10:17:09 +0200
37993              Message-ID: <m37ku0t0my.fsf@anima.de>
37994      Branch: perl
37995            ! pod/perlnewmod.pod
37996 ____________________________________________________________________________
37997 [ 12424] By: sky                                   on 2001/10/13  09:39:59
37998         Log: Set thread stack size if needed.
37999      Branch: perl
38000            ! ext/threads/threads.xs
38001 ____________________________________________________________________________
38002 [ 12423] By: sky                                   on 2001/10/13  09:36:49
38003         Log: We do want to set the attribute to joinable even on modern posix
38004              platforms.
38005      Branch: perl
38006            ! ext/threads/threads.xs
38007 ____________________________________________________________________________
38008 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
38009         Log: Subject: [PATCH ext/Data/Dumper.xs]
38010              From: Brian Ingerson <ingy@ttul.org>
38011              Date: Fri, 12 Oct 2001 19:32:35 -0700
38012              Message-ID: <20011012193235.B889@ttul.org>
38013      Branch: perl
38014            ! ext/Data/Dumper/Dumper.xs
38015 ____________________________________________________________________________
38016 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
38017         Log: Update Changes.
38018      Branch: perl
38019            ! Changes patchlevel.h
38020 ____________________________________________________________________________
38021 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
38022         Log: FAQ sync.
38023      Branch: perl
38024            ! pod/perlfaq3.pod pod/perlfaq4.pod
38025 ____________________________________________________________________________
38026 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
38027         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
38028              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
38029              Date: Fri, 12 Oct 2001 11:51:05 -0700
38030              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
38031      Branch: perl
38032            ! lib/File/Copy.pm
38033 ____________________________________________________________________________
38034 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
38035         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
38036              From: "chromatic" <chromatic@rmci.net>     
38037              Date: Thu, 11 Oct 2001 10:57:55 -0600
38038              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
38039              
38040              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
38041              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38042              Date: Thu, 11 Oct 2001 22:34:21 +0200
38043              Message-ID: <20011011223421.A693@rafael>     
38044              
38045              plus undef $Term::Complete::stty as suggested by Rafael.
38046      Branch: perl
38047            ! lib/Term/Complete.pm lib/Term/Complete.t
38048 ____________________________________________________________________________
38049 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
38050         Log: UUnndduupplleexx..
38051      Branch: perl
38052            ! perl.h
38053 ____________________________________________________________________________
38054 [ 12416] By: sky                                   on 2001/10/12  20:16:19
38055         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
38056              From: Andy Dougherty <doughera@lafayette.edu>
38057              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
38058              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
38059              (Potentially only band-aid)
38060      Branch: perl
38061            ! sv.c
38062 ____________________________________________________________________________
38063 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
38064         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
38065              mishandles kill(), and therefore the sigaction test
38066              should be skipped, from Charles Lane.
38067      Branch: perl
38068            ! ext/POSIX/t/sigaction.t
38069 ____________________________________________________________________________
38070 [ 12414] By: sky                                   on 2001/10/12  18:47:49
38071         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
38072      Branch: perl
38073            ! op.h
38074 ____________________________________________________________________________
38075 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
38076         Log: Upgrade to Math::BigInt 1.44 from Tels and
38077              further fixes from John Peacock.
38078      Branch: perl
38079            + lib/Math/BigInt/t/Math/Subclass.pm
38080            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
38081            + lib/Math/BigInt/t/subclass.t
38082            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
38083            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
38084            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
38085            ! lib/Math/BigInt/t/mbimbf.t
38086 ____________________________________________________________________________
38087 [ 12412] By: sky                                   on 2001/10/12  18:28:23
38088         Log: perhaps pthread_attr_t really needs to be set for the old api
38089      Branch: perl
38090            ! ext/threads/threads.xs
38091 ____________________________________________________________________________
38092 [ 12411] By: sky                                   on 2001/10/12  18:11:45
38093         Log: pthread_keycreate not pthread_key_create under the here be dragons API
38094      Branch: perl
38095            ! ext/threads/threads.h
38096 ____________________________________________________________________________
38097 [ 12410] By: sky                                   on 2001/10/12  18:07:37
38098         Log: Apperently OLD PTHREADS API is a bit retarded.
38099              This should fix another set of compile failures in HP-UX 10.20.
38100      Branch: perl
38101            ! ext/threads/threads.h ext/threads/threads.xs
38102 ____________________________________________________________________________
38103 [ 12409] By: nick                                  on 2001/10/12  15:30:01
38104         Log: Blind integrate of mainline
38105      Branch: perlio
38106           +> (branch 32 files)
38107            - lib/unicode/README
38108           !> (integrate 121 files)
38109 ____________________________________________________________________________
38110 [ 12408] By: sky                                   on 2001/10/12  14:55:08
38111         Log: Let us avoid being smart for now.
38112      Branch: perl
38113            ! ext/threads/threads.h
38114 ____________________________________________________________________________
38115 [ 12407] By: sky                                   on 2001/10/12  14:38:12
38116         Log: (void*) the argument to make sure we work with picky compilers
38117      Branch: perl
38118            ! ext/threads/threads.xs
38119 ____________________________________________________________________________
38120 [ 12406] By: ams                                   on 2001/10/12  13:26:04
38121         Log: (replaced with #12600)
38122              
38123              Subject: [PATCH 5.6.1 perldoc] use File::Temp
38124              From: Mikhail Zabaluev <mhz@alt-linux.org>
38125              Date: Fri, 12 Oct 2001 12:47:47 +0400
38126              Message-Id: <20011012124747.E13918@localhost.localdomain>
38127      Branch: perl
38128            ! utils/perldoc.PL
38129 ____________________________________________________________________________
38130 [ 12405] By: ams                                   on 2001/10/12  13:05:32
38131         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
38132              From: andreas.koenig@anima.de (Andreas J. Koenig)
38133              Date: 12 Oct 2001 11:12:07 +0200
38134              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
38135      Branch: perl
38136            ! lib/Memoize/t/speed.t
38137 ____________________________________________________________________________
38138 [ 12404] By: sky                                   on 2001/10/12  12:46:15
38139         Log: A) Support OLD_PTHREADS_API
38140              B) Change from using pthread_t to using a TLS to store the
38141              index of the thread in an hash, this is to avoid problems when
38142              in fact pthread_t was not a seralizable type.
38143              Both these changes are because of HP-UX 10.20
38144              This has not been tested on win32 but should work there.
38145              Need to add support for NetWare.
38146      Branch: perl
38147            ! ext/threads/threads.h ext/threads/threads.xs
38148 ____________________________________________________________________________
38149 [ 12403] By: ams                                   on 2001/10/12  07:34:19
38150         Log: Subject: Re: New module XML::Clean
38151              From: andreas.koenig@anima.de (Andreas J. Koenig)
38152              Date: 12 Oct 2001 10:20:35 +0200
38153              Message-Id: <m3elo9uv58.fsf@anima.de>
38154      Branch: perl
38155            ! pod/perlnewmod.pod
38156 ____________________________________________________________________________
38157 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
38158         Log: More HP model tweaks from Merijn.
38159      Branch: perl
38160            ! README.hpux
38161 ____________________________________________________________________________
38162 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
38163         Log: Update Changes.
38164      Branch: perl
38165            ! Changes patchlevel.h
38166 ____________________________________________________________________________
38167 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
38168         Log: HP-UX update from H.Merijn Brand.
38169      Branch: perl
38170            ! README.hpux
38171 ____________________________________________________________________________
38172 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
38173         Log: Subject: [PATCH] fix link rot in README.vms
38174              From: "Craig A. Berry" <craigberry@mac.com>
38175              Date: Wed, 10 Oct 2001 17:17:00 -0500
38176              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
38177      Branch: perl
38178            ! README.vms
38179 ____________________________________________________________________________
38180 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
38181         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
38182              From: "chromatic" <chromatic@rmci.net>
38183              Date: Wed, 10 Oct 2001 15:50:30 -0600
38184              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
38185      Branch: perl
38186            ! lib/Term/Complete.t
38187 ____________________________________________________________________________
38188 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
38189         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
38190              From: "chromatic" <chromatic@rmci.net>
38191              Date: Wed, 10 Oct 2001 15:45:42 -0600
38192              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
38193      Branch: perl
38194            + lib/ExtUtils/Packlist.t
38195            ! MANIFEST
38196 ____________________________________________________________________________
38197 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
38198         Log: VMS needs quotes around the -I option to keep it from
38199              being downcased, from Charles Lane.
38200      Branch: perl
38201            ! t/run/kill_perl.t
38202 ____________________________________________________________________________
38203 [ 12395] By: ams                                   on 2001/10/10  16:22:32
38204         Log: Subject: [PATCH lib/FindBin.pm]
38205              From: Stas Bekman <stas@stason.org>
38206              Date: Tue, 09 Oct 2001 23:57:10 +0800
38207              Message-Id: <3BC31E56.60805@stason.org>
38208      Branch: perl
38209            ! lib/FindBin.pm
38210 ____________________________________________________________________________
38211 [ 12394] By: ams                                   on 2001/10/10  16:09:53
38212         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
38213              From: Abhijit Menon-Sen <ams@wiw.org>
38214              Date: Wed, 10 Oct 2001 21:59:33 +0530
38215              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
38216      Branch: perl
38217            ! ext/Data/Dumper/Dumper.xs
38218 ____________________________________________________________________________
38219 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
38220         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
38221              from Charles Lane.
38222      Branch: perl
38223            ! lib/File/Spec/VMS.pm
38224 ____________________________________________________________________________
38225 [ 12392] By: ams                                   on 2001/10/10  14:49:43
38226         Log: Subject: [PATCH] two s/// bugfixes
38227              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38228              Date: Wed, 10 Oct 2001 17:23:44 +0200
38229              Message-Id: <20011010172344.C22440@rafael>
38230      Branch: perl
38231            ! pp_ctl.c regexec.c t/op/subst.t
38232 ____________________________________________________________________________
38233 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
38234         Log: Fix/improve handling of the [000000] special "root"
38235              directory, by putting cwd in canonical form when doing
38236              abs2rel, and prepending a 000000 to directory "chunks"
38237              if missing from base or path.  Also adjust test to
38238              reflect the (improved) output from abs2rel.
38239              From Charles Lane.
38240      Branch: perl
38241            ! lib/File/Spec.t lib/File/Spec/VMS.pm
38242 ____________________________________________________________________________
38243 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
38244         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
38245              all of the extra VMSish attributes (such as "treat this logical
38246              as a device name") that are necessary to make programs run.
38247              A tainted %ENV does not hinder VMS.  From Charles Lane.
38248      Branch: perl
38249            ! lib/File/Find/t/taint.t
38250 ____________________________________________________________________________
38251 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
38252         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
38253              
38254              o  VMS is case-insensitive, RTL downcases filenames read
38255              by perl... so need to re-upcase filenames like MANIFEST
38256              and MANIFEST.SKIP
38257              
38258              o  Need to convert VMS-style to Unix-style filenames when comparing
38259              names in MANIFEST to names in filesystem.
38260              
38261              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
38262              since VMS won't let you (easily) delete non-empty directories.
38263              
38264              From Charles Lane.
38265      Branch: perl
38266            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
38267 ____________________________________________________________________________
38268 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
38269         Log: Unix and VMS agree on "*" as a "match any number of any chars"
38270              wildcards, but differ ("?"  vs.  "%") for their "match any single
38271              char" wildcard.  This patch changes "?"  chars to "%" before doing a
38272              VMS glob...at no loss of functionality, since "?"  isn't a valid
38273              filename char on VMS.  From Charles Lane.
38274      Branch: perl
38275            ! doio.c
38276 ____________________________________________________________________________
38277 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
38278         Log: (accidentally empty submit; new life as #12390)
38279      Branch: perl
38280            ! lib/File/Find/t/taint.t
38281 ____________________________________________________________________________
38282 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
38283         Log: Even more VMS tweakage from Charles Lane:
38284              
38285              Tweak #1:  splitdir only works on directory part of filespec,
38286              split off volume first
38287              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
38288              (it's a horrible kludge in the run-time library,
38289              improved in later versions). Check the
38290              $Config{'d_setenv'} flag before attempting to set it.
38291      Branch: perl
38292            ! t/op/chdir.t
38293 ____________________________________________________________________________
38294 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
38295         Log: VMS tweakage from Charles Lane.
38296              
38297              . command.com doubles an output line when prompting for extensions
38298              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
38299              . perl5db doesn't clean up after itself
38300      Branch: perl
38301            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
38302 ____________________________________________________________________________
38303 [ 12384] By: sky                                   on 2001/10/09  19:16:11
38304         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
38305              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38306              Date: Tue, 9 Oct 2001 22:10:26 +0200
38307              Message-ID: <20011009221026.A8579@rafael>
38308      Branch: perl
38309            ! pod/perldata.pod
38310 ____________________________________________________________________________
38311 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
38312         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
38313              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
38314              Date: 9 Oct 2001 15:15:06 -0000
38315              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
38316      Branch: perl
38317            ! t/op/subst.t
38318 ____________________________________________________________________________
38319 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
38320         Log: Update Changes.
38321      Branch: perl
38322            ! Changes patchlevel.h
38323 ____________________________________________________________________________
38324 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
38325         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
38326              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
38327              when a NULL is passed for the filename string pointer.
38328              From Charles Lane.
38329      Branch: perl
38330            ! vms/vms.c
38331 ____________________________________________________________________________
38332 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
38333         Log: Subject: HP systems update
38334              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38335              Date: Tue, 09 Oct 2001 15:59:22 +0200
38336              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
38337      Branch: perl
38338            ! README.hpux
38339 ____________________________________________________________________________
38340 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
38341         Log: CPAN::Nox does now have a test.
38342      Branch: perl
38343            ! t/lib/1_compile.t
38344 ____________________________________________________________________________
38345 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
38346         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
38347              From: David Dyck <dcd@tc.fluke.com>
38348              Date: Mon, 1 Oct 2001 12:17:36 -0700
38349              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
38350      Branch: perl
38351            ! installperl
38352 ____________________________________________________________________________
38353 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
38354         Log: NetWare update from Ananth Kesari.
38355      Branch: perl
38356            ! NetWare/nwperlsys.h makedef.pl
38357 ____________________________________________________________________________
38358 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
38359         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
38360              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38361              Date: Tue, 9 Oct 2001 08:40:57 EDT
38362              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
38363      Branch: perl
38364            ! lib/File/Find/t/find.t
38365 ____________________________________________________________________________
38366 [ 12374] By: ams                                   on 2001/10/09  05:31:45
38367         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
38368              ExtUtils::Mkbootstrap
38369              From: "chromatic" <chromatic@rmci.net>
38370              Date: Tue, 09 Oct 2001 00:08:37 -0600
38371              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
38372      Branch: perl
38373            + lib/ExtUtils/Mkbootstrap.t
38374            ! MANIFEST
38375 ____________________________________________________________________________
38376 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
38377         Log: Enable more debugging.
38378      Branch: perl
38379            ! lib/utf8_heavy.pl
38380 ____________________________________________________________________________
38381 [ 12372] By: ams                                   on 2001/10/09  02:11:59
38382         Log: #12370 forgot to modify is_gv_magical().
38383      Branch: perl
38384            ! gv.c
38385 ____________________________________________________________________________
38386 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
38387         Log: Make the toupper/lower/title API for Unicode not right
38388              but at least less wrong: prepare for the mapping being
38389              more than just one-character-to-one-character.
38390      Branch: perl
38391            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
38392            ! regexec.c utf8.c
38393 ____________________________________________________________________________
38394 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
38395         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
38396              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38397              Date: Mon, 8 Oct 2001 22:18:23 -0400
38398              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
38399      Branch: perl
38400            ! pod/perlvar.pod t/op/taint.t
38401 ____________________________________________________________________________
38402 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
38403         Log: FAQ sync.
38404      Branch: perl
38405            ! pod/perlfaq3.pod pod/perlfaq4.pod
38406 ____________________________________________________________________________
38407 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
38408         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
38409              From: "chromatic" <chromatic@rmci.net>
38410              Date: Mon, 08 Oct 2001 14:05:32 -0600
38411              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
38412      Branch: perl
38413            ! lib/Term/Cap.t
38414 ____________________________________________________________________________
38415 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
38416         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
38417              From: Michael G Schwern <schwern@pobox.com>
38418              Date: Mon, 8 Oct 2001 17:00:14 -0400
38419              Message-ID: <20011008170014.L17083@blackrider>
38420      Branch: perl
38421            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
38422 ____________________________________________________________________________
38423 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
38424         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
38425              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38426              Date: Mon, 8 Oct 2001 16:01:33 EDT
38427              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
38428      Branch: perl
38429            ! ext/Time/HiRes/HiRes.xs
38430 ____________________________________________________________________________
38431 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
38432         Log: Subject: [PATCH] Autosplit patch for VMS
38433              From: "Craig A. Berry" <craigberry@mac.com>
38434              Date: Mon, 08 Oct 2001 15:40:43 -0500
38435              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
38436      Branch: perl
38437            ! lib/AutoSplit.pm lib/AutoSplit.t
38438 ____________________________________________________________________________
38439 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
38440         Log: Don't assume that everybody is running OS X 10.1 yet;
38441              from Kay Röpke.
38442      Branch: perl
38443            ! hints/darwin.sh
38444 ____________________________________________________________________________
38445 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
38446         Log: Update Changes.
38447      Branch: perl
38448            ! Changes patchlevel.h
38449 ____________________________________________________________________________
38450 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
38451         Log: Retract #12358 for now.
38452      Branch: perl
38453            ! lib/Term/Cap.t
38454 ____________________________________________________________________________
38455 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
38456         Log: Can't figure out what this is testing.
38457              (If it is trying to catch SIGKILL, it should stop
38458              trying because that is by definition impossible.)
38459      Branch: perl
38460            ! lib/sigtrap.t
38461 ____________________________________________________________________________
38462 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
38463         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
38464              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
38465              Date: Sun, 30 Sep 2001 21:15:13 +0200
38466              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
38467      Branch: perl
38468            ! lib/ExtUtils/MM_Win32.pm
38469 ____________________________________________________________________________
38470 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
38471         Log: Clarify the ldlibpth part and condense the overall text.
38472      Branch: perl
38473            ! t/TEST
38474 ____________________________________________________________________________
38475 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
38476         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
38477              From: "chromatic" <chromatic@rmci.net>
38478              Date: Sun, 07 Oct 2001 16:59:26 -0600
38479              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
38480      Branch: perl
38481            ! lib/Term/Cap.t
38482 ____________________________________________________________________________
38483 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
38484         Log: Update the list because fo #12265.
38485      Branch: perl
38486            ! t/lib/1_compile.t
38487 ____________________________________________________________________________
38488 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
38489         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
38490              From: Nicholas Clark <nick@ccl4.org>
38491              Date: Sun, 7 Oct 2001 20:53:33 +0100
38492              Message-ID: <20011007205333.S38756@plum.flirble.org>   
38493      Branch: perl
38494            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
38495            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
38496            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
38497            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
38498            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
38499            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
38500            ! lib/Switch/t/switch.t lib/Term/Complete.t
38501            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
38502            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
38503            ! t/op/my_stash.t
38504 ____________________________________________________________________________
38505 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
38506         Log: Integrate patch #12350 from maintperl; typo in
38507              IO::Seekable doc.
38508      Branch: perl
38509           !> ext/IO/lib/IO/Seekable.pm
38510 ____________________________________________________________________________
38511 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
38512         Log: Detypo.
38513      Branch: perl
38514            ! hints/darwin.sh
38515 ____________________________________________________________________________
38516 [ 12353] By: sky                                   on 2001/10/07  17:16:14
38517         Log: Change 12349 didn't really get it right.
38518      Branch: perl
38519            ! lib/Unicode/README
38520 ____________________________________________________________________________
38521 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
38522         Log: If running the harness the dynamic library search path
38523              may need setting.
38524      Branch: perl
38525            ! t/TEST
38526 ____________________________________________________________________________
38527 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
38528         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
38529              in ldflags.
38530      Branch: perl
38531            ! hints/darwin.sh
38532 ____________________________________________________________________________
38533 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
38534         Log: typo in IO::Seekable doc
38535      Branch: maint-5.6/perl
38536            ! ext/IO/lib/IO/Seekable.pm
38537 ____________________________________________________________________________
38538 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
38539         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
38540              doesn't work on Mac OS X 10.1 (when unpacking the tar the
38541              latter gets renamed as lib/unicode:1, assumedly for security
38542              reasons not to overwrite stuff)
38543      Branch: perl
38544            + lib/Unicode/README
38545            - lib/unicode/README
38546            ! MANIFEST
38547 ____________________________________________________________________________
38548 [ 12348] By: ams                                   on 2001/10/07  05:33:40
38549         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
38550              From: "chromatic" <chromatic@rmci.net>
38551              Date: Sat, 06 Oct 2001 21:42:03 -0600
38552              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
38553      Branch: perl
38554            + lib/CPAN/t/Nox.t
38555            ! MANIFEST
38556 ____________________________________________________________________________
38557 [ 12347] By: ams                                   on 2001/10/07  00:48:10
38558         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
38559              From: "chromatic" <chromatic@rmci.net>
38560              Date: Sat, 06 Oct 2001 18:52:10 -0600
38561              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
38562      Branch: perl
38563            + lib/sigtrap.t
38564            ! MANIFEST
38565 ____________________________________________________________________________
38566 [ 12346] By: ams                                   on 2001/10/06  23:14:01
38567         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
38568              h2xs write?)
38569              From: Nicholas Clark <nick@ccl4.org>
38570              Date: Sat, 6 Oct 2001 21:46:43 +0100
38571              Message-Id: <20011006214643.L38756@plum.flirble.org>
38572      Branch: perl
38573            ! utils/h2xs.PL
38574 ____________________________________________________________________________
38575 [ 12345] By: ams                                   on 2001/10/06  17:39:53
38576         Log: Subject: [PATCH] Memoize tests
38577              From: Nicholas Clark <nick@ccl4.org>
38578              Date: Sat, 6 Oct 2001 18:04:21 +0100
38579              Message-Id: <20011006180421.J38756@plum.flirble.org>
38580      Branch: perl
38581            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
38582            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
38583            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
38584            ! lib/Memoize/t/expire_module_n.t
38585            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
38586            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
38587            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
38588            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
38589            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
38590            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
38591 ____________________________________________________________________________
38592 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
38593         Log: Retract the latter part of #12343.
38594      Branch: perl
38595            ! ext/IO/lib/IO/Socket/INET.pm
38596 ____________________________________________________________________________
38597 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
38598         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
38599              From: David Dyck <dcd@tc.fluke.com>
38600              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
38601              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
38602              
38603              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
38604              From: David Dyck <dcd@tc.fluke.com>
38605              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
38606              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
38607      Branch: perl
38608            ! ext/IO/lib/IO/Socket/INET.pm
38609 ____________________________________________________________________________
38610 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
38611         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
38612              From: Robin Barker <rmb1@cise.npl.co.uk>
38613              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
38614              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
38615      Branch: perl
38616            ! t/TEST
38617 ____________________________________________________________________________
38618 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
38619         Log: Don't assume that %x is good for displaying UVs.
38620      Branch: perl
38621            ! dump.c
38622 ____________________________________________________________________________
38623 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
38624         Log: Update Changes.
38625      Branch: perl
38626            ! Changes patchlevel.h
38627 ____________________________________________________________________________
38628 [ 12339] By: ams                                   on 2001/10/05  10:22:34
38629         Log: Subject: [PATCH] perlfunc/select
38630              From: Nicholas Clark <nick@ccl4.org>
38631              Date: Fri, 5 Oct 2001 11:33:58 +0100
38632              Message-Id: <20011005113358.Z38756@plum.flirble.org>
38633      Branch: perl
38634            ! pod/perlfunc.pod
38635 ____________________________________________________________________________
38636 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
38637         Log: Retract #12313 and #12249.
38638      Branch: perl
38639            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
38640            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
38641            ! pod/perlebcdic.pod
38642 ____________________________________________________________________________
38643 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
38644         Log: Subject: [PATCH] perlvms.pod update
38645              From: "Craig A. Berry" <craigberry@mac.com>
38646              Date: Thu, 04 Oct 2001 12:55:52 -0500
38647              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
38648      Branch: perl
38649            ! vms/perlvms.pod
38650 ____________________________________________________________________________
38651 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
38652         Log: Subject: PATCH: Tie::SubstrHash
38653              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
38654              Date: Thu, 04 Oct 2001 12:12:41 +0100
38655              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
38656      Branch: perl
38657            ! lib/Tie/SubstrHash.pm
38658 ____________________________________________________________________________
38659 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
38660         Log: Unicode properties saga continues.
38661      Branch: perl
38662            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
38663            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
38664 ____________________________________________________________________________
38665 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
38666         Log: Yet more Unicode properties.
38667      Branch: perl
38668            + lib/unicore/In/137.pl lib/unicore/In/138.pl
38669            + lib/unicore/In/139.pl lib/unicore/In/140.pl
38670            + lib/unicore/In/141.pl lib/unicore/In/142.pl
38671            + lib/unicore/In/143.pl lib/unicore/In/144.pl
38672            + lib/unicore/In/145.pl lib/unicore/In/146.pl
38673            + lib/unicore/In/147.pl lib/unicore/In/148.pl
38674            + lib/unicore/In/149.pl lib/unicore/In/150.pl
38675            + lib/unicore/In/151.pl lib/unicore/In/152.pl
38676            + lib/unicore/In/153.pl lib/unicore/In/154.pl
38677            + lib/unicore/In/155.pl lib/unicore/In/156.pl
38678            + lib/unicore/In/157.pl lib/unicore/In/158.pl
38679            + lib/unicore/In/159.pl lib/unicore/In/160.pl
38680            + lib/unicore/In/161.pl lib/unicore/In/162.pl
38681            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
38682            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
38683            ! pod/perlunicode.pod
38684 ____________________________________________________________________________
38685 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
38686         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
38687              From: "Craig A. Berry" <craigberry@mac.com>
38688              Date: Wed, 03 Oct 2001 17:45:25 -0500
38689              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
38690              
38691              (the lib/Term/Complete.t patched differently by #12332)
38692      Branch: perl
38693            ! lib/ExtUtils/Command.t
38694 ____________________________________________________________________________
38695 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
38696         Log: Restore only if something to restore.
38697      Branch: perl
38698            ! lib/Term/Complete.t
38699 ____________________________________________________________________________
38700 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
38701         Log: Update various resources for credits,
38702              minor icons fixes, and versions.
38703      Branch: maint-5.6/macperl
38704            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
38705            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
38706            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
38707 ____________________________________________________________________________
38708 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
38709         Log: Quiet the warnings about using undef value
38710      Branch: maint-5.6/macperl
38711            ! lib/File/Temp.pm
38712 ____________________________________________________________________________
38713 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
38714         Log: Fix up Ballon Help and Help menu docs (first pass);
38715              remove balloon rez file, and autogenerate with
38716              Balloon2Rez instead.
38717      Branch: maint-5.6/macperl
38718            + macos/macperl/macscripts/Balloon2Rez
38719            - macos/macperl/MPBalloons.r
38720            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
38721 ____________________________________________________________________________
38722 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
38723         Log: Allow overriding of defaults, for change #12327.
38724      Branch: maint-5.6/macperl
38725            ! perl.h
38726 ____________________________________________________________________________
38727 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
38728         Log: Override PerlProc_exit.
38729      Branch: maint-5.6/macperl
38730            ! macos/macish.h
38731 ____________________________________________________________________________
38732 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
38733         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
38734      Branch: maint-5.6/macperl
38735            + macos/bundled_lib/blib/lib/MD5.pm
38736            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
38737            + macos/lib/Mac/AETE/Dialect.pm
38738            + macos/lib/Mac/AETE/Format/Converter.pm
38739            + macos/lib/Mac/AETE/Format/Dictionary.pm
38740            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
38741            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
38742            + macos/lib/Mac/Toolbox.pod
38743            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
38744 ____________________________________________________________________________
38745 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
38746         Log: Sync up silly CVS headers ... I should commit CVS
38747              first to avoid this ...
38748      Branch: maint-5.6/macperl
38749            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
38750            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
38751            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
38752            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
38753 ____________________________________________________________________________
38754 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
38755         Log: Fix Matthias' address, and attributions.
38756      Branch: maint-5.6/macperl
38757            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
38758            ! pod/perlport.pod
38759 ____________________________________________________________________________
38760 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
38761         Log: Fix Matthias' address, and attributions.
38762      Branch: maint-5.6/macperl
38763            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
38764            ! macos/ext/Mac/Components/Components.pm
38765            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
38766            ! macos/ext/Mac/Dialogs/Dialogs.pm
38767            ! macos/ext/Mac/Events/Events.pm
38768            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
38769            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
38770            ! macos/ext/Mac/Gestalt/Gestalt.pm
38771            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
38772            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
38773            ! macos/ext/Mac/Menus/Menus.pm
38774            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
38775            ! macos/ext/Mac/Movies/Movies.pm
38776            ! macos/ext/Mac/Navigation/Navigation.pm
38777            ! macos/ext/Mac/Notification/Notification.pm
38778            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
38779            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
38780            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
38781            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
38782            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
38783            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
38784            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
38785            ! macos/ext/Mac/StandardFile/StandardFile.pm
38786            ! macos/ext/Mac/TextEdit/TextEdit.pm
38787            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
38788            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
38789            ! macos/lib/Mac/LowMem.pm
38790 ____________________________________________________________________________
38791 [ 12322] By: sky                                   on 2001/10/03  18:41:07
38792         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
38793              From: "Craig A. Berry" <craigberry@mac.com>
38794              Date: Wed, 03 Oct 2001 14:30:55 -0500
38795              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
38796      Branch: perl
38797            ! vms/vms.c
38798 ____________________________________________________________________________
38799 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
38800         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
38801              From: "Craig A. Berry" <craigberry@mac.com>
38802              Date: Wed, 03 Oct 2001 14:30:55 -0500
38803              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
38804      Branch: perl
38805            ! vms/vms.c
38806 ____________________________________________________________________________
38807 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
38808         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
38809              only IsL&) and Inherited (negative lookahead good);
38810              add tests for Common, Inherited, and L&.
38811      Branch: perl
38812            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
38813 ____________________________________________________________________________
38814 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
38815         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
38816              (The Unicode standard uses L& quite often.)
38817      Branch: perl
38818            ! lib/utf8_heavy.pl
38819 ____________________________________________________________________________
38820 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
38821         Log: Add the 'Common' Unicode property (code points not
38822              explicitly assigned to any other script).
38823      Branch: perl
38824            + lib/unicore/In/136.pl
38825            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
38826 ____________________________________________________________________________
38827 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
38828         Log: Skip the RV printing test under threads until fixed.
38829      Branch: perl
38830            ! ext/B/t/terse.t
38831 ____________________________________________________________________________
38832 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
38833         Log: Subject: 12309 / cygwin / win2k
38834              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38835              Date: Wed, 03 Oct 2001 15:25:15 +0200
38836              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
38837      Branch: perl
38838            ! makedef.pl
38839 ____________________________________________________________________________
38840 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
38841         Log: Metaconfig unit change for #12314.
38842      Branch: metaconfig
38843            ! U/modified/Head.U
38844 ____________________________________________________________________________
38845 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
38846         Log: Subject: Both cygwin and djgpp on one machine
38847              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38848              Date: Wed, 03 Oct 2001 15:02:59 +0200
38849              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
38850      Branch: perl
38851            ! Configure
38852 ____________________________________________________________________________
38853 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
38854         Log: (retracted by #12338)
38855              
38856              Subject: [PATCH] Code clean up for perlboot.pod
38857              From: Casey West <casey@geeknest.com>
38858              Date: Tue, 2 Oct 2001 19:24:43 -0400
38859              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
38860              
38861              Subject: [PATCH] Code clean up for perlbot.diff
38862              From: Casey West <casey@geeknest.com>
38863              Date: Tue, 2 Oct 2001 19:25:22 -0400
38864              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
38865              
38866              Subject: [PATCH] Code clean up for perlcall.pod
38867              From: Casey West <casey@geeknest.com>
38868              Date: Tue, 2 Oct 2001 19:25:57 -0400
38869              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
38870              
38871              Subject: [PATCH] Code clean up for perldata.pod
38872              From: Casey West <casey@geeknest.com>
38873              Date: Tue, 2 Oct 2001 19:26:29 -0400
38874              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
38875              
38876              Subject: [PATCH] Code clean up for perldbmfilter.pod
38877              From: Casey West <casey@geeknest.com>
38878              Date: Tue, 2 Oct 2001 19:26:59 -0400
38879              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
38880              
38881              Subject: [PATCH] Code clean up for perlebcdic.pod
38882              From: Casey West <casey@geeknest.com>
38883              Date: Tue, 2 Oct 2001 19:27:37 -0400
38884              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
38885      Branch: perl
38886            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
38887            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
38888 ____________________________________________________________________________
38889 [ 12312] By: ams                                   on 2001/10/02  23:43:55
38890         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
38891              From: Michael G Schwern <schwern@pobox.com>
38892              Date: Tue, 2 Oct 2001 17:00:49 -0400
38893              Message-Id: <20011002170049.A9955@blackrider>
38894      Branch: perl
38895            ! lib/ExtUtils/MakeMaker.pm
38896 ____________________________________________________________________________
38897 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
38898         Log: FAQ sync.
38899      Branch: perl
38900            ! pod/perlfaq3.pod
38901 ____________________________________________________________________________
38902 [ 12310] By: nick                                  on 2001/10/02  16:09:49
38903         Log: Integrate mainline
38904      Branch: perlio
38905           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
38906           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
38907           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
38908           !> patchlevel.h t/op/pat.t
38909 ____________________________________________________________________________
38910 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
38911         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
38912              not just one single space.
38913      Branch: perl
38914            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
38915 ____________________________________________________________________________
38916 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
38917         Log: AUTHORS updates.
38918      Branch: perl
38919            ! AUTHORS
38920 ____________________________________________________________________________
38921 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
38922         Log: Update Changes.
38923      Branch: perl
38924            ! Changes patchlevel.h
38925 ____________________________________________________________________________
38926 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
38927         Log: Work around old buggy glibcs for langinfo constants,
38928              from Nicholas Clark and David Dyck.
38929      Branch: perl
38930            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
38931 ____________________________________________________________________________
38932 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
38933         Log: Eradicate Time::Piece; add an example.
38934      Branch: perl
38935            ! ext/I18N/Langinfo/Langinfo.pm
38936 ____________________________________________________________________________
38937 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
38938         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
38939              From: Robert Spier <rspier@pobox.com>
38940              Date: Mon, 1 Oct 2001 23:20:16 -0700
38941              Message-ID: <15289.23712.422087.878224@rls.cx>
38942      Branch: perl
38943            ! lib/Pod/Html.pm
38944 ____________________________________________________________________________
38945 [ 12303] By: sky                                   on 2001/10/02  10:40:57
38946         Log: Fixes obscure bug that manifests itself by.
38947              local $!=0;undef*STDOUT;#segfaults
38948              Has been around for a while. Possible other magic IO vars are
38949              possibly affected as well. Reported by Jos Boumans.
38950      Branch: perl
38951            ! mg.c
38952 ____________________________________________________________________________
38953 [ 12302] By: nick                                  on 2001/10/02  09:00:52
38954         Log: Integrate mainline
38955      Branch: perlio
38956           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
38957           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
38958           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
38959 ____________________________________________________________________________
38960 [ 12301] By: nick                                  on 2001/10/02  08:40:57
38961         Log: Integrate mainline + lib/open.t patch from Chromatic
38962      Branch: perlio
38963           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
38964            ! lib/open.t
38965           !> (integrate 29 files)
38966 ____________________________________________________________________________
38967 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
38968         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
38969              Until it has, better stop early if someone requests threads.
38970      Branch: perl
38971            ! hints/darwin.sh
38972 ____________________________________________________________________________
38973 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
38974         Log: Subject: [ID 20011001.011] redundant code in t/TEST
38975              From: David Dyck <dcd@tc.fluke.com>
38976              Date: Mon, 1 Oct 2001 12:56:24 -0700
38977              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
38978      Branch: perl
38979            ! t/TEST
38980 ____________________________________________________________________________
38981 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
38982         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
38983              From: "chromatic" <chromatic@rmci.net>
38984              Date: Mon, 01 Oct 2001 12:27:12 -0600
38985              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
38986      Branch: perl
38987            ! lib/Term/Cap.t
38988 ____________________________________________________________________________
38989 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
38990         Log: UNICOS testing patches from Nicholas Clark.
38991      Branch: perl
38992            ! t/op/arith.t t/op/pack.t
38993 ____________________________________________________________________________
38994 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
38995         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
38996              From: "chromatic" <chromatic@rmci.net>
38997              Date: Mon, 01 Oct 2001 10:21:51 -0600
38998              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
38999      Branch: perl
39000            ! lib/open.t
39001 ____________________________________________________________________________
39002 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
39003         Log: Make missing the RADIXCHAR a softer, gentler error.
39004      Branch: perl
39005            ! ext/I18N/Langinfo/Langinfo.t
39006 ____________________________________________________________________________
39007 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
39008         Log: Nuke also the LANG because of glibc.
39009      Branch: perl
39010            ! lib/open.t
39011 ____________________________________________________________________________
39012 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
39013         Log: Also the ^Is is optional.
39014      Branch: perl
39015            ! pod/perlunicode.pod t/op/pat.t
39016 ____________________________________________________________________________
39017 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
39018         Log: Be careful to pull chars from the varargs stack when
39019              formatting chars.
39020      Branch: perl
39021            ! regcomp.c
39022 ____________________________________________________________________________
39023 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
39024         Log: sortsv not in place anymore, noticed by John P. Linderman.
39025      Branch: perl
39026            ! pod/perlapi.pod pp_ctl.c
39027 ____________________________________________________________________________
39028 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
39029         Log: Make the diagnostic messages more neutral.
39030      Branch: perl
39031            ! ext/B/t/terse.t
39032 ____________________________________________________________________________
39033 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
39034         Log: Forgotten from #12288.
39035      Branch: perl
39036            ! ext/Data/Dumper/Dumper.pm
39037 ____________________________________________________________________________
39038 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
39039         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
39040              From: Brian Ingerson <ingy@ttul.org>
39041              Date: Sun, 30 Sep 2001 21:45:56 -0700
39042              Message-ID: <20010930214556.D26392@ttul.org>
39043              
39044              (remember also the #12289)
39045      Branch: perl
39046            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
39047 ____________________________________________________________________________
39048 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
39049         Log: More Unicode property tests for the abbreviated
39050              general properties.
39051      Branch: perl
39052            ! t/op/pat.t
39053 ____________________________________________________________________________
39054 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
39055         Log: Further tweaks to the Unicode properties.
39056      Branch: perl
39057            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
39058 ____________________________________________________________________________
39059 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
39060         Log: Retract #12284.
39061      Branch: perl
39062            ! lib/Term/Cap.t
39063 ____________________________________________________________________________
39064 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
39065         Log: (Retracted by #12285)
39066      Branch: perl
39067            ! lib/Term/Cap.t
39068 ____________________________________________________________________________
39069 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
39070         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
39071              From: "chromatic" <chromatic@rmci.net>  
39072              Date: Sun, 30 Sep 2001 16:10:02 -0600
39073              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
39074      Branch: perl
39075            + lib/Term/Cap.t
39076            ! MANIFEST
39077 ____________________________________________________________________________
39078 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
39079         Log: Use stty -g to restore the terminal state, do not even
39080              try to run the tests if stty -g is not available.
39081      Branch: perl
39082            ! lib/Term/Complete.t
39083 ____________________________________________________________________________
39084 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
39085         Log: Cleanup utf8_heavy; allow dropping the In prefix from
39086              Unicode script/block properties.
39087      Branch: perl
39088            ! lib/utf8_heavy.pl
39089 ____________________________________________________________________________
39090 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
39091         Log: Retract the #12259 for now.
39092      Branch: perl
39093            ! embed.h embed.pl sv.h
39094 ____________________________________________________________________________
39095 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
39096         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
39097      Branch: perl
39098            + lib/Text/TabsWrap/CHANGELOG
39099            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
39100 ____________________________________________________________________________
39101 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
39102         Log: #12272 wasn't right, it introduced an extra ().
39103      Branch: perl
39104            ! lib/utf8_heavy.pl
39105 ____________________________________________________________________________
39106 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
39107         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
39108              From: Jonathan Stowe <gellyfish@gellyfish.com>
39109              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
39110              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
39111      Branch: perl
39112            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
39113 ____________________________________________________________________________
39114 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
39115         Log: Subject: Patch to put qsortsv in the public API
39116              From: Brian Ingerson <ingy@ttul.org>
39117              Date: Sat, 29 Sep 2001 17:41:13 -0700
39118              Message-ID: <20010929174113.A30223@ttul.org>
39119      Branch: perl
39120            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
39121 ____________________________________________________________________________
39122 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
39123         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
39124              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39125              Date: Sat, 29 Sep 2001 23:54:48 +0200
39126              Message-ID: <20010929235448.A5017@rafael>
39127      Branch: perl
39128            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
39129 ____________________________________________________________________________
39130 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
39131         Log: FAQ sync.
39132      Branch: perl
39133            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
39134            ! pod/perlfaq9.pod
39135 ____________________________________________________________________________
39136 [ 12273] By: bailey                                on 2001/09/29  23:43:46
39137         Log: Resync with mainline
39138      Branch: vmsperl
39139           +> (branch 1207 files)
39140            - (delete 324 files)
39141           !> (integrate 866 files)
39142 ____________________________________________________________________________
39143 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
39144         Log: Nasty recursion trap if one would match Unicode.
39145      Branch: perl
39146            ! lib/utf8_heavy.pl
39147 ____________________________________________________________________________
39148 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
39149         Log: More Unicode todo.
39150      Branch: perl
39151            ! pod/perltodo.pod
39152 ____________________________________________________________________________
39153 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
39154         Log: Explain a bit the new more flexible \p\P syntax.
39155      Branch: perl
39156            ! pod/perlunicode.pod
39157 ____________________________________________________________________________
39158 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
39159         Log: More leniency to the \p and \P: now can have whitespace
39160              between the property definition and the curlies; now can
39161              invert the property by having a caret between the open
39162              curly and the property.
39163      Branch: perl
39164            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
39165 ____________________________________________________________________________
39166 [ 12268] By: nick                                  on 2001/09/29  17:39:26
39167         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
39168              one test (lib/open.t) fails
39169      Branch: perlio
39170           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
39171           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
39172           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
39173           +> lib/Tie/Scalar.t lib/open.t
39174            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
39175            - ext/B/Stash.t
39176           !> (integrate 62 files)
39177 ____________________________________________________________________________
39178 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
39179         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
39180      Branch: perl
39181            ! t/op/chdir.t
39182 ____________________________________________________________________________
39183 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
39184         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
39185              From: "Craig A. Berry" <craigberry@mac.com> 
39186              Date: Sat, 29 Sep 2001 09:35:33 -0500
39187              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
39188      Branch: perl
39189            ! t/op/chdir.t
39190 ____________________________________________________________________________
39191 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
39192         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
39193              From: "chromatic" <chromatic@rmci.net>
39194              Date: Fri, 28 Sep 2001 21:20:12 -0600
39195              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
39196      Branch: perl
39197            + lib/Tie/Scalar.t
39198            ! MANIFEST lib/Tie/Scalar.pm
39199 ____________________________________________________________________________
39200 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
39201         Log: Allow for more flexibility in the \p{In...} names, now
39202              case doesn't matter, and any space or dash can be
39203              matched by any space, dash, underbar, or empty.
39204              (may be going too far on leniency)
39205      Branch: perl
39206            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
39207            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
39208            ! t/op/pat.t
39209 ____________________________________________________________________________
39210 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
39211         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
39212              From: "chromatic" <chromatic@rmci.net>
39213              Date: Fri, 28 Sep 2001 17:39:50 -0600
39214              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
39215      Branch: perl
39216            + lib/open.t
39217            ! MANIFEST
39218 ____________________________________________________________________________
39219 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
39220         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
39221              From: "Craig A. Berry" <craigberry@mac.com>
39222              Date: Fri, 28 Sep 2001 16:24:51 -0500
39223              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
39224      Branch: perl
39225            ! ext/File/Glob/t/basic.t
39226 ____________________________________________________________________________
39227 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
39228         Log: Subject: [DOC PATCH] Carp.pm pod typo
39229              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39230              Date: Fri, 28 Sep 2001 23:14:51 +0200
39231              Message-ID: <20010928231451.E16889@rafael>
39232      Branch: perl
39233            ! lib/Carp.pm
39234 ____________________________________________________________________________
39235 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
39236         Log: Subject: [PATCH] Allow an @INC hook to set %INC
39237              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39238              Date: Fri, 28 Sep 2001 22:18:13 +0200
39239              Message-ID: <20010928221813.A16889@rafael>
39240      Branch: perl
39241            ! pp_ctl.c
39242 ____________________________________________________________________________
39243 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
39244         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
39245              From: Nicholas Clark <nick@ccl4.org>
39246              Date: Fri, 28 Sep 2001 23:39:33 +0100
39247              Message-ID: <20010928233933.C23673@plum.flirble.org>
39248      Branch: perl
39249            ! embed.h embed.pl sv.h
39250 ____________________________________________________________________________
39251 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
39252         Log: Update Changes.
39253      Branch: perl
39254            ! Changes patchlevel.h
39255 ____________________________________________________________________________
39256 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
39257         Log: Move the B tests to B/t.
39258      Branch: perl
39259            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
39260            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
39261            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
39262            - ext/B/Showlex.t ext/B/Stash.t
39263            ! MANIFEST
39264 ____________________________________________________________________________
39265 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
39266         Log: Forgot from #12254.
39267      Branch: perl
39268            + ext/B/B/Terse.t
39269 ____________________________________________________________________________
39270 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
39271         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
39272              From: "chromatic" <chromatic@rmci.net>
39273              Date: Thu, 27 Sep 2001 23:22:17 -0600
39274              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
39275      Branch: perl
39276            ! MANIFEST
39277 ____________________________________________________________________________
39278 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
39279         Log: Test numbering mismatch.
39280      Branch: perl
39281            ! t/op/chdir.t
39282 ____________________________________________________________________________
39283 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
39284         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
39285              From: "Craig A. Berry" <craigberry@mac.com>
39286              Date: Wed, 26 Sep 2001 17:43:14 -0500
39287              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
39288      Branch: perl
39289            ! iperlsys.h t/op/chdir.t
39290 ____________________________________________________________________________
39291 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
39292         Log: Subject: [PATCH gv.c] make __ANON__ global
39293              From: Robin Barker <rmb1@cise.npl.co.uk>
39294              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
39295              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
39296      Branch: perl
39297            ! gv.c t/op/anonsub.t t/op/runlevel.t
39298 ____________________________________________________________________________
39299 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
39300         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
39301              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39302              Date: Thu, 27 Sep 2001 22:34:32 +0200
39303              Message-ID: <20010927223432.A1485@rafael>
39304      Branch: perl
39305            ! ext/B/B/Terse.pm
39306 ____________________________________________________________________________
39307 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
39308         Log: (retracted by #12338)
39309              
39310              Subject: [PATCH] Cleanup of perldsc.pod      
39311              From: Casey West <casey@geeknest.com>
39312              Date: Thu, 27 Sep 2001 11:13:17 -0400
39313              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
39314      Branch: perl
39315            ! pod/perldsc.pod
39316 ____________________________________________________________________________
39317 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
39318         Log: Not everyone is using ithreads...
39319      Branch: perl
39320            ! ext/Devel/Peek/Peek.t
39321 ____________________________________________________________________________
39322 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
39323         Log: Document the nss_delete core dump workaround for HP-UX
39324              and Solaris, bug IDs 20010805.018 and 20010629.004.
39325      Branch: perl
39326            ! README.hpux README.solaris
39327 ____________________________________________________________________________
39328 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
39329         Log: Dump Unicode hash keys also as Unicode,
39330              not just as a byte string.
39331      Branch: perl
39332            ! dump.c ext/Devel/Peek/Peek.t
39333 ____________________________________________________________________________
39334 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
39335         Log: Integrate changes #12241 and #12242 from macperl:
39336              
39337              Remove unneeded disabling of umask() calls
39338              
39339              Note (get|set)sockopt are available.
39340      Branch: perl
39341           !> lib/File/Temp.pm pod/perlport.pod
39342 ____________________________________________________________________________
39343 [ 12244] By: sky                                   on 2001/09/27  08:53:00
39344         Log: Flush buffers on thread closedown.
39345      Branch: perl
39346            ! ext/threads/threads.xs
39347 ____________________________________________________________________________
39348 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
39349         Log: Dump SvUTF8(sv)s also as \x{...}.
39350              
39351              TODO: dump the SvUTF8() hash keys similarly. 
39352      Branch: perl
39353            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
39354 ____________________________________________________________________________
39355 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
39356         Log: Note (get|set)sockopt are available.
39357      Branch: maint-5.6/macperl
39358            ! pod/perlport.pod
39359 ____________________________________________________________________________
39360 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
39361         Log: Remove unneeded disabling of umask() calls
39362      Branch: maint-5.6/macperl
39363            ! lib/File/Temp.pm
39364 ____________________________________________________________________________
39365 [ 12240] By: sky                                   on 2001/09/26  18:44:56
39366         Log: Documention update
39367      Branch: perl
39368            ! ext/threads/threads.pm
39369 ____________________________________________________________________________
39370 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
39371         Log: Update Changes.
39372      Branch: perl
39373            ! Changes patchlevel.h
39374 ____________________________________________________________________________
39375 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
39376         Log: Check that all environment variables are tainted.
39377      Branch: perl
39378            ! t/op/taint.t
39379 ____________________________________________________________________________
39380 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
39381         Log: Manual integration error in #12235.
39382      Branch: perl
39383            ! lib/File/DosGlob.t
39384 ____________________________________________________________________________
39385 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
39386         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
39387              From: "chromatic" <chromatic@rmci.net>
39388              Date: Tue, 25 Sep 2001 23:57:07 -0600
39389              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
39390      Branch: perl
39391            ! perlio.c
39392 ____________________________________________________________________________
39393 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
39394         Log: Integrate macperl changes from Chris Nandor:
39395              12192 11817 11815 11813 11778 11775
39396              
39397              Update CPAN.pm to work with new Mac::BuildTools instead
39398              of ExtUtils::MM_MacOS "orphan" functions
39399              
39400              Fix test
39401              
39402              Make syntax check report in MPW style, fix tests
39403              to use Mac::err=unix to get normal-style error
39404              messages.
39405              
39406              More module and test ports from Thomas Wegner et al
39407              
39408              Fix open of /dev/null for Mac OS
39409              
39410              Allow for platforms to override formatting of errors
39411              on output from Matthias Neeracher (core files)
39412      Branch: perl
39413            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
39414            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
39415            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
39416           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
39417           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
39418           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
39419 ____________________________________________________________________________
39420 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
39421         Log: grrr.
39422      Branch: perl
39423            ! t/op/gv.t
39424 ____________________________________________________________________________
39425 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
39426         Log: Retract #12232.
39427      Branch: perl
39428            ! t/op/gv.t
39429 ____________________________________________________________________________
39430 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
39431         Log: (Retracted by #12233.)
39432      Branch: perl
39433            ! t/op/gv.t
39434 ____________________________________________________________________________
39435 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
39436         Log: Detypo.
39437      Branch: perl
39438            ! ext/Encode/Makefile.PL
39439 ____________________________________________________________________________
39440 [ 12230] By: sky                                   on 2001/09/26  11:36:23
39441         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
39442              We are using a "delay" here because we do not want to depend on thread synchronization issues.
39443      Branch: perl
39444            + ext/threads/t/stress_cv.t
39445            ! MANIFEST ext/threads/t/stress_string.t
39446 ____________________________________________________________________________
39447 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
39448         Log: NetWare tweak from Ananth Kesari.
39449      Branch: perl
39450            ! NetWare/t/Readme.txt
39451 ____________________________________________________________________________
39452 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
39453         Log: Trick to fool case-blind filesystems.
39454      Branch: perl
39455            ! ext/Encode/Makefile.PL
39456 ____________________________________________________________________________
39457 [ 12227] By: sky                                   on 2001/09/26  11:06:50
39458         Log: Threads can start executing in a different order than they were
39459              created.... so we cannot ok() inside the threadstarter.
39460      Branch: perl
39461            ! ext/threads/t/stress_string.t
39462 ____________________________________________________________________________
39463 [ 12226] By: sky                                   on 2001/09/26  07:41:45
39464         Log: Add in stress_string.t to stress test threads a bit more.
39465      Branch: perl
39466            + ext/threads/t/stress_string.t
39467            ! MANIFEST
39468 ____________________________________________________________________________
39469 [ 12225] By: sky                                   on 2001/09/26  07:04:21
39470         Log: Fix negative refcount introduced by #12223.
39471      Branch: perl
39472            ! ext/threads/threads.xs
39473 ____________________________________________________________________________
39474 [ 12224] By: sky                                   on 2001/09/26  06:57:58
39475         Log: Update documentation to match change #12223
39476      Branch: perl
39477            ! sharedsv.c
39478 ____________________________________________________________________________
39479 [ 12223] By: sky                                   on 2001/09/26  06:54:32
39480         Log: Use a separate interpreter for the sharedsv space. Another
39481              negative sv leak. Sigh.
39482      Branch: perl
39483            ! sharedsv.c
39484 ____________________________________________________________________________
39485 [ 12222] By: sky                                   on 2001/09/26  05:58:35
39486         Log: Do the environ assignment in perl_contruct to match perl_destruct.
39487              Now we don't need to perl_parse/perl_run. However environ is a
39488              global....
39489      Branch: perl
39490            ! perl.c
39491 ____________________________________________________________________________
39492 [ 12221] By: sky                                   on 2001/09/26  05:41:02
39493         Log: Move the creation of PL_strtab to perl_construct so we can work
39494              with HV and HEs without running perl_parse.
39495      Branch: perl
39496            ! perl.c
39497 ____________________________________________________________________________
39498 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
39499         Log: integrate macperl changes into maint-5.6
39500      Branch: maint-5.6/perl
39501           !> (integrate 26 files)
39502 ____________________________________________________________________________
39503 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
39504         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
39505              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
39506      Branch: maint-5.6/macperl
39507            ! macos/ext/Mac/Fonts/Fonts.xs
39508            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
39509 ____________________________________________________________________________
39510 [ 12218] By: ams                                   on 2001/09/25  23:31:33
39511         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
39512              From: Nicholas Clark <nick@ccl4.org>
39513              Date: Wed, 26 Sep 2001 01:20:20 +0100
39514              Message-Id: <20010926012020.B48092@plum.flirble.org>
39515      Branch: perl
39516            ! lib/AutoSplit.t
39517 ____________________________________________________________________________
39518 [ 12217] By: ams                                   on 2001/09/25  22:33:05
39519         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
39520              From: "Craig A. Berry" <craigberry@mac.com>
39521              Date: Tue, 25 Sep 2001 18:08:42 -0500
39522              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
39523      Branch: perl
39524            ! vms/vms.c
39525 ____________________________________________________________________________
39526 [ 12216] By: ams                                   on 2001/09/25  21:41:01
39527         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
39528              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
39529              From: Michael G Schwern <schwern@pobox.com>
39530              Date: Wed, 26 Sep 2001 00:38:21 -0400
39531              Message-Id: <20010926003821.A627@blackrider>
39532      Branch: perl
39533            ! lib/AutoSplit.t
39534 ____________________________________________________________________________
39535 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
39536         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
39537              From: Michael G Schwern <schwern@pobox.com>
39538              Date: Tue, 25 Sep 2001 17:43:49 -0400
39539              Message-ID: <20010925174349.B19534@blackrider>
39540      Branch: perl
39541            ! lib/Test/Simple.pm lib/Test/Utils.pm
39542 ____________________________________________________________________________
39543 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
39544         Log: Integrate changes from bleadperl.
39545      Branch: maint-5.6/macperl
39546           !> pod/perlport.pod
39547 ____________________________________________________________________________
39548 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
39549         Log: skip($mess) should result in one skip.
39550      Branch: perl
39551            ! t/test.pl
39552 ____________________________________________________________________________
39553 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
39554         Log: Integrate change #12200 from maintperl.
39555      Branch: maint-5.6/macperl
39556           !> win32/perlhost.h
39557 ____________________________________________________________________________
39558 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
39559         Log: Fix file types to "apple"
39560      Branch: maint-5.6/macperl
39561            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
39562            ! macos/ext/Mac/SAT/t/Collision.rsrc
39563 ____________________________________________________________________________
39564 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
39565         Log: Fix rsrc file as snd file; fix path in t file.
39566      Branch: maint-5.6/macperl
39567            ! macos/ext/Mac/Notification/t/Notification.rsrc
39568            ! macos/ext/Mac/Notification/t/Notification.t
39569 ____________________________________________________________________________
39570 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
39571         Log: Sync up with File::Find from bleadperl.
39572      Branch: maint-5.6/macperl
39573            ! lib/File/Find.pm t/lib/filefind-taint.t
39574 ____________________________________________________________________________
39575 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
39576         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
39577              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
39578              of hundreds)
39579      Branch: maint-5.6/macperl
39580            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
39581            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
39582            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
39583 ____________________________________________________________________________
39584 [ 12207] By: nick                                  on 2001/09/25  19:04:36
39585         Log: Integrate mainline (untested while modem is up)
39586      Branch: perlio
39587           +> lib/AutoSplit.t t/test.pl
39588            - lib/warnings/register.t
39589           !> (integrate 28 files)
39590 ____________________________________________________________________________
39591 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
39592         Log: perldiag entry for #12205.
39593      Branch: perl
39594            ! pod/perldiag.pod
39595 ____________________________________________________________________________
39596 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
39597         Log: Subject: [PATCH] warning on v-string in use/require
39598              From: John Peacock <jpeacock@rowman.com>
39599              Date: Mon, 24 Sep 2001 17:29:03 -0400
39600              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
39601      Branch: perl
39602            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
39603 ____________________________________________________________________________
39604 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
39605         Log: perltooc et al updates.
39606      Branch: perl
39607            ! plan9/mkfile pod/roffitall
39608 ____________________________________________________________________________
39609 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
39610         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
39611              From: Michael G Schwern <schwern@pobox.com>
39612              Date: Sun, 23 Sep 2001 00:07:12 -0400
39613              Message-ID: <20010923000712.A7005@blackrider>
39614      Branch: perl
39615            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
39616 ____________________________________________________________________________
39617 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
39618         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
39619              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39620              Date: Wed, 26 Sep 2001 01:25:10 +0900
39621              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
39622      Branch: perl
39623            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
39624            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
39625            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
39626 ____________________________________________________________________________
39627 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
39628         Log: Integrate change #12200 from maintperl;
39629              on windows, virtualized environment could propagate deleted variables
39630              into children if they happen to be at the very end of the table
39631      Branch: perl
39632           !> win32/perlhost.h
39633 ____________________________________________________________________________
39634 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
39635         Log: on windows, virtualized environment could propagate deleted variables
39636              into children if they happen to be at the very end of the table
39637              (thanks for succinct test case from Johan Holmberg, and fix from
39638              Doug Lankshear)
39639      Branch: maint-5.6/perl
39640            ! win32/perlhost.h
39641 ____________________________________________________________________________
39642 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
39643         Log: avoid the use of ftime() (it does a useless, potentially
39644              expensive call to GetTimeZoneInformation()); this potentially
39645              also results in three more digits of precision from
39646              Time::HiRes::time()
39647      Branch: perl
39648            ! ext/Time/HiRes/HiRes.xs
39649 ____________________________________________________________________________
39650 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
39651         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
39652              
39653              Note: io/binmode is failing, have to figure out why.
39654      Branch: perl
39655            + t/test.pl
39656            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
39657            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
39658            ! t/run/exit.t
39659 ____________________________________________________________________________
39660 [ 12197] By: ams                                   on 2001/09/25  13:48:55
39661         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
39662              From: Nicholas Clark <nick@ccl4.org>
39663              Date: Tue, 25 Sep 2001 00:37:40 +0100
39664              Message-Id: <20010925003740.S4971@plum.flirble.org>
39665              (Further changes expected.)
39666      Branch: perl
39667            + lib/AutoSplit.t
39668            ! MANIFEST
39669 ____________________________________________________________________________
39670 [ 12196] By: sky                                   on 2001/09/25  13:37:12
39671         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
39672              _ftime to try and be more robust.
39673      Branch: perl
39674            ! ext/Time/HiRes/HiRes.xs
39675 ____________________________________________________________________________
39676 [ 12194] By: ams                                   on 2001/09/25  11:40:00
39677         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
39678              From: "Craig A. Berry" <craigberry@mac.com>
39679              Date: Mon, 24 Sep 2001 17:54:20 -0500
39680              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
39681      Branch: perl
39682            ! vms/descrip_mms.template
39683 ____________________________________________________________________________
39684 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
39685         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
39686              not working, cursor not spinning (Bug #422129); external
39687              editor problems (Bug #456329); escape/cmd-. not activating
39688              "Cancel" in Save dialog box (Bug #446960); Runtimes not
39689              executing on launch (Bug #464441).
39690      Branch: maint-5.6/macperl
39691            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
39692            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
39693            ! macos/macperl/MacPerl.r
39694 ____________________________________________________________________________
39695 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
39696         Log: Update CPAN.pm to work with new Mac::BuildTools instead
39697              of ExtUtils::MM_MacOS "orphan" functions
39698      Branch: maint-5.6/macperl
39699            ! lib/CPAN.pm
39700 ____________________________________________________________________________
39701 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
39702         Log: Fix up another xsubpp problem (Matthias Neeracher)
39703      Branch: maint-5.6/macperl
39704            ! macos/xsubpp
39705 ____________________________________________________________________________
39706 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
39707         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
39708      Branch: maint-5.6/macperl
39709            ! macos/lib/ExtUtils/MM_MacOS.pm
39710 ____________________________________________________________________________
39711 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
39712         Log: Fix up Makefiles for more Mac:: modules (and prepare for
39713              static build ...?)
39714      Branch: maint-5.6/macperl
39715            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
39716            ! macos/macperl/Makefile.mk
39717 ____________________________________________________________________________
39718 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
39719         Log: Fix up tests
39720      Branch: maint-5.6/macperl
39721            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
39722 ____________________________________________________________________________
39723 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
39724         Log: Make malloc smarter, fix bugs.  (Bug #404030)
39725      Branch: maint-5.6/macperl
39726            ! macos/icemalloc.c macos/icemalloc.h
39727 ____________________________________________________________________________
39728 [ 12186] By: nick                                  on 2001/09/24  19:18:17
39729         Log: Integrate mainline
39730      Branch: perlio
39731           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
39732           +> lib/filetest.t
39733           !> (integrate 30 files)
39734 ____________________________________________________________________________
39735 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
39736         Log: Retract #12136, the warnings::register is already
39737              tested by t/lib/warnings/9enabled, as pointed out
39738              by Paul Marquess.
39739      Branch: perl
39740            - lib/warnings/register.t
39741            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
39742 ____________________________________________________________________________
39743 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
39744         Log: fix Time::HiRes implementation of gettimeofday() on windows
39745              (HiRes.t#14 now passes)
39746      Branch: perl
39747            ! ext/Time/HiRes/HiRes.xs
39748 ____________________________________________________________________________
39749 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
39750         Log: File::Spec::catfile() canonifies everything to blackslashes on
39751              windows :-(
39752      Branch: perl
39753            ! lib/ExtUtils/Manifest.t
39754 ____________________________________________________________________________
39755 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
39756         Log: test number mismatch
39757      Branch: perl
39758            ! t/op/magic.t
39759 ____________________________________________________________________________
39760 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
39761         Log: ok().
39762      Branch: perl
39763            ! t/op/pack.t
39764 ____________________________________________________________________________
39765 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
39766         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
39767              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
39768      Branch: perl
39769            ! pp_pack.c t/op/pack.t
39770 ____________________________________________________________________________
39771 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
39772         Log: Update Changes.
39773      Branch: perl
39774            ! Changes patchlevel.h
39775 ____________________________________________________________________________
39776 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
39777         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
39778              From: Michael G Schwern <schwern@pobox.com>
39779              Date: Mon, 24 Sep 2001 11:12:13 -0400
39780              Message-ID: <20010924111213.G27885@blackrider>
39781      Branch: perl
39782            ! lib/ExtUtils/Manifest.pm
39783 ____________________________________________________________________________
39784 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
39785         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
39786              From: Michael G Schwern <schwern@pobox.com> 
39787              Date: Mon, 24 Sep 2001 11:02:07 -0400
39788              Message-ID: <20010924110207.E27885@blackrider>
39789      Branch: perl
39790            ! vms/test.com
39791 ____________________________________________________________________________
39792 [ 12176] By: ams                                   on 2001/09/24  14:01:59
39793         Log: Update Changes.
39794      Branch: perl
39795            ! Changes
39796 ____________________________________________________________________________
39797 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
39798         Log: Various cleanups.
39799      Branch: perl
39800            ! ext/threads/Makefile.PL ext/threads/threads.xs
39801 ____________________________________________________________________________
39802 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
39803         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
39804      Branch: maint-5.6/macperl
39805           !> (integrate 33 files)
39806 ____________________________________________________________________________
39807 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
39808         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
39809              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39810              Date: Mon, 24 Sep 2001 20:04:58 +0900
39811              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
39812      Branch: perl
39813            ! ext/Encode/Encode/gb2312.enc
39814 ____________________________________________________________________________
39815 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
39816         Log: Clarifying comment to #12164.
39817      Branch: perl
39818            ! lib/Cwd.pm
39819 ____________________________________________________________________________
39820 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
39821         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
39822              From: Nicholas Clark <nick@ccl4.org>
39823              Date: Sun, 23 Sep 2001 23:00:56 +0100
39824              Message-ID: <20010923230055.Y4971@plum.flirble.org>
39825              
39826              (with "sample_constants" changed to "fallback")
39827      Branch: perl
39828            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
39829            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
39830            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
39831            ! lib/h2xs.t utils/h2xs.PL
39832 ____________________________________________________________________________
39833 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
39834         Log: Metaconfig unit change for #12167.
39835      Branch: metaconfig
39836            ! U/modified/Cppsym.U
39837 ____________________________________________________________________________
39838 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
39839         Log: Add a few glibc cpp symbols to probe for.
39840      Branch: perl
39841            ! Configure
39842 ____________________________________________________________________________
39843 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
39844         Log: DJGPP tweaks for Laszlo Molnar.
39845      Branch: perl
39846            ! djgpp/djgppsed.sh dosish.h
39847 ____________________________________________________________________________
39848 [ 12165] By: ams                                   on 2001/09/24  10:07:08
39849         Log: Subject: [PATCH t/op/inccode.t] More tests
39850              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
39851              Date: 24 Sep 2001 10:01:44 -0000
39852              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
39853      Branch: perl
39854            ! t/op/inccode.t
39855 ____________________________________________________________________________
39856 [ 12164] By: ams                                   on 2001/09/24  09:43:29
39857         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
39858              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
39859              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
39860              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
39861      Branch: perl
39862            ! lib/Cwd.pm
39863 ____________________________________________________________________________
39864 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
39865         Log: 1_compile updates.
39866      Branch: perl
39867            ! t/lib/1_compile.t
39868 ____________________________________________________________________________
39869 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
39870         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
39871              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39872              Date: Wed, 19 Sep 2001 22:47:14 +0200
39873              Message-ID: <20010919224714.A6382@rafael>
39874      Branch: perl
39875            ! pod/perlvar.pod pp_ctl.c
39876 ____________________________________________________________________________
39877 [ 12161] By: ams                                   on 2001/09/23  17:40:02
39878         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
39879              filetest Pragma
39880              From: "chromatic" <chromatic@rmci.net>
39881              Date: Sun, 23 Sep 2001 12:07:25 -0600
39882              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
39883      Branch: perl
39884            + lib/filetest.t
39885            ! MANIFEST t/lib/1_compile.t
39886 ____________________________________________________________________________
39887 [ 12160] By: ams                                   on 2001/09/23  16:32:11
39888         Log: Additional minor chdir() tweak.
39889      Branch: perl
39890            ! pod/perlfunc.pod
39891 ____________________________________________________________________________
39892 [ 12159] By: ams                                   on 2001/09/23  16:25:01
39893         Log: Subject: PATCH lib/ExtUtils/Command.t
39894              From: Abe Timmerman <abe@ztreet.demon.nl>
39895              Date: Sun, 23 Sep 2001 19:11:44 +0200
39896              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
39897      Branch: perl
39898            ! lib/ExtUtils/Command.t
39899 ____________________________________________________________________________
39900 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
39901         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
39902              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
39903              Date: Sun, 23 Sep 2001 02:02:26 +0200
39904              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
39905      Branch: perl
39906            ! makedef.pl
39907 ____________________________________________________________________________
39908 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
39909         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
39910              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
39911              Date: Sat, 22 Sep 2001 12:54:39 -0500
39912              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
39913      Branch: perl
39914            ! t/op/study.t
39915 ____________________________________________________________________________
39916 [ 12156] By: nick                                  on 2001/09/23  07:48:44
39917         Log: Integrate mainline
39918      Branch: perlio
39919            - check83.pl
39920           !> ext/Encode/Encode/2022-cn.enc
39921 ____________________________________________________________________________
39922 [ 12155] By: nick                                  on 2001/09/23  07:48:01
39923         Log: Integrate mainline
39924      Branch: perlio
39925           +> (branch 64 files)
39926            - ext/Encode/Encode/cns11643-1.enc
39927            - ext/Encode/Encode/cns11643-2.enc
39928            - ext/Encode/Encode/iso2022-cn.enc
39929            - ext/Encode/Encode/iso2022-jp.enc
39930            - ext/Encode/Encode/iso2022-jp1.enc
39931            - ext/Encode/Encode/iso2022-jp2.enc
39932            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
39933            - ext/Encode/Encode/iso8859-1.enc
39934            - ext/Encode/Encode/iso8859-1.ucm
39935            - ext/Encode/Encode/iso8859-10.enc
39936            - ext/Encode/Encode/iso8859-10.ucm
39937            - ext/Encode/Encode/iso8859-13.enc
39938            - ext/Encode/Encode/iso8859-13.ucm
39939            - ext/Encode/Encode/iso8859-14.enc
39940            - ext/Encode/Encode/iso8859-14.ucm
39941            - ext/Encode/Encode/iso8859-15.enc
39942            - ext/Encode/Encode/iso8859-15.ucm
39943            - ext/Encode/Encode/iso8859-16.enc
39944            - ext/Encode/Encode/iso8859-16.ucm
39945            - ext/Encode/Encode/iso8859-2.enc
39946            - ext/Encode/Encode/iso8859-2.ucm
39947            - ext/Encode/Encode/iso8859-3.enc
39948            - ext/Encode/Encode/iso8859-3.ucm
39949            - ext/Encode/Encode/iso8859-4.enc
39950            - ext/Encode/Encode/iso8859-4.ucm
39951            - ext/Encode/Encode/iso8859-5.enc
39952            - ext/Encode/Encode/iso8859-5.ucm
39953            - ext/Encode/Encode/iso8859-6.enc
39954            - ext/Encode/Encode/iso8859-6.ucm
39955            - ext/Encode/Encode/iso8859-7.enc
39956            - ext/Encode/Encode/iso8859-7.ucm
39957            - ext/Encode/Encode/iso8859-8.enc
39958            - ext/Encode/Encode/iso8859-8.ucm
39959            - ext/Encode/Encode/iso8859-9.enc
39960            - ext/Encode/Encode/iso8859-9.ucm
39961            - ext/Encode/Encode/isoir-197.enc
39962            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
39963            - t/lib/sample-tests/header_at_end
39964            - t/lib/sample-tests/header_at_end_fail
39965           !> (integrate 174 files)
39966 ____________________________________________________________________________
39967 [ 12154] By: ams                                   on 2001/09/23  07:11:46
39968         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
39969              by Blair Zajac.
39970      Branch: perl
39971            ! pod/perlfunc.pod
39972 ____________________________________________________________________________
39973 [ 12153] By: ams                                   on 2001/09/23  06:56:32
39974         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
39975              Forgotten deprecation of *glob{FILEHANDLE}?
39976              From: "chromatic" <chromatic@rmci.net>
39977              Date: Sat, 22 Sep 2001 21:27:56 -0600
39978              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
39979      Branch: perl
39980            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
39981 ____________________________________________________________________________
39982 [ 12152] By: ams                                   on 2001/09/23  06:42:58
39983         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
39984              From: Michael G Schwern <schwern@pobox.com>
39985              Date: Sun, 23 Sep 2001 03:34:39 -0400
39986              Message-Id: <20010923033439.E7005@blackrider>
39987      Branch: perl
39988            ! lib/File/Find.pm
39989 ____________________________________________________________________________
39990 [ 12151] By: ams                                   on 2001/09/23  06:37:57
39991         Log: Subject: Re: t/op/magic.t missing tests on Win32
39992              From: Michael G Schwern <schwern@pobox.com>
39993              Date: Sat, 22 Sep 2001 20:29:09 -0400
39994              Message-Id: <20010922202909.I18223@blackrider>
39995      Branch: perl
39996            ! t/op/magic.t
39997 ____________________________________________________________________________
39998 [ 12150] By: ams                                   on 2001/09/23  06:36:26
39999         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
40000              Dumpvalue.pm
40001              From: "chromatic" <chromatic@rmci.net>
40002              Date: Sat, 22 Sep 2001 19:41:31 -0600
40003              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
40004      Branch: perl
40005            + lib/Dumpvalue.t
40006            ! MANIFEST lib/Dumpvalue.pm
40007 ____________________________________________________________________________
40008 [ 12149] By: ams                                   on 2001/09/23  06:25:35
40009         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
40010              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40011              Date: Sun, 23 Sep 2001 15:27:56 +0900
40012              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
40013      Branch: perl
40014            ! ext/Encode/Encode/2022-cn.enc
40015 ____________________________________________________________________________
40016 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
40017         Log: Manual eror in #12147.
40018      Branch: perl
40019            ! win32/win32.c
40020 ____________________________________________________________________________
40021 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
40022         Log: Integrate change #12146 from maintperl;
40023              win32_chdir() et al don't handle a NULL argument gracefully
40024      Branch: perl
40025           !> win32/perlhost.h win32/win32.c
40026 ____________________________________________________________________________
40027 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
40028         Log: win32_chdir() et al don't handle a NULL argument gracefully
40029      Branch: maint-5.6/perl
40030            ! win32/perlhost.h win32/win32.c
40031 ____________________________________________________________________________
40032 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
40033         Log: typo in change#12026
40034      Branch: maint-5.6/perl
40035            ! op.c
40036 ____________________________________________________________________________
40037 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
40038         Log: Subject: [PATCH] Re: scalar context unpack bugs
40039              From: Nicholas Clark <nick@ccl4.org>
40040              Date: Sat, 22 Sep 2001 23:07:56 +0100
40041              Message-ID: <20010922230755.O4971@plum.flirble.org>
40042      Branch: perl
40043            ! pp_pack.c t/op/pack.t
40044 ____________________________________________________________________________
40045 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
40046         Log: Try ExtUtils::Command.t everywhere, not just on Win32
40047              (as suggested by NI-S).  Also allow running it either
40048              in t/ or in the main directory.
40049      Branch: perl
40050            ! lib/ExtUtils/Command.t
40051 ____________________________________________________________________________
40052 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
40053         Log: Update the test on warnings/register.t.
40054      Branch: perl
40055            ! t/lib/1_compile.t
40056 ____________________________________________________________________________
40057 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
40058         Log: The code is now almost tidy enough to keep the IRIX cc happy.
40059      Branch: perl
40060            ! hints/irix_6.sh
40061 ____________________________________________________________________________
40062 [ 12140] By: ams                                   on 2001/09/22  17:26:32
40063         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
40064              use_ithreads
40065              From: "Craig A. Berry" <craigberry@mac.com>
40066              Date: Sat, 22 Sep 2001 13:15:32 -0500
40067              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
40068      Branch: perl
40069            ! configure.com
40070 ____________________________________________________________________________
40071 [ 12139] By: ams                                   on 2001/09/22  16:44:08
40072         Log: Do what perl_clone() does for sharedsv functions.
40073      Branch: perl
40074            ! embed.pl proto.h
40075 ____________________________________________________________________________
40076 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
40077         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
40078              (suggested by Sarathy, extensions shouldn't be dabbling with
40079              op structures, so binary backward compatibility should not be
40080              an issue.)
40081      Branch: perl
40082            ! hints/irix_6.sh op.h
40083 ____________________________________________________________________________
40084 [ 12137] By: ams                                   on 2001/09/22  16:21:05
40085         Log: More cleanups. (What's PERL_DECL_PROT?)
40086      Branch: perl
40087            ! embed.pl proto.h sharedsv.h
40088 ____________________________________________________________________________
40089 [ 12136] By: ams                                   on 2001/09/22  15:14:34
40090         Log: (Retracted by #12185)
40091              
40092              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
40093              Add Tests for warnings::register, Doc Update
40094              From: "chromatic" <chromatic@rmci.net>
40095              Date: Sat, 22 Sep 2001 09:43:20 -0600
40096              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
40097      Branch: perl
40098            + lib/warnings/register.t
40099            ! MANIFEST lib/warnings/register.pm
40100 ____________________________________________________________________________
40101 [ 12135] By: ams                                   on 2001/09/22  15:07:50
40102         Log: `@foo' should be @foo for consistency.
40103      Branch: perl
40104            ! pod/perldiag.pod
40105 ____________________________________________________________________________
40106 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
40107         Log: (Retracted by #12138)
40108              
40109              Add -woff (turn warning off) 3187:
40110              "A pointer is converted to a smaller integer."
40111              This happens when your pointers are 64-bit: then every case
40112              of converting pointers to PADOFFSETs (explicitly 32-bit)
40113              faces truncation (even explicit use of INT2PTR doesn't help).
40114              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
40115              Changing PADOFFSET from U32 to UV would help, but that
40116              would break binary backward compatibility of BASEOP and padop
40117              (assuming you have been using 64-bit pointers).
40118      Branch: perl
40119            ! hints/irix_6.sh
40120 ____________________________________________________________________________
40121 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
40122         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
40123              but the name comes from the inside the file, not from the file
40124              name, and Rumanian is the name of the language.
40125      Branch: perl
40126            + ext/Encode/Encode/macRumanian.enc
40127            - ext/Encode/Encode/macRomania.enc
40128            ! MANIFEST
40129 ____________________________________________________________________________
40130 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
40131         Log: Rename perltootc as perltooc for 8.3-friedliness.
40132      Branch: perl
40133            + pod/perltooc.pod
40134            - pod/perltootc.pod
40135            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
40136            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
40137            ! pod/perltoot.pod
40138 ____________________________________________________________________________
40139 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
40140         Log: Find more conflicts by lowercasing.
40141      Branch: perl
40142            + Porting/check83.pl
40143            - check83.pl
40144            ! MANIFEST
40145 ____________________________________________________________________________
40146 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
40147         Log: The AIX cc 5.0.0.0 is simply too buggy.
40148      Branch: perl
40149            ! hints/aix.sh
40150 ____________________________________________________________________________
40151 [ 12129] By: ams                                   on 2001/09/22  12:35:38
40152         Log: Uninteresting cleanup.
40153      Branch: perl
40154            ! form.h
40155 ____________________________________________________________________________
40156 [ 12128] By: ams                                   on 2001/09/22  12:28:48
40157         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
40158              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
40159              Date: Sat, 22 Sep 2001 14:29:13 +0100
40160              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
40161      Branch: perl
40162            ! cv.h
40163 ____________________________________________________________________________
40164 [ 12127] By: ams                                   on 2001/09/22  12:04:28
40165         Log: What's a backet?
40166      Branch: perl
40167            ! dump.c
40168 ____________________________________________________________________________
40169 [ 12126] By: ams                                   on 2001/09/22  10:02:34
40170         Log: Removed duplicated tests #19 and #20.
40171      Branch: perl
40172            ! t/op/do.t
40173 ____________________________________________________________________________
40174 [ 12125] By: ams                                   on 2001/09/22  03:58:41
40175         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
40176              From: Michael Carman <mjcarman@home.com>
40177              Date: Fri, 21 Sep 2001 17:54:05 -0500
40178              Message-Id: <3BABC50D.6040202@home.com>
40179              (Applied with some changes.)
40180      Branch: perl
40181            ! pod/perlmod.pod
40182 ____________________________________________________________________________
40183 [ 12124] By: ams                                   on 2001/09/22  03:44:19
40184         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
40185              From: Michael G Schwern <schwern@pobox.com>
40186              Date: Fri, 21 Sep 2001 19:20:40 -0400
40187              Message-Id: <20010921192040.E5494@blackrider>
40188      Branch: perl
40189            ! t/op/chdir.t
40190 ____________________________________________________________________________
40191 [ 12123] By: ams                                   on 2001/09/22  03:41:08
40192         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
40193              From: Blair Zajac <blair@orcaware.com>
40194              Date: Fri, 21 Sep 2001 15:13:04 -0700
40195              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
40196      Branch: perl
40197            ! t/op/chdir.t
40198 ____________________________________________________________________________
40199 [ 12122] By: ams                                   on 2001/09/22  03:37:07
40200         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
40201              20010920.007
40202              From: Michael G Schwern <schwern@pobox.com>
40203              Date: Fri, 21 Sep 2001 17:59:03 -0400
40204              Message-Id: <20010921175903.V5494@blackrider>
40205      Branch: perl
40206            ! t/op/do.t
40207 ____________________________________________________________________________
40208 [ 12121] By: ams                                   on 2001/09/22  03:30:38
40209         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
40210              suite on WinCE)
40211              From: Michael G Schwern <schwern@pobox.com>
40212              Date: Fri, 21 Sep 2001 19:41:03 -0400
40213              Message-Id: <20010921194103.G5494@blackrider>
40214      Branch: perl
40215            ! pod/perlport.pod
40216 ____________________________________________________________________________
40217 [ 12120] By: ams                                   on 2001/09/22  03:28:06
40218         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
40219              From: Michael G Schwern <schwern@pobox.com>
40220              Date: Fri, 21 Sep 2001 17:33:35 -0400
40221              Message-Id: <20010921173335.T5494@blackrider>
40222              ($ENV{FOO}=undef hunk not applied.)
40223      Branch: perl
40224            ! t/op/magic.t
40225 ____________________________________________________________________________
40226 [ 12119] By: ams                                   on 2001/09/22  03:02:26
40227         Log: Subject: [PATCH] perldiag.pod
40228              From: Peter Scott <Peter@PSDT.com>
40229              Date: Fri, 21 Sep 2001 18:54:50 -0700
40230              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
40231              (Moved to the right place.)
40232      Branch: perl
40233            ! pod/perldiag.pod
40234 ____________________________________________________________________________
40235 [ 12118] By: ams                                   on 2001/09/21  20:05:29
40236         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
40237              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40238              Date: Fri, 21 Sep 2001 22:36:54 +0200
40239              Message-Id: <20010921223654.A12742@rafael>
40240      Branch: perl
40241            ! t/op/do.t
40242 ____________________________________________________________________________
40243 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
40244         Log: Restore things as they were before
40245              the backward compatibility police notices.
40246      Branch: perl
40247            ! lib/Cwd.pm
40248 ____________________________________________________________________________
40249 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
40250         Log: More Cwd from Schwern: make also OS/2 and DOS
40251              Cwd agree with File::Spec (that is, native path
40252              syntax using \ instead of / -- backward compatibility
40253              polic warning) and stop Win32 from using bsd_realpath().
40254      Branch: perl
40255            ! lib/Cwd.pm
40256 ____________________________________________________________________________
40257 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
40258         Log: Subject: [PATCH @12110] RE: Untested libraries update
40259              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
40260              Date: Fri, 21 Sep 2001 18:21:07 +0100
40261              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
40262      Branch: perl
40263            ! lib/warnings/register.pm
40264 ____________________________________________________________________________
40265 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
40266         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
40267              From: Michael G Schwern <schwern@pobox.com>
40268              Date: Thu, 20 Sep 2001 22:54:02 -0400
40269              Message-ID: <20010920225402.A3611@blackrider>
40270      Branch: perl
40271            ! lib/Cwd.pm
40272 ____________________________________________________________________________
40273 [ 12113] By: ams                                   on 2001/09/21  17:08:24
40274         Log: Subject: [PATCH] avoid v-strings with require/use
40275              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
40276              Date: Fri, 21 Sep 2001 12:34:40 -0400
40277              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
40278      Branch: perl
40279            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
40280            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
40281            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
40282            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
40283            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
40284            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
40285            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
40286            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
40287            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
40288            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
40289            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
40290            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
40291            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
40292            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
40293            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
40294            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
40295            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
40296            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
40297            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
40298 ____________________________________________________________________________
40299 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
40300         Log: Update Changes.
40301      Branch: perl
40302            ! Changes patchlevel.h
40303 ____________________________________________________________________________
40304 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
40305         Log: Make AIX and Tru64 compilers happy.  
40306      Branch: perl
40307            ! ext/threads/threads.h ext/threads/threads.xs
40308 ____________________________________________________________________________
40309 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
40310         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
40311              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
40312              Date: 21 Sep 2001 09:16:37 -0000
40313              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
40314      Branch: perl
40315            ! toke.c
40316 ____________________________________________________________________________
40317 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
40318         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
40319              From: Michael G Schwern <schwern@pobox.com>
40320              Date: Thu, 20 Sep 2001 21:21:34 -0400
40321              Message-ID: <20010920212134.Y28291@blackrider>
40322      Branch: perl
40323            ! pp_sys.c
40324 ____________________________________________________________________________
40325 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
40326         Log: Subject: Re: GDB Debugging Macros from mod_perl
40327              From: rspier@pobox.com (Robert Spier)
40328              Date: Thu, 20 Sep 2001 22:45:03 -0700
40329              Message-ID: <15274.54239.413929.49430@rls.cx>
40330      Branch: perl
40331            ! pod/perltodo.pod
40332 ____________________________________________________________________________
40333 [ 12105] By: sky                                   on 2001/09/21  10:33:34
40334         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
40335              timezone! GetSystemTime should be available on all Win32 
40336              platforms we support. Perhaps Time::HiRes should be extended to
40337              support WinCE and Novell?
40338      Branch: perl
40339            ! ext/Time/HiRes/HiRes.xs
40340 ____________________________________________________________________________
40341 [ 12104] By: sky                                   on 2001/09/21  08:12:39
40342         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
40343      Branch: perl
40344            ! ext/threads/threads.h ext/threads/threads.xs
40345 ____________________________________________________________________________
40346 [ 12103] By: sky                                   on 2001/09/21  07:57:41
40347         Log: Rename the *thread* functions to Perl_* to avoid clashes.
40348              Notably on AIX but could become a problem on other platforms.
40349      Branch: perl
40350            ! ext/threads/threads.h ext/threads/threads.xs
40351 ____________________________________________________________________________
40352 [ 12102] By: sky                                   on 2001/09/21  07:35:30
40353         Log: Add the shared sv space to the global vars.
40354              Fix problems compiling on win32.
40355      Branch: perl
40356            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
40357            ! sharedsv.c sharedsv.h
40358 ____________________________________________________________________________
40359 [ 12101] By: ams                                   on 2001/09/21  00:19:55
40360         Log: Subject: [PATCH] win32/Makefile warning fix
40361              From: Blair Zajac <blair@orcaware.com>
40362              Date: Thu, 20 Sep 2001 18:15:43 -0700
40363              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
40364      Branch: perl
40365            ! win32/Makefile
40366 ____________________________________________________________________________
40367 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
40368         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
40369              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40370              Date: Thu, 20 Sep 2001 18:36:22 +0200
40371              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
40372      Branch: perl
40373            ! lib/ExtUtils/Command.t
40374 ____________________________________________________________________________
40375 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
40376         Log: Cant spl wirth a dam.
40377      Branch: perl
40378            ! intrpvar.h
40379 ____________________________________________________________________________
40380 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
40381         Log: Don't use C++ comments.
40382      Branch: perl
40383            ! ext/threads/threads.xs
40384 ____________________________________________________________________________
40385 [ 12097] By: ams                                   on 2001/09/20  21:42:07
40386         Log: Change #12044 didn't.
40387      Branch: perl
40388            ! lib/constant.pm
40389 ____________________________________________________________________________
40390 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
40391         Log: Metaconfig unit changes for #12095.
40392      Branch: metaconfig
40393            ! U/modified/Myinit.U U/modified/libs.U
40394 ____________________________________________________________________________
40395 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
40396         Log: Remove iconv references since we are not using it
40397              and not going to; regen perltoc, perlmodlib.
40398              (Some references still linger in perltoc, have to figure
40399              out where they are coming from.)
40400      Branch: perl
40401            ! Configure NetWare/config.wc NetWare/config_H.wc
40402            ! Porting/Glossary Porting/config.sh Porting/config_H
40403            ! config_h.SH configure.com epoc/config.sh perl.h
40404            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
40405            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40406            ! vos/config.ga.h win32/config.bc win32/config.gc
40407            ! win32/config.vc win32/config_H.bc win32/config_H.gc
40408            ! win32/config_H.vc wince/config.ce wince/config.h
40409            ! wince/config_H.ce
40410 ____________________________________________________________________________
40411 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
40412         Log: Subject: [PATCH docs] Re: ARGV and read
40413              From: Dave Mitchell <davem@fdgroup.co.uk>
40414              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
40415              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
40416      Branch: perl
40417            ! pod/perltodo.pod pod/perlvar.pod
40418 ____________________________________________________________________________
40419 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
40420         Log: Fresh copies from the cvs.perl.org perlfaq repository.
40421      Branch: perl
40422            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
40423            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
40424            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
40425            ! pod/perlfaq9.pod
40426 ____________________________________________________________________________
40427 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
40428         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
40429              From: Nicholas Clark <nick@ccl4.org>
40430              Date: Thu, 20 Sep 2001 14:27:08 +0100
40431              Message-ID: <20010920142708.X4971@plum.flirble.org>
40432      Branch: perl
40433            ! pp_pack.c t/op/pack.t
40434 ____________________________________________________________________________
40435 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
40436         Log: The sharedsv_space* are variables, not code.  Duh.
40437      Branch: perl
40438            ! intrpvar.h makedef.pl
40439 ____________________________________________________________________________
40440 [ 12090] By: ams                                   on 2001/09/20  11:26:06
40441         Log: Subject: [patch lib/lib_pm.PL]
40442              From: Stas Bekman <stas@stason.org>
40443              Date: Thu, 20 Sep 2001 18:48:53 +0800
40444              Message-Id: <3BA9C995.6010302@stason.org>
40445              (Applied by hand.)
40446      Branch: perl
40447            ! lib/lib_pm.PL
40448 ____________________________________________________________________________
40449 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
40450         Log: Only 21 tests, skipping or not.
40451      Branch: perl
40452            ! lib/ExtUtils/Command.t
40453 ____________________________________________________________________________
40454 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
40455         Log: New exported symbols.
40456      Branch: perl
40457            ! makedef.pl
40458 ____________________________________________________________________________
40459 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
40460         Log: Update Changes.
40461      Branch: perl
40462            ! Changes patchlevel.h
40463 ____________________________________________________________________________
40464 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
40465         Log: Correct numbering of the tests is useful.
40466      Branch: perl
40467            ! ext/threads/t/basic.t
40468 ____________________________________________________________________________
40469 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
40470         Log: More tests now too.
40471      Branch: perl
40472            ! lib/ExtUtils/Command.t
40473 ____________________________________________________________________________
40474 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
40475         Log: More tests now.
40476      Branch: perl
40477            ! ext/threads/t/basic.t
40478 ____________________________________________________________________________
40479 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
40480         Log: The test assumed 7-bit ASCII.  Now it "just"
40481              assumes 8-bit whatever.
40482      Branch: perl
40483            ! t/op/crypt.t
40484 ____________________________________________________________________________
40485 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
40486         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
40487              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40488              Date: Wed, 19 Sep 2001 11:45:28 +0200
40489              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
40490              
40491              Lvalue casts are not portable.
40492      Branch: perl
40493            ! ext/threads/threads.xs
40494 ____________________________________________________________________________
40495 [ 12081] By: sky                                   on 2001/09/19  10:17:52
40496         Log: Make the basic test contain only realy basic API tests
40497              Seems to be a problem with detach.
40498      Branch: perl
40499            ! ext/threads/t/basic.t
40500 ____________________________________________________________________________
40501 [ 12080] By: ams                                   on 2001/09/19  01:23:55
40502         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
40503              From: Michael G Schwern <schwern@pobox.com>
40504              Date: Tue, 18 Sep 2001 19:53:48 -0400
40505              Message-Id: <20010918195348.M585@blackrider>
40506              
40507              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
40508              From: Michael G Schwern <schwern@pobox.com>
40509              Date: Tue, 18 Sep 2001 22:07:13 -0400
40510              Message-Id: <20010918220713.B19616@blackrider>
40511      Branch: perl
40512            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
40513            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
40514            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
40515            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
40516            ! lib/Test/Tutorial.pod
40517 ____________________________________________________________________________
40518 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
40519         Log: Indent the test a bit.
40520      Branch: perl
40521            ! ext/threads/t/basic.t
40522 ____________________________________________________________________________
40523 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
40524         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
40525              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40526              Date: Tue, 18 Sep 2001 18:06:44 +0200
40527              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
40528      Branch: perl
40529            ! win32/win32.c
40530 ____________________________________________________________________________
40531 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
40532         Log: Subject: stat access time is wrong on Win95
40533              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
40534              Date: Tue, 18 Sep 2001 21:59:24 +0200
40535              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
40536      Branch: perl
40537            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
40538 ____________________________________________________________________________
40539 [ 12076] By: ams                                   on 2001/09/18  22:11:25
40540         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
40541              From: Michael G Schwern <schwern@pobox.com>
40542              Date: Tue, 18 Sep 2001 18:47:14 -0400
40543              Message-Id: <20010918184714.I585@blackrider>
40544      Branch: perl
40545            ! t/op/crypt.t
40546 ____________________________________________________________________________
40547 [ 12075] By: sky                                   on 2001/09/18  19:29:37
40548         Log: two test failures
40549              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40550              Message-ID: <20010918221702.A17408@rafael>
40551              partly applied, #12074 already fixed half the patch
40552      Branch: perl
40553            ! ext/threads/t/basic.t
40554 ____________________________________________________________________________
40555 [ 12074] By: sky                                   on 2001/09/18  18:49:03
40556         Log: Fixes test case failure introduced by #12071, the warning is
40557              now correctly spelled :-)
40558      Branch: perl
40559            ! ext/IO/lib/IO/t/io_sel.t
40560 ____________________________________________________________________________
40561 [ 12073] By: sky                                   on 2001/09/18  18:46:22
40562         Log: Make the test behave properly!
40563      Branch: perl
40564            ! ext/threads/t/basic.t
40565 ____________________________________________________________________________
40566 [ 12072] By: ams                                   on 2001/09/18  18:44:59
40567         Log: OP_RCATLINE is an SVOP, not a BASEOP.
40568      Branch: perl
40569            ! opcode.h opcode.pl
40570 ____________________________________________________________________________
40571 [ 12071] By: ams                                   on 2001/09/18  18:06:27
40572         Log: Deprecate != Depreciate.
40573      Branch: perl
40574            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
40575            ! lib/Pod/ParseUtils.pm
40576 ____________________________________________________________________________
40577 [ 12070] By: ams                                   on 2001/09/18  15:14:58
40578         Log: Subject: [PATCH] Getopt::Std cleanup
40579              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40580              Date: Tue, 18 Sep 2001 17:32:13 +0200
40581              Message-Id: <20010918173213.C777@rafael>
40582      Branch: perl
40583            ! lib/Getopt/Std.pm lib/Getopt/Std.t
40584 ____________________________________________________________________________
40585 [ 12069] By: sky                                   on 2001/09/18  14:56:33
40586         Log: Forgot the makefile
40587      Branch: perl
40588            + ext/threads/Makefile.PL
40589 ____________________________________________________________________________
40590 [ 12068] By: sky                                   on 2001/09/18  14:13:26
40591         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
40592              The test will fail because of Test.pm not knowing about threads. 
40593              basic needs to be manually tested
40594              compile time warnings on IV2PTR conversions need to be fixed
40595      Branch: perl
40596            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
40597            + ext/threads/threads.h ext/threads/threads.pm
40598            + ext/threads/threads.xs
40599            ! MANIFEST
40600 ____________________________________________________________________________
40601 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
40602         Log: DJGPP tweak from Laszlo Molnar.
40603      Branch: perl
40604            ! djgpp/config.over
40605 ____________________________________________________________________________
40606 [ 12066] By: sky                                   on 2001/09/18  10:24:31
40607         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
40608      Branch: perl
40609            ! sharedsv.c sharedsv.h
40610 ____________________________________________________________________________
40611 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
40612         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
40613              ditto ^cns.
40614      Branch: perl
40615            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
40616            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
40617            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
40618            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
40619            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
40620            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
40621            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
40622            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
40623            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
40624            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
40625            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
40626            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
40627            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
40628            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
40629            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
40630            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
40631            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
40632            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
40633            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
40634            + ext/Encode/Encode/ir-197.enc
40635            - ext/Encode/Encode/cns11643-1.enc
40636            - ext/Encode/Encode/cns11643-2.enc
40637            - ext/Encode/Encode/iso2022-cn.enc
40638            - ext/Encode/Encode/iso2022-jp.enc
40639            - ext/Encode/Encode/iso2022-jp1.enc
40640            - ext/Encode/Encode/iso2022-jp2.enc
40641            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
40642            - ext/Encode/Encode/iso8859-1.enc
40643            - ext/Encode/Encode/iso8859-1.ucm
40644            - ext/Encode/Encode/iso8859-10.enc
40645            - ext/Encode/Encode/iso8859-10.ucm
40646            - ext/Encode/Encode/iso8859-11.enc
40647            - ext/Encode/Encode/iso8859-11.ucm
40648            - ext/Encode/Encode/iso8859-13.enc
40649            - ext/Encode/Encode/iso8859-13.ucm
40650            - ext/Encode/Encode/iso8859-14.enc
40651            - ext/Encode/Encode/iso8859-14.ucm
40652            - ext/Encode/Encode/iso8859-15.enc
40653            - ext/Encode/Encode/iso8859-15.ucm
40654            - ext/Encode/Encode/iso8859-16.enc
40655            - ext/Encode/Encode/iso8859-16.ucm
40656            - ext/Encode/Encode/iso8859-2.enc
40657            - ext/Encode/Encode/iso8859-2.ucm
40658            - ext/Encode/Encode/iso8859-3.enc
40659            - ext/Encode/Encode/iso8859-3.ucm
40660            - ext/Encode/Encode/iso8859-4.enc
40661            - ext/Encode/Encode/iso8859-4.ucm
40662            - ext/Encode/Encode/iso8859-5.enc
40663            - ext/Encode/Encode/iso8859-5.ucm
40664            - ext/Encode/Encode/iso8859-6.enc
40665            - ext/Encode/Encode/iso8859-6.ucm
40666            - ext/Encode/Encode/iso8859-7.enc
40667            - ext/Encode/Encode/iso8859-7.ucm
40668            - ext/Encode/Encode/iso8859-8.enc
40669            - ext/Encode/Encode/iso8859-8.ucm
40670            - ext/Encode/Encode/iso8859-9.enc
40671            - ext/Encode/Encode/iso8859-9.ucm
40672            - ext/Encode/Encode/isoir-197.enc
40673            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
40674 ____________________________________________________________________________
40675 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
40676         Log: Must Uppercase.
40677      Branch: perl
40678            ! ext/Encode/Encode.pm
40679 ____________________________________________________________________________
40680 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
40681         Log: Add various encodings.
40682      Branch: perl
40683            + ext/Encode/Encode/iso8859-11.enc
40684            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
40685            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
40686            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
40687            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
40688            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
40689            + ext/Encode/Encode/viscii.ucm
40690            ! MANIFEST ext/Encode/Encode.pm
40691 ____________________________________________________________________________
40692 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
40693         Log: lib/unicode relic.
40694      Branch: perl
40695            ! ext/Encode/compile
40696 ____________________________________________________________________________
40697 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
40698         Log: Subject: [PATCH] Re: filename problems
40699              From: Michael G Schwern <schwern@pobox.com>
40700              Date: Mon, 17 Sep 2001 17:26:26 -0400
40701              Message-ID: <20010917172626.Q585@blackrider>
40702      Branch: perl
40703            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
40704            - t/lib/sample-tests/header_at_end
40705            - t/lib/sample-tests/header_at_end_fail
40706            ! MANIFEST lib/Test/Harness/t/test-harness.t
40707 ____________________________________________________________________________
40708 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
40709         Log: Explicitly explain the 1e9 seconds, not everybody
40710              is a C geek.
40711      Branch: perl
40712            ! ext/Time/HiRes/HiRes.pm
40713 ____________________________________________________________________________
40714 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
40715         Log: Explain an apparent bug reported by
40716              Richard J. Barbalace <rjbarbal@MIT.EDU>,
40717              with additional explanation from Gisle Aas.
40718      Branch: perl
40719            ! ext/Time/HiRes/HiRes.pm
40720 ____________________________________________________________________________
40721 [ 12058] By: ams                                   on 2001/09/17  19:52:01
40722         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
40723              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40724              Date: Mon, 17 Sep 2001 22:48:05 +0200
40725              Message-Id: <20010917224805.C11744@rafael>
40726      Branch: perl
40727            ! t/lib/warnings/op t/lib/warnings/pp
40728 ____________________________________________________________________________
40729 [ 12057] By: ams                                   on 2001/09/17  16:51:18
40730         Log: Its a nit!
40731      Branch: perl
40732            ! sv.h
40733 ____________________________________________________________________________
40734 [ 12056] By: ams                                   on 2001/09/17  16:47:55
40735         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
40736              From: "Craig A. Berry" <craigberry@mac.com>
40737              Date: Mon, 17 Sep 2001 12:34:20 -0500
40738              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
40739      Branch: perl
40740            ! vms/vms.c
40741 ____________________________________________________________________________
40742 [ 12055] By: ams                                   on 2001/09/17  16:05:15
40743         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
40744              From: Gisle Aas <gisle@ActiveState.com>
40745              Date: 16 Apr 2001 16:20:34 -0700
40746              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
40747              (Applied by hand.)
40748      Branch: perl
40749            ! lib/CPAN.pm lib/CPAN/Nox.pm
40750 ____________________________________________________________________________
40751 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
40752         Log: Update Changes.
40753      Branch: perl
40754            ! Changes patchlevel.h
40755 ____________________________________________________________________________
40756 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
40757         Log: Adding new files to the MANIFEST is always nice.
40758      Branch: perl
40759            ! MANIFEST
40760 ____________________________________________________________________________
40761 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
40762         Log: Reindent the PerlIO files (suggested by NI-S), used
40763              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
40764              (GNU indent).  Note that wholesale re-indenting might
40765              be nice, but that would break nice formatting/alignment
40766              of assignments, equality testing, and complex boolean
40767              expressions with lots of &s and |s.
40768      Branch: perl
40769            ! perlio.c perlio.h perliol.h
40770 ____________________________________________________________________________
40771 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
40772         Log: Add a script for being 8.3-polite.
40773              The found conflicts are being worked on.
40774      Branch: perl
40775            + check83.pl
40776            ! MANIFEST Porting/pumpkin.pod
40777 ____________________________________________________________________________
40778 [ 12050] By: sky                                   on 2001/09/17  12:44:36
40779         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
40780              finding it.
40781      Branch: perl
40782            ! sv.c
40783 ____________________________________________________________________________
40784 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
40785         Log: Bump up versions because of #12041.
40786      Branch: perl
40787            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
40788            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
40789            ! lib/Time/localtime.pm
40790 ____________________________________________________________________________
40791 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
40792         Log: Bump the version number because of #12042.
40793      Branch: perl
40794            ! lib/CPAN/FirstTime.pm
40795 ____________________________________________________________________________
40796 [ 12047] By: ams                                   on 2001/09/17  11:21:40
40797         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
40798              From: Abhijit Menon-Sen <ams@wiw.org>
40799              Date: Mon, 17 Sep 2001 17:44:12 +0530
40800              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
40801      Branch: perl
40802            ! op.c
40803 ____________________________________________________________________________
40804 [ 12046] By: sky                                   on 2001/09/17  07:14:17
40805         Log: Subject: Re: t/op/ver.t using skip() improperly
40806              From: "chromatic" <chromatic@rmci.net>
40807              Date: Mon, 17 Sep 2001 00:22:29 -0600
40808              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
40809      Branch: perl
40810            ! t/op/ver.t
40811 ____________________________________________________________________________
40812 [ 12045] By: nick                                  on 2001/09/17  07:12:14
40813         Log: Integrate mainline
40814      Branch: perlio
40815           +> t/op/chdir.t
40816           !> (integrate 117 files)
40817 ____________________________________________________________________________
40818 [ 12044] By: ams                                   on 2001/09/17  05:49:53
40819         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
40820              From: Ilmari Karonen <iltzu@sci.fi>
40821              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
40822              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
40823              (And $VERSION = '1.05'.)
40824      Branch: perl
40825            ! lib/constant.pm
40826 ____________________________________________________________________________
40827 [ 12043] By: ams                                   on 2001/09/17  05:44:50
40828         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
40829              From: Michael G Schwern <schwern@pobox.com>
40830              Date: Mon, 17 Sep 2001 07:49:04 +0200
40831              Message-Id: <20010917074904.V1588@blackrider>
40832              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
40833      Branch: perl
40834            + t/op/chdir.t
40835            ! MANIFEST pp_sys.c
40836 ____________________________________________________________________________
40837 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
40838         Log: Subject: Re: CPAN.pm needs some hacking 
40839              From: "chromatic" <chromatic@rmci.net>
40840              Date: Sun, 16 Sep 2001 16:46:29 -0600
40841              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
40842      Branch: perl
40843            ! lib/CPAN/FirstTime.pm
40844 ____________________________________________________________________________
40845 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
40846         Log: Change use|require 5.005_64 to use|require 5.6.1.
40847      Branch: perl
40848            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
40849            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
40850            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
40851            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
40852            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
40853            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
40854            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
40855            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
40856            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
40857            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
40858            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
40859            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
40860            ! lib/base.pm lib/fields.pm
40861 ____________________________________________________________________________
40862 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
40863         Log: Bump up version numbers.
40864              
40865              TODO 1: double check that pre-5.6.1 CPAN.pm:s
40866              don't try to download 5.8.0 because of the
40867              version numbers.  Mainly this means using _00
40868              in the core version numbers.
40869              
40870              TODO 2: the "use 5.005_64" in many modules
40871              needs to be changed to, say, "use 5.6.1".
40872      Branch: perl
40873            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
40874            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
40875            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
40876            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
40877            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
40878            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
40879            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
40880            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
40881            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
40882            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
40883            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
40884 ____________________________________________________________________________
40885 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
40886         Log: Use UCHARAT() as suggested by Inaba Hiroto.
40887      Branch: perl
40888            ! regexec.c
40889 ____________________________________________________________________________
40890 [ 12038] By: ams                                   on 2001/09/16  15:16:24
40891         Log: Subject: [PATCH] Re: Core module version numbers review
40892              From: Peter Scott <Peter@PSDT.com>
40893              Date: Sun, 16 Sep 2001 09:09:58 -0700
40894              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
40895      Branch: perl
40896            ! lib/perl5db.pl
40897 ____________________________________________________________________________
40898 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
40899         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
40900              not yet fully implemented.
40901      Branch: perl
40902            ! pod/perlfunc.pod pod/perlunicode.pod
40903 ____________________________________________________________________________
40904 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
40905         Log: Subject: [patch] plug PL_beginav_save leak
40906              From: Doug MacEachern <dougm@covalent.net>
40907              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
40908              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
40909      Branch: perl
40910            ! perl.c
40911 ____________________________________________________________________________
40912 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
40913         Log: (accidentally empty checkin)
40914      Branch: perl
40915            ! sv.c
40916 ____________________________________________________________________________
40917 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
40918         Log: Subject: [patch] ithreads+PL_beginav_save
40919              From: Doug MacEachern <dougm@covalent.net>
40920              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
40921              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
40922      Branch: perl
40923            ! sv.c
40924 ____________________________________________________________________________
40925 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
40926         Log: Subject: [PATCH] h2xs.PL with C::Scan
40927              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40928              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
40929              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
40930      Branch: perl
40931            ! utils/h2xs.PL
40932 ____________________________________________________________________________
40933 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
40934         Log: Elaborate (well, make more vague, really) #12030.
40935      Branch: perl
40936            ! pod/perltodo.pod pod/perlunicode.pod
40937 ____________________________________________________________________________
40938 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
40939         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
40940              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
40941              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
40942              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
40943      Branch: perl
40944            ! regexec.c
40945 ____________________________________________________________________________
40946 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
40947         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
40948              are not yet complete.
40949      Branch: perl
40950            ! pod/perltodo.pod pod/perlunicode.pod
40951 ____________________________________________________________________________
40952 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
40953         Log: Document what's still to be done on the regular expression
40954              Unicode support, based on the UTR#18.
40955      Branch: perl
40956            ! pod/perltodo.pod pod/perlunicode.pod
40957 ____________________________________________________________________________
40958 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
40959         Log: Regen headers.
40960      Branch: perl
40961            ! embedvar.h perlapi.h
40962 ____________________________________________________________________________
40963 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
40964         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
40965              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
40966              Date: Sun, 09 Sep 2001 18:41:54 +0100
40967              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
40968      Branch: perl
40969            ! Porting/findvars ext/ByteLoader/bytecode.h
40970            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
40971            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
40972 ____________________________________________________________________________
40973 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
40974         Log: enable most warnings for windows build; fix the various typecasting
40975              nits that showed up (no bugfixes here)
40976      Branch: maint-5.6/perl
40977            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
40978            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
40979            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
40980            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
40981            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
40982            ! x2p/walk.c
40983 ____________________________________________________________________________
40984 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
40985         Log: Integrate change #12024 from maintperl
40986              (a local() precedence bug)
40987      Branch: perl
40988           !> lib/ExtUtils/Install.pm
40989 ____________________________________________________________________________
40990 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
40991         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
40992              change#8642
40993      Branch: maint-5.6/perl
40994            ! lib/ExtUtils/Install.pm
40995 ____________________________________________________________________________
40996 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
40997         Log: Update Changes.
40998      Branch: perl
40999            ! Changes patchlevel.h
41000 ____________________________________________________________________________
41001 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
41002         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
41003              From: "chromatic" <chromatic@rmci.net>
41004              Date: Fri, 14 Sep 2001 09:44:57 -0600 
41005              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
41006      Branch: perl
41007            ! lib/ExtUtils/Manifest.t
41008 ____________________________________________________________________________
41009 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
41010         Log: Hopefully better skipping of the Complete.t tests
41011              in case of not a tty. 
41012      Branch: perl
41013            ! lib/Term/Complete.t t/op/stat.t
41014 ____________________________________________________________________________
41015 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
41016         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
41017              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41018              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
41019              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
41020      Branch: perl
41021            ! regexec.c t/op/pat.t
41022 ____________________________________________________________________________
41023 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
41024         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
41025              From: Robin Barker <rmb1@cise.npl.co.uk>
41026              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
41027              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
41028      Branch: perl
41029            ! pod/perlport.pod
41030 ____________________________________________________________________________
41031 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
41032         Log: NetWare tweaks from Ananth Kesari.
41033      Branch: perl
41034            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
41035            ! NetWare/nwutil.h
41036 ____________________________________________________________________________
41037 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
41038         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
41039              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41040              Date: Fri, 14 Sep 2001 10:51:13 +0200
41041              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
41042      Branch: perl
41043            ! pod/perlport.pod
41044 ____________________________________________________________________________
41045 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
41046         Log: Subject: Re: [PATCH 2 pl2pm.PL]
41047              From: Joe Smith <Joe.Smith@inwap.com>
41048              Date: Fri, 14 Sep 2001 00:13:32 -0700
41049              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
41050              
41051              Eradicate qu.
41052      Branch: perl
41053            ! keywords.h keywords.pl utils/pl2pm.PL
41054 ____________________________________________________________________________
41055 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
41056         Log: Retract #12013, didn't go over too well in Tru64.
41057      Branch: perl
41058            ! embed.h embed.pl sv.h
41059 ____________________________________________________________________________
41060 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
41061         Log: Subject: [PATCH] Execute files of debugger commands
41062              From: Peter Scott <Peter@PSDT.com>
41063              Date: Thu, 13 Sep 2001 15:26:31 -0700
41064              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
41065      Branch: perl
41066            ! lib/perl5db.pl pod/perldebug.pod
41067 ____________________________________________________________________________
41068 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
41069         Log: (Retracted by #12015)
41070              Subject: [proposed PATCH] Re: perl@11920
41071              From: Nicholas Clark <nick@ccl4.org>
41072              Date: Wed, 12 Sep 2001 23:46:09 +0100
41073              Message-ID: <20010912234609.H4971@plum.flirble.org>     
41074      Branch: perl
41075            ! embed.h embed.pl sv.h
41076 ____________________________________________________________________________
41077 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
41078         Log: ucblib shouldn't be linked against in nonstop-ux,
41079              from Tom Bates.
41080      Branch: perl
41081            ! hints/nonstopux.sh
41082 ____________________________________________________________________________
41083 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
41084         Log: Do stty only if we have stty.
41085              
41086              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
41087      Branch: perl
41088            ! lib/Term/Complete.pm
41089 ____________________________________________________________________________
41090 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
41091         Log: Skip the test if not running on a tty.
41092      Branch: perl
41093            ! lib/Term/Complete.t
41094 ____________________________________________________________________________
41095 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
41096         Log: Regen headers.
41097      Branch: perl
41098            ! embed.h opcode.h pod/perlapi.pod proto.h
41099 ____________________________________________________________________________
41100 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
41101         Log: Subject: [PATCH op.c] Re: perl@12003
41102              From: Robin Barker <rmb1@cise.npl.co.uk>
41103              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
41104              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
41105      Branch: perl
41106            ! op.c
41107 ____________________________________________________________________________
41108 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
41109         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
41110              From: Robin Barker <rmb1@cise.npl.co.uk>
41111              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
41112              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
41113      Branch: perl
41114            ! sv.c
41115 ____________________________________________________________________________
41116 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
41117         Log: Upgrade to Memoize 0.66.
41118      Branch: perl
41119            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
41120            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
41121            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
41122 ____________________________________________________________________________
41123 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
41124         Log: Subject: [ID 20010912.007] substr reference core dump
41125              From: me-01@ton.iguana.be
41126              Date: 12 Sep 2001 14:11:16 -0000
41127              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
41128      Branch: perl
41129            ! mg.c
41130 ____________________________________________________________________________
41131 [ 12004] By: ams                                   on 2001/09/12  01:13:49
41132         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
41133              From: Ilmari Karonen <iltzu@sci.fi>
41134              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
41135              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
41136      Branch: perl
41137            ! pod/perlfaq4.pod
41138 ____________________________________________________________________________
41139 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
41140         Log: Update Changes.
41141      Branch: perl
41142            ! Changes patchlevel.h
41143 ____________________________________________________________________________
41144 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
41145         Log: NetWare update from Ananth Kesari.
41146      Branch: perl
41147            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
41148            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
41149 ____________________________________________________________________________
41150 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
41151         Log: Retract #11984: div() being redefined, and 1397
41152              failing on 64-bit platforms.
41153      Branch: perl
41154            ! lib/Math/BigInt/Calc.pm
41155 ____________________________________________________________________________
41156 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
41157         Log: Metaconfig unit change for #11999.
41158      Branch: metaconfig
41159            ! U/protos/d_lseekproto.U
41160 ____________________________________________________________________________
41161 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
41162         Log: The lseek fix (#11991) was no fix.
41163      Branch: perl
41164            ! Configure
41165 ____________________________________________________________________________
41166 [ 11998] By: sky                                   on 2001/09/11  07:52:06
41167         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
41168              From: Matt Sergeant <MSergeant@star.net.uk>
41169              Date: Tue, 11 Sep 2001 09:22:32 +0100
41170              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
41171      Branch: perl
41172            ! ext/Encode/Encode.pm
41173 ____________________________________________________________________________
41174 [ 11997] By: sky                                   on 2001/09/11  06:35:29
41175         Log: Sometimes dTHX is added because it is needed on non 
41176              gnuc platforms, but not needed there. This uses GCC
41177              to silence GCC specific warnings by marking pTHX as 
41178              unused.
41179      Branch: perl
41180            ! perl.h
41181 ____________________________________________________________________________
41182 [ 11996] By: nick                                  on 2001/09/11  06:25:27
41183         Log: Integrate mainline
41184      Branch: perlio
41185            - ext/POSIX/sigaction.t lib/File/Find/taint.t
41186           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
41187 ____________________________________________________________________________
41188 [ 11995] By: nick                                  on 2001/09/11  06:23:39
41189         Log: Part Integrate mainline
41190      Branch: perlio
41191           +> (branch 69 files)
41192            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
41193            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
41194            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
41195            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
41196            - lib/Switch/t/switch_case.t lib/Test/Harness.t
41197            - lib/Test/More/Changes lib/Test/More/t/More.t
41198            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
41199            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
41200            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
41201            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
41202            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
41203            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
41204            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
41205            - t/lib/Test/More/Catch.pm wince/perl.ico
41206           !> (integrate 197 files)
41207 ____________________________________________________________________________
41208 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
41209         Log: Subject: Re: [PATCH] Encode.pm docs fix
41210              From: Gisle Aas <gisle@ActiveState.com>
41211              Date: 10 Sep 2001 11:27:02 -0700
41212              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
41213      Branch: perl
41214            ! ext/Encode/Encode.pm
41215 ____________________________________________________________________________
41216 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
41217         Log: Fix unpack U to be the reverse of pack U
41218              (but implement unpack U0U as a backdoor to get
41219              the UTF-8 malformed warnings from un-UTF-8 data)
41220      Branch: perl
41221            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
41222 ____________________________________________________________________________
41223 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
41224         Log: Metaconfig unit change for #11991;
41225              delete an unused unit (d_strtoull.U is the one used)
41226      Branch: metaconfig
41227            ! U/protos/d_lseekproto.U
41228      Branch: metaconfig/U/perl
41229            - strtoull.U
41230 ____________________________________________________________________________
41231 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
41232         Log: Subject: [PATCH] Configure not recording lseek proto
41233              From: Blair Zajac <blair@orcaware.com>
41234              Date: Mon, 10 Sep 2001 17:52:37 -0700
41235              Message-ID: <3B9D6055.BA334A31@orcaware.com>
41236              
41237              plus regen Configure.
41238      Branch: perl
41239            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41240            ! config_h.SH uconfig.h
41241 ____________________________________________________________________________
41242 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
41243         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?)))                  
41244              From: Nicholas Clark <nick@ccl4.org>
41245              Date: Tue, 11 Sep 2001 00:00:31 +0100
41246              Message-ID: <20010911000031.G1512@plum.flirble.org>
41247      Branch: perl
41248            + t/op/qq.t
41249            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
41250 ____________________________________________________________________________
41251 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
41252         Log: Subject: [PATCH] Building on win32 w/o perlio
41253              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
41254              Date: Mon, 10 Sep 2001 23:38:46 +0200
41255              Message-ID: <3B9D4F06.14433.2C37644@localhost>
41256      Branch: perl
41257            ! perl.c win32/Makefile win32/makefile.mk
41258 ____________________________________________________________________________
41259 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
41260         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
41261              From: "chromatic" <chromatic@rmci.net>
41262              Date: Mon, 10 Sep 2001 15:14:01 -0600
41263              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
41264      Branch: perl
41265            + lib/CGI/t/push.t
41266            ! MANIFEST
41267 ____________________________________________________________________________
41268 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
41269         Log: Subject: avoiding hoardes of zombies
41270              From: Nicholas Clark <nick@ccl4.org>
41271              Date: Mon, 10 Sep 2001 22:00:40 +0100
41272              Message-ID: <20010910220040.C1512@plum.flirble.org>
41273      Branch: perl
41274            ! pod/perlipc.pod
41275 ____________________________________________________________________________
41276 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
41277         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
41278              From: John Peacock <jpeacock@rowman.com>
41279              Date: Mon, 10 Sep 2001 16:34:30 -0400
41280              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
41281      Branch: perl
41282            ! sv.c t/op/ver.t utf8.h
41283 ____________________________________________________________________________
41284 [ 11985] By: ams                                   on 2001/09/10  23:20:13
41285         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
41286      Branch: perl
41287            ! MANIFEST
41288 ____________________________________________________________________________
41289 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
41290         Log: (Retracted by #12001)
41291              Subject: Calc with USE_MUL/USE_DIV
41292              From: Tels <perl_dummy@bloodgate.com>
41293              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
41294              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
41295      Branch: perl
41296            ! lib/Math/BigInt/Calc.pm
41297 ____________________________________________________________________________
41298 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
41299         Log: Subject: [PATCH op.c] Re: perl@11978
41300              From: Robin Barker <rmb1@cise.npl.co.uk>
41301              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
41302              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
41303              
41304              Format errors.
41305      Branch: perl
41306            ! op.c
41307 ____________________________________________________________________________
41308 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
41309         Log: Switch PADOFFSET back to U32 both because of binary backward
41310              compatibility and because Arthur seems to have been fixing the
41311              problems with naughty integer-pointer casting.
41312      Branch: perl
41313            ! op.h
41314 ____________________________________________________________________________
41315 [ 11981] By: ams                                   on 2001/09/10  16:31:43
41316         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
41317              Fix Pod Typo, Add Test for ExtUtils::Command
41318              From: "chromatic" <chromatic@rmci.net>
41319              Date: Mon, 10 Sep 2001 11:20:56 -0600
41320              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
41321      Branch: perl
41322            + lib/ExtUtils/Command.t
41323            ! MANIFEST lib/ExtUtils/Command.pm
41324 ____________________________________________________________________________
41325 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
41326         Log: Subject: [PATCH] Encode.pm docs fix
41327              From: Matt Sergeant <MSergeant@star.net.uk>
41328              Date: Mon, 10 Sep 2001 15:24:01 +0100
41329              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
41330      Branch: perl
41331            ! ext/Encode/Encode.pm
41332 ____________________________________________________________________________
41333 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
41334         Log: Update Changes.
41335      Branch: perl
41336            ! Changes patchlevel.h
41337 ____________________________________________________________________________
41338 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
41339         Log: Revert #11973, the dTHX seems to be needed in there
41340              for threaded builds.
41341      Branch: perl
41342            ! perlio.c
41343 ____________________________________________________________________________
41344 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
41345         Log: Detypo.
41346      Branch: perl
41347            ! pod/perlguts.pod
41348 ____________________________________________________________________________
41349 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
41350         Log: Further Class::Struct patching from Damian.
41351              
41352              The new new semantics are:
41353              
41354              * If you pass an initializer for a nested object, it has to be:
41355              a) a reference to an object of that class, or      
41356              b) a reference to an object of a subclass of that class, or
41357              c) a reference to a hash of arguments to be passed to the
41358              class's constructor
41359              * If you pass no initializer for a nested object, the attribute
41360              is initialized to C<undef>
41361      Branch: perl
41362            ! lib/Class/Struct.pm
41363 ____________________________________________________________________________
41364 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
41365         Log: Skip the crypt test if no crypt.
41366      Branch: perl
41367            ! t/op/crypt.t
41368 ____________________________________________________________________________
41369 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
41370         Log: Warn against using bare v-strings as IP addresses
41371              (okay if using the wrappers from Socket)
41372      Branch: perl
41373            ! pod/perldata.pod pod/perlport.pod
41374 ____________________________________________________________________________
41375 [ 11973] By: sky                                   on 2001/09/10  11:57:58
41376         Log: Remove unused dTHX. Silenced another warning.
41377      Branch: perl
41378            ! perlio.c
41379 ____________________________________________________________________________
41380 [ 11972] By: sky                                   on 2001/09/10  11:54:25
41381         Log: Silence some more warnings INT2PTR.
41382      Branch: perl
41383            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
41384 ____________________________________________________________________________
41385 [ 11971] By: sky                                   on 2001/09/10  11:21:50
41386         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
41387      Branch: perl
41388            ! cop.h
41389 ____________________________________________________________________________
41390 [ 11970] By: sky                                   on 2001/09/10  11:17:25
41391         Log: Apply INT2PTR with force to silence warnings from
41392              PM_GETRE and friends. No more warnings with 64bit 
41393              IVs and 32bit pointers.    
41394      Branch: perl
41395            ! op.c op.h perl.c
41396 ____________________________________________________________________________
41397 [ 11969] By: sky                                   on 2001/09/10  10:13:02
41398         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
41399      Branch: perl
41400            ! pod/perlguts.pod
41401 ____________________________________________________________________________
41402 [ 11968] By: sky                                   on 2001/09/10  10:02:51
41403         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
41404              Rename to custop_op_name to Perl_custom_op_name to match perlapi
41405              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
41406              perl_clone.
41407      Branch: perl
41408            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
41409 ____________________________________________________________________________
41410 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
41411         Log: Using strlen() not good on embedded nul bytes.
41412      Branch: perl
41413            ! regcomp.c
41414 ____________________________________________________________________________
41415 [ 11966] By: ams                                   on 2001/09/09  21:06:13
41416         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
41417              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
41418              Date: Mon, 13 Aug 2001 22:51:59 +0200
41419              Message-ID: <20010813225159.C6681@rafael>
41420              (Applied with several tweaks.)
41421      Branch: perl
41422            ! embed.h embed.pl proto.h toke.c
41423 ____________________________________________________________________________
41424 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
41425         Log: The exact error message is system-dependent.
41426      Branch: perl
41427            ! lib/ExtUtils/Manifest.t
41428 ____________________________________________________________________________
41429 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
41430         Log: Add Windows and Mac Sami support to Encode
41431              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
41432      Branch: perl
41433            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
41434            ! MANIFEST
41435 ____________________________________________________________________________
41436 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
41437         Log: Use the tried method.
41438      Branch: perl
41439            ! pod/perlport.pod
41440 ____________________________________________________________________________
41441 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
41442         Log: Can't count parentheses.
41443      Branch: perl
41444            ! ext/IO/lib/IO/Socket/INET.pm
41445 ____________________________________________________________________________
41446 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
41447         Log: perlport additions: 1 while unlink, add/delete directory
41448              entries and permissions, cygwin stat funkiness (from Michael
41449              Schwern and Nicholas Clark)
41450      Branch: perl
41451            ! pod/perlport.pod
41452 ____________________________________________________________________________
41453 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
41454         Log: blib does have a detectable test.
41455      Branch: perl
41456            ! t/lib/1_compile.t
41457 ____________________________________________________________________________
41458 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
41459         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
41460              From: "chromatic" <chromatic@rmci.net>
41461              Date: Sat, 08 Sep 2001 19:33:42 -0600
41462              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
41463      Branch: perl
41464            + lib/Term/Complete.t
41465            ! MANIFEST
41466 ____________________________________________________________________________
41467 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
41468         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
41469              From: Michael G Schwern <schwern@pobox.com> 
41470              Date: Sat, 8 Sep 2001 02:40:26 -0400
41471              Message-ID: <20010908024026.A26283@blackrider>
41472      Branch: perl
41473            + lib/Test/Tutorial.pod
41474            ! MANIFEST
41475 ____________________________________________________________________________
41476 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
41477         Log: Try to look up protocol (by name) only iff it has non-numbers:
41478              nice if the server is in a chrooted environment (no /etc/protocols,
41479              server code using hardcorded protocol numbers like 6 for tcp),
41480              suggested by John Holdsworth <coldwave@bigfoot.com>.
41481              In other words, if we are given a number, why look it up again
41482              (by number)?
41483      Branch: perl
41484            ! ext/IO/lib/IO/Socket/INET.pm
41485 ____________________________________________________________________________
41486 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
41487         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
41488              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41489              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
41490              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
41491              
41492              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
41493              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41494              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
41495              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
41496              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
41497              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41498              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
41499              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
41500      Branch: perl
41501            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
41502 ____________________________________________________________________________
41503 [ 11955] By: ams                                   on 2001/09/09  02:54:21
41504         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
41505              From: "Craig A. Berry" <craigberry@mac.com>
41506              Date: Sat, 08 Sep 2001 19:02:16 -0500
41507              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
41508      Branch: perl
41509            ! lib/CGI/t/carp.t
41510 ____________________________________________________________________________
41511 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
41512         Log: Documentation tweaks; think the IP address as an opaque string.
41513      Branch: perl
41514            ! ext/Socket/Socket.pm
41515 ____________________________________________________________________________
41516 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
41517         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
41518              From: Michael G Schwern <schwern@pobox.com>
41519              Date: Sat, 8 Sep 2001 19:45:46 -0400
41520              Message-ID: <20010908194546.C9193@blackrider>
41521      Branch: perl
41522            + lib/blib.t
41523            ! MANIFEST lib/blib.pm t/lib/1_compile.t
41524 ____________________________________________________________________________
41525 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
41526         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
41527              From: "chromatic" <chromatic@rmci.net>
41528              Date: Sat, 08 Sep 2001 12:31:44 -0600
41529              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
41530      Branch: perl
41531            + lib/CGI/t/fast.t
41532            ! MANIFEST
41533 ____________________________________________________________________________
41534 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
41535         Log: The Socket tests were wrong: they were assuming too much.
41536      Branch: perl
41537            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
41538 ____________________________________________________________________________
41539 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
41540         Log: Retract the portability changes since they
41541              seem to have opened a can of worms... will
41542              go back to UNICOS/mk and do the bare minimum
41543              required to get the tests working.
41544      Branch: perl
41545            ! ext/Socket/Socket.xs
41546 ____________________________________________________________________________
41547 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
41548         Log: PADOFFSET is used to cast pointers into integers,
41549              if pointers are 64 bits and U32 32 bits,
41550              bad things may happen, or at least warnings issued.
41551      Branch: perl
41552            ! op.h
41553 ____________________________________________________________________________
41554 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
41555         Log: Still more Socket portability tweaking.
41556              Now Socket.t seems to be happy in all of
41557              Linux/x86, Tru64/alpha, Solaris/sparc,
41558              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
41559              
41560              Addendum: it seems that io_multihomed, io_sock, and hostent
41561              were broken in little-endians (linux/x86 and tru64/alpha)
41562              because of this change.  Argh.
41563      Branch: perl
41564            ! ext/Socket/Socket.xs
41565 ____________________________________________________________________________
41566 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
41567         Log: More portability kicking on inet_ntoa().
41568      Branch: perl
41569            ! ext/Socket/Socket.xs
41570 ____________________________________________________________________________
41571 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
41572         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
41573              From: Michael G Schwern <schwern@pobox.com> 
41574              Date: Fri, 7 Sep 2001 23:06:51 -0400
41575              Message-ID: <20010907230651.R606@blackrider>
41576      Branch: perl
41577            + lib/ExtUtils/Manifest.t
41578            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
41579 ____________________________________________________________________________
41580 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
41581         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
41582              From: "chromatic" <chromatic@rmci.net>
41583              Date: Fri, 07 Sep 2001 17:53:15 -0600      
41584              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
41585      Branch: perl
41586            + lib/ExtUtils/testlib.t
41587            ! MANIFEST
41588 ____________________________________________________________________________
41589 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
41590         Log: Thinko.
41591      Branch: perl
41592            ! lib/integer.t
41593 ____________________________________________________________________________
41594 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
41595         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
41596              From: "Craig A. Berry" <craigberry@mac.com>
41597              Date: Fri, 07 Sep 2001 15:30:03 -0500
41598              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
41599      Branch: perl
41600            ! lib/CGI/Carp.pm
41601 ____________________________________________________________________________
41602 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
41603         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
41604              From: Michael G Schwern <schwern@pobox.com>
41605              Date: Fri, 7 Sep 2001 15:38:13 -0400
41606              Message-ID: <20010907153813.K606@blackrider>
41607      Branch: perl
41608            ! lib/ExtUtils/MM_Unix.pm
41609 ____________________________________________________________________________
41610 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
41611         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
41612              From: Robin Barker <rmb1@cise.npl.co.uk>
41613              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
41614              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
41615      Branch: perl
41616            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
41617 ____________________________________________________________________________
41618 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
41619         Log: Clean up 1_compile.t; move tests to more consistent
41620              places (t/ subdirectories); add integer.t (much of
41621              the pragma is tested elsewhere but there is no one
41622              centralized place)
41623      Branch: perl
41624            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
41625            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
41626            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
41627            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
41628            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
41629            - lib/File/Find/find.t lib/File/Find/taint.t
41630            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
41631 ____________________________________________________________________________
41632 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
41633         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
41634              From: "chromatic" <chromatic@rmci.net>
41635              Date: Fri, 07 Sep 2001 10:17:40 -0600
41636              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
41637      Branch: perl
41638            ! lib/File/Find/taint.t
41639 ____________________________________________________________________________
41640 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
41641         Log: Update Changes.
41642      Branch: perl
41643            ! Changes patchlevel.h
41644 ____________________________________________________________________________
41645 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
41646         Log: Rename the old threading tutorial, start a new one,
41647              regen toc.
41648      Branch: perl
41649            + pod/perlothrtut.pod
41650            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
41651            ! pod/perltoc.pod
41652 ____________________________________________________________________________
41653 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
41654         Log: vars very much has a test.
41655      Branch: perl
41656            ! t/lib/1_compile.t
41657 ____________________________________________________________________________
41658 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
41659         Log: Subject: Re: wince/perl.ico marked as binary
41660              From: Nicholas Clark <nick@ccl4.org>
41661              Date: Fri, 7 Sep 2001 13:54:40 +0100
41662              Message-ID: <20010907135439.D39150@plum.flirble.org>
41663              
41664              and wince/Makefile.ce change from Rainer Keuchel.
41665      Branch: perl
41666            + wince/makeico.pl
41667            ! MANIFEST wince/Makefile.ce
41668 ____________________________________________________________________________
41669 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
41670         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
41671              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41672              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
41673              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
41674      Branch: perl
41675            ! regexec.c
41676 ____________________________________________________________________________
41677 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
41678         Log: (Replaced by #11934)
41679              Subject: Re: [PATCH regexec.c] more general .* and .*?
41680              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
41681              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
41682              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
41683      Branch: perl
41684            ! regexec.c
41685 ____________________________________________________________________________
41686 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
41687         Log: The #11931 patching misbehaved.
41688      Branch: perl
41689            ! lib/Test/Harness/t/test-harness.t
41690 ____________________________________________________________________________
41691 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
41692         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
41693              From: Michael G Schwern <schwern@pobox.com>
41694              Date: Fri, 7 Sep 2001 03:30:41 -0400
41695              Message-ID: <20010907033041.A2796@blackrider>
41696      Branch: perl
41697            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
41698            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
41699            + t/lib/sample-tests/header_at_end_fail
41700            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
41701            - lib/Test/Harness.t
41702            ! MANIFEST lib/Test/Harness.pm t/TEST
41703 ____________________________________________________________________________
41704 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
41705         Log: Subject: [PATCH] Digest::MD5 update
41706              From: Gisle Aas <gisle@ActiveState.com>
41707              Date: 06 Sep 2001 23:32:56 -0700
41708              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
41709      Branch: perl
41710            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
41711            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
41712 ____________________________________________________________________________
41713 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
41714         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
41715              From: "chromatic" <chromatic@rmci.net>
41716              Date: Thu, 06 Sep 2001 23:11:44 -0600
41717              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
41718      Branch: perl
41719            + lib/less.t
41720            ! MANIFEST t/lib/1_compile.t
41721 ____________________________________________________________________________
41722 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
41723         Log: The binary file must somehow differently stored.
41724      Branch: perl
41725            - wince/perl.ico
41726            ! MANIFEST
41727 ____________________________________________________________________________
41728 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
41729         Log: Add more modules to the list of modules that have tests,
41730              Schwern's wallet is getting more nervous.
41731              (Run t/lib/1_compile.t manually to see which modules
41732              are lacking tests, or the tests can't be run for some
41733              reason or another, such as the Net:: modules)
41734      Branch: perl
41735            ! t/lib/1_compile.t
41736 ____________________________________________________________________________
41737 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
41738         Log: Try to make Socket::inet_ntoa() more robust.
41739      Branch: perl
41740            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
41741 ____________________________________________________________________________
41742 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
41743         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
41744              From: chromatic <chromatic@rmci.net>       
41745              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
41746              Message-Id: <01090522580506.19590@firewheel>           
41747      Branch: perl
41748            ! lib/English.t
41749 ____________________________________________________________________________
41750 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
41751         Log: Subject: Re: perlvar manpage and localizing special vars
41752              From: Stas Bekman <stas@stason.org>
41753              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
41754              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
41755      Branch: perl
41756            ! pod/perlvar.pod
41757 ____________________________________________________________________________
41758 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
41759         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
41760              From: Robin Barker <rmb1@cise.npl.co.uk>
41761              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
41762              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
41763      Branch: perl
41764            ! lib/ExtUtils/MakeMaker.pm
41765 ____________________________________________________________________________
41766 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
41767         Log: Symbol missing; AIX unhappy.
41768      Branch: perl
41769            ! makedef.pl
41770 ____________________________________________________________________________
41771 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
41772         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
41773              Reported in 5.61, seems to work okay in blead.
41774      Branch: perl
41775            ! t/run/kill_perl.t
41776 ____________________________________________________________________________
41777 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
41778         Log: Update Changes.
41779      Branch: perl
41780            ! Changes patchlevel.h
41781 ____________________________________________________________________________
41782 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
41783         Log: Document the bad assumptions currently breaking
41784              the Socket.t tests 10, 11, and 13 in UNICOS.
41785      Branch: perl
41786            ! ext/Socket/Socket.xs
41787 ____________________________________________________________________________
41788 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
41789         Log: Subject: [PATCH x2p] make OPTIMIZE=...
41790              From: Robin Barker <rmb1@cise.npl.co.uk>
41791              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
41792              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
41793      Branch: perl
41794            ! x2p/Makefile.SH x2p/cflags.SH
41795 ____________________________________________________________________________
41796 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
41797         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
41798              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
41799              Date: Thu, 6 Sep 2001 11:09:40 +0100
41800              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
41801              
41802              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
41803              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
41804              Date: 6 Sep 2001 10:14:38 -0000
41805              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
41806      Branch: perl
41807            ! pod/perlfaq1.pod pod/perlhack.pod
41808 ____________________________________________________________________________
41809 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
41810         Log: Subject: Extra NUL is Data::Dumper output - patch
41811              From: Tony Cook <tony@develop-help.com>
41812              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
41813              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
41814      Branch: perl
41815            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
41816 ____________________________________________________________________________
41817 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
41818         Log: Avoid redefinition warning
41819              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
41820              from
41821              perl -w -Ilib -MCwd -e ''
41822      Branch: perl
41823            ! lib/Cwd.pm
41824 ____________________________________________________________________________
41825 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
41826         Log: Update the is_tainted() example implementation.
41827      Branch: perl
41828            ! pod/perlsec.pod
41829 ____________________________________________________________________________
41830 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
41831         Log: Missing) in #11912.
41832      Branch: perl
41833            ! lib/Test/Simple/t/fail.t
41834 ____________________________________________________________________________
41835 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
41836         Log: Rewhack Test-Simple into core harness.
41837      Branch: perl
41838            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
41839            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
41840            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
41841            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
41842            ! lib/Test/Simple/t/skipall.t
41843 ____________________________________________________________________________
41844 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
41845         Log: Workaround for the new Exporter 'feature'.
41846      Branch: perl
41847            ! lib/Test/More.pm
41848 ____________________________________________________________________________
41849 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
41850         Log: Re-introduce pure-Perl fall-back for abs_path,
41851              re-introduce #11898.
41852      Branch: perl
41853            ! lib/Cwd.pm lib/File/Find.pm
41854 ____________________________________________________________________________
41855 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
41856         Log: More tests.
41857      Branch: perl
41858            ! lib/Exporter.t
41859 ____________________________________________________________________________
41860 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
41861         Log: Retract #11898 for now because it introduces
41862              a rather nasty depencency: when B is being built,
41863              MakeMaker is used.  MakeMaker uses File::Find.
41864              File::Find uses Cwd::getcwd()...which doesn't
41865              exist yet.
41866      Branch: perl
41867            ! lib/File/Find.pm
41868 ____________________________________________________________________________
41869 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
41870         Log: New test welcome.
41871      Branch: perl
41872            + lib/Test/Simple/t/simple.t
41873 ____________________________________________________________________________
41874 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
41875         Log: Old test begone.
41876      Branch: perl
41877            - lib/Attribute/Handlers/test.pl
41878 ____________________________________________________________________________
41879 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
41880         Log: Test-Simple syncup from Schwern.
41881      Branch: perl
41882            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
41883            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
41884            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
41885            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
41886            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
41887            - lib/Test/More/Changes lib/Test/More/t/More.t
41888            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
41889            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
41890            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
41891            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
41892            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
41893            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
41894            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
41895            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
41896            ! t/lib/Test/Simple/sample_tests/death.plx
41897            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
41898            ! t/lib/Test/Simple/sample_tests/extras.plx
41899            ! t/lib/Test/Simple/sample_tests/five_fail.plx
41900            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
41901            ! t/lib/Test/Simple/sample_tests/one_fail.plx
41902            ! t/lib/Test/Simple/sample_tests/require.plx
41903            ! t/lib/Test/Simple/sample_tests/success.plx
41904            ! t/lib/Test/Simple/sample_tests/too_few.plx
41905            ! t/lib/Test/Simple/sample_tests/two_fail.plx
41906 ____________________________________________________________________________
41907 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
41908         Log: Integrate File::Find changes from bleadperl
41909      Branch: maint-5.6/macperl
41910            ! lib/File/Find.pm t/lib/filefind-taint.t
41911 ____________________________________________________________________________
41912 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
41913         Log: Integrate 11847 from maint-5.6/perl
41914      Branch: maint-5.6/macperl
41915           !> sv.c
41916 ____________________________________________________________________________
41917 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
41918         Log: In UNICOS division yada yada.
41919      Branch: perl
41920            ! t/op/override.t
41921 ____________________________________________________________________________
41922 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
41923         Log: In UNICOS division is really lossy, better use
41924              a tolerance test.
41925      Branch: perl
41926            ! ext/Time/HiRes/HiRes.t
41927 ____________________________________________________________________________
41928 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
41929         Log: In UNICOS sigaction() sets an extra flag
41930              ("the signal has been registered for all the processes in
41931              a multitasking group.")
41932      Branch: perl
41933            ! ext/POSIX/sigaction.t
41934 ____________________________________________________________________________
41935 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
41936         Log: Documentation micropatch from Damian.
41937      Branch: perl
41938            ! lib/Attribute/Handlers.pm
41939 ____________________________________________________________________________
41940 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
41941         Log: (Retracted by #11908)
41942              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
41943              From: Michael G Schwern <schwern@pobox.com>
41944              Date: Wed, 5 Sep 2001 15:58:21 -0400
41945              Message-ID: <20010905155821.I632@blackrider>
41946      Branch: perl
41947            ! lib/File/Find.pm lib/File/Find/taint.t
41948 ____________________________________________________________________________
41949 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
41950         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
41951              From: Michael G Schwern <schwern@pobox.com>
41952              Date: Wed, 5 Sep 2001 19:16:31 -0400
41953              Message-ID: <20010905191631.E11386@blackrider>
41954      Branch: perl
41955            + lib/CGI/t/carp.t
41956            ! MANIFEST
41957 ____________________________________________________________________________
41958 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
41959         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
41960              From: chromatic <chromatic@rmci.net>
41961              Date: Wed, 5 Sep 2001 18:08:07 -0600
41962              Message-Id: <01090518080700.19590@firewheel>
41963      Branch: perl
41964            ! lib/English.pm
41965 ____________________________________________________________________________
41966 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
41967         Log: Fix a typo #11889 and add a test for the same.
41968      Branch: perl
41969            ! ext/Socket/Socket.t ext/Socket/Socket.xs
41970 ____________________________________________________________________________
41971 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
41972         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
41973              From: "Craig A. Berry" <craigberry@mac.com>
41974              Date: Wed, 05 Sep 2001 17:48:54 -0500
41975              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
41976      Branch: perl
41977            ! lib/warnings.t t/run/kill_perl.t
41978 ____________________________________________________________________________
41979 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
41980         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
41981              From: Michael G Schwern <schwern@pobox.com>
41982              Date: Wed, 5 Sep 2001 17:22:25 -0400
41983              Message-ID: <20010905172225.C11386@blackrider>
41984      Branch: perl
41985            ! t/run/kill_perl.t
41986 ____________________________________________________________________________
41987 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
41988         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
41989              From: Nicholas Clark <nick@ccl4.org>
41990              Date: Wed, 5 Sep 2001 20:54:24 +0100
41991              Message-ID: <20010905205424.C25120@plum.flirble.org>
41992      Branch: perl
41993            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
41994 ____________________________________________________________________________
41995 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
41996         Log: Forgotten thing.
41997      Branch: perl
41998            ! uconfig.h
41999 ____________________________________________________________________________
42000 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
42001         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
42002              From: chromatic <chromatic@rmci.net>               
42003              Date: Wed, 5 Sep 2001 13:22:08 -0600
42004              Message-Id: <01090513220807.10587@firewheel> 
42005      Branch: perl
42006            ! lib/English.pm
42007 ____________________________________________________________________________
42008 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
42009         Log: inet_ntoa() tweaks:
42010              - don't allow addresses with > 255 characters
42011              - indent the HP-UX workaround
42012              - don't leak memory
42013      Branch: perl
42014            ! ext/Socket/Socket.xs
42015 ____________________________________________________________________________
42016 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
42017         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
42018              <xwu@theeducationcenter.com>
42019      Branch: perl
42020            ! lib/File/Find.pm
42021 ____________________________________________________________________________
42022 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
42023         Log: Typo nits.
42024      Branch: perl
42025            ! lib/File/Find.pm
42026 ____________________________________________________________________________
42027 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
42028         Log: -Wall nit.
42029      Branch: perl
42030            ! op.c
42031 ____________________________________________________________________________
42032 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
42033         Log: Update to Scalar-List-Utils 1.05
42034      Branch: perl
42035            ! ext/List/Util/ChangeLog ext/List/Util/README
42036            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
42037 ____________________________________________________________________________
42038 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
42039         Log: Update Changes.
42040      Branch: perl
42041            ! Changes patchlevel.h
42042 ____________________________________________________________________________
42043 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
42044         Log: Update to Scalar-List-Utils 1.04
42045      Branch: perl
42046            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
42047            ! ext/List/Util/lib/List/Util.pm
42048            ! ext/List/Util/lib/Scalar/Util.pm
42049 ____________________________________________________________________________
42050 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
42051         Log: Metaconfigify #11724.
42052      Branch: metaconfig
42053            ! U/threads/archname.U
42054 ____________________________________________________________________________
42055 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
42056         Log: The MacOS reference is okay, no reason to hide it.
42057      Branch: perl
42058            ! lib/Cwd.pm
42059 ____________________________________________________________________________
42060 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
42061         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
42062              From: Michael G Schwern <schwern@pobox.com>
42063              Date: Tue, 4 Sep 2001 15:30:10 -0400
42064              Message-ID: <20010904153010.H26466@blackrider> 
42065              
42066              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
42067      Branch: perl
42068            ! ext/Cwd/Makefile.PL lib/Cwd.pm
42069 ____________________________________________________________________________
42070 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
42071         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.))
42072              From: Michael G Schwern <schwern@pobox.com>
42073              Date: Tue, 4 Sep 2001 17:39:13 -0400
42074              Message-ID: <20010904173913.C626@blackrider>
42075      Branch: perl
42076            ! lib/Cwd.pm
42077 ____________________________________________________________________________
42078 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
42079         Log: Subject: Re: Perl_pp_* in public API?
42080              From: "Craig A. Berry" <craigberry@mac.com>
42081              Date: Tue, 4 Sep 2001 21:51:29 -0500
42082              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
42083      Branch: perl
42084            ! ext/List/Util/Util.xs
42085 ____________________________________________________________________________
42086 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
42087         Log: From Damian: Class::Struct was unable to define
42088              recursive classes.  After the patch an object reference
42089              (rather than a hash) is required to initialize
42090              an object attribute.  If no such initializer is given to
42091              the constructor, object attributes are now default
42092              initialized to C<undef>.
42093      Branch: perl
42094            ! lib/Class/Struct.pm lib/Class/Struct.t
42095 ____________________________________________________________________________
42096 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
42097         Log: Subject: Re: sv_catpvfn and sv_setpvfn
42098              From: Richard Soderberg <rs@oregonnet.com>
42099              Date: Tue, 4 Sep 2001 15:16:47 -0700
42100              Message-Id: <200109042216.PAA17858@oregonnet.com>
42101      Branch: perl
42102            ! pod/perlclib.pod pod/perlguts.pod
42103 ____________________________________________________________________________
42104 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
42105         Log: NetWare updates from Ananth Kesari.
42106      Branch: perl
42107            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
42108            ! NetWare/nw5thread.h
42109 ____________________________________________________________________________
42110 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
42111         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?))
42112              From: Nicholas Clark <nick@ccl4.org>
42113              Date: Tue, 4 Sep 2001 22:42:50 +0100
42114              Message-ID: <20010904224250.P25120@plum.flirble.org>
42115      Branch: perl
42116            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
42117            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
42118            ! t/op/oct.t toke.c
42119 ____________________________________________________________________________
42120 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
42121         Log: Fix Cwd::getcwd() not being tainted, as noticed
42122              by Schwern.
42123      Branch: perl
42124            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
42125            - ext/Cwd/Cwd.t
42126            ! MANIFEST ext/Cwd/Cwd.xs util.c
42127 ____________________________________________________________________________
42128 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
42129         Log: Retract #11870 and volatilize the right destruct_level.
42130              Silly thinko pointed out by Sarathy.
42131      Branch: perl
42132            ! intrpvar.h perl.c
42133 ____________________________________________________________________________
42134 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
42135         Log: At least a temporary fix for the mysterious scope core dumps
42136              in Tru64 from Graham.
42137      Branch: perl
42138            ! ext/List/Util/Util.xs
42139 ____________________________________________________________________________
42140 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
42141         Log: (Retracted by #11872)
42142      Branch: perl
42143            ! intrpvar.h
42144 ____________________________________________________________________________
42145 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
42146         Log: Quench a -Wall gripe noticed by Robin Barker.
42147      Branch: perl
42148            ! op.c
42149 ____________________________________________________________________________
42150 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
42151         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
42152              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42153              Date: Wed, 05 Sep 2001 02:01:32 +0900
42154              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
42155      Branch: perl
42156            ! lib/Unicode/UCD.pm
42157 ____________________________________________________________________________
42158 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
42159         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
42160              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42161              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
42162              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
42163      Branch: perl
42164            ! gv.c
42165 ____________________________________________________________________________
42166 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
42167         Log: Update Changes.
42168      Branch: perl
42169            ! Changes patchlevel.h
42170 ____________________________________________________________________________
42171 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
42172         Log: Add the \[$@%&*] prototype support.
42173      Branch: perl
42174            ! op.c pod/perlsub.pod t/comp/proto.t
42175 ____________________________________________________________________________
42176 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
42177         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
42178              From: Michael G Schwern <schwern@pobox.com>
42179              Date: Mon, 3 Sep 2001 18:59:01 -0400
42180              Message-ID: <20010903185901.Z9233@blackrider>
42181      Branch: perl
42182            ! lib/CGI/t/form.t
42183 ____________________________________________________________________________
42184 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
42185         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
42186              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
42187              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
42188              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
42189      Branch: perl
42190            ! gv.c
42191 ____________________________________________________________________________
42192 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
42193         Log: More srand entry tweakage based on Randal's suggestion.
42194      Branch: perl
42195            ! pod/perlfunc.pod
42196 ____________________________________________________________________________
42197 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
42198         Log: Subject: [PATCH] 'main' *is* a reserved word
42199              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42200              Date: Mon, 3 Sep 2001 22:55:41 +0200
42201              Message-ID: <20010903225541.A24097@rafael>
42202      Branch: perl
42203            ! toke.c
42204 ____________________________________________________________________________
42205 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
42206         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
42207              From: Peter Prymmer <pvhp@best.com>
42208              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
42209              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
42210      Branch: perl
42211            ! README.vms configure.com
42212 ____________________________________________________________________________
42213 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
42214         Log: Subject: Re: A slightly better default seed?   
42215              From: Michael G Schwern <schwern@pobox.com>
42216              Date: Mon, 3 Sep 2001 18:08:15 -0400 
42217              Message-ID: <20010903180815.W9233@blackrider>
42218      Branch: perl
42219            ! t/op/srand.t
42220 ____________________________________________________________________________
42221 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
42222         Log: Add sharedsv.o to microperl object files.
42223      Branch: perl
42224            ! Makefile.micro
42225 ____________________________________________________________________________
42226 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
42227         Log: AUTHORS updates and
42228              
42229              Subject: [PATCH] Just some preening :-)        
42230              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
42231              Date: Tue, 4 Sep 2001 14:16:59 +0100
42232              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
42233      Branch: perl
42234            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
42235 ____________________________________________________________________________
42236 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
42237         Log: Typo fix and slight rewording.
42238      Branch: perl
42239            ! pod/perlfunc.pod
42240 ____________________________________________________________________________
42241 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
42242         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
42243      Branch: perl
42244            ! pod/perlfaq4.pod
42245 ____________________________________________________________________________
42246 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
42247         Log: The helper file changed name.
42248      Branch: perl
42249            ! MANIFEST
42250 ____________________________________________________________________________
42251 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
42252         Log: Update to Scalar-List-Utils 1.03
42253      Branch: perl
42254            + ext/List/Util/t/shuffle.t
42255            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
42256            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
42257            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
42258            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
42259            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
42260            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
42261            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
42262            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
42263 ____________________________________________________________________________
42264 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
42265         Log: Make crypt() do something more sane for Unicode
42266              (take crypt() of the low eight bits of the characters,
42267              instead of taking crypt() of the UTF-8 of the scalar);
42268              add a test for crypt().
42269      Branch: perl
42270            + t/op/crypt.t
42271            ! MANIFEST pod/perlfunc.pod pp.c
42272 ____________________________________________________________________________
42273 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
42274         Log: Reorganize the srand entry.
42275      Branch: perl
42276            ! pod/perlfunc.pod
42277 ____________________________________________________________________________
42278 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
42279         Log: Remove the tests that assume something about
42280              calling srand() without arguments multiple times.
42281      Branch: perl
42282            ! t/op/srand.t
42283 ____________________________________________________________________________
42284 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
42285         Log: Upgrade to Math::BigInt 1.42.
42286      Branch: perl
42287            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42288            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
42289            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
42290            ! lib/Math/BigInt/t/mbimbf.t
42291 ____________________________________________________________________________
42292 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
42293         Log: integrate change#11847 from maint-5.6
42294              
42295              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
42296      Branch: perl
42297            ! sv.c
42298 ____________________________________________________________________________
42299 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
42300         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
42301      Branch: maint-5.6/perl
42302            ! sv.c
42303 ____________________________________________________________________________
42304 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
42305         Log: As far as I can tell these functions have been Unicodified.
42306      Branch: perl
42307            ! doop.c
42308 ____________________________________________________________________________
42309 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
42310         Log: Update to Storable 1.0.13.
42311      Branch: perl
42312            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
42313            ! ext/Storable/Storable.xs
42314 ____________________________________________________________________________
42315 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
42316         Log: Patch the Filter::Simple test to work with
42317              the core test suite (since the FilterTest.pm
42318              is in t/lib, not in lib).
42319      Branch: perl
42320            ! lib/Filter/Simple/t/filter.t
42321 ____________________________________________________________________________
42322 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
42323         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
42324      Branch: perl
42325            + t/lib/FilterTest.pm
42326            - t/lib/MyFilter.pm
42327 ____________________________________________________________________________
42328 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
42329         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
42330              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
42331              Text::Balanced 1.86.
42332      Branch: perl
42333            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
42334            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
42335            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
42336            + lib/Switch/t/nested.t lib/Switch/t/switch.t
42337            + lib/Text/Balanced/Changes lib/Text/Balanced/README
42338            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
42339            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
42340            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
42341            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
42342            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
42343            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
42344            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
42345            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
42346            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
42347            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
42348            ! MANIFEST lib/Attribute/Handlers.pm
42349            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
42350            ! lib/Attribute/Handlers/demo/Demo.pm
42351            ! lib/Attribute/Handlers/demo/Descriptions.pm
42352            ! lib/Attribute/Handlers/demo/MyClass.pm
42353            ! lib/Attribute/Handlers/demo/demo.pl
42354            ! lib/Attribute/Handlers/demo/demo2.pl
42355            ! lib/Attribute/Handlers/demo/demo3.pl
42356            ! lib/Attribute/Handlers/demo/demo4.pl
42357            ! lib/Attribute/Handlers/demo/demo_call.pl
42358            ! lib/Attribute/Handlers/demo/demo_chain.pl
42359            ! lib/Attribute/Handlers/demo/demo_cycle.pl
42360            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
42361            ! lib/Attribute/Handlers/demo/demo_phases.pl
42362            ! lib/Attribute/Handlers/demo/demo_range.pl
42363            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
42364            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
42365            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
42366            ! lib/Text/Balanced.pm
42367 ____________________________________________________________________________
42368 [ 11841] By: sky                                   on 2001/09/03  11:04:15
42369         Log: Forgot to add a file with Change #11840
42370      Branch: perl
42371            + t/op/srand.t
42372 ____________________________________________________________________________
42373 [ 11840] By: sky                                   on 2001/09/03  11:02:04
42374         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
42375              From: Michael G Schwern <schwern@pobox.com>
42376              Date: Mon, 3 Sep 2001 07:43:00 -0400
42377              Message-ID: <20010903074300.E9233@blackrider>
42378      Branch: perl
42379            ! MANIFEST pod/perlfunc.pod t/op/rand.t
42380 ____________________________________________________________________________
42381 [ 11839] By: sky                                   on 2001/09/03  10:47:11
42382         Log: Document the changes with regards to running of END blocks.
42383              And DESTROY on global objects are called in perl_destruct()!
42384      Branch: perl
42385            ! pod/perl572delta.pod pod/perlembed.pod
42386 ____________________________________________________________________________
42387 [ 11838] By: sky                                   on 2001/09/03  09:34:44
42388         Log: Subject: [PATCH t/op/time.t] Partial cleanup
42389              From: Michael G Schwern <schwern@pobox.com>
42390              Date: Mon, 3 Sep 2001 06:29:42 -0400
42391              Message-ID: <20010903062942.C9233@blackrider>
42392      Branch: perl
42393            ! t/op/time.t
42394 ____________________________________________________________________________
42395 [ 11837] By: sky                                   on 2001/09/03  09:30:02
42396         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
42397              From: Michael G Schwern <schwern@pobox.com>
42398              Date: Mon, 3 Sep 2001 06:24:13 -0400
42399              Message-ID: <20010903062413.B9233@blackrider>
42400      Branch: perl
42401            ! t/op/rand.t
42402 ____________________________________________________________________________
42403 [ 11836] By: sky                                   on 2001/09/03  07:56:47
42404         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
42405              From: Michael G Schwern <schwern@pobox.com>
42406              Date: Sun, 2 Sep 2001 21:38:43 -0400
42407              Message-ID: <20010902213843.L2711@blackrider>
42408      Branch: perl
42409            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
42410            ! MANIFEST
42411 ____________________________________________________________________________
42412 [ 11835] By: nick                                  on 2001/09/03  06:20:06
42413         Log: Integrate mainline
42414      Branch: perlio
42415           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
42416            - t/op/misc.t
42417           !> (integrate 187 files)
42418 ____________________________________________________________________________
42419 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
42420         Log: Update Changes.
42421      Branch: perl
42422            ! Changes patchlevel.h
42423 ____________________________________________________________________________
42424 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
42425         Log: Slight tweaks.
42426      Branch: perl
42427            ! t/run/kill_perl.t
42428 ____________________________________________________________________________
42429 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
42430         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
42431      Branch: perl
42432            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
42433 ____________________________________________________________________________
42434 [ 11831] By: sky                                   on 2001/09/02  12:10:42
42435         Log: Change #11828 wasn't complete, this updates to intest path
42436      Branch: perl
42437            ! t/run/kill_perl.t
42438 ____________________________________________________________________________
42439 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
42440         Log: 's's's.
42441      Branch: perl
42442            ! Changes
42443 ____________________________________________________________________________
42444 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
42445         Log: Update Changes.
42446      Branch: perl
42447            ! Changes patchlevel.h
42448 ____________________________________________________________________________
42449 [ 11828] By: sky                                   on 2001/09/02  11:53:56
42450         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
42451              From: Michael G Schwern <schwern@pobox.com>
42452              Date: Sat, 1 Sep 2001 20:18:58 -0400
42453              Message-ID: <20010901201858.X606@blackrider>
42454              +MANIFEST Fix
42455      Branch: perl
42456            + t/run/kill_perl.t
42457            - t/op/misc.t t/run/segfault.t
42458            ! MANIFEST
42459 ____________________________________________________________________________
42460 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
42461         Log: Subject: [PATCH] lib/Time/Local.pm
42462              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
42463              Date: Sun, 2 Sep 2001 06:50:01 -0500
42464              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
42465      Branch: perl
42466            ! lib/Time/Local.pm
42467 ____________________________________________________________________________
42468 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
42469         Log: Tick off Unicode collation and the normalization from
42470              the todo list.
42471      Branch: perl
42472            ! pod/perltodo.pod
42473 ____________________________________________________________________________
42474 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
42475         Log: Update to Unicode 3.1.1.
42476      Branch: perl
42477            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
42478            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
42479            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
42480            ! lib/unicore/PropList.txt lib/unicore/README.perl
42481            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
42482            ! lib/unicore/rename lib/unicore/version
42483 ____________________________________________________________________________
42484 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
42485         Log: Slight doc tweaks for the module.
42486      Branch: perl
42487            ! lib/Unicode/UCD.pm
42488 ____________________________________________________________________________
42489 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
42490         Log: Rename the variable: it *used* to be (wrongly) that the
42491              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
42492              but that is no more the case: PL_reg_match_utf8 is better.
42493      Branch: perl
42494            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
42495            ! regexec.c sv.c thrdvar.h
42496 ____________________________________________________________________________
42497 [ 11822] By: ams                                   on 2001/09/02  02:54:50
42498         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
42499              From: Ilmari Karonen <iltzu@sci.fi>
42500              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
42501              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
42502              (op/sub_lval.t updated to take new error message into account.)
42503      Branch: perl
42504            ! op.c t/op/sub_lval.t
42505 ____________________________________________________________________________
42506 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
42507         Log: remove stray CRs in files; keep all files with UNIX line-ends
42508              (Porting/makerel adds CRs to the files that need it in the
42509              distribution)
42510      Branch: perl
42511            ! NetWare/t/NWScripts.pl README.dos
42512            ! ext/Encode/Encode/cns11643-1.enc
42513            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
42514            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
42515 ____________________________________________________________________________
42516 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
42517         Log: some remnants of change#11803
42518      Branch: perl
42519            ! ext/ByteLoader/byterun.h perl.h
42520 ____________________________________________________________________________
42521 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
42522         Log: Update to Unicode::Collate 0.08.
42523      Branch: perl
42524            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
42525            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
42526 ____________________________________________________________________________
42527 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
42528         Log: Test tweaks.
42529      Branch: perl
42530            ! t/op/pat.t
42531 ____________________________________________________________________________
42532 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
42533         Log: Fix test
42534      Branch: maint-5.6/macperl
42535            ! t/lib/b.t
42536 ____________________________________________________________________________
42537 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
42538         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
42539              warnings in Config.pm with -W; increase default and
42540              minimum RAM; bump version number.
42541      Branch: maint-5.6/macperl
42542            + macos/lib/Mac/LowMem.pm
42543            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
42544            ! macos/configpm macos/macperl/MacPerl.r
42545 ____________________________________________________________________________
42546 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
42547         Log: Make syntax check report in MPW style, fix tests
42548              to use Mac::err=unix to get normal-style error
42549              messages.
42550      Branch: maint-5.6/macperl
42551            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
42552            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
42553 ____________________________________________________________________________
42554 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
42555         Log: Make MPW-style errors optional (but the default); add
42556              MacPerl::ErrorFormat() function and Mac::err pragma
42557      Branch: maint-5.6/macperl
42558            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
42559            + macos/ext/Mac/err/err.xs
42560            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
42561            ! macos/macish.c macos/macish.h macos/macperl.sym
42562 ____________________________________________________________________________
42563 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
42564         Log: More module and test ports from Thomas Wegner et al
42565      Branch: maint-5.6/macperl
42566            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
42567            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
42568            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
42569            ! t/op/magic.t
42570 ____________________________________________________________________________
42571 [ 11812] By: sky                                   on 2001/09/01  17:19:30
42572         Log: Subject: [PATCH t/op/concat.t] cleanup
42573              From: Michael G Schwern <schwern@pobox.com>
42574              Date: Sat, 1 Sep 2001 14:06:28 -0400
42575              Message-ID: <20010901140628.C606@blackrider>
42576      Branch: perl
42577            ! t/op/concat.t
42578 ____________________________________________________________________________
42579 [ 11811] By: sky                                   on 2001/09/01  12:25:29
42580         Log: Change #11805 didn't update the MANIFEST
42581      Branch: perl
42582            ! MANIFEST
42583 ____________________________________________________________________________
42584 [ 11810] By: sky                                   on 2001/09/01  11:52:44
42585         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
42586              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42587              Date: Sat, 1 Sep 2001 14:50:14 +0200
42588              Message-ID: <20010901145014.A691@rafael>
42589      Branch: perl
42590            ! t/op/inccode.t
42591 ____________________________________________________________________________
42592 [ 11809] By: sky                                   on 2001/09/01  11:49:22
42593         Log: Subject: PATCH: ExtUtils::MakeMaker
42594              From: Tony Bowden <tony@kasei.com>
42595              Date: Sat, 1 Sep 2001 10:33:53 +0100
42596              Message-ID: <20010901103353.A13863@soto.kasei.com>
42597              Manually applied
42598      Branch: perl
42599            ! lib/ExtUtils/MakeMaker.pm
42600 ____________________________________________________________________________
42601 [ 11808] By: sky                                   on 2001/09/01  11:39:13
42602         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
42603              From: mike808@users.sourceforge.net
42604              Date: Sat, 1 Sep 101 11:27:50 GMT
42605              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
42606              With little tweak
42607      Branch: perl
42608            ! lib/Term/Cap.pm
42609 ____________________________________________________________________________
42610 [ 11807] By: ams                                   on 2001/09/01  11:31:16
42611         Log: Subject: oct() and hex()
42612              From: Nicholas Clark <nick@ccl4.org>
42613              Date: Fri, 31 Aug 2001 23:14:13 +0100
42614              Message-Id: <20010831231413.J4950@plum.flirble.org>
42615      Branch: perl
42616            ! pod/perlclib.pod
42617 ____________________________________________________________________________
42618 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
42619         Log: Integrate change 11801 from maintperl
42620      Branch: maint-5.6/macperl
42621            ! perl.c
42622 ____________________________________________________________________________
42623 [ 11805] By: sky                                   on 2001/08/31  21:35:10
42624         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
42625              From: Michael G Schwern <schwern@pobox.com>
42626              Date: Fri, 31 Aug 2001 15:36:28 -0400
42627              Message-ID: <20010831153628.B598@blackrider>
42628              Check for things which used to segfault
42629      Branch: perl
42630            + t/run/segfault.t
42631 ____________________________________________________________________________
42632 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
42633         Log: integrate change#11801 from maint-5.6
42634              
42635              remove age-old UNICOS "workaround" that introduces a static, and
42636              hence an egregious race condition for threaded builds (*sigh*
42637              beats me why this kludge wasn't guarded by a UNICOS-specific
42638              #define *sigh*)
42639      Branch: perl
42640            ! perl.c
42641 ____________________________________________________________________________
42642 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
42643         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
42644              working in 5.7.x
42645      Branch: perl
42646            - objXSUB.h
42647            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
42648            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
42649            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
42650            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
42651            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
42652            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
42653            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
42654            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
42655            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
42656            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
42657            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
42658            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
42659            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
42660            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
42661            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
42662            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
42663            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
42664            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
42665            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
42666            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
42667            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
42668            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
42669 ____________________________________________________________________________
42670 [ 11802] By: ams                                   on 2001/08/31  18:11:32
42671         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
42672              From: "Philip Newton" <Philip.Newton@gmx.net>
42673              Date: Fri, 31 Aug 2001 21:12:56 +0200
42674              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
42675      Branch: perl
42676            ! pod/perldiag.pod
42677 ____________________________________________________________________________
42678 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
42679         Log: remove age-old UNICOS "workaround" that introduces a static, and
42680              hence an egregious race condition for threaded builds (*sigh*
42681              beats me why this kludge wasn't guarded by a UNICOS-specific
42682              #define *sigh*)
42683      Branch: maint-5.6/perl
42684            ! perl.c
42685 ____________________________________________________________________________
42686 [ 11800] By: sky                                   on 2001/08/31  17:30:26
42687         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
42688              Might break on platforms where bool is larger than 8 bites ???
42689      Branch: perl
42690            ! regcomp.c
42691 ____________________________________________________________________________
42692 [ 11799] By: ams                                   on 2001/08/31  12:15:44
42693         Log: Integrate 11778 into mainline.
42694      Branch: perl
42695            ! t/base/term.t
42696 ____________________________________________________________________________
42697 [ 11798] By: sky                                   on 2001/08/31  11:31:44
42698         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
42699              supposed to happen.
42700      Branch: perl
42701            ! regcomp.c
42702 ____________________________________________________________________________
42703 [ 11797] By: sky                                   on 2001/08/31  11:28:17
42704         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
42705              From: "John P. Linderman" <jpl@research.att.com>
42706              Date: Fri, 31 Aug 2001 08:20:35 -0400
42707              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
42708              Fixes test 14 which could fail randomly in rare cases.
42709      Branch: perl
42710            ! ext/Time/HiRes/HiRes.t regcomp.c
42711 ____________________________________________________________________________
42712 [ 11796] By: ams                                   on 2001/08/31  01:13:07
42713         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
42714              From: Nicholas Clark <nick@ccl4.org>
42715              Date: Thu, 30 Aug 2001 23:21:50 +0100
42716              Message-Id: <20010830232150.D4950@plum.flirble.org>
42717      Branch: perl
42718            ! ext/Sys/Syslog/Makefile.PL
42719 ____________________________________________________________________________
42720 [ 11795] By: ams                                   on 2001/08/30  23:53:23
42721         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
42722              patching example
42723              From: Michael G Schwern <schwern@pobox.com>
42724              Date: Thu, 30 Aug 2001 17:02:08 -0400
42725              Message-Id: <20010830170208.M2318@blackrider>
42726      Branch: perl
42727            ! pod/perlhack.pod
42728 ____________________________________________________________________________
42729 [ 11794] By: ams                                   on 2001/08/30  19:35:36
42730         Log: Subject: [PATCH] pp_modulo
42731              From: Nicholas Clark <nick@ccl4.org>
42732              Date: Thu, 30 Aug 2001 18:20:54 +0100
42733              Message-Id: <20010830182053.A4950@plum.flirble.org>
42734      Branch: perl
42735            ! pp.c t/op/64bitint.t
42736 ____________________________________________________________________________
42737 [ 11793] By: sky                                   on 2001/08/30  13:02:48
42738         Log: 11792 wasn't complete
42739      Branch: perl
42740            ! makedef.pl regcomp.c
42741 ____________________________________________________________________________
42742 [ 11792] By: sky                                   on 2001/08/30  12:21:11
42743         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
42744      Branch: perl
42745            ! makedef.pl
42746 ____________________________________________________________________________
42747 [ 11791] By: sky                                   on 2001/08/30  10:08:02
42748         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
42749      Branch: perl
42750            ! config_h.SH
42751 ____________________________________________________________________________
42752 [ 11790] By: sky                                   on 2001/08/30  08:22:31
42753         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
42754              on the pad. Fixes coredumps in cleanups introduced by
42755              Change 11755  
42756      Branch: perl
42757            ! op.c perl.c sv.h
42758 ____________________________________________________________________________
42759 [ 11789] By: sky                                   on 2001/08/29  19:01:47
42760         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
42761              This is a replacement implmentation that works on HPUX.
42762              This bug should probably be fixed in GCC.
42763      Branch: perl
42764            ! ext/Socket/Socket.xs
42765 ____________________________________________________________________________
42766 [ 11788] By: ams                                   on 2001/08/29  17:35:33
42767         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
42768              From: Nicholas Clark <nick@ccl4.org>
42769              Date: Wed, 29 Aug 2001 18:21:56 +0100
42770              Message-Id: <20010829182156.O4950@plum.flirble.org>
42771      Branch: perl
42772            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
42773 ____________________________________________________________________________
42774 [ 11787] By: sky                                   on 2001/08/29  10:42:54
42775         Log: Added test for pack_addr_in and unpack_addr_in
42776              Nitpik in test 10
42777      Branch: perl
42778            ! ext/Socket/Socket.t
42779 ____________________________________________________________________________
42780 [ 11786] By: sky                                   on 2001/08/29  10:28:14
42781         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
42782              Trying to catch errors on HP-UX
42783      Branch: perl
42784            ! ext/Socket/Socket.t
42785 ____________________________________________________________________________
42786 [ 11785] By: sky                                   on 2001/08/29  09:07:03
42787         Log: make sure USE_THREADS is defined so external apps work
42788      Branch: perl
42789            ! config_h.SH
42790 ____________________________________________________________________________
42791 [ 11784] By: sky                                   on 2001/08/29  08:06:12
42792         Log: Subject: Re: The hitlist of untested modules.
42793              From: Jonathan Stowe <gellyfish@gellyfish.com>
42794              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
42795              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
42796              Start of tests for Shell.pm (make Schwern poorer!)
42797      Branch: perl
42798            + lib/Shell.t
42799            ! MANIFEST
42800 ____________________________________________________________________________
42801 [ 11783] By: sky                                   on 2001/08/29  07:37:50
42802         Log: END{} can change the return value even if we die from BEGIN{}
42803      Branch: perl
42804            ! miniperlmain.c
42805 ____________________________________________________________________________
42806 [ 11782] By: ams                                   on 2001/08/29  06:32:17
42807         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
42808              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42809              Date: Wed, 29 Aug 2001 09:18:17 +0200
42810              Message-Id: <20010829091817.A4453@rafael>
42811      Branch: perl
42812            ! t/op/inccode.t
42813 ____________________________________________________________________________
42814 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
42815         Log: Delete xsubpp.patch, as full copy exists now
42816      Branch: maint-5.6/macperl
42817            - macos/xsubpp.patch
42818 ____________________________________________________________________________
42819 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
42820         Log: Add Changes file
42821      Branch: maint-5.6/macperl
42822            + macos/Changes
42823 ____________________________________________________________________________
42824 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
42825         Log: Add Mac version of xsubpp as separate file
42826      Branch: maint-5.6/macperl
42827            + macos/xsubpp
42828            ! macos/Makefile.mk
42829 ____________________________________________________________________________
42830 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
42831         Log: Fix open of /dev/null for Mac OS
42832      Branch: maint-5.6/macperl
42833            ! t/base/term.t
42834 ____________________________________________________________________________
42835 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
42836         Log: Various patches: enable more tests; skip CVS in PerlInstall;
42837              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
42838      Branch: maint-5.6/macperl
42839            ! macos/MacPerlTests.cmd macos/PerlInstall
42840            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
42841 ____________________________________________________________________________
42842 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
42843         Log: Allow for platforms to override formatting of errors
42844              on output from Matthias Neeracher (Mac files)
42845      Branch: maint-5.6/macperl
42846            ! macos/macish.c macos/macish.h
42847 ____________________________________________________________________________
42848 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
42849         Log: Allow for platforms to override formatting of errors
42850              on output from Matthias Neeracher (core files)
42851      Branch: maint-5.6/macperl
42852            ! perl.h pp_ctl.c util.c
42853 ____________________________________________________________________________
42854 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
42855         Log: Add some param checking, from reports by Kevin Reid.
42856      Branch: maint-5.6/macperl
42857            ! macos/ext/Mac/Controls/Controls.pm
42858            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
42859 ____________________________________________________________________________
42860 [ 11773] By: ams                                   on 2001/08/28  23:54:57
42861         Log: Subject: [PATCH] make coretest
42862              From: Paul Johnson <paul@pjcj.net>
42863              Date: Wed, 29 Aug 2001 00:11:38 +0200
42864              Message-Id: <20010829001138.B12169@pjcj.net>
42865              (Applied without the change to perlhack.pod. This should
42866              probably stay undocumented.)
42867      Branch: perl
42868            ! Makefile.SH t/TEST
42869 ____________________________________________________________________________
42870 [ 11772] By: sky                                   on 2001/08/28  13:01:20
42871         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
42872              From: Michael G Schwern <schwern@pobox.com>
42873              Date: Tue, 28 Aug 2001 09:57:39 -0400
42874              Message-ID: <20010828095738.E17775@blackrider>
42875      Branch: perl
42876            ! pod/perlhack.pod t/op/pack.t
42877 ____________________________________________________________________________
42878 [ 11771] By: sky                                   on 2001/08/28  11:20:13
42879         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
42880              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42881              Date: Tue, 28 Aug 2001 14:23:43 +0200
42882              Message-ID: <20010828142343.A19299@rafael>
42883      Branch: perl
42884            ! pod/perlvar.pod pp_ctl.c
42885 ____________________________________________________________________________
42886 [ 11770] By: ams                                   on 2001/08/28  10:13:21
42887         Log: Subject: [PATCH] odd typo in op.h
42888              From: Nicholas Clark <nick@ccl4.org>
42889              Date: Tue, 28 Aug 2001 12:10:26 +0100
42890              Message-Id: <20010828121026.V4950@plum.flirble.org>
42891      Branch: perl
42892            ! op.h
42893 ____________________________________________________________________________
42894 [ 11769] By: sky                                   on 2001/08/28  08:09:16
42895         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
42896              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
42897              Date: Tue, 28 Aug 2001 02:22:20 +0300
42898              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
42899      Branch: perl
42900            ! ext/B/B/Lint.pm
42901 ____________________________________________________________________________
42902 [ 11768] By: ams                                   on 2001/08/28  00:47:35
42903         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
42904              From: Michael G Schwern <schwern@pobox.com>
42905              Date: Mon, 27 Aug 2001 21:24:44 -0400
42906              Message-Id: <20010827212444.F12582@blackrider>
42907      Branch: perl
42908            ! pod/perlhack.pod t/op/pack.t
42909 ____________________________________________________________________________
42910 [ 11767] By: ams                                   on 2001/08/27  23:59:48
42911         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
42912              From: Michael G Schwern <schwern@pobox.com>
42913              Date: Mon, 27 Aug 2001 20:12:29 -0400
42914              Message-Id: <20010827201229.D12582@blackrider>
42915      Branch: perl
42916            ! pod/perlhack.pod t/op/pack.t
42917 ____________________________________________________________________________
42918 [ 11766] By: ams                                   on 2001/08/27  23:39:40
42919         Log: Update Changes.
42920      Branch: perl
42921            ! Changes
42922 ____________________________________________________________________________
42923 [ 11765] By: ams                                   on 2001/08/27  22:53:10
42924         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
42925              From: Michael G Schwern <schwern@pobox.com>
42926              Date: Mon, 27 Aug 2001 19:47:30 -0400
42927              Message-Id: <20010827194730.C12582@blackrider>
42928      Branch: perl
42929            ! t/op/inccode.t
42930 ____________________________________________________________________________
42931 [ 11764] By: ams                                   on 2001/08/27  22:46:21
42932         Log: Subject: [PATCH] new tests for the coderef-in-@INC
42933              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42934              Date: Mon, 27 Aug 2001 22:36:27 +0200
42935              Message-Id: <20010827223627.C690@rafael>
42936              
42937              Subject: Re: [PATCH] new tests for the coderef-in-@INC
42938              From: Nicholas Clark <nick@ccl4.org>
42939              Date: Tue, 28 Aug 2001 00:02:46 +0100
42940              Message-Id: <20010828000245.R4950@plum.flirble.org>
42941      Branch: perl
42942            + t/op/inccode.t
42943            ! MANIFEST
42944 ____________________________________________________________________________
42945 [ 11763] By: ams                                   on 2001/08/27  22:41:09
42946         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
42947              bleadperl on fire, Win95+4NT)
42948              From: Michael G Schwern <schwern@pobox.com>
42949              Date: Mon, 27 Aug 2001 16:54:42 -0400
42950              Message-Id: <20010827165442.F9436@blackrider>
42951      Branch: perl
42952            ! lib/warnings.t
42953 ____________________________________________________________________________
42954 [ 11762] By: sky                                   on 2001/08/27  19:19:17
42955         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
42956              avaible at compile time. This broke the compilation of 
42957              Net/Ping.pm
42958      Branch: perl
42959            ! lib/Net/Ping.pm
42960 ____________________________________________________________________________
42961 [ 11761] By: sky                                   on 2001/08/27  18:34:48
42962         Log: Removed tripple definitions of CUSTOM_OP functions.
42963      Branch: perl
42964            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
42965 ____________________________________________________________________________
42966 [ 11760] By: sky                                   on 2001/08/27  18:21:27
42967         Log: Regen headers
42968      Branch: perl
42969            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
42970            ! perlapi.h proto.h
42971 ____________________________________________________________________________
42972 [ 11759] By: ams                                   on 2001/08/27  16:31:53
42973         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
42974              From: "chromatic" <chromatic@rmci.net>
42975              Date: Mon, 27 Aug 2001 11:17:09 -0600
42976              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
42977      Branch: perl
42978            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
42979 ____________________________________________________________________________
42980 [ 11758] By: sky                                   on 2001/08/27  15:16:42
42981         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
42982              Thanks to H. Merijn Brand for the patch.
42983              Some of the comments and or guards might be removable in perl.h now.
42984      Branch: perl
42985            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
42986            ! Porting/Glossary Porting/config_H README.threads config_h.SH
42987            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
42988            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
42989            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
42990            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
42991            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
42992            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
42993            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
42994            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
42995            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
42996            ! win32/config_H.vc win32/perllib.c win32/win32.h
42997            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
42998            ! wince/config.h wince/config_H.ce wince/win32.h
42999            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
43000 ____________________________________________________________________________
43001 [ 11757] By: sky                                   on 2001/08/27  13:39:16
43002         Log: Subject: GNU ld parses arguments different
43003              From: H.Merijn Brand <h.m.brand@hccnet.nl>
43004              Date: Mon, 27 Aug 2001 16:25:51 +0200
43005              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
43006      Branch: perl
43007            ! hints/hpux.sh
43008 ____________________________________________________________________________
43009 [ 11756] By: sky                                   on 2001/08/27  13:18:45
43010         Log: Subject: Custom Ops
43011              From: Simon Cozens <simon@netthink.co.uk>
43012              Date: Sat, 25 Aug 2001 17:45:09 +0100
43013              Message-ID: <20010825174509.A5752@netthink.co.uk>
43014              I also added a fix to Opcode.pm to quite test cases.
43015      Branch: perl
43016            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
43017            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
43018 ____________________________________________________________________________
43019 [ 11755] By: sky                                   on 2001/08/27  05:37:17
43020         Log: Plugs a memory leak on destruction of regular expressions
43021              introcued by #11274.
43022              PL_regex_padav now has an AV as it's first entry with a list
43023              of freed regex_padav slots that it will reuse on creating
43024              new PMOPs.
43025      Branch: perl
43026            ! op.c perl.c
43027 ____________________________________________________________________________
43028 [ 11754] By: ams                                   on 2001/08/26  14:38:52
43029         Log: Subject: [PATCH] t/io/binmode.t
43030              From: Nicholas Clark <nick@ccl4.org>
43031              Date: Sun, 26 Aug 2001 12:03:05 +0100
43032              Message-Id: <20010826120305.C4950@plum.flirble.org>
43033              
43034              (Also a nitpick in #11752 to t/op/universal.t)
43035      Branch: perl
43036            ! t/io/binmode.t t/op/universal.t
43037 ____________________________________________________________________________
43038 [ 11753] By: ams                                   on 2001/08/26  08:19:34
43039         Log: Subject: [PATCH] op/universal.t failing
43040              From: Nicholas Clark <nick@ccl4.org>
43041              Date: Sun, 26 Aug 2001 09:48:22 +0100
43042              Message-Id: <20010826094822.B4950@plum.flirble.org>
43043      Branch: perl
43044            ! t/op/universal.t
43045 ____________________________________________________________________________
43046 [ 11752] By: ams                                   on 2001/08/25  22:46:13
43047         Log: Subject: Re: 'can' with undefined subs
43048              From: Tony Bowden <tony@kasei.com>
43049              Date: Sat, 25 Aug 2001 14:58:17 +0100
43050              Message-Id: <20010825145817.A11788@soto.kasei.com>
43051              (Applied with minor modifications.)
43052      Branch: perl
43053            ! t/op/universal.t
43054 ____________________________________________________________________________
43055 [ 11751] By: ams                                   on 2001/08/25  18:28:43
43056         Log: Subject: Re: 'can' with undefined subs
43057              From: Tony Bowden <tony@kasei.com>
43058              Date: Sat, 25 Aug 2001 15:13:14 +0100
43059              Message-Id: <20010825151314.B11788@soto.kasei.com>
43060      Branch: perl
43061            ! lib/UNIVERSAL.pm
43062 ____________________________________________________________________________
43063 [ 11750] By: nick                                  on 2001/08/25  15:24:15
43064         Log: Integrate mainline
43065      Branch: perlio
43066           +> t/io/binmode.t
43067           !> (integrate 26 files)
43068 ____________________________________________________________________________
43069 [ 11749] By: nick                                  on 2001/08/25  14:55:41
43070         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
43071              From:  John Peacock <jpeacock@rowman.com>
43072              Date:  Wed, 22 Aug 2001 12:05:28 -0400
43073              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
43074      Branch: perl
43075            ! pod/perlhack.pod
43076 ____________________________________________________________________________
43077 [ 11748] By: nick                                  on 2001/08/25  14:53:04
43078         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
43079              From:  Michael G Schwern <schwern@pobox.com>
43080              Date:  Wed, 22 Aug 2001 19:22:45 -0400
43081              Message-Id:  <20010822192245.U619@blackrider>
43082      Branch: perl
43083            ! MANIFEST
43084 ____________________________________________________________________________
43085 [ 11747] By: nick                                  on 2001/08/25  14:52:33
43086         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
43087              From:  Nicholas Clark <nick@ccl4.org>
43088              Date:  Wed, 22 Aug 2001 23:29:06 +0100
43089              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
43090      Branch: perl
43091            + t/io/binmode.t
43092            ! perlio.c pod/perlfunc.pod
43093 ____________________________________________________________________________
43094 [ 11744] By: nick                                  on 2001/08/25  14:37:33
43095         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
43096              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
43097              Date:  Fri, 24 Aug 2001 22:10:42 +0200
43098              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
43099      Branch: perl
43100            ! x2p/a2py.c x2p/walk.c
43101 ____________________________________________________________________________
43102 [ 11743] By: nick                                  on 2001/08/25  14:32:47
43103         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
43104              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43105              Date:  Fri, 24 Aug 2001 23:34:13 +0200
43106              Message-Id:  <20010824233413.A1285@rafael>
43107      Branch: perl
43108            ! pod/perlfunc.pod pod/perlvar.pod
43109 ____________________________________________________________________________
43110 [ 11742] By: ams                                   on 2001/08/25  13:16:02
43111         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
43112              From: Nicholas Clark <nick@ccl4.org>
43113              Date: Sat, 25 Aug 2001 14:50:07 +0100
43114              Message-Id: <20010825145007.L41464@plum.flirble.org>
43115      Branch: perl
43116            ! pp_ctl.c
43117 ____________________________________________________________________________
43118 [ 11741] By: nick                                  on 2001/08/24  07:08:45
43119         Log: When applying patch via Porting/apply fails, do p4 refresh
43120              to get old files back.
43121      Branch: perl
43122            ! Porting/apply
43123 ____________________________________________________________________________
43124 [ 11740] By: ams                                   on 2001/08/24  04:47:24
43125         Log: #11739 was incomplete.
43126      Branch: perl
43127            ! pod/perldiag.pod
43128 ____________________________________________________________________________
43129 [ 11739] By: ams                                   on 2001/08/24  04:09:40
43130         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
43131              From: "Philip Newton" <Philip.Newton@gmx.net>
43132              Date: Fri, 24 Aug 2001 07:08:34 +0200
43133      Branch: perl
43134            ! pod/perldiag.pod
43135 ____________________________________________________________________________
43136 [ 11738] By: ams                                   on 2001/08/24  02:19:42
43137         Log: Fixed Doug Wilson's email address.
43138      Branch: perl
43139            ! AUTHORS
43140 ____________________________________________________________________________
43141 [ 11737] By: ams                                   on 2001/08/24  00:10:13
43142         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
43143              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43144              Date: Thu, 23 Aug 2001 22:22:58 +0200
43145              Message-Id: <20010823222258.A901@rafael>
43146      Branch: perl
43147            ! pod/perldiag.pod
43148 ____________________________________________________________________________
43149 [ 11736] By: ams                                   on 2001/08/24  00:05:02
43150         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
43151              From: "Craig A. Berry" <craigberry@mac.com>
43152              Date: Thu, 23 Aug 2001 19:07:45 -0500
43153              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
43154      Branch: perl
43155            ! configure.com
43156 ____________________________________________________________________________
43157 [ 11735] By: sky                                   on 2001/08/23  13:42:07
43158         Log: Backed out 11732, it breaks lib/strict.t 
43159      Branch: perl
43160            ! op.c
43161 ____________________________________________________________________________
43162 [ 11734] By: sky                                   on 2001/08/23  11:45:59
43163         Log: Removed toy from 17133 after Matt Sargeants request.
43164      Branch: perl
43165            ! pod/perlfaq4.pod
43166 ____________________________________________________________________________
43167 [ 11733] By: sky                                   on 2001/08/23  11:36:29
43168         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
43169              From: Robin Houston <robin@kitsite.com>
43170              Date: Wed, 22 Aug 2001 23:06:16 +0100
43171              Message-ID: <20010822230616.A254@robin.kitsite.com>
43172      Branch: perl
43173            ! pod/perlfaq4.pod
43174 ____________________________________________________________________________
43175 [ 11732] By: sky                                   on 2001/08/23  10:36:02
43176         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
43177              From: Simon Cozens <simon@netthink.co.uk>
43178              Date: Thu, 23 Aug 2001 12:06:36 +0100
43179              Message-ID: <20010823120636.A9961@netthink.co.uk>
43180      Branch: perl
43181            ! op.c
43182 ____________________________________________________________________________
43183 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
43184         Log: fix broken windows build
43185      Branch: perl
43186            ! perl.h
43187 ____________________________________________________________________________
43188 [ 11730] By: ams                                   on 2001/08/22  21:35:30
43189         Log: Subject: [PATCH] io/tell.t doesn't chdir t
43190              From: Nicholas Clark <nick@ccl4.org>
43191              Date: Wed, 22 Aug 2001 23:25:58 +0100
43192              Message-Id: <20010822232557.Y82818@plum.flirble.org>
43193      Branch: perl
43194            ! t/io/tell.t
43195 ____________________________________________________________________________
43196 [ 11729] By: ams                                   on 2001/08/22  20:32:21
43197         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
43198              questions)
43199              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43200              Date: Wed, 22 Aug 2001 17:09:04 -0400
43201              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
43202              (Oops, forgot File::Spec::Unix in the previous patch.)
43203      Branch: perl
43204            ! lib/File/Spec/Unix.pm
43205 ____________________________________________________________________________
43206 [ 11728] By: ams                                   on 2001/08/22  20:25:41
43207         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
43208              questions)
43209              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
43210              Date: Wed, 22 Aug 2001 17:09:04 -0400
43211              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
43212      Branch: perl
43213            ! lib/File/Spec.pm
43214 ____________________________________________________________________________
43215 [ 11727] By: ams                                   on 2001/08/22  19:43:30
43216         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
43217              From: John Peacock <jpeacock@rowman.com>
43218              Date: Wed, 22 Aug 2001 12:35:52 -0400
43219              Message-Id: <3B83DF68.5D89DC81@rowman.com>
43220              (Adds proper tests for $], notwithstanding Subject. +nitpick)
43221      Branch: perl
43222            ! t/op/ver.t
43223 ____________________________________________________________________________
43224 [ 11726] By: ams                                   on 2001/08/22  19:36:39
43225         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
43226              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
43227              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
43228              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
43229      Branch: perl
43230            ! lib/diagnostics.pm lib/diagnostics.t
43231 ____________________________________________________________________________
43232 [ 11725] By: ams                                   on 2001/08/22  19:25:01
43233         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
43234              From: Nicholas Clark <nick@ccl4.org>
43235              Date: Wed, 22 Aug 2001 20:59:05 +0100
43236              Message-Id: <20010822205905.U82818@plum.flirble.org>
43237      Branch: perl
43238            ! pp.c t/op/64bitint.t t/op/arith.t
43239 ____________________________________________________________________________
43240 [ 11724] By: ams                                   on 2001/08/22  10:02:33
43241         Log: Subject: Configure blooper
43242              From: H.Merijn Brand <h.m.brand@hccnet.nl>
43243              Date: Wed, 22 Aug 2001 12:38:35 +0200
43244              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
43245      Branch: perl
43246            ! Configure
43247 ____________________________________________________________________________
43248 [ 11723] By: ams                                   on 2001/08/21  16:17:53
43249         Log: Subject: [PATCH] installperl -help
43250              From: Nicholas Clark <nick@ccl4.org>
43251              Date: Tue, 21 Aug 2001 17:34:23 +0100
43252              Message-Id: <20010821173423.F82818@plum.flirble.org>
43253      Branch: perl
43254            ! installperl
43255 ____________________________________________________________________________
43256 [ 11722] By: ams                                   on 2001/08/20  07:46:31
43257         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
43258              From: Ilmari Karonen <iltzu@sci.fi>
43259              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
43260              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
43261      Branch: perl
43262            ! pod/perlvar.pod
43263 ____________________________________________________________________________
43264 [ 11721] By: nick                                  on 2001/08/20  06:24:31
43265         Log: Integrate mainline
43266      Branch: perlio
43267           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
43268           +> lib/Lingua/KO/Hangul/Util/Changes
43269           +> lib/Lingua/KO/Hangul/Util/README
43270           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
43271           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
43272           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
43273           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
43274           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
43275           +> lib/Unicode/Normalize/t/test.t
43276            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
43277           !> (integrate 55 files)
43278 ____________________________________________________________________________
43279 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
43280         Log: Integrate Change #11599 from maint-5.6/perl
43281      Branch: maint-5.6/macperl
43282           !> README.win32
43283 ____________________________________________________________________________
43284 [ 11719] By: ams                                   on 2001/08/18  21:21:42
43285         Log: Add Porting/apply to MANIFEST.
43286      Branch: perl
43287            ! MANIFEST
43288 ____________________________________________________________________________
43289 [ 11718] By: sky                                   on 2001/08/18  14:38:01
43290         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
43291              Better solution would be to make 5005threaded perl use
43292              the same system as ithreads do
43293      Branch: perl
43294            ! perl.h
43295 ____________________________________________________________________________
43296 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
43297         Log: New try for ID 20010407.006: detach the semantics
43298              "was the last match target UTF8" into its own variable.
43299      Branch: perl
43300            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
43301            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
43302 ____________________________________________________________________________
43303 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
43304         Log: UTF8 flag should be meaningful only when POK.
43305      Branch: perl
43306            ! dump.c
43307 ____________________________________________________________________________
43308 [ 11715] By: sky                                   on 2001/08/18  11:45:16
43309         Log: USE_THREADS and USE_ITHREADS are never true at the same time
43310      Branch: perl
43311            ! perl.h
43312 ____________________________________________________________________________
43313 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
43314         Log: Retract #11712 for now.  The real fix would probably
43315              be something like making PL_reg_sv a copy (PV + UTF8)
43316              of the matched/substituted string (note: not just a SvPOK
43317              string, for example the stringified form of a ROK would
43318              be applicable)  Beware of leaks.
43319      Branch: perl
43320            ! pp_hot.c t/op/pat.t
43321 ____________________________________________________________________________
43322 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
43323         Log: UTF8 wasn't printing for PVMGs.
43324      Branch: perl
43325            ! dump.c
43326 ____________________________________________________________________________
43327 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
43328         Log: (Retracted by #11714)
43329              
43330              Okay analysis, debatable fix.  (The fix will inc
43331              the refcount of all temporary match objects,
43332              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
43333              which will then cause griping at untie() time
43334              ("inner references remain").
43335              
43336              Fix for ID 20010407.006: PL_reg_sv got wiped out
43337              by freetemps if the match target was a temporary
43338              (like function_call() =~ /.../), which in turn meant
43339              that the $1 et al stopped working if they had UTF-8
43340              in them.  Therefore bump up the refcount of PL_reg_sv.
43341      Branch: perl
43342            ! pp_hot.c t/op/pat.t
43343 ____________________________________________________________________________
43344 [ 11711] By: ams                                   on 2001/08/17  20:32:08
43345         Log: Subject: [PATCH] doesn't compile, was perl@11710
43346              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43347              Date: Fri, 17 Aug 2001 23:21:10 +0200
43348              Message-Id: <20010817232110.C7041@rafael> 
43349      Branch: perl
43350            ! sharedsv.c
43351 ____________________________________________________________________________
43352 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
43353         Log: Update Changes.
43354      Branch: perl
43355            ! Changes patchlevel.h
43356 ____________________________________________________________________________
43357 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
43358         Log: Upgrade to libnet 1.0704.
43359      Branch: perl
43360            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
43361            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
43362            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
43363            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
43364            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
43365            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
43366            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
43367 ____________________________________________________________________________
43368 [ 11708] By: sky                                   on 2001/08/17  13:34:04
43369         Log: Let perl_clone copy PL_exit_flags
43370      Branch: perl
43371            ! sv.c
43372 ____________________________________________________________________________
43373 [ 11707] By: sky                                   on 2001/08/17  12:28:41
43374         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
43375      Branch: perl
43376            ! sharedsv.c sharedsv.h
43377 ____________________________________________________________________________
43378 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
43379         Log: The metaconfig unit change for #11705.
43380      Branch: metaconfig/U/perl
43381            ! Extensions.U
43382 ____________________________________________________________________________
43383 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
43384         Log: Allow the threads extension to be found if present.
43385      Branch: perl
43386            ! Configure
43387 ____________________________________________________________________________
43388 [ 11704] By: nick                                  on 2001/08/17  11:47:54
43389         Log: Mail -> change script (pre-alpha)
43390      Branch: perl
43391            + Porting/apply
43392 ____________________________________________________________________________
43393 [ 11703] By: sky                                   on 2001/08/17  07:11:24
43394         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
43395              Thanks to Tom Hospel for pointing out my error.
43396      Branch: perl
43397            ! op.h
43398 ____________________________________________________________________________
43399 [ 11702] By: sky                                   on 2001/08/17  04:18:11
43400         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.
43401      Branch: perl
43402            ! embed.pl miniperlmain.c perl.c perl.h proto.h
43403 ____________________________________________________________________________
43404 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
43405         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
43406              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
43407      Branch: perl
43408            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
43409            + lib/Lingua/KO/Hangul/Util/README
43410            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
43411            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
43412            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
43413            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
43414            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
43415            + lib/Unicode/Normalize/t/test.t
43416            ! MANIFEST
43417 ____________________________________________________________________________
43418 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
43419         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
43420              Date: Thu, 16 Aug 2001 22:46:15 -0500
43421              From: "Craig A. Berry" <craigberry@mac.com>
43422              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
43423      Branch: perl
43424            ! configure.com numeric.c
43425 ____________________________________________________________________________
43426 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
43427         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
43428              of the usual suspects (like getpwent) but not for others
43429              (like localtime and rand).  The _r versions are available
43430              for all of them, so let's use them.
43431      Branch: perl
43432            ! perl.h
43433 ____________________________________________________________________________
43434 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
43435         Log: (Accidental apply; thankfully empty.)
43436      Branch: perl
43437            ! hints/os390.sh
43438 ____________________________________________________________________________
43439 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
43440         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
43441              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43442              Date: Thu, 16 Aug 2001 16:27:49 +0100
43443              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
43444      Branch: perl
43445            ! regexec.c t/op/re_tests
43446 ____________________________________________________________________________
43447 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
43448         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
43449              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43450              Date: Thu, 16 Aug 2001 18:50:01 +0100
43451              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
43452      Branch: perl
43453            ! pp_hot.c t/op/pat.t
43454 ____________________________________________________________________________
43455 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
43456         Log: Subject: [PATCH] *time_r again
43457              From: "Arthur Bergman" <arthur@contiller.se>
43458              Date: Thu, 16 Aug 2001 16:01:54 +0200
43459              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
43460      Branch: perl
43461            ! op.h
43462 ____________________________________________________________________________
43463 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
43464         Log: system() and backtick error handling cleanup from Craig A. Berry.
43465      Branch: perl
43466            ! vms/vms.c
43467 ____________________________________________________________________________
43468 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
43469         Log: change#10334 leaks memory, copies string when it doesn't
43470              need to
43471      Branch: perl
43472            ! perl.c
43473 ____________________________________________________________________________
43474 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
43475         Log: One more twist to the sprintf + utf8 testing.
43476      Branch: perl
43477            ! t/op/misc.t
43478 ____________________________________________________________________________
43479 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
43480         Log: Fix for 20010407.008 sprintf removes utf8-ness.
43481      Branch: perl
43482            ! pp.c t/op/misc.t
43483 ____________________________________________________________________________
43484 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
43485         Log: Subject: [PATCH] *time_r fixes
43486              From: "Arthur Bergman" <arthur@contiller.se>
43487              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
43488              Date: Thu, 16 Aug 2001 14:22:27 +0200
43489      Branch: perl
43490            ! op.h
43491 ____________________________________________________________________________
43492 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
43493         Log: Upgrade to CGI.pm 2.77.
43494      Branch: perl
43495            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
43496            ! lib/CGI/t/function.t
43497 ____________________________________________________________________________
43498 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
43499         Log: Document the bytes-to-Unicode upgrading.
43500      Branch: perl
43501            ! pod/perlunicode.pod
43502 ____________________________________________________________________________
43503 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
43504         Log: Add a test for Unicode sprintf.
43505      Branch: perl
43506            ! t/op/misc.t
43507 ____________________________________________________________________________
43508 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
43509         Log: Add Unicode tests for index/rindex.
43510      Branch: perl
43511            ! t/op/index.t
43512 ____________________________________________________________________________
43513 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
43514         Log: Document a bit the art of minimizing the installation,
43515              based on the p5p discussion.
43516      Branch: perl
43517            ! INSTALL
43518 ____________________________________________________________________________
43519 [ 11684] By: nick                                  on 2001/08/15  15:03:31
43520         Log: Integrate mainline
43521      Branch: perlio
43522           +> sharedsv.c sharedsv.h
43523           !> (integrate 53 files)
43524 ____________________________________________________________________________
43525 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
43526         Log: Update Changes.
43527      Branch: perl
43528            ! Changes patchlevel.h
43529 ____________________________________________________________________________
43530 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
43531         Log: The #11673 necessitated a test tweak.
43532      Branch: perl
43533            ! t/io/utf8.t
43534 ____________________________________________________________________________
43535 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
43536         Log: Also UNICOS is in the general case unable to silently
43537              handle fp overflows.
43538      Branch: perl
43539            ! numeric.c
43540 ____________________________________________________________________________
43541 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
43542         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
43543              NV_EPSILON #defined.
43544      Branch: perl
43545            ! perl.h
43546 ____________________________________________________________________________
43547 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
43548         Log: Re-establish the fp overflow detection for VAX VMS; there
43549              is no easy way to have the IEEE fp silent overflow semantics.
43550              (in Alpha VMS we still will use IEEE fp by default-- but it
43551              is still possible to configure Perl to use G_FLOAT)
43552      Branch: perl
43553            ! numeric.c
43554 ____________________________________________________________________________
43555 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
43556         Log: Subject: [PATCH] pp_lock 
43557              From: "Arthur Bergman" <arthur@contiller.se>
43558              Date: Wed, 15 Aug 2001 11:52:16 +0200
43559              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
43560      Branch: perl
43561            ! pp.c
43562 ____________________________________________________________________________
43563 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
43564         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
43565              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43566              Date: Wed, 15 Aug 2001 11:32:11 +0100
43567              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
43568      Branch: perl
43569            ! regcomp.c t/op/re_tests
43570 ____________________________________________________________________________
43571 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
43572         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
43573              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
43574              Date: Wed, 15 Aug 2001 10:33:49 +0100
43575              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
43576      Branch: perl
43577            ! regexec.c t/op/re_tests
43578 ____________________________________________________________________________
43579 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
43580         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
43581              From: Barrie Slaymaker <barries@slaysys.com>
43582              Date: Tue, 14 Aug 2001 14:32:25 -0400
43583              Message-ID: <20010814143225.A19822@jester.slaysys.com>
43584      Branch: perl
43585            ! lib/File/Spec.t lib/File/Spec/Unix.pm
43586 ____________________________________________________________________________
43587 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
43588         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
43589              From: Peter Prymmer <pvhp@forte.com>
43590              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
43591              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
43592      Branch: perl
43593            ! README.vms configure.com
43594 ____________________________________________________________________________
43595 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
43596         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
43597              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43598              Date: Tue, 14 Aug 2001 21:23:27 +0200
43599              Message-ID: <20010814212327.A1919@rafael>
43600      Branch: perl
43601            ! doio.c
43602 ____________________________________________________________________________
43603 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
43604         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
43605              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
43606              Date: Tue, 14 Aug 2001 22:30:11 +0200
43607              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
43608              
43609              Combination of nmake, quoting, and Perl expanded $( in here-doc.
43610      Branch: perl
43611            ! ext/SDBM_File/Makefile.PL
43612 ____________________________________________________________________________
43613 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
43614         Log: Todo updates.
43615      Branch: perl
43616            ! pod/perltodo.pod
43617 ____________________________________________________________________________
43618 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
43619         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
43620              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
43621              Date: Mon, 13 Aug 2001 23:15:01 +0200
43622              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
43623      Branch: perl
43624            ! sv.c
43625 ____________________________________________________________________________
43626 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
43627         Log: Subject: [PATCH] [b-]showlex.t
43628              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
43629              Date: Sun, 12 Aug 2001 22:24:51 +0200
43630              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
43631              
43632              The 4nt command shell will expand the % in command line
43633              no matter what quoting is attempted, changed the % to @.
43634      Branch: perl
43635            ! ext/B/Showlex.t
43636 ____________________________________________________________________________
43637 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
43638         Log: Subject: [PATCH] magic.t
43639              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
43640              Date: Sun, 12 Aug 2001 20:49:27 +0200
43641              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
43642      Branch: perl
43643            ! t/op/magic.t
43644 ____________________________________________________________________________
43645 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
43646         Log: Add sharedsv* to the DOSish platforms; plus add
43647              some WinCE files to the list of DOSish files.
43648      Branch: perl
43649            ! NetWare/Makefile Porting/makerel win32/Makefile
43650            ! win32/makefile.mk wince/Makefile.ce
43651 ____________________________________________________________________________
43652 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
43653         Log: More DOSish files.
43654      Branch: perl
43655            ! Porting/makerel
43656 ____________________________________________________________________________
43657 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
43658         Log: Strip CRs from the WinCE files.  Now we need to
43659              figure out in which CRs are really needed: probably
43660              Makefile.ce and the README files, at least, probably
43661              also the registry.bat.
43662      Branch: perl
43663            ! wince/Makefile.ce wince/README.compile wince/README.perlce
43664            ! wince/config.h wince/include/cectype.h wince/include/errno.h
43665            ! wince/include/sys/stat.h wince/include/sys/types.h
43666            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
43667            ! wince/perldll.def wince/registry.bat wince/wince.h
43668            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
43669 ____________________________________________________________________________
43670 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
43671         Log: Add some files to DOSish and writables.
43672      Branch: perl
43673            ! Porting/makerel
43674 ____________________________________________________________________________
43675 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
43676         Log: Compile failure message tidying.
43677      Branch: perl
43678            ! t/lib/1_compile.t
43679 ____________________________________________________________________________
43680 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
43681         Log: The new sharedsv* should be exported only if usethreads.
43682      Branch: perl
43683            ! makedef.pl
43684 ____________________________________________________________________________
43685 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
43686         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
43687              From: Peter Prymmer <pvhp@forte.com>
43688              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
43689              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
43690      Branch: perl
43691            ! README.os390
43692 ____________________________________________________________________________
43693 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
43694         Log: Update Changes.
43695      Branch: perl
43696            ! Changes patchlevel.h
43697 ____________________________________________________________________________
43698 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
43699         Log: Subject: [PATHC] sharedsv.[c|h]
43700              From: "Artur Bergman" <artur@contiller.se>
43701              Date: Mon, 13 Aug 2001 14:38:41 +0200
43702              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
43703              
43704              Subject: [PATCH] embed.pl
43705              From: Arthur Bergman <arthur@contiller.se>
43706              Date: Mon, 13 Aug 2001 14:38:14 +0200
43707              Message-ID: <B79D96D6.3088%arthur@contiller.se>
43708              
43709              Subject: [PATCH] sharedsv cleanups
43710              From: "Arthur Bergman" <arthur@contiller.se>
43711              Date: Mon, 13 Aug 2001 15:14:25 +0200
43712              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
43713              
43714              Plus few tweaks: _init needs to be Adp, the prototypes
43715              should not be revealed unless using ithreads, #endif FOO
43716              must be #endif /* FOO */, adding (parentheses) around
43717              do { } while doesn't work too well.
43718      Branch: perl
43719            + sharedsv.c sharedsv.h
43720            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
43721            ! perl.h perlapi.c pod/perlapi.pod proto.h
43722 ____________________________________________________________________________
43723 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
43724         Log: Subject: Re: END {} blocks run in perl_run
43725              From: Arthur Bergman <arthur@contiller.se>
43726              Date: Mon, 13 Aug 2001 11:11:30 +0200
43727              Message-ID: <B79D6661.3068%arthur@contiller.se>
43728      Branch: perl
43729            ! perl.c
43730 ____________________________________________________________________________
43731 [ 11657] By: nick                                  on 2001/08/13  09:03:02
43732         Log: Integrate mainline
43733      Branch: perlio
43734           +> (branch 326 files)
43735            - (delete 330 files)
43736           !> (integrate 85 files)
43737 ____________________________________________________________________________
43738 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
43739         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
43740              and the Perl will be built to do that by default (adding that
43741              will break scripts having non-UTF-8 binary data, such as Latin-1.)
43742      Branch: perl
43743            ! op.c toke.c utf8.h
43744 ____________________________________________________________________________
43745 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
43746         Log: Unnecessary downgrades.
43747      Branch: perl
43748            ! doop.c
43749 ____________________________________________________________________________
43750 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
43751         Log: Failure not true anymore (probably caused by my broken setup).
43752      Branch: perl
43753            ! t/op/pat.t
43754 ____________________________________________________________________________
43755 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
43756         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
43757              stopped working).
43758      Branch: perl
43759            ! op.h pp_ctl.c regcomp.c
43760 ____________________________________________________________________________
43761 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
43762         Log: There is no IN_UTF8.
43763      Branch: perl
43764            ! utf8.h
43765 ____________________________________________________________________________
43766 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
43767         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
43768      Branch: perl
43769            ! op.c op.h pp_ctl.c regcomp.c
43770 ____________________________________________________________________________
43771 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
43772         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
43773              and a test tweak.
43774      Branch: perl
43775            ! op.c t/pod/find.t
43776 ____________________________________________________________________________
43777 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
43778         Log: Todo updates and fixes.
43779      Branch: perl
43780            ! pod/perltodo.pod
43781 ____________________________________________________________________________
43782 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
43783         Log: Mark tests (and one module) having explicit Latin-1
43784              (and one file having explicit UTF-8) with an explicit
43785              'no utf8' (and one explicit 'use utf8').
43786              
43787              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
43788      Branch: perl
43789            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
43790            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
43791            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
43792 ____________________________________________________________________________
43793 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
43794         Log: Subject: SV: END {} blocks run in perl_run
43795              From: "Arthur Bergman" <arthur@contiller.se>
43796              Date: Sun, 12 Aug 2001 00:34:28 +0200 
43797              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
43798      Branch: perl
43799            ! miniperlmain.c perl.c
43800 ____________________________________________________________________________
43801 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
43802         Log: Typos in #11645.
43803      Branch: perl
43804            ! perl.h
43805 ____________________________________________________________________________
43806 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
43807         Log: On ithreads default to use_reentrant except on naturally
43808              threadsafe platforms.
43809      Branch: perl
43810            ! perl.h
43811 ____________________________________________________________________________
43812 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
43813         Log: (Hopefully) a fix for 20010723.004: make install needs
43814              write permission in build directory.  The problem was
43815              probably caused by overeager sprinkling of the lib/re.pm
43816              dependencies (which was done to guarantee lib/re.pm being
43817              uptodate for parallel makes: now solved by funneling that
43818              through an explicit recursive make in the preplibrary target).
43819      Branch: perl
43820            ! Makefile.SH
43821 ____________________________________________________________________________
43822 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
43823         Log: Dispell the "use utf8" superstition.
43824      Branch: perl
43825            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
43826            ! pod/perlunicode.pod
43827 ____________________________________________________________________________
43828 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
43829         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
43830              From: "Abigail" <abigail@foad.org> 
43831              Date: Sat, 11 Aug 2001 23:49:49 +0200
43832              Message-ID: <20010811214950.23255.qmail@foad.org>
43833      Branch: perl
43834            ! t/op/taint.t
43835 ____________________________________________________________________________
43836 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
43837         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
43838              From: Abhijit Menon-Sen <ams@wiw.org>
43839              Date: Sat, 11 Aug 2001 06:18:19 +0530
43840              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
43841      Branch: perl
43842            ! mg.c
43843 ____________________________________________________________________________
43844 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
43845         Log: Test for change #11639.
43846      Branch: perl
43847            ! t/op/tiehandle.t
43848 ____________________________________________________________________________
43849 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
43850         Log: Subject: Re: Can't localize *FH, then tie it
43851              From: Abhijit Menon-Sen <ams@wiw.org>
43852              Date: Sun, 12 Aug 2001 16:08:06 +0530
43853              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
43854      Branch: perl
43855            ! pp_hot.c pp_sys.c
43856 ____________________________________________________________________________
43857 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
43858         Log: Drop all the unnecessary "use utf8" clauses and some of
43859              the unnecessary "use bytes" ones.
43860              
43861              TODO: scour the documentation for unnecessary "use utf8"
43862              and prominently display it in perldelta when the time comes.
43863              ("use utf8" should be necessary ONLY if one wants the script
43864              to be in UTF-8.)  Also should be checked in some non-ASCII
43865              non-Latin-1 platform, like EBCDIC.
43866      Branch: perl
43867            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
43868            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
43869 ____________________________________________________________________________
43870 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
43871         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
43872              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
43873              in Unicode handling.
43874      Branch: perl
43875            + t/op/lc.t
43876            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
43877 ____________________________________________________________________________
43878 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
43879         Log: Thinko: we want the flags for native cc, not gcc.
43880      Branch: perl
43881            ! hints/dec_osf.sh
43882 ____________________________________________________________________________
43883 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
43884         Log: (retracted by 13077)
43885              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
43886              From: Robin Houston <robin@kitsite.com>
43887              Date: Fri, 10 Aug 2001 14:42:02 +0100
43888              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
43889      Branch: perl
43890            ! pp.c
43891 ____________________________________________________________________________
43892 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
43893         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
43894              From: Abhijit Menon-Sen <ams@wiw.org>
43895              Date: Sat, 11 Aug 2001 16:31:04 +0530
43896              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
43897      Branch: perl
43898            ! op.c
43899 ____________________________________________________________________________
43900 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
43901         Log: Get rid of indread, from Abhijit Menon-Sen.
43902      Branch: perl
43903            ! pp_sys.c
43904 ____________________________________________________________________________
43905 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
43906         Log: CRLFgngngn.
43907      Branch: perl
43908            ! win32/Makefile win32/makefile.mk
43909 ____________________________________________________________________________
43910 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
43911         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
43912      Branch: perl
43913            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
43914            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
43915            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
43916            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
43917            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
43918            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
43919            ! win32/Makefile win32/makefile.mk
43920 ____________________________________________________________________________
43921 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
43922         Log: Avoid #elif (less portable than #else #if).
43923      Branch: perl
43924            ! handy.h
43925 ____________________________________________________________________________
43926 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
43927         Log: Subject: patch for perlvar.pod
43928              From: mah@everybody.org (Mark A. Hershberger)
43929              Date: 08 Aug 2001 17:03:16 -0500
43930              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
43931      Branch: perl
43932            ! pod/perlvar.pod
43933 ____________________________________________________________________________
43934 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
43935         Log: cpp commands must start (the # must be) at the column #0.
43936      Branch: perl
43937            ! op.c
43938 ____________________________________________________________________________
43939 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
43940         Log: If using gcc -B/foo/bar makedepend would give
43941              unnecessary warnings about unused -B/foo/bar.
43942      Branch: perl
43943            ! makedepend.SH
43944 ____________________________________________________________________________
43945 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
43946         Log: Update Changes.
43947      Branch: perl
43948            ! Changes patchlevel.h
43949 ____________________________________________________________________________
43950 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
43951         Log: s/z/tz/
43952      Branch: perl
43953            ! pod/perlfaq2.pod
43954 ____________________________________________________________________________
43955 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
43956         Log: Article nit.
43957      Branch: perl
43958            ! pod/perlfaq2.pod
43959 ____________________________________________________________________________
43960 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
43961         Log: Rename lib/unicode files to lib/unicore to avoid
43962              conflicts between core lib/unicode and Unicode::
43963              files in case-ignoring filesystems.
43964      Branch: perl
43965            + (add 325 files)
43966            - (delete 324 files)
43967            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
43968 ____________________________________________________________________________
43969 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
43970         Log: Upgrade to Math::BigInt 1.41.
43971      Branch: perl
43972            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
43973 ____________________________________________________________________________
43974 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
43975         Log: Subject: [PATCH] remove PL_na from typemap
43976              From: James <james@rf.net>
43977              Date: Mon, 06 Aug 2001 20:23:15 -0700
43978              Message-ID: <3B6F5F23.A31A81B1@rf.net>
43979              
43980              (had to be manually applied)
43981      Branch: perl
43982            ! lib/ExtUtils/typemap
43983 ____________________________________________________________________________
43984 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
43985         Log: The metaconfig unit changes for #11618.
43986      Branch: metaconfig/U/perl
43987            + d_fpclassl.U i_fp.U
43988 ____________________________________________________________________________
43989 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
43990         Log: Forgot this from #11618.
43991              
43992              NOTE: wince/config_H.ce needs updating.
43993      Branch: perl
43994            ! wince/config.ce
43995 ____________________________________________________________________________
43996 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
43997         Log: Introduce more floating point classifying APIs;
43998              try to define (most importantly) Perl_is{inf,nan}(x).
43999              
44000              For this first cut, assume none such APIs exist in non-UNIXoid
44001              platforms-- this is of course too unkind: Win32 rumoredly has
44002              _fpclass() and _isnan(), and VMS/VOS very probably have some
44003              of the APIs available.     The only thing Perl uses at the moment
44004              is Perl_isnan() (has been in use for a while now).
44005              
44006              NOTE: the Win32 and NetWare config_h.?c need regenerating.
44007      Branch: perl
44008            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
44009            ! Porting/config_H config_h.SH configure.com epoc/config.sh
44010            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
44011            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44012            ! vos/config.ga.h win32/config.bc win32/config.gc
44013            ! win32/config.vc win32/config_H.bc win32/config_H.gc
44014            ! win32/config_H.vc wince/config.ce wince/config.h
44015 ____________________________________________________________________________
44016 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
44017         Log: Integrate change #11519 from perlio:
44018              
44019              Avoid testing for (non-)existance of "encoding(xxxx)"
44020              layer is called "encoding" the (xxxx) is an argument.
44021      Branch: perl
44022           !> lib/open.pm
44023 ____________________________________________________________________________
44024 [ 11616] By: nick                                  on 2001/08/09  07:50:24
44025         Log: Integrate mainline
44026      Branch: perlio
44027           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
44028           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
44029           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
44030           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
44031            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
44032            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
44033           !> (integrate 79 files)
44034 ____________________________________________________________________________
44035 [ 11615] By: nick                                  on 2001/08/09  06:23:44
44036         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
44037              layer is called "encoding" the (xxxx) is an argument.
44038      Branch: perlio
44039            ! lib/open.pm
44040 ____________________________________________________________________________
44041 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
44042         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
44043              From: Paul Johnson <paul@pjcj.net>
44044              Date: Wed, 8 Aug 2001 23:54:17 +0200
44045              Message-ID: <20010808235417.O1006@pjcj.net>
44046      Branch: perl
44047            ! ext/B/B/Concise.pm
44048 ____________________________________________________________________________
44049 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
44050         Log: Make VMS use IEEE math by default; reorder Tru64 hints
44051              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
44052              exception semantics) is always set if using (the new) cc.
44053      Branch: perl
44054            ! configure.com hints/dec_osf.sh
44055 ____________________________________________________________________________
44056 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
44057         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
44058              From: Abhijit Menon-Sen <ams@wiw.org>
44059              Date: Tue, 7 Aug 2001 17:16:05 +0530
44060              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
44061      Branch: perl
44062            ! pp_sys.c
44063 ____________________________________________________________________________
44064 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
44065         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
44066              From: "Craig A. Berry" <craigberry@mac.com>
44067              Date: Tue, 07 Aug 2001 22:27:47 -0500
44068              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
44069      Branch: perl
44070            ! t/run/exit.t
44071 ____________________________________________________________________________
44072 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
44073         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
44074              From: "Craig A. Berry" <craigberry@mac.com>
44075              Date: Tue, 07 Aug 2001 20:01:53 -0500
44076              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
44077      Branch: perl
44078            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
44079 ____________________________________________________________________________
44080 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
44081         Log: Update the magazine information.
44082      Branch: perl
44083            ! pod/perlfaq2.pod
44084 ____________________________________________________________________________
44085 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
44086         Log: Ignore SIGFPE everywhere.
44087      Branch: perl
44088            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
44089 ____________________________________________________________________________
44090 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
44091         Log: With permission, change the licensing of the docs by
44092              TomC (and Gnat) to comply with the rest of Perl.
44093      Branch: perl
44094            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
44095            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
44096            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
44097            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
44098            ! pod/perltootc.pod
44099 ____________________________________________________________________________
44100 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
44101         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
44102              From: Andy Dougherty <doughera@lafayette.edu>
44103              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
44104              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
44105      Branch: perl
44106            ! hints/openbsd.sh
44107 ____________________________________________________________________________
44108 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
44109         Log: Subject: [PATCH] Makefile.SH test_prep dependency
44110              From: Andy Dougherty <doughera@lafayette.edu>
44111              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
44112              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
44113      Branch: perl
44114            ! Makefile.SH
44115 ____________________________________________________________________________
44116 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
44117         Log: Don't autogenerate the headers et alia,
44118              make regen_headers explicitly.
44119      Branch: perl
44120            ! Makefile.SH
44121 ____________________________________________________________________________
44122 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
44123         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
44124              From: Gurusamy Sarathy <gsar@ActiveState.com> 
44125              Date: Tue, 07 Aug 2001 08:33:26 -0700
44126              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
44127              
44128              Unnecessary dependency.
44129      Branch: perl
44130            ! embed.pl
44131 ____________________________________________________________________________
44132 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
44133         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
44134              From: Abhijit Menon-Sen <ams@wiw.org>
44135              Date: Tue, 7 Aug 2001 09:10:54 +0530
44136              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
44137      Branch: perl
44138            ! pp_hot.c
44139 ____________________________________________________________________________
44140 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
44141         Log: Subject: [PATCH perl@11597] B && BEGIN handling
44142              From: "James A. Duncan" <jduncan@fotango.com>
44143              Date: Mon, 6 Aug 2001 17:29:11 +0100
44144              Message-ID: <20010806172911.A2071@fotango.com>
44145              
44146              (the intrpvar.h addition moved to the end for bincompat)
44147      Branch: perl
44148            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
44149 ____________________________________________________________________________
44150 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
44151         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
44152      Branch: perl
44153           !> README.win32
44154 ____________________________________________________________________________
44155 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
44156         Log: fix URLs for fcrypt.c
44157      Branch: maint-5.6/perl
44158            ! README.win32
44159 ____________________________________________________________________________
44160 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
44161         Log: Yet another way to say Infinity: HP-UX calls its "++".
44162      Branch: perl
44163            ! lib/Math/BigInt/t/bigintpm.t
44164 ____________________________________________________________________________
44165 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
44166         Log: Update Changes.
44167      Branch: perl
44168            ! Changes patchlevel.h
44169 ____________________________________________________________________________
44170 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
44171         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
44172      Branch: perl
44173            ! pod/perlfaq5.pod
44174 ____________________________________________________________________________
44175 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
44176         Log: The #11593 wasn't right.
44177      Branch: perl
44178            ! lib/Math/BigInt/t/bigintpm.t
44179 ____________________________________________________________________________
44180 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
44181         Log: Subject: [PATCH: perl@11564] introducing perlivp
44182              From: Prymmer/Kahn <pvhp@best.com>
44183              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
44184              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
44185              
44186              Subject: Re: [PATCH: perl@11564] introducing perlivp
44187              From: Prymmer/Kahn <pvhp@best.com>
44188              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
44189              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
44190      Branch: perl
44191            + utils/perlivp.PL
44192            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
44193            ! win32/Makefile win32/makefile.mk
44194 ____________________________________________________________________________
44195 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
44196         Log: libcs are confused what to call Infinity.
44197      Branch: perl
44198            ! lib/Math/BigInt/t/bigintpm.t
44199 ____________________________________________________________________________
44200 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
44201         Log: Avoid SIGFPE in Tru64.
44202      Branch: perl
44203            ! numeric.c
44204 ____________________________________________________________________________
44205 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
44206         Log: Upgrade to Math::BigInt 1.40.
44207              
44208              NOTE: this patch necessitates doing something about
44209              infinity handling since the new bigintpm.t tests use
44210              infinity, which causes SIGFPEs at least in Tru64.
44211      Branch: perl
44212            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
44213            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
44214            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
44215            ! lib/Math/BigInt/t/mbimbf.t
44216 ____________________________________________________________________________
44217 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
44218         Log: remove hardcoded cmd shell in testsuite
44219      Branch: perl
44220            ! t/op/glob.t t/op/magic.t t/op/stat.t
44221 ____________________________________________________________________________
44222 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
44223         Log: 4-arg select() was busted on windows because change#8178 didn't
44224              make it into mainline
44225      Branch: perl
44226            ! perl.h win32/include/sys/socket.h
44227 ____________________________________________________________________________
44228 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
44229         Log: Rename the Getopt::Long tests to be as they are
44230              in the Getopt::Long official distribution.
44231      Branch: perl
44232            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
44233            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
44234            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
44235            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
44236            ! MANIFEST
44237 ____________________________________________________________________________
44238 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
44239         Log: Upgrade to Getopt::Long 2.26.
44240      Branch: perl
44241            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
44242            ! MANIFEST lib/Getopt/Long.pm
44243 ____________________________________________________________________________
44244 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
44245         Log: Retract #10874 (the hack should be unnecessary by now)
44246      Branch: perl
44247            ! lib/Test/Harness.pm
44248 ____________________________________________________________________________
44249 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
44250         Log: avoid temp file littering in tests
44251      Branch: perl
44252            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
44253 ____________________________________________________________________________
44254 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
44255         Log: Subject: warning in sv.c: double format, NV arg
44256              From: "Philip Newton" <Philip.Newton@gmx.net>
44257              Date: Sun, 5 Aug 2001 19:41:07 +0200
44258              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
44259      Branch: perl
44260            ! sv.c
44261 ____________________________________________________________________________
44262 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
44263         Log: fix POSIX.t#13 for windos
44264      Branch: perl
44265            ! ext/POSIX/POSIX.t
44266 ____________________________________________________________________________
44267 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
44268         Log: Add a test for PerlIO::Via.
44269      Branch: perl
44270            + ext/PerlIO/t/via.t
44271            ! MANIFEST ext/PerlIO/Via/Via.pm
44272 ____________________________________________________________________________
44273 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
44274         Log: flock() and link() are not available on Windows 9x
44275      Branch: perl
44276            ! win32/config_sh.PL
44277 ____________________________________________________________________________
44278 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
44279         Log: Some Tru64 C compilers have C++ components that confuse
44280              the ccversion parsing.
44281      Branch: perl
44282            ! hints/dec_osf.sh
44283 ____________________________________________________________________________
44284 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
44285         Log: (Reintroduce #11125)
44286              
44287              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
44288              From: Alan Burlison <Alan.Burlison@sun.com> 
44289              Date: Tue, 03 Jul 2001 15:20:13 +0100   
44290              Message-ID: <3B41D49D.A923D4F9@sun.com> 
44291      Branch: perl
44292            ! lib/ExtUtils/MM_Unix.pm
44293 ____________________________________________________________________________
44294 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
44295         Log: Little pointer juggling for HP-UX cc to avoid
44296              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
44297              followed by
44298              "error 1549: Modifiable lvalue required for assignment operator."
44299      Branch: perl
44300            ! hv.c
44301 ____________________________________________________________________________
44302 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
44303         Log: Continuation of #11575: SANY_SEEN completely deprecated,
44304              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
44305              plus a fix for the bug.
44306      Branch: perl
44307            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
44308 ____________________________________________________________________________
44309 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
44310         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
44311              From: Doug MacEachern <dougm@covalent.net>
44312              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
44313              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
44314      Branch: perl
44315            ! sv.c
44316 ____________________________________________________________________________
44317 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
44318         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
44319              the new CANY is the \C.  The problem reported and the
44320              test case supplied in
44321              
44322              Subject: UTF-8 bugs in string length & single line regex matches
44323              From: "Daniel P. Berrange" <dan@berrange.com>
44324              Date: Fri, 3 Aug 2001 11:39:33 +0100
44325              Message-ID: <20010803113932.A19318@berrange.com>
44326      Branch: perl
44327            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
44328            ! t/op/pat.t
44329 ____________________________________________________________________________
44330 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
44331         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
44332              From: Doug MacEachern <dougm@covalent.net>
44333              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
44334              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
44335      Branch: perl
44336            ! perl.c regexec.c
44337 ____________________________________________________________________________
44338 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
44339         Log: The #11572 didn't up the test count.
44340      Branch: perl
44341            ! t/op/length.t
44342 ____________________________________________________________________________
44343 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
44344         Log: Subject: UTF-8 bugs in string length & single line regex matches
44345              From: "Daniel P. Berrange" <dan@berrange.com>
44346              Date: Fri, 3 Aug 2001 11:39:33 +0100         
44347              Message-ID: <20010803113932.A19318@berrange.com>
44348              
44349              (the mg_length() fix)
44350      Branch: perl
44351            ! mg.c t/op/length.t
44352 ____________________________________________________________________________
44353 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
44354         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
44355              From: Abhijit Menon-Sen <ams@wiw.org>
44356              Date: Sat, 4 Aug 2001 16:56:35 +0530
44357              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
44358      Branch: perl
44359            ! hv.c
44360 ____________________________________________________________________________
44361 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
44362         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
44363              From: Abhijit Menon-Sen <ams@wiw.org>
44364              Date: Sat, 4 Aug 2001 16:16:03 +0530
44365              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
44366      Branch: perl
44367            ! hv.c
44368 ____________________________________________________________________________
44369 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
44370         Log: Subject: Re: [patch] refcount re ops
44371              From: Abhijit Menon-Sen <ams@wiw.org>
44372              Date: Sat, 4 Aug 2001 08:54:55 +0530
44373              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
44374      Branch: perl
44375            ! sv.c
44376 ____________________________________________________________________________
44377 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
44378         Log: Subject: [patch] refcount re ops
44379              From: Doug MacEachern <dougm@covalent.net>
44380              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
44381              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
44382      Branch: perl
44383            ! regcomp.c sv.c
44384 ____________________________________________________________________________
44385 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
44386         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
44387              From: Doug MacEachern <dougm@covalent.net>
44388              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
44389              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
44390      Branch: perl
44391            ! perl.c regexec.c
44392 ____________________________________________________________________________
44393 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
44394         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
44395              From: "Craig A. Berry" <craigberry@mac.com> 
44396              Date: Fri, 03 Aug 2001 16:16:16 -0500
44397              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
44398      Branch: perl
44399            ! t/op/misc.t
44400 ____________________________________________________________________________
44401 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
44402         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
44403              From: John Kristian <jmk2001@engineer.com>
44404              Date: Fri, 03 Aug 2001 00:59:08 -0700
44405              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
44406      Branch: perl
44407            ! win32/win32.c
44408 ____________________________________________________________________________
44409 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
44410         Log: Update Changes.
44411      Branch: perl
44412            ! Changes patchlevel.h
44413 ____________________________________________________________________________
44414 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
44415         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
44416              From: "Craig A. Berry" <craigberry@mac.com>
44417              Date: Thu, 02 Aug 2001 23:15:24 -0500
44418              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
44419      Branch: perl
44420            ! ext/B/Stash.t
44421 ____________________________________________________________________________
44422 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
44423         Log: Subject: [patch] plug PL_cshname leak
44424              From: Doug MacEachern <dougm@covalent.net>
44425              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
44426              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
44427      Branch: perl
44428            ! sv.c
44429 ____________________________________________________________________________
44430 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
44431         Log: Subject: [patch] plug PL_sh_path leak
44432              From: Doug MacEachern <dougm@covalent.net>
44433              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
44434              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
44435      Branch: perl
44436            ! sv.c
44437 ____________________________________________________________________________
44438 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
44439         Log: Subject: [patch] plug PL_regex_padav leaks
44440              From: Doug MacEachern <dougm@covalent.net>
44441              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
44442              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
44443      Branch: perl
44444            ! op.c op.h perl.c
44445 ____________________________________________________________________________
44446 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
44447         Log: Subject: [patch] plug PL_origargv leak
44448              From: Doug MacEachern <dougm@covalent.net>
44449              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
44450              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
44451      Branch: perl
44452            ! perl.c
44453 ____________________________________________________________________________
44454 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
44455         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
44456              From: Abhijit Menon-Sen <ams@wiw.org>
44457              Date: Fri, 3 Aug 2001 06:38:11 +0530
44458              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
44459      Branch: perl
44460            ! hv.c
44461 ____________________________________________________________________________
44462 [ 11557] By: nick                                  on 2001/08/03  08:17:38
44463         Log: Integrate mainline
44464      Branch: perlio
44465           +> (branch 47 files)
44466            - lib/Switch/test.pl
44467           !> (integrate 49 files)
44468 ____________________________________________________________________________
44469 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
44470         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
44471              From: "Craig A. Berry" <craigberry@mac.com>
44472              Date: Thu, 02 Aug 2001 12:56:19 -0500
44473              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
44474      Branch: perl
44475            ! ext/B/Showlex.t
44476 ____________________________________________________________________________
44477 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
44478         Log: Be more careful about non-existent files.
44479      Branch: perl
44480            ! lib/File/Copy.pm
44481 ____________________________________________________________________________
44482 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
44483         Log: Subject: [PATCH resend] deparse empty formats
44484              From: Robin Houston <robin@kitsite.com> 
44485              Date: Thu, 2 Aug 2001 14:32:36 +0100
44486              Message-ID: <20010802143236.A894@robin.kitsite.com>
44487      Branch: perl
44488            ! ext/B/B/Deparse.pm
44489 ____________________________________________________________________________
44490 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
44491         Log: Subject: [patch] ithreads + refto fix improvement
44492              From: Doug MacEachern <dougm@covalent.net>
44493              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
44494              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
44495      Branch: perl
44496            ! pp.c
44497 ____________________________________________________________________________
44498 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
44499         Log: Readability nit from Abhijit.
44500      Branch: perl
44501            ! op.c
44502 ____________________________________________________________________________
44503 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
44504         Log: setproctitle() API version nit from Anton Berezin.
44505      Branch: perl
44506            ! mg.c
44507 ____________________________________________________________________________
44508 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
44509         Log: Add PerlCE to the docs.
44510      Branch: perl
44511            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
44512            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
44513 ____________________________________________________________________________
44514 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
44515         Log: Integrate the PerlCE (WinCE Perl) port;
44516              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
44517      Branch: perl
44518            + README.ce wince/FindExt.pm wince/Makefile.ce
44519            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
44520            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
44521            + wince/bin/search.pl wince/config.ce wince/config.h
44522            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
44523            + wince/dl_win32.xs wince/include/arpa/inet.h
44524            + wince/include/cectype.h wince/include/errno.h
44525            + wince/include/netdb.h wince/include/sys/socket.h
44526            + wince/include/sys/stat.h wince/include/sys/types.h
44527            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
44528            + wince/perl.rc wince/perldll.def wince/perllib.c
44529            + wince/perlmain.c wince/registry.bat wince/runperl.c
44530            + wince/splittree.pl wince/win32.h wince/win32iop.h
44531            + wince/win32thread.c wince/win32thread.h wince/wince.c
44532            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
44533            + wince/xdistclean.ksh wince/xmakediffs.ksh
44534            ! MANIFEST perl.c perl.h perlio.c
44535 ____________________________________________________________________________
44536 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
44537         Log: setproctitle() made simpler.  (This assumes the string is
44538              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
44539              should be used.  Note len, not len + 1.)  BSD-fu from Anton
44540              Berezin.
44541      Branch: perl
44542            ! mg.c
44543 ____________________________________________________________________________
44544 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
44545         Log: Subject: [PATCH] -Wall cleanup: op.c
44546              From: Richard Soderberg <rs@oregonnet.com>
44547              Date: Thu, 2 Aug 2001 00:17:09 -0700
44548              Message-Id: <200108020717.AAA26895@oregonnet.com>
44549              
44550              Subject: [PATCH] -Wall cleanup: sv.c
44551              From: Richard Soderberg <rs@oregonnet.com>
44552              Date: Thu, 2 Aug 2001 00:49:21 -0700
44553              Message-Id: <200108020749.AAA27492@oregonnet.com>
44554      Branch: perl
44555            ! op.c sv.c
44556 ____________________________________________________________________________
44557 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
44558         Log: Update Changes.
44559      Branch: perl
44560            ! Changes patchlevel.h
44561 ____________________________________________________________________________
44562 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
44563         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
44564              From: Doug MacEachern <dougm@covalent.net>
44565              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
44566              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
44567      Branch: perl
44568            ! op.c
44569 ____________________________________________________________________________
44570 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
44571         Log: The #11541 didn't work under threads.
44572      Branch: perl
44573            ! op.c
44574 ____________________________________________________________________________
44575 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
44576         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
44577              From: Hugo <hv@crypt.compulink.co.uk>
44578              Date: Fri, 22 Jun 2001 01:19:08 +0100 
44579              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
44580              
44581              (Skip tests if accept() failed)
44582      Branch: perl
44583            ! ext/IO/lib/IO/t/io_unix.t
44584 ____________________________________________________________________________
44585 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
44586         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
44587              From: "Stian Seeberg" <sseeberg@nimsoft.no>
44588              Date: Mon, 30 Jul 2001 12:28:07 +0200
44589              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
44590      Branch: perl
44591            ! perl.h
44592 ____________________________________________________________________________
44593 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
44594         Log: Subject: Pluggable optimizer
44595              From: Simon Cozens <simon@netthink.co.uk>
44596              Date: Wed, 1 Aug 2001 13:57:02 -0700
44597              Message-ID: <20010801135702.I10442@netthink.co.uk>
44598      Branch: perl
44599            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
44600 ____________________________________________________________________________
44601 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
44602         Log: Subject: [ID 20010801.039] perlre.pod message typo
44603              From: Autrijus Tang <autrijus@geb.elixus.org>
44604              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
44605              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
44606      Branch: perl
44607            ! pod/perlre.pod
44608 ____________________________________________________________________________
44609 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
44610         Log: Test for change #11536.
44611      Branch: perl
44612            ! t/op/tiehandle.t
44613 ____________________________________________________________________________
44614 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
44615         Log: More test fixups for #11537.
44616      Branch: perl
44617            ! t/lib/warnings/4lint t/lib/warnings/9enabled
44618 ____________________________________________________________________________
44619 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
44620         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
44621              From: Doug MacEachern <dougm@covalent.net>
44622              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
44623              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
44624      Branch: perl
44625            ! op.c t/TestInit.pm
44626 ____________________________________________________________________________
44627 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
44628         Log: Subject: [patch] ithreads + refto bug
44629              From: Doug MacEachern <dougm@covalent.net>
44630              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
44631              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
44632              
44633              (Test in change #11539)
44634      Branch: perl
44635            ! pp.c
44636 ____________________________________________________________________________
44637 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
44638         Log: Subject: [PATCH: perl@11523] fixups for t/harness
44639              From: Prymmer/Kahn <pvhp@best.com>
44640              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
44641              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
44642      Branch: perl
44643            ! t/harness
44644 ____________________________________________________________________________
44645 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
44646         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
44647              From: Prymmer/Kahn <pvhp@best.com>
44648              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
44649              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
44650      Branch: perl
44651            ! win32/Makefile win32/makefile.mk
44652 ____________________________________________________________________________
44653 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
44654         Log: Need to know the number of tests.
44655      Branch: perl
44656            ! t/run/exit.t
44657 ____________________________________________________________________________
44658 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
44659         Log: Subject: Re: new exit tests on VMS
44660              From: "Craig A. Berry" <craigberry@mac.com>
44661              Date: Tue, 31 Jul 2001 12:19:29 -0500
44662              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
44663      Branch: perl
44664            ! t/run/exit.t
44665 ____________________________________________________________________________
44666 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
44667         Log: Retract #11530 (the dTHX is needed under threads)
44668      Branch: perl
44669            ! perlio.c
44670 ____________________________________________________________________________
44671 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
44672         Log: (Retracted by #11531)
44673      Branch: perl
44674            ! perlio.c
44675 ____________________________________________________________________________
44676 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
44677         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
44678              From: Richard Soderberg <rs@crystalflame.net>
44679              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
44680              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
44681      Branch: perl
44682            ! unixish.h
44683 ____________________________________________________________________________
44684 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
44685         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
44686              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44687              Date: Tue, 31 Jul 2001 05:39:09 -0400
44688              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
44689              
44690              (with a note about the case of UV being equal to long long)
44691      Branch: perl
44692            ! utils/h2xs.PL
44693 ____________________________________________________________________________
44694 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
44695         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
44696              From: "Craig A. Berry" <craigberry@mac.com>
44697              Date: Tue, 31 Jul 2001 14:57:43 -0500
44698              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
44699      Branch: perl
44700            ! t/io/fs.t
44701 ____________________________________________________________________________
44702 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
44703         Log: Fix for
44704              
44705              Subject: [ID 20010116.001] File::Copy truncates orig file 
44706              From: arbor@al37al08.telecel.pt
44707              Date: Tue, 16 Jan 2001 11:43:02 GMT
44708              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
44709              
44710              (copy($foo, $foo) would truncate $foo)
44711      Branch: perl
44712            ! lib/File/Copy.pm lib/File/Copy.t
44713 ____________________________________________________________________________
44714 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
44715         Log: Metaconfig unit change for #11524.
44716      Branch: metaconfig/U/perl
44717            ! Extras.U
44718 ____________________________________________________________________________
44719 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
44720         Log: Multiple modules didn't work; plus typo fixes.
44721      Branch: perl
44722            ! Configure
44723 ____________________________________________________________________________
44724 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
44725         Log: Update Changes.
44726      Branch: perl
44727            ! Changes patchlevel.h
44728 ____________________________________________________________________________
44729 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
44730         Log: Regen perlapi.
44731      Branch: perl
44732            ! pod/perlapi.pod
44733 ____________________________________________________________________________
44734 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
44735         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
44736              From: Dave Mitchell <davem@fdgroup.co.uk>
44737              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
44738              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
44739      Branch: perl
44740            ! sv.c
44741 ____________________________________________________________________________
44742 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
44743         Log: Regen toc.
44744      Branch: perl
44745            ! pod/perltoc.pod
44746 ____________________________________________________________________________
44747 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
44748         Log: Regen Porting stuff.
44749      Branch: perl
44750            ! Porting/Glossary Porting/config.sh Porting/config_H
44751 ____________________________________________________________________________
44752 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
44753         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
44754              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44755              Date: Tue, 31 Jul 2001 05:34:38 -0400
44756              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
44757      Branch: perl
44758            ! utils/h2xs.PL
44759 ____________________________________________________________________________
44760 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
44761         Log: Metaconfig unit change for #11516. 
44762      Branch: metaconfig/U/perl
44763            ! gccvers.U
44764 ____________________________________________________________________________
44765 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
44766         Log: Add -Wall in cflags, not in Configure.
44767              (This way -Wall affects only the core and the core XS,
44768              not user modules' XS.  Concern from Paul Marquess,
44769              implementation idea from Andy Dougherty.)
44770      Branch: perl
44771            ! Configure cflags.SH
44772 ____________________________________________________________________________
44773 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
44774         Log: Metaconfig unit changes for #11514.
44775      Branch: metaconfig
44776            + U/modified/sysman.U
44777            ! U/installdirs/man1dir.U
44778 ____________________________________________________________________________
44779 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
44780         Log: Subject: Configure's detection of system manual
44781              From: Sean Dague <sean@dague.net> 
44782              Date: Sun, 13 May 2001 15:53:15 -0400
44783              Message-ID: <20010513155315.A15833@underhill.dague.net>
44784      Branch: perl
44785            ! Configure
44786 ____________________________________________________________________________
44787 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
44788         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
44789              From: Autrijus Tang <autrijus@autrijus.org> 
44790              Date: Thu, 21 Jun 2001 23:56:48 +0800
44791              Message-Id: <20010621235648.A57340@not.autrijus.org>
44792      Branch: perl
44793            ! pod/perlobj.pod
44794 ____________________________________________________________________________
44795 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
44796         Log: Subject: Typo in DB_File.pm
44797              From: "Philip Newton" <Philip.Newton@gmx.net>
44798              Date: Tue, 31 Jul 2001 06:19:35 +0200
44799              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
44800      Branch: perl
44801            ! ext/DB_File/DB_File.pm
44802 ____________________________________________________________________________
44803 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
44804         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
44805              From: "Stephen P. Potter" <spp@spotter.yi.org>
44806              Date: Wed, 30 May 2001 13:59:34 -0400
44807              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
44808      Branch: perl
44809            ! pod/perlre.pod
44810 ____________________________________________________________________________
44811 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
44812         Log: eval "format foo=" would loop indefinitely; reported in
44813              
44814              Subject: A load of old rubbish
44815              From: Mike Guy <mjtg@cam.ac.uk>
44816              Date: Mon, 14 May 2001 16:12:22 +0100
44817              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
44818              
44819              (The core dumps reported in there already fixed.)
44820      Branch: perl
44821            ! toke.c
44822 ____________________________________________________________________________
44823 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
44824         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
44825      Branch: perl
44826            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
44827            + lib/Switch/t/switch_case.t
44828            - lib/Switch/test.pl
44829            ! MANIFEST lib/Switch.pm
44830 ____________________________________________________________________________
44831 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
44832         Log: Subject: [PATCH @11505] DB_File-1.78
44833              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
44834              Date: Mon, 30 Jul 2001 22:54:37 +0100
44835              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
44836      Branch: perl
44837            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44838            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
44839 ____________________________________________________________________________
44840 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
44841         Log: Explain in more detail why -pipe and -fno-common are good.
44842      Branch: perl
44843            ! hints/darwin.sh
44844 ____________________________________________________________________________
44845 [ 11506] By: nick                                  on 2001/07/30  14:32:23
44846         Log: Integrate mainline
44847      Branch: perlio
44848           !> INSTALL Makefile.SH doio.c hints/darwin.sh
44849 ____________________________________________________________________________
44850 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
44851         Log: Perl hasn't been putting man pages into $prefix/lib for
44852              a long time now; pointed out by Andy Dougherty. 
44853      Branch: perl
44854            ! hints/darwin.sh
44855 ____________________________________________________________________________
44856 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
44857         Log: Document the extras Configure option.
44858      Branch: perl
44859            ! INSTALL
44860 ____________________________________________________________________________
44861 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
44862         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
44863              everywhere.
44864      Branch: perl
44865           !> doio.c
44866 ____________________________________________________________________________
44867 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
44868         Log: Doubly guard against invoking CPAN if no extras defined,
44869              pointed out by H. Merijn Brand.
44870      Branch: perl
44871            ! Makefile.SH
44872 ____________________________________________________________________________
44873 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
44874         Log: Fix O_RDONLY check to check for O_RDONLY.
44875      Branch: maint-5.6/macperl
44876            ! doio.c
44877 ____________________________________________________________________________
44878 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
44879         Log: Integrate miscellaneous changes from maint-5.6/perl.
44880      Branch: maint-5.6/macperl
44881           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
44882 ____________________________________________________________________________
44883 [ 11499] By: nick                                  on 2001/07/30  06:52:42
44884         Log: Integrate mainline
44885      Branch: perlio
44886           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
44887           +> win32/sync_ext.pl
44888            - win32/sncfnmcs.pl
44889           !> (integrate 71 files)
44890 ____________________________________________________________________________
44891 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
44892         Log: Update Changes.
44893      Branch: perl
44894            ! Changes patchlevel.h
44895 ____________________________________________________________________________
44896 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
44897         Log: Now Configure -Dextras=Foo::Bar and "make install" will
44898              fetch and install Foo::Bar.
44899      Branch: perl
44900            ! Makefile.SH
44901 ____________________________________________________________________________
44902 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
44903         Log: Metaconfig unit change for #11495.
44904      Branch: metaconfig/U/perl
44905            ! Extras.U
44906 ____________________________________________________________________________
44907 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
44908         Log: extras.make, extras.test, and extras.install make targets.
44909      Branch: perl
44910            ! Configure Makefile.SH
44911 ____________________________________________________________________________
44912 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
44913         Log: Metaconfig unit change for #11493.
44914      Branch: metaconfig/U/perl
44915            ! Extras.U
44916 ____________________________________________________________________________
44917 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
44918         Log: Better to have the list of extras in $extras than 'define'.
44919      Branch: perl
44920            ! Configure
44921 ____________________________________________________________________________
44922 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
44923         Log: The metaconfig unit change for #11490.
44924      Branch: metaconfig/U/perl
44925            + Extras.U
44926 ____________________________________________________________________________
44927 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
44928         Log: Missed from #11490 (the required dependency).
44929      Branch: perl
44930            ! Makefile.SH
44931 ____________________________________________________________________________
44932 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
44933         Log: Add the support of asking for extra modules or bundles of modules
44934              to be fetched from the CPAN and installed as a part of the Perl
44935              build process.  None of this installation is yet really done;
44936              only the list is asked, and saved away in extras.lst for
44937              the build and installation process to worry about later.
44938      Branch: perl
44939            ! Configure
44940 ____________________________________________________________________________
44941 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
44942         Log: Beginnings of better Inf and NaN support.
44943              At least toke.c and sv.c still need quite a bit of work.
44944      Branch: perl
44945            ! numeric.c perl.h
44946 ____________________________________________________________________________
44947 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
44948         Log: Top-level Makefile didn't honour OPTIMIZE.
44949      Branch: perl
44950            ! Makefile.SH
44951 ____________________________________________________________________________
44952 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
44953         Log: Update Changes.
44954      Branch: perl
44955            ! Changes patchlevel.h
44956 ____________________________________________________________________________
44957 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
44958         Log: Use Search::Dict 1.02 interface for charinfo().
44959      Branch: perl
44960            ! lib/UnicodeCD.pm
44961 ____________________________________________________________________________
44962 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
44963         Log: Now also allow transforming the read lines before comparing them.
44964              (This will help UnicodeCD.) 
44965      Branch: perl
44966            ! lib/Search/Dict.pm
44967 ____________________________________________________________________________
44968 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
44969         Log: Remove tiehandle code.
44970      Branch: perl
44971            ! lib/UnicodeCD.pm
44972 ____________________________________________________________________________
44973 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
44974         Log: Allow specifying a comparison function for Search::Dict::look().
44975      Branch: perl
44976            ! lib/Search/Dict.pm
44977 ____________________________________________________________________________
44978 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
44979         Log: Small UnicodeCD tweaks.
44980      Branch: perl
44981            ! lib/UnicodeCD.pm lib/UnicodeCD.t
44982 ____________________________________________________________________________
44983 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
44984         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
44985              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
44986              Date: Tue, 24 Jul 2001 01:51:32 +0900
44987              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
44988      Branch: perl
44989            ! lib/UnicodeCD.pm lib/UnicodeCD.t
44990 ____________________________________________________________________________
44991 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
44992         Log: Subject: [PATCH] installperl
44993              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
44994              Date: Fri, 27 Jul 2001 19:05:04 -0700
44995              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
44996      Branch: perl
44997            ! installperl
44998 ____________________________________________________________________________
44999 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
45000         Log: Subject: [PATCH] Set proper compatibility versions in core
45001              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
45002              Date: Fri, 27 Jul 2001 20:01:49 -0700
45003              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
45004      Branch: perl
45005            ! Makefile.SH
45006 ____________________________________________________________________________
45007 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
45008         Log: Metaconfig unit change for #11477.
45009      Branch: metaconfig/U/perl
45010            ! dlsrc.U
45011 ____________________________________________________________________________
45012 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
45013         Log: Subject: [PATCH] Darwin: -fpic not so good
45014              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
45015              Date: Fri, 27 Jul 2001 18:57:38 -0700
45016              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
45017      Branch: perl
45018            ! Configure
45019 ____________________________________________________________________________
45020 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
45021         Log: Subject: [PATCH] Clean up Darwin hints
45022              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
45023              Date: Fri, 27 Jul 2001 19:13:15 -0700
45024              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
45025      Branch: perl
45026            ! hints/darwin.sh
45027 ____________________________________________________________________________
45028 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
45029         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
45030              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
45031              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
45032              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
45033      Branch: perl
45034            ! pod/perlfunc.pod pp.c t/op/split.t
45035 ____________________________________________________________________________
45036 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
45037         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
45038              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
45039              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
45040              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
45041      Branch: perl
45042            ! pod/perlvar.pod
45043 ____________________________________________________________________________
45044 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
45045         Log: Subject: [PATCH] fixes to constant.pm documentation
45046              From: Ilmari Karonen <iltzu@sci.fi>
45047              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
45048              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
45049      Branch: perl
45050            ! lib/constant.pm
45051 ____________________________________________________________________________
45052 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
45053         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
45054              From: "Philip Newton" <Philip.Newton@gmx.net>
45055              Date: Fri, 27 Jul 2001 07:51:10 +0200
45056              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
45057      Branch: perl
45058            ! pod/perlport.pod
45059 ____________________________________________________________________________
45060 [ 11471] By: nick                                  on 2001/07/26  06:23:32
45061         Log: Subject:  [PATCH] Doc fix for perlguts / threading
45062              From:  Arthur Bergman <arthur@contiller.se>
45063              Date:  Wed, 25 Jul 2001 11:28:23 +0200
45064              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
45065      Branch: perl
45066            ! pod/perlguts.pod
45067 ____________________________________________________________________________
45068 [ 11470] By: nick                                  on 2001/07/26  06:21:06
45069         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
45070              From:  Philip Newton <Philip.Newton@gmx.net>
45071              Date:  Wed, 25 Jul 2001 08:19:47 +0200
45072              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
45073      Branch: perl
45074            ! INSTALL
45075 ____________________________________________________________________________
45076 [ 11469] By: nick                                  on 2001/07/26  06:20:25
45077         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
45078              From:  Philip Newton <Philip.Newton@gmx.net>
45079              Date:  Wed, 25 Jul 2001 08:12:48 +0200
45080              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
45081      Branch: perl
45082            ! INSTALL
45083 ____________________________________________________________________________
45084 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
45085         Log: More +x.
45086      Branch: perl
45087            ! Porting/makerel
45088 ____________________________________________________________________________
45089 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
45090         Log: Update Changes.
45091      Branch: perl
45092            ! Changes patchlevel.h
45093 ____________________________________________________________________________
45094 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
45095         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
45096              From: "Philip Newton" <Philip.Newton@gmx.net>
45097              Date: Tue, 24 Jul 2001 06:45:55 +0200
45098              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
45099      Branch: perl
45100            ! os2/perlrexx.c
45101 ____________________________________________________________________________
45102 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
45103         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
45104              From: Peter Prymmer <pvhp@forte.com>
45105              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
45106              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
45107      Branch: perl
45108            ! pod/perlport.pod t/io/fs.t vms/test.com
45109 ____________________________________________________________________________
45110 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
45111         Log: Workaround on Cwd bootstrap problem.
45112      Branch: perl
45113            ! lib/ExtUtils/MakeMaker.pm
45114 ____________________________________________________________________________
45115 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
45116         Log: When in Rome, quote like the Romans do.
45117      Branch: perl
45118            ! cflags.SH
45119 ____________________________________________________________________________
45120 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
45121         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
45122              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45123              Date: Mon, 23 Jul 2001 19:29:49 -0400
45124              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
45125      Branch: perl
45126            + os2/perlrexx.c
45127            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
45128            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
45129            ! t/op/write.t
45130 ____________________________________________________________________________
45131 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
45132         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
45133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45134              Date: Mon, 23 Jul 2001 18:43:42 -0400
45135              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
45136      Branch: perl
45137            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
45138 ____________________________________________________________________________
45139 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
45140         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
45141              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45142              Date: Mon, 23 Jul 2001 18:33:16 -0400
45143              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
45144      Branch: perl
45145            ! lib/ExtUtils/MakeMaker.pm
45146 ____________________________________________________________________________
45147 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
45148         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
45149              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45150              Date: Mon, 23 Jul 2001 18:20:35 -0400
45151              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
45152      Branch: perl
45153            ! Makefile.SH cflags.SH
45154 ____________________________________________________________________________
45155 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
45156         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
45157              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
45158              Date: Mon, 23 Jul 2001 11:32:17 -0500
45159              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
45160      Branch: perl
45161            ! lib/ExtUtils/MakeMaker.pm
45162 ____________________________________________________________________________
45163 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
45164         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
45165              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45166              Date: Mon, 23 Jul 2001 18:13:20 -0400
45167              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
45168      Branch: perl
45169            ! lib/perl5db.pl
45170 ____________________________________________________________________________
45171 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
45172         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
45173              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45174              Date: Mon, 23 Jul 2001 18:07:40 -0400
45175              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
45176      Branch: perl
45177            ! op.c
45178 ____________________________________________________________________________
45179 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
45180         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
45181              From: "Craig A. Berry" <craigberry@mac.com>
45182              Date: Mon, 23 Jul 2001 15:35:06 -0500
45183              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
45184      Branch: perl
45185            ! util.c
45186 ____________________________________________________________________________
45187 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
45188         Log: Subject: [PATCH perlfaq9.pod typo]
45189              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
45190              Date: Mon, 23 Jul 2001 07:49:05 -0700
45191              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
45192      Branch: perl
45193            ! pod/perlfaq9.pod
45194 ____________________________________________________________________________
45195 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
45196         Log: Subject: win32\sncfnmcs.pl corrections
45197              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
45198              Date: Mon, 23 Jul 2001 12:56:54 +0200
45199              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
45200              
45201              Rename the script a little bit more sensibly.
45202      Branch: perl
45203            + win32/sync_ext.pl
45204            - win32/sncfnmcs.pl
45205            ! MANIFEST README.win32
45206 ____________________________________________________________________________
45207 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
45208         Log: Test tweak.
45209      Branch: perl
45210            ! ext/B/Deparse.t
45211 ____________________________________________________________________________
45212 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
45213         Log: Metaconfig unit tweak for #11450.
45214      Branch: metaconfig/U/perl
45215            ! Mksymlinks.U
45216 ____________________________________________________________________________
45217 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
45218         Log: Too volatile failsafe check.
45219      Branch: perl
45220            ! Configure
45221 ____________________________________________________________________________
45222 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
45223         Log: Further doc tweaks.
45224      Branch: perl
45225            ! lib/UnicodeCD.pm
45226 ____________________________________________________________________________
45227 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
45228         Log: Doc tweaks.
45229      Branch: perl
45230            ! lib/UnicodeCD.pm
45231 ____________________________________________________________________________
45232 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
45233         Log: Doc tweakery from Abhijit.
45234      Branch: perl
45235            ! Porting/repository.pod
45236 ____________________________________________________________________________
45237 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
45238         Log: An accidental empty line.
45239      Branch: perl
45240            ! MANIFEST
45241 ____________________________________________________________________________
45242 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
45243         Log: Missing MANIFESTations.
45244      Branch: perl
45245            ! MANIFEST
45246 ____________________________________________________________________________
45247 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
45248         Log: Update Changes.
45249      Branch: perl
45250            ! Changes patchlevel.h
45251 ____________________________________________________________________________
45252 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
45253         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
45254              From: Mike Guy <mjtg@cam.ac.uk>
45255              Date: Fri, 20 Jul 2001 16:12:49 +0100
45256              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
45257      Branch: perl
45258            ! Porting/pumpkin.pod
45259 ____________________________________________________________________________
45260 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
45261         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
45262              From: Peter Prymmer <pvhp@forte.com>
45263              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
45264              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
45265      Branch: perl
45266            ! pod/perlhack.pod
45267 ____________________________________________________________________________
45268 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
45269         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
45270              From: Michael G Schwern <schwern@pobox.com>
45271              Date: Fri, 20 Jul 2001 20:22:35 -0400
45272              Message-ID: <20010720202235.O4498@blackrider>
45273      Branch: perl
45274            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
45275            ! lib/Test/t/todo.t
45276 ____________________________________________________________________________
45277 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
45278         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
45279              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45280              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
45281              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
45282      Branch: perl
45283            ! ext/POSIX/POSIX.pod
45284 ____________________________________________________________________________
45285 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
45286         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
45287              From: Mark-Jason Dominus <mjd@plover.com>
45288              Date: Fri, 20 Jul 2001 23:16:54 -0400
45289              Message-ID: <20010721031654.21877.qmail@plover.com>
45290      Branch: perl
45291            ! ext/POSIX/POSIX.pod
45292 ____________________________________________________________________________
45293 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
45294         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
45295              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45296              Date: Sun, 22 Jul 2001 14:56:09 +0200
45297              Message-ID: <20010722145609.A766@rafael>
45298      Branch: perl
45299            ! ext/B/O.pm
45300 ____________________________________________________________________________
45301 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
45302         Log: Subject: regexec.c #define cleanup
45303              From: Mark-Jason Dominus <mjd@plover.com>
45304              Date: Sat, 21 Jul 2001 18:33:25 -0400
45305              Message-ID: <20010721223325.3069.qmail@plover.com>
45306      Branch: perl
45307            ! regexec.c
45308 ____________________________________________________________________________
45309 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
45310         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
45311              From: Prymmer/Kahn <pvhp@best.com>
45312              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
45313              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
45314      Branch: perl
45315            ! t/io/fs.t
45316 ____________________________________________________________________________
45317 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
45318         Log: Typo in #11432.
45319      Branch: perl
45320            ! ext/POSIX/POSIX.t
45321 ____________________________________________________________________________
45322 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
45323         Log: Integrate (manually) change #11424 from macperl.
45324      Branch: perl
45325            ! ext/Filter/t/call.t
45326 ____________________________________________________________________________
45327 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
45328         Log: Integrate change #11408 from macperl.
45329      Branch: perl
45330           !> README.macos pod/perlport.pod
45331 ____________________________________________________________________________
45332 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
45333         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
45334      Branch: perl
45335           +> macos/MacPerlTests.cmd macos/xsubpp.patch
45336            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
45337            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
45338            ! ext/POSIX/POSIX.t
45339 ____________________________________________________________________________
45340 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
45341         Log: pod/*.t tests not picked up by t/TEST either
45342      Branch: maint-5.6/perl
45343            ! t/TEST
45344 ____________________________________________________________________________
45345 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
45346         Log: better tweak for change#11429 (windows has both / and \ separated
45347              paths in @INC at that point)
45348      Branch: maint-5.6/perl
45349            ! t/pod/testp2pt.pl
45350 ____________________________________________________________________________
45351 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
45352         Log: MacOS pod test tweak needs \Escape
45353      Branch: maint-5.6/perl
45354            ! t/pod/testp2pt.pl
45355 ____________________________________________________________________________
45356 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
45357         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
45358              resulting duplicate output, but t/harness isn't)
45359      Branch: maint-5.6/perl
45360            ! t/run/runenv.t
45361 ____________________________________________________________________________
45362 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
45363         Log: t/harness wasn't picking up all the tests
45364      Branch: maint-5.6/perl
45365            ! t/harness
45366 ____________________________________________________________________________
45367 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
45368         Log: update MANIFEST for new file
45369      Branch: maint-5.6/perl
45370            ! MANIFEST
45371 ____________________________________________________________________________
45372 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
45373         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
45374              the exception of the macperl/macos/... tree
45375      Branch: maint-5.6/perl
45376           +> t/lib/filefind-taint.t
45377           !> (integrate 72 files)
45378 ____________________________________________________________________________
45379 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
45380         Log: Fix test.
45381      Branch: maint-5.6/macperl
45382            ! macos/bundled_ext/Filter/t/call.t
45383 ____________________________________________________________________________
45384 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
45385         Log: Make perl fork()-safe (in a slightly limited way) even on
45386              platforms that don't have pthread_atfork() (extension of
45387              the fix in change#11151).
45388              
45389              Note that this will not help extensions that call fork()
45390              directly in C, or that link to libraries that call fork()
45391              directly.  Such cases must be fixed to either call
45392              PerlProc_fork(), or call atfork_lock() in parent before the
45393              calling the function that forks and call atfork_unlock()
45394              in both parent and child immediately after the fork().
45395              (There are no worries if C code calls exec() in the child
45396              immediately after a fork().  Only cases where the child
45397              calls perl's API functions (including New()) after the
45398              fork() are problematic.)
45399              
45400              This change also eliminates the use of vfork() from perl,
45401              since all such uses were violating the severe restrictions
45402              on modifying the state of the process between the vfork()
45403              and the exec().
45404              
45405              This is a modified version of patches suggested by Abhijit
45406              Menon-Sen and Richard Soderberg.
45407      Branch: perl
45408            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
45409            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
45410 ____________________________________________________________________________
45411 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
45412         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
45413              Switch, and Text::Balanced.
45414      Branch: maint-5.6/macperl
45415            + macos/bundled_ext/Filter/Util/Call/Call.pm
45416            + macos/bundled_ext/Filter/Util/Call/Call.xs
45417            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
45418            + macos/bundled_ext/Filter/t/MyFilter.pm
45419            + macos/bundled_ext/Filter/t/call.t
45420            + macos/bundled_ext/Filter/t/filter-util.pl
45421            + macos/bundled_lib/blib/lib/Class/ISA.pm
45422            + macos/bundled_lib/blib/lib/Digest.pm
45423            + macos/bundled_lib/blib/lib/Filter/Simple.pm
45424            + macos/bundled_lib/blib/lib/Switch.pm
45425            + macos/bundled_lib/blib/lib/Text/Balanced.pm
45426            + macos/bundled_lib/blib/lib/Text/Balanced.pod
45427            + macos/bundled_lib/t/Class/ISA/test.pl
45428            + macos/bundled_lib/t/Digest/Digest.t
45429            + macos/bundled_lib/t/Filter/Simple/test.pl
45430            + macos/bundled_lib/t/Switch/test.pl
45431            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
45432            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
45433            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
45434            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
45435            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
45436            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
45437            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
45438            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
45439 ____________________________________________________________________________
45440 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
45441         Log: Add Filter::Util::Call to config/make files; edit utils
45442              to recognize the module (it was descended too far down).
45443              Bump version to 5.6.1a4.
45444      Branch: maint-5.6/macperl
45445            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
45446            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
45447            ! macos/macperl/Makefile.mk macos/xsubpp.patch
45448 ____________________________________________________________________________
45449 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
45450         Log: Make DB_File the default for MLDBM on MacOS.
45451      Branch: maint-5.6/macperl
45452            ! macos/bundled_lib/blib/lib/MLDBM.pm
45453 ____________________________________________________________________________
45454 [ 11419] By: nick                                  on 2001/07/20  14:51:03
45455         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
45456              From:  Simon Cozens <simon@netthink.co.uk>
45457              Date:  Fri, 20 Jul 2001 11:42:35 -0400
45458              Message-Id:  <20010720114235.A5235@netthink.co.uk>
45459      Branch: perl
45460            ! lib/UnicodeCD.pm
45461 ____________________________________________________________________________
45462 [ 11418] By: nick                                  on 2001/07/20  14:48:12
45463         Log: Subject:  [PATCH regcomp.h] adds a comment
45464              From:  Abhijit Menon-Sen <ams@wiw.org>
45465              Date:  Fri, 20 Jul 2001 21:05:37 +0530
45466              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
45467      Branch: perl
45468            ! regcomp.h
45469 ____________________________________________________________________________
45470 [ 11417] By: nick                                  on 2001/07/20  14:16:38
45471         Log: Subject:  [PATCH 5.7.2] INSTALL updates
45472              From:  Andy Dougherty <doughera@lafayette.edu>
45473              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
45474              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
45475      Branch: perl
45476            ! INSTALL
45477 ____________________________________________________________________________
45478 [ 11416] By: nick                                  on 2001/07/20  06:44:44
45479         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
45480              From:  Russ Allbery <rra@stanford.edu>
45481              Date:  19 Jul 2001 15:52:37 -0700
45482              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
45483      Branch: perl
45484            ! lib/Pod/Man.pm
45485 ____________________________________________________________________________
45486 [ 11415] By: nick                                  on 2001/07/20  06:35:11
45487         Log: Subject:  [PATCH] defer op_seq allocation
45488              From:  Abhijit Menon-Sen <ams@wiw.org>
45489              Date:  Thu, 19 Jul 2001 22:12:24 +0530
45490              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
45491      Branch: perl
45492            ! op.c
45493 ____________________________________________________________________________
45494 [ 11414] By: nick                                  on 2001/07/20  06:23:36
45495         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
45496              From:  Abhijit Menon-Sen <ams@wiw.org>
45497              Date:  Fri, 20 Jul 2001 01:18:50 +0530
45498              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
45499              (Private e-mail)
45500      Branch: perl
45501            ! ext/Time/HiRes/HiRes.xs
45502 ____________________________________________________________________________
45503 [ 11413] By: nick                                  on 2001/07/20  06:18:53
45504         Log: Integrate mainline
45505      Branch: perlio
45506           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
45507            - t/base/commonsense.t
45508           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
45509           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
45510           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
45511           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
45512           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
45513           !> win32/win32.c
45514 ____________________________________________________________________________
45515 [ 11412] By: nick                                  on 2001/07/19  06:44:27
45516         Log: Integrate win32/perlhost.h from maintenance branch.
45517              (Rest of $ENV{PATH} / system() fix.)
45518      Branch: perl
45519           !> win32/perlhost.h
45520 ____________________________________________________________________________
45521 [ 11411] By: nick                                  on 2001/07/19  06:41:34
45522         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
45523              From:  Philip Newton <Philip.Newton@gmx.net>
45524              Date:  Wed, 18 Jul 2001 21:43:57 +0200
45525              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
45526      Branch: perl
45527            ! pod/perlhack.pod
45528 ____________________________________________________________________________
45529 [ 11410] By: nick                                  on 2001/07/19  06:39:35
45530         Log: Subject:  Security hole in taint checking in open()
45531              From:  deekoo@tentacle.net
45532              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
45533              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
45534      Branch: perl
45535            ! doio.c
45536 ____________________________________________________________________________
45537 [ 11409] By: nick                                  on 2001/07/19  06:28:08
45538         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
45539              From:  Abhijit Menon-Sen <ams@wiw.org>
45540              Date:  Thu, 19 Jul 2001 04:30:43 +0530
45541              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
45542      Branch: perl
45543            ! ext/Time/HiRes/HiRes.xs
45544 ____________________________________________________________________________
45545 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
45546         Log: Update docs with latest implementation information and new URLs.
45547      Branch: maint-5.6/macperl
45548            ! README.macos pod/perlport.pod
45549 ____________________________________________________________________________
45550 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
45551         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
45552              Fix BuildRules to accept optimization variables.
45553      Branch: maint-5.6/macperl
45554            + macos/bundled_ext/Digest/MD5/Makefile.mk
45555            ! macos/BuildRules.mk macos/Makefile.mk
45556            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
45557            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
45558 ____________________________________________________________________________
45559 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
45560         Log: Integrate changes 11399,11401
45561      Branch: maint-5.6/macperl
45562           !> win32/perlhost.h win32/win32.c
45563 ____________________________________________________________________________
45564 [ 11405] By: nick                                  on 2001/07/18  06:50:33
45565         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
45566              from perl5.6*
45567      Branch: perl
45568           !> win32/perlhost.h win32/win32.c
45569 ____________________________________________________________________________
45570 [ 11404] By: nick                                  on 2001/07/18  06:43:59
45571         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
45572              From:  hv@crypt0.demon.co.uk
45573              Date:  Wed, 18 Jul 2001 05:58:46 +0100
45574              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
45575      Branch: perl
45576            ! ext/POSIX/POSIX.t
45577 ____________________________________________________________________________
45578 [ 11403] By: nick                                  on 2001/07/18  06:38:57
45579         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
45580              From:  hv@crypt0.demon.co.uk
45581              Date:  Wed, 18 Jul 2001 05:21:54 +0100
45582              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
45583      Branch: perl
45584            ! numeric.c t/op/arith.t
45585 ____________________________________________________________________________
45586 [ 11402] By: nick                                  on 2001/07/18  06:19:17
45587         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
45588              From:  mjd@plover.com
45589              Date:  17 Jul 2001 17:59:20 -0000
45590              Message-Id:  <20010717175920.8177.qmail@plover.com>
45591      Branch: perl
45592            ! pod/perlre.pod
45593 ____________________________________________________________________________
45594 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
45595         Log: thinko in change#11400 (duh)
45596      Branch: maint-5.6/perl
45597            ! win32/perlhost.h
45598 ____________________________________________________________________________
45599 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
45600         Log: change#11399 revealed another unrelated bug; this is just a temporary
45601              bandaid
45602      Branch: maint-5.6/perl
45603            ! win32/perlhost.h
45604 ____________________________________________________________________________
45605 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
45606         Log: fix bugs in handling of the virtualized environment under windows;
45607              there were bugs in propagating any changes to %ENV down to the real
45608              environment when such changes happened in the toplevel process
45609              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
45610              problem identification, and for a part of the fix)
45611      Branch: maint-5.6/perl
45612            ! win32/perlhost.h win32/win32.c
45613 ____________________________________________________________________________
45614 [ 11398] By: nick                                  on 2001/07/17  08:26:35
45615         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
45616              From: Peter Prymmer <pvhp@forte.com>
45617              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
45618              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
45619              
45620              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
45621              should not depend on existance of Config.pm
45622      Branch: perl
45623           +> t/lib/commonsense.t
45624            - t/base/commonsense.t
45625            ! MANIFEST t/README
45626 ____________________________________________________________________________
45627 [ 11397] By: nick                                  on 2001/07/17  08:09:58
45628         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
45629              From:  Michael G Schwern <schwern@pobox.com>
45630              Date:  Mon, 16 Jul 2001 18:20:31 -0400
45631              Message-Id:  <20010716182031.A1128@blackrider>
45632      Branch: perl
45633            ! pod/perlhack.pod
45634 ____________________________________________________________________________
45635 [ 11396] By: nick                                  on 2001/07/17  08:04:11
45636         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
45637              From:  Gwyn Judd <b.judd@xtra.co.nz>
45638              Date:  Tue, 17 Jul 2001 20:55:58 +1200
45639              Message-Id:  <20010717205558.A3107@thislove>
45640      Branch: perl
45641            ! pod/perlfunc.pod
45642 ____________________________________________________________________________
45643 [ 11395] By: nick                                  on 2001/07/17  08:02:22
45644         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
45645              From:  Peter Prymmer <pvhp@forte.com>
45646              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
45647              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
45648      Branch: perl
45649            ! t/op/sprintf.t
45650 ____________________________________________________________________________
45651 [ 11394] By: nick                                  on 2001/07/17  07:57:06
45652         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
45653              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
45654              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
45655              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
45656      Branch: perl
45657            ! gv.c
45658 ____________________________________________________________________________
45659 [ 11392] By: nick                                  on 2001/07/17  07:50:12
45660         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
45661              From:  Coral <coral@moonlight.crystalflame.net>
45662              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
45663              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
45664      Branch: perl
45665            ! pp_sys.c thread.h
45666 ____________________________________________________________________________
45667 [ 11391] By: nick                                  on 2001/07/17  07:34:28
45668         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
45669              From:  Jonathan Stowe <gellyfish@gellyfish.com>
45670              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
45671              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
45672      Branch: perl
45673            ! utils/h2xs.PL
45674 ____________________________________________________________________________
45675 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
45676         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
45677              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
45678              and Mac::Apps::Launch, which don't work, and Time::HiRes and
45679              Time::Piece, which don't yet work.
45680      Branch: maint-5.6/macperl
45681            + (add 154 files)
45682 ____________________________________________________________________________
45683 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
45684         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
45685              Also add hack to get around missing setenv for PERL5DB.
45686      Branch: maint-5.6/macperl
45687            ! macos/macish.c macos/macish.h
45688 ____________________________________________________________________________
45689 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
45690         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
45691      Branch: maint-5.6/macperl
45692            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
45693            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
45694 ____________________________________________________________________________
45695 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
45696         Log: Fix up some configuration and make options, add extra
45697              extensions.
45698      Branch: maint-5.6/macperl
45699            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
45700            ! macos/macperl/Makefile.mk
45701 ____________________________________________________________________________
45702 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
45703         Log: From Change 11374 in maintperl.
45704      Branch: maint-5.6/macperl
45705           !> utils/h2ph.PL
45706 ____________________________________________________________________________
45707 [ 11385] By: nick                                  on 2001/07/16  14:12:58
45708         Log: Back out change to h2xs till it passes its test.
45709      Branch: perl
45710            ! utils/h2xs.PL
45711 ____________________________________________________________________________
45712 [ 11384] By: nick                                  on 2001/07/16  14:00:10
45713         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
45714              From:  Jonathan Stowe <gellyfish@gellyfish.com>
45715              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
45716              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
45717      Branch: perl
45718            ! utils/h2xs.PL
45719 ____________________________________________________________________________
45720 [ 11383] By: nick                                  on 2001/07/16  13:53:12
45721         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
45722              From:  Robin Houston <robin@kitsite.com>
45723              Date:  Sun, 15 Jul 2001 18:22:31 +0100
45724              Message-Id:  <20010715182230.A11174@robin>
45725      Branch: perl
45726            ! hints/darwin.sh
45727 ____________________________________________________________________________
45728 [ 11382] By: nick                                  on 2001/07/16  13:52:49
45729         Log: Subject:  [PATCH perl@11372] re_dup
45730              From:  Radu Greab <radu@netsoft.ro>
45731              Date:  Sun, 15 Jul 2001 04:50:06 +0300
45732              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
45733      Branch: perl
45734            ! sv.c
45735 ____________________________________________________________________________
45736 [ 11379] By: nick                                  on 2001/07/16  13:35:39
45737         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
45738              From:  Robin Houston <robin@kitsite.com>
45739              Date:  Sat, 14 Jul 2001 14:28:50 +0100
45740              Message-Id:  <20010714142850.A10205@robin>
45741      Branch: perl
45742            ! ext/B/B/Deparse.pm
45743 ____________________________________________________________________________
45744 [ 11378] By: nick                                  on 2001/07/16  13:30:36
45745         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
45746              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
45747              Date:  Sat, 14 Jul 2001 22:17:42 +0900
45748              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
45749      Branch: perl
45750            + ext/Encode/Encode/euc-jp-0212.enc
45751            ! ext/Encode/Encode/Tcl.pm
45752 ____________________________________________________________________________
45753 [ 11377] By: nick                                  on 2001/07/16  13:17:28
45754         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
45755              From:  Andy Dougherty <doughera@lafayette.edu>
45756              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
45757              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
45758      Branch: perl
45759            ! hints/darwin.sh hints/rhapsody.sh
45760 ____________________________________________________________________________
45761 [ 11376] By: nick                                  on 2001/07/16  09:05:00
45762         Log: Integrate mainline
45763      Branch: perlio
45764           +> ext/Encode/Encode/7bit-greek.enc
45765           +> ext/Encode/Encode/7bit-latin1.enc
45766           +> ext/Encode/Encode/cns11643-1.enc
45767           +> ext/Encode/Encode/cns11643-2.enc
45768           +> ext/Encode/Encode/iso2022-cn.enc
45769           +> ext/Encode/Encode/iso2022-jp1.enc
45770           +> ext/Encode/Encode/iso2022-jp2.enc
45771           !> Changes Configure MANIFEST Makefile.SH
45772           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
45773           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
45774           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
45775           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
45776           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
45777 ____________________________________________________________________________
45778 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
45779         Log: integrate change#11374 from maint-5.6
45780              
45781              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
45782      Branch: perl
45783           !> utils/h2ph.PL
45784 ____________________________________________________________________________
45785 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
45786         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
45787      Branch: maint-5.6/perl
45788            ! utils/h2ph.PL
45789 ____________________________________________________________________________
45790 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
45791         Log: Update Changes.
45792      Branch: perl
45793            ! Changes patchlevel.h
45794 ____________________________________________________________________________
45795 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
45796         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
45797              From: Jonathan Stowe <gellyfish@gellyfish.com>
45798              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
45799              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
45800      Branch: perl
45801            ! utils/h2xs.PL
45802 ____________________________________________________________________________
45803 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
45804         Log: Subject: patch to add DEL to [:cntrl:]
45805              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
45806              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
45807              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
45808      Branch: perl
45809            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
45810 ____________________________________________________________________________
45811 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
45812         Log: Metaconfig unit change for #11369; plus a dependency nit.
45813      Branch: metaconfig
45814            ! U/compline/nblock_io.U
45815      Branch: metaconfig/U/perl
45816            ! Extensions.U
45817 ____________________________________________________________________________
45818 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
45819         Log: #include <stdlib.h> so that exit() is prototyped,
45820              noticed by Hugo.
45821      Branch: perl
45822            ! Configure
45823 ____________________________________________________________________________
45824 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
45825         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
45826              From: Peter Prymmer <pvhp@forte.com>
45827              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
45828              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
45829      Branch: perl
45830            ! t/op/sprintf.t
45831 ____________________________________________________________________________
45832 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
45833         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
45834              From: Peter Prymmer <pvhp@forte.com>
45835              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
45836              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
45837      Branch: perl
45838            ! ext/Encode/Encode/Tcl.t
45839 ____________________________________________________________________________
45840 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
45841         Log: Add information about gcc 3.0 basic block profiling.
45842      Branch: perl
45843            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
45844 ____________________________________________________________________________
45845 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
45846         Log: Subject: Error in lib/PerlIO/Via.pm ?
45847              From: Mark-Jason Dominus <mjd@plover.com>
45848              Date: Fri, 13 Jul 2001 15:55:41 -0400
45849              Message-ID: <20010713195541.26751.qmail@plover.com>
45850      Branch: perl
45851            ! ext/PerlIO/Via/Via.pm
45852 ____________________________________________________________________________
45853 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
45854         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
45855              section from the Compiler section.
45856      Branch: perl
45857            ! myconfig.SH
45858 ____________________________________________________________________________
45859 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
45860         Log: Handle glibc style of constant definitions using enum
45861              with intervening #defines; from Brendan O'Dea.
45862      Branch: perl
45863            ! utils/h2ph.PL
45864 ____________________________________________________________________________
45865 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
45866         Log: Add LC_MESSAGES to the locale_h export tag (it already is
45867              in the Makefile.PL and thusly eligible for an XS constant)
45868              (see also maintperl #10543)
45869      Branch: perl
45870            ! ext/POSIX/POSIX.pm
45871 ____________________________________________________________________________
45872 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
45873         Log: Subject: Re: [patch] re_dup
45874              From: Abhijit Menon-Sen <ams@wiw.org>
45875              Date: Fri, 13 Jul 2001 21:41:09 +0530
45876              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
45877      Branch: perl
45878            ! sv.c
45879 ____________________________________________________________________________
45880 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
45881         Log: Subject: [patch] re_dup
45882              From: Doug MacEachern <dougm@covalent.net>
45883              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
45884              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
45885      Branch: perl
45886            ! sv.c
45887 ____________________________________________________________________________
45888 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
45889         Log: Update Changes.
45890      Branch: perl
45891            ! Changes patchlevel.h
45892 ____________________________________________________________________________
45893 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
45894         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
45895              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
45896              Date: Sat, 14 Jul 2001 00:06:30 +0900
45897              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
45898      Branch: perl
45899            + ext/Encode/Encode/7bit-greek.enc
45900            + ext/Encode/Encode/7bit-latin1.enc
45901            + ext/Encode/Encode/cns11643-1.enc
45902            + ext/Encode/Encode/cns11643-2.enc
45903            + ext/Encode/Encode/iso2022-cn.enc
45904            + ext/Encode/Encode/iso2022-jp1.enc
45905            + ext/Encode/Encode/iso2022-jp2.enc
45906            ! MANIFEST ext/Encode/Encode/Tcl.pm
45907            ! ext/Encode/Encode/iso2022-kr.enc
45908 ____________________________________________________________________________
45909 [ 11357] By: nick                                  on 2001/07/13  14:24:06
45910         Log: Blind integrate mainline (as of 5.7.2?)
45911      Branch: perlio
45912           !> AUTHORS Changes Porting/config.sh Porting/config_H
45913           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
45914           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
45915           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
45916           !> win32/makefile.mk
45917 ____________________________________________________________________________
45918 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
45919         Log: Snip away the devel patchlevel.
45920      Branch: perl
45921            ! patchlevel.h
45922 ____________________________________________________________________________
45923 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
45924         Log: Bump the version to 5.7.2.
45925      Branch: perl
45926            ! Porting/config.sh Porting/config_H patchlevel.h
45927            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
45928            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45929            ! win32/makefile.mk
45930 ____________________________________________________________________________
45931 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
45932         Log: Update Changes.
45933      Branch: perl
45934            ! Changes
45935 ____________________________________________________________________________
45936 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
45937         Log: Reword.
45938      Branch: perl
45939            ! AUTHORS
45940 ____________________________________________________________________________
45941 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
45942         Log: AUTHORS update.
45943      Branch: perl
45944            ! AUTHORS
45945 ____________________________________________________________________________
45946 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
45947         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
45948              unless ithreads.
45949      Branch: perl
45950            ! makedef.pl
45951 ____________________________________________________________________________
45952 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
45953         Log: Integrate perlio:
45954              
45955              [ 11346]
45956              Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
45957              to avoid /unicode vs /Unicode issues.
45958      Branch: perl
45959           !> win32/distclean.bat
45960 ____________________________________________________________________________
45961 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
45962         Log: Test the encoding transform only iff we have PerlIO,
45963              noticed by H. Merijn Brand.
45964      Branch: perl
45965            ! ext/PerlIO/t/encoding.t
45966 ____________________________________________________________________________
45967 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
45968         Log: README.netware tweaks from Ananth Kesari.
45969      Branch: perl
45970            ! README.netware
45971 ____________________________________________________________________________
45972 [ 11346] By: nick                                  on 2001/07/13  09:18:51
45973         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
45974              to avoid /unicode vs /Unicode issues.
45975      Branch: perlio
45976            ! win32/distclean.bat
45977 ____________________________________________________________________________
45978 [ 11345] By: nick                                  on 2001/07/13  06:24:18
45979         Log: Integrate mainline
45980      Branch: perlio
45981           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
45982            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
45983           !> (integrate 63 files)
45984 ____________________________________________________________________________
45985 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
45986         Log: Add d_bincompat5005 information to perl -V.
45987      Branch: perl
45988            ! myconfig.SH
45989 ____________________________________________________________________________
45990 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
45991         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
45992              From: Abhijit Menon-Sen <ams@wiw.org>
45993              Date: Fri, 13 Jul 2001 07:12:36 +0530
45994              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
45995      Branch: perl
45996            ! sv.c
45997 ____________________________________________________________________________
45998 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
45999         Log: Remove unicode::distinct, as per Inaba Hiroto.
46000      Branch: perl
46001            - lib/unicode/distinct.pm
46002            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
46003            ! t/lib/1_compile.t
46004 ____________________________________________________________________________
46005 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
46006         Log: Paging for Dr Octothorpe.
46007      Branch: perl
46008            ! pod/perlfaq4.pod
46009 ____________________________________________________________________________
46010 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
46011         Log: cut-n-paste error noticed by mjd.
46012      Branch: perl
46013            ! pod/perlfaq4.pod
46014 ____________________________________________________________________________
46015 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
46016         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
46017              From: Peter Prymmer <pvhp@forte.com>
46018              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
46019              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
46020      Branch: perl
46021            ! pod/perlfaq4.pod
46022 ____________________________________________________________________________
46023 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
46024         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
46025              From: Randall Gellens <randy@qualcomm.com>
46026              Date: Thu, 12 Jul 2001 16:56:23 -0700
46027              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
46028      Branch: perl
46029            ! Porting/repository.pod
46030 ____________________________________________________________________________
46031 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
46032         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
46033      Branch: perl
46034            ! thread.h
46035 ____________________________________________________________________________
46036 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
46037         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
46038              From: coral <coral@moonlight.crystalflame.net>
46039              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
46040              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
46041      Branch: perl
46042            ! thread.h
46043 ____________________________________________________________________________
46044 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
46045         Log: Metaconfig unit change for #11134.
46046      Branch: metaconfig
46047            + U/threads/d_pthread_atfork.U
46048 ____________________________________________________________________________
46049 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
46050         Log: Add HAS_PTHREAD_ATFORK.
46051      Branch: perl
46052            ! Configure NetWare/config.wc NetWare/config_H.wc
46053            ! Porting/Glossary Porting/config.sh Porting/config_H
46054            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
46055            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
46056            ! vos/config.ga.def vos/config.ga.h win32/config.bc
46057            ! win32/config.gc win32/config.vc win32/config_H.bc
46058            ! win32/config_H.gc win32/config_H.vc
46059 ____________________________________________________________________________
46060 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
46061         Log: Subject: [PATCH] File::Copy fails on tied handles
46062              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
46063              Date: Thu, 12 Jul 2001 15:18:51 -0700
46064              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
46065      Branch: perl
46066            ! lib/File/Copy.pm
46067 ____________________________________________________________________________
46068 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
46069         Log: Subject: [PATCH] Langinfo.t
46070              From: Nicholas Clark <nick@ccl4.org>
46071              Date: Thu, 12 Jul 2001 23:55:38 +0100
46072              Message-ID: <20010712235538.M5827@plum.flirble.org>
46073      Branch: perl
46074            ! ext/I18N/Langinfo/Langinfo.t
46075 ____________________________________________________________________________
46076 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
46077         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
46078              From: Peter Prymmer <pvhp@forte.com>
46079              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
46080              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
46081      Branch: perl
46082            ! pod/perl572delta.pod
46083 ____________________________________________________________________________
46084 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
46085         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
46086              From: Abhijit Menon-Sen <ams@wiw.org>
46087              Date: Fri, 13 Jul 2001 05:21:16 +0530
46088              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
46089      Branch: perl
46090            ! sv.c
46091 ____________________________________________________________________________
46092 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
46093         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
46094              From: Abhijit Menon-Sen <ams@wiw.org>
46095              Date: Fri, 13 Jul 2001 03:04:25 +0530
46096              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
46097      Branch: perl
46098            ! av.c
46099 ____________________________________________________________________________
46100 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
46101         Log: s/^M$//g
46102      Branch: perl
46103            ! win32/Makefile win32/makefile.mk
46104 ____________________________________________________________________________
46105 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
46106         Log: Update Changes.
46107      Branch: perl
46108            ! Changes patchlevel.h
46109 ____________________________________________________________________________
46110 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
46111         Log: Typo spotted by Philip Newton.
46112      Branch: perl
46113            ! pod/perl572delta.pod
46114 ____________________________________________________________________________
46115 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
46116         Log: Subject: [PATCH] fixes perl_clone of perl_clone
46117              From: Artur Bergman <artur@contiller.se>
46118              Date: Thu, 12 Jul 2001 20:57:09 +0200
46119              Message-ID: <B773BFA4.236B%artur@contiller.se>
46120      Branch: perl
46121            ! sv.c
46122 ____________________________________________________________________________
46123 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
46124         Log: Add README.uts from Hal Morris.
46125      Branch: perl
46126            + README.uts
46127            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
46128            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
46129 ____________________________________________________________________________
46130 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
46131         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
46132              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46133              Date: Thu, 12 Jul 2001 20:32:37 +0200
46134              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
46135      Branch: perl
46136            ! hints/aix.sh
46137 ____________________________________________________________________________
46138 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
46139         Log: Subject: Patch: document reg_data.what member
46140              From: Mark-Jason Dominus <mjd@plover.com>
46141              Message-ID: <20010712182532.14821.qmail@plover.com>
46142              Date: Thu, 12 Jul 2001 14:25:32 -0400
46143      Branch: perl
46144            ! regcomp.c regcomp.h
46145 ____________________________________________________________________________
46146 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
46147         Log: Subject: [PATCH] Perl_re_dup()
46148              From: Abhijit Menon-Sen <ams@wiw.org>
46149              Date: Thu, 12 Jul 2001 23:54:32 +0530
46150              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
46151      Branch: perl
46152            ! embed.h embed.pl perlapi.c proto.h sv.c
46153 ____________________________________________________________________________
46154 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
46155         Log: Regen Configure, modlib, toc.
46156      Branch: perl
46157            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46158            ! pod/perlmodlib.pod pod/perltoc.pod
46159 ____________________________________________________________________________
46160 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
46161         Log: The problem seems to be in PerlIO::Layer::->find() not
46162              accepting the ":encoding(blurflur)" arguments.
46163      Branch: perl
46164            ! lib/PerlIO.pm lib/open.pm
46165 ____________________________________________________________________________
46166 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
46167         Log: AIX doc update.
46168      Branch: perl
46169            ! README.aix pod/perl572delta.pod
46170 ____________________________________________________________________________
46171 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
46172         Log: Subject: AIX README update
46173              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46174              Date: Thu, 12 Jul 2001 19:28:30 +0200
46175              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
46176      Branch: perl
46177            ! README.aix
46178 ____________________________________________________________________________
46179 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
46180         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
46181              From: Norton Allen <allen@huarp.harvard.edu>
46182              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
46183              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
46184      Branch: perl
46185            ! ext/IO/lib/IO/t/io_unix.t
46186 ____________________________________________________________________________
46187 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
46188         Log: Subject: [PATCH README.qnx hints/qnx.sh]
46189              From: Norton Allen <allen@huarp.harvard.edu>
46190              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
46191              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
46192      Branch: perl
46193            ! README.qnx hints/qnx.sh
46194 ____________________________________________________________________________
46195 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
46196         Log: Subject: [patch] faster PM_GETRE
46197              From: Doug MacEachern <dougm@covalent.net>
46198              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
46199              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
46200      Branch: perl
46201            ! op.h
46202 ____________________________________________________________________________
46203 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
46204         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
46205              From: Doug MacEachern <dougm@covalent.net>
46206              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
46207              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
46208      Branch: perl
46209            ! op.c
46210 ____________________________________________________________________________
46211 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
46212         Log: Tell where the nice Estonian database is.
46213      Branch: perl
46214            ! lib/open.pm
46215 ____________________________________________________________________________
46216 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
46217         Log: Retract #11309 since #11310 is a better fix.
46218      Branch: perl
46219            ! t/lib/1_compile.t
46220 ____________________________________________________________________________
46221 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
46222         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
46223              change#11300 needs to return the status of failed win32_spawnvp())
46224              
46225              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
46226              splitting correctly; remove unused variables; 'require' at run time
46227              rather than 'use' at compile time for I18N::Langinfo, since it
46228              isn't everyware
46229      Branch: perl
46230            ! lib/open.pm win32/win32.c
46231 ____________________________________________________________________________
46232 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
46233         Log: Temporary workaround.
46234      Branch: perl
46235            ! t/lib/1_compile.t
46236 ____________________________________________________________________________
46237 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
46238         Log: UCD typo in #11306 and add also more known-to-be-tested
46239              modules to the skip list.
46240      Branch: perl
46241            ! t/lib/1_compile.t
46242 ____________________________________________________________________________
46243 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
46244         Log: Rename Unicode::UCD to UnicodeCD to avoid
46245              messups with case-insensitive filesystems.
46246      Branch: perl
46247            + lib/UnicodeCD.pm lib/UnicodeCD.t
46248            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
46249            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
46250 ____________________________________________________________________________
46251 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
46252         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
46253              From: daniel@biz.bitpusher.com
46254              Date: Wed, 11 Jul 2001 23:25:47 -0700
46255              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
46256      Branch: perl
46257            ! lib/Tie/Array.pm t/op/splice.t
46258 ____________________________________________________________________________
46259 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
46260         Log: Subject: [PATCH] More accurate line numbers in messages
46261              From: Paul Johnson <paul@pjcj.net>
46262              Date: Thu, 12 Jul 2001 04:14:11 +0200
46263              Message-ID: <20010712041411.A3467@pjcj.net>
46264              
46265              (With prototyping and multiplicity tweaks.)
46266      Branch: perl
46267            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
46268 ____________________________________________________________________________
46269 [ 11304] By: nick                                  on 2001/07/12  12:53:40
46270         Log: Integrate mainline
46271      Branch: perlio
46272           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
46273           !> regexec.c thread.h
46274 ____________________________________________________________________________
46275 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
46276         Log: Cut-and-pasto in #11298.
46277      Branch: perl
46278            ! ext/ByteLoader/bytecode.h
46279 ____________________________________________________________________________
46280 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
46281         Log: Update the AIX known problems section.
46282      Branch: perl
46283            ! pod/perl572delta.pod
46284 ____________________________________________________________________________
46285 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
46286         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
46287              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46288              Date: Thu, 12 Jul 2001 12:16:16 +0200
46289              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
46290      Branch: perl
46291            ! hints/aix.sh
46292 ____________________________________________________________________________
46293 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
46294         Log: Integrate perlio:
46295              
46296              [ 11296]
46297              Exclude reentrant_buffer from .def file
46298              
46299              [ 11295]
46300              Honour void-ness of my_exit()
46301      Branch: perl
46302           !> makedef.pl win32/win32.c
46303 ____________________________________________________________________________
46304 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
46305         Log: Subject: [PATCH] fix for PMOP threadness failures
46306              From: Artur Bergman <artur@contiller.se>
46307              Date: Thu, 12 Jul 2001 09:48:06 +0200
46308              Message-ID: <B77322D6.22DD%artur@contiller.se>
46309      Branch: perl
46310            ! regexec.c
46311 ____________________________________________________________________________
46312 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
46313         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
46314              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
46315              Date: Thu, 12 Jul 2001 09:09:48 +0200
46316              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
46317              
46318              More parentheses to keep bcc happy.
46319      Branch: perl
46320            ! ext/ByteLoader/bytecode.h
46321 ____________________________________________________________________________
46322 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
46323         Log: Subject: Re: [patch] pthread_atfork bandaid
46324              From: Doug MacEachern <dougm@covalent.net>
46325              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
46326              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
46327      Branch: perl
46328            ! thread.h
46329 ____________________________________________________________________________
46330 [ 11296] By: nick                                  on 2001/07/12  11:55:48
46331         Log: Exclude reentrant_buffer from .def file
46332      Branch: perlio
46333            ! makedef.pl
46334 ____________________________________________________________________________
46335 [ 11295] By: nick                                  on 2001/07/12  11:11:44
46336         Log: Honour void-ness of my_exit()
46337      Branch: perlio
46338            ! win32/win32.c
46339 ____________________________________________________________________________
46340 [ 11294] By: nick                                  on 2001/07/12  07:51:04
46341         Log: Integrate mainline
46342      Branch: perlio
46343           +> uts/sprintf_wrap.c
46344           !> (integrate 35 files)
46345 ____________________________________________________________________________
46346 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
46347         Log: Retract #11289.
46348      Branch: perl
46349            ! embed.h embed.pl perl.c proto.h thread.h
46350 ____________________________________________________________________________
46351 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
46352         Log: Now the :locale pseudolayer *almost* works...
46353      Branch: perl
46354            ! lib/open.pm
46355 ____________________________________________________________________________
46356 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
46357         Log: Locale encoding tweaks.
46358      Branch: perl
46359            ! lib/open.pm
46360 ____________________________________________________________________________
46361 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
46362         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
46363              From: Mark-Jason Dominus <mjd@plover.com>
46364              Date: Thu, 12 Jul 2001 00:59:31 -0400
46365              Message-ID: <20010712045931.8543.qmail@plover.com>
46366              
46367              Remove the chmod/umask leading zero warning.
46368      Branch: perl
46369            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
46370            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
46371 ____________________________________________________________________________
46372 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
46373         Log: (Retracted by #11289.)
46374      Branch: perl
46375            ! embed.h embed.pl perl.c proto.h thread.h
46376 ____________________________________________________________________________
46377 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
46378         Log: Needed by #11283.
46379      Branch: perl
46380            ! intrpvar.h
46381 ____________________________________________________________________________
46382 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
46383         Log: Metaconfig unit change for #11286.
46384      Branch: metaconfig/U/perl
46385            ! patchlevel.U
46386 ____________________________________________________________________________
46387 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
46388         Log: Subject: Re: [PATCH Configure] perl -V broken
46389              From: Andy Dougherty <doughera@lafayette.edu>
46390              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
46391              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
46392      Branch: perl
46393            ! Configure myconfig.SH
46394 ____________________________________________________________________________
46395 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
46396         Log: Retract #11166 (and #11237).
46397      Branch: perl
46398            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
46399            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
46400            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
46401 ____________________________________________________________________________
46402 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
46403         Log: UTS tweaks for Hal Morris.
46404      Branch: perl
46405            + uts/sprintf_wrap.c
46406            ! MANIFEST hints/uts.sh perl.h
46407 ____________________________________________________________________________
46408 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
46409         Log: Subject: [PATCH] Use reentrant API glibc
46410              From: Artur Bergman <artur@contiller.se>
46411              Date: Thu, 12 Jul 2001 00:58:21 +0200
46412              Message-ID: <B772A6AD.2288%artur@contiller.se>
46413      Branch: perl
46414            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
46415            ! sv.c
46416 ____________________________________________________________________________
46417 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
46418         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
46419              From: barries <barries@slaysys.com>
46420              Date: Wed, 11 Jul 2001 15:11:46 -0400
46421              Message-ID: <20010711151146.G24560@jester.slaysys.com>
46422      Branch: perl
46423            ! pp_sys.c t/lib/warnings/doio win32/win32.c
46424 ____________________________________________________________________________
46425 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
46426         Log: Subject: [patch] pthread_atfork bandaid
46427              From: Doug MacEachern <dougm@covalent.net>
46428              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
46429              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
46430      Branch: perl
46431            ! miniperlmain.c perl.c
46432 ____________________________________________________________________________
46433 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
46434         Log: Subject: [patch] perl_clone leaks
46435              From: Doug MacEachern <dougm@covalent.net>
46436              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
46437              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
46438      Branch: perl
46439            ! sv.c
46440 ____________________________________________________________________________
46441 [ 11279] By: nick                                  on 2001/07/11  15:49:38
46442         Log: Integrate mainline
46443      Branch: perlio
46444           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
46445           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
46446           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
46447           +> lib/Term/ANSIColor/README
46448           !> (integrate 54 files)
46449 ____________________________________________________________________________
46450 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
46451         Log: Update Changes.
46452      Branch: perl
46453            ! Changes patchlevel.h
46454 ____________________________________________________________________________
46455 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
46456         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
46457              From: Peter Prymmer <pvhp@forte.com>
46458              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
46459              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
46460              
46461              Backport of embed.pl to 5.003.
46462      Branch: perl
46463            ! embed.pl
46464 ____________________________________________________________________________
46465 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
46466         Log: Subject: Re: POSIX test #14 on UTS 
46467              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
46468              Date: Wed, 11 Jul 2001 03:02:14 +0100
46469              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
46470      Branch: perl
46471            ! ext/POSIX/POSIX.t
46472 ____________________________________________________________________________
46473 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
46474         Log: Make the I32 an IV to preserve structure alignment and size.
46475      Branch: perl
46476            ! op.h
46477 ____________________________________________________________________________
46478 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
46479         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
46480              From: "Artur Bergman" <artur@contiller.se>
46481              Date: Wed, 11 Jul 2001 14:23:37 +0200
46482              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
46483              
46484              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
46485      Branch: perl
46486            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
46487            ! pod/perlapi.pod sv.c
46488 ____________________________________________________________________________
46489 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
46490         Log: Tweak until Pod::Parser gets updated.
46491      Branch: perl
46492            ! t/pod/special_seqs.xr
46493 ____________________________________________________________________________
46494 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
46495         Log: File::Spec usage tweak.
46496      Branch: perl
46497            ! lib/ExtUtils.t
46498 ____________________________________________________________________________
46499 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
46500         Log: Integrate #11263 from macperl; macos and macosx updates.
46501      Branch: perl
46502           !> pod/perlport.pod
46503 ____________________________________________________________________________
46504 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
46505         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
46506              From: Peter Prymmer <pvhp@forte.com>
46507              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
46508              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
46509      Branch: perl
46510            + ext/Time/HiRes/hints/dynixptx.pl
46511            ! MANIFEST hints/dynixptx.sh
46512 ____________________________________________________________________________
46513 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
46514         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
46515              From: Nicholas Clark <nick@ccl4.org>
46516              Date: Tue, 10 Jul 2001 23:17:43 +0100
46517              Message-ID: <20010710231742.B59620@plum.flirble.org>
46518      Branch: perl
46519            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
46520 ____________________________________________________________________________
46521 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
46522         Log: Subject: [DOC PATCH] Pluggable runops
46523              From: Paul Johnson <paul@pjcj.net>
46524              Date: Tue, 10 Jul 2001 21:53:28 +0200
46525              Message-ID: <20010710215328.B26577@pjcj.net>
46526      Branch: perl
46527            ! pod/perlguts.pod
46528 ____________________________________________________________________________
46529 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
46530         Log: Subject: [PATCH] Authors
46531              From: Artur Bergman <artur@contiller.se>
46532              Date: Tue, 10 Jul 2001 20:39:12 +0200
46533              Message-ID: <B771186F.21CD%artur@contiller.se>
46534      Branch: perl
46535            ! AUTHORS
46536 ____________________________________________________________________________
46537 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
46538         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
46539              From: Doug MacEachern <dougm@covalent.net>
46540              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
46541              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
46542      Branch: perl
46543            ! pp_ctl.c
46544 ____________________________________________________________________________
46545 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
46546         Log: Subject: doc patch; times() in scalar context
46547              From: mjd@plover.com
46548              Date: 10 Jul 2001 18:01:17 -0000
46549              Message-ID: <20010710180117.12477.qmail@plover.com>
46550      Branch: perl
46551            ! pod/perlfunc.pod
46552 ____________________________________________________________________________
46553 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
46554         Log: Subject: [PATCH] Small fix to pp_gmtime
46555              From: Artur Bergman <artur@contiller.se>
46556              Date: Tue, 10 Jul 2001 19:54:52 +0200
46557              Message-ID: <B7710E0B.21C5%artur@contiller.se>
46558      Branch: perl
46559            ! pp_sys.c
46560 ____________________________________________________________________________
46561 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
46562         Log: Integrate changes from mainline perl, add notes about
46563              Mac OS X and Mac OS.
46564      Branch: maint-5.6/macperl
46565            ! pod/perlport.pod
46566 ____________________________________________________________________________
46567 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
46568         Log: A proof of the dangers of package; ?
46569      Branch: perl
46570            ! t/lib/warnings/op
46571 ____________________________________________________________________________
46572 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
46573         Log: Regen toc and modlib.
46574      Branch: perl
46575            ! pod/perlmodlib.pod pod/perltoc.pod
46576 ____________________________________________________________________________
46577 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
46578         Log: Add compexcl(), casefold(), and casespec() interfaces;
46579              and make all interfaces to return hash references instead
46580              of hashes. 
46581      Branch: perl
46582            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
46583 ____________________________________________________________________________
46584 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
46585         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
46586              From: "Philip Newton" <Philip.Newton@gmx.net>
46587              Date: Tue, 10 Jul 2001 09:55:59 +0200
46588              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
46589              
46590              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
46591              From: "Philip Newton" <Philip.Newton@gmx.net>
46592              Date: Tue, 10 Jul 2001 09:56:37 +0200
46593              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
46594      Branch: perl
46595            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
46596            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
46597 ____________________________________________________________________________
46598 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
46599         Log: Subject: [patch] undef &xsub for 1,2
46600              From: Doug MacEachern <dougm@covalent.net>
46601              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
46602              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
46603              
46604              (This version of the patch with a comment from Gisle.)
46605      Branch: perl
46606            ! op.c
46607 ____________________________________________________________________________
46608 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
46609         Log: Mention package; deprecation and the Win32 problems.
46610      Branch: perl
46611            ! pod/perl572delta.pod
46612 ____________________________________________________________________________
46613 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
46614         Log: Subject: [PATCH] deprecate package with no arguments
46615              From: Robin Houston <robin@kitsite.com>
46616              Date: Tue, 10 Jul 2001 13:33:40 +0100
46617              Message-ID: <20010710133340.A13452@robin.kitsite.com>
46618      Branch: perl
46619            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
46620 ____________________________________________________________________________
46621 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
46622         Log: Upgrade to podlators 1.10.
46623      Branch: perl
46624            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
46625            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
46626            ! pod/pod2man.PL pod/pod2text.PL
46627 ____________________________________________________________________________
46628 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
46629         Log: Upgrade to Term::ANSIColor 1.04.
46630      Branch: perl
46631            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
46632            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
46633 ____________________________________________________________________________
46634 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
46635         Log: Integrate perlio:
46636              
46637              [ 11252]
46638              Fix open(...,"...:layer(xxx)",...)
46639              - use memEQ not strEQ as there is '(' not '\0'
46640              
46641              [ 11063]
46642              Quick for for #ifdef mess
46643      Branch: perl
46644           !> perlio.c
46645 ____________________________________________________________________________
46646 [ 11252] By: nick                                  on 2001/07/10  06:58:14
46647         Log: Fix open(...,"...:layer(xxx)",...)
46648              - use memEQ not strEQ as there is '(' not '\0'
46649      Branch: perlio
46650            ! perlio.c
46651 ____________________________________________________________________________
46652 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
46653         Log: Telling the number of tests helps.
46654      Branch: perl
46655            ! ext/PerlIO/t/encoding.t
46656 ____________________________________________________________________________
46657 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
46658         Log: Require I18N::Langinfo, not use.
46659      Branch: perl
46660            ! lib/open.pm
46661 ____________________________________________________________________________
46662 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
46663         Log: Add a test for for PerlIO ":encoding(...)" layer.
46664      Branch: perl
46665            + ext/PerlIO/t/encoding.t
46666            ! MANIFEST ext/Encode/Encode.pm
46667 ____________________________________________________________________________
46668 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
46669         Log: PerlIO ":encoding(foobar)" temporary fix.
46670              Not really correct, I think, since the change means
46671              that prefixes match.
46672      Branch: perl
46673            ! perlio.c
46674 ____________________________________________________________________________
46675 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
46676         Log: Update to Math::BigInt 1.36.  The biggest news is
46677              the separation of the backend; now the pure Perl
46678              implementation is in Math::BigInt::Calc, but one
46679              can plugin, say, Math::BigInt::BitVect, and get
46680              considerable speedup.
46681      Branch: perl
46682            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
46683            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
46684            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
46685            ! lib/Math/BigInt/t/mbimbf.t
46686 ____________________________________________________________________________
46687 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
46688         Log: Subject: Re: compatibility question
46689              From: Peter Prymmer <pvhp@forte.com>
46690              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
46691              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
46692      Branch: perl
46693            ! lib/ExtUtils/MM_VMS.pm
46694 ____________________________________________________________________________
46695 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
46696         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
46697              From: Norton Allen <allen@huarp.harvard.edu>
46698              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
46699              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
46700      Branch: perl
46701            ! ext/File/Glob/t/basic.t
46702 ____________________________________________________________________________
46703 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
46704         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
46705              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
46706              Date: Tue, 10 Jul 2001 00:29:55 +0900
46707              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
46708      Branch: perl
46709            + ext/Encode/Encode/HZ.enc
46710            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
46711            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
46712            ! ext/Encode/Encode/iso2022-jp.enc
46713            ! ext/Encode/Encode/iso2022-kr.enc
46714 ____________________________________________________________________________
46715 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
46716         Log: Add in all them there macos/ files.
46717      Branch: maint-5.6/macperl
46718            + (add 577 files)
46719 ____________________________________________________________________________
46720 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
46721         Log: Add the new modules to the list of having those own tests.
46722      Branch: perl
46723            ! t/lib/1_compile.t
46724 ____________________________________________________________________________
46725 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
46726         Log: Add INOUT to control both ways at the same time.
46727      Branch: perl
46728            ! lib/open.pm
46729 ____________________________________________________________________________
46730 [ 11240] By: nick                                  on 2001/07/09  16:33:50
46731         Log: Integrate mainline
46732      Branch: perlio
46733           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
46734           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
46735           !> (integrate 41 files)
46736 ____________________________________________________________________________
46737 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
46738         Log: More encoding mapping magic.
46739      Branch: perl
46740            ! lib/open.pm
46741 ____________________________________________________________________________
46742 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
46743         Log: Update Changes.
46744      Branch: perl
46745            ! Changes patchlevel.h
46746 ____________________________________________________________________________
46747 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
46748         Log: (Retracted by #11285).
46749              
46750              Subject: [PATCH] OPpCONST_OCTAL fixes
46751              From: Abhijit Menon-Sen <ams@wiw.org>
46752              Date: Mon, 9 Jul 2001 07:38:45 +0530
46753              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
46754      Branch: perl
46755            ! op.c
46756 ____________________________________________________________________________
46757 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
46758         Log: Add a pseudolayer ":locale" to the open pragma which
46759              will get the encoding from the locale.  Yet undocumented
46760              because I can't get the PerlIO :encoding(foobar) to work.
46761      Branch: perl
46762            ! ext/Encode/Encode.pm lib/open.pm
46763 ____________________________________________________________________________
46764 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
46765         Log: Add more encoding mappings.
46766      Branch: perl
46767            ! ext/Encode/Encode.pm
46768 ____________________________________________________________________________
46769 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
46770         Log: Document that using :encoding layer requires using Encode.
46771      Branch: perl
46772            ! ext/Encode/Encode.pm lib/PerlIO.pm
46773 ____________________________________________________________________________
46774 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
46775         Log: Netware tweak from Ananth Kesari.
46776      Branch: perl
46777            ! NetWare/netware.h
46778 ____________________________________________________________________________
46779 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
46780         Log: t/harness doesn't know about run/*.t
46781      Branch: perl
46782            ! t/harness
46783 ____________________________________________________________________________
46784 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
46785         Log: run/exit.t busted on windows
46786      Branch: perl
46787            ! t/run/exit.t
46788 ____________________________________________________________________________
46789 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
46790         Log: fix a couple of UCD.t tests that fail due to bad case
46791      Branch: perl
46792            ! lib/Unicode/UCD.t
46793 ____________________________________________________________________________
46794 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
46795         Log: test skip logic was broken
46796      Branch: perl
46797            ! ext/I18N/Langinfo/Langinfo.t
46798 ____________________________________________________________________________
46799 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
46800         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
46801              failure of ExtUtils.t#27 when built in debug mode)
46802      Branch: perl
46803            ! lib/ExtUtils/MM_Win32.pm
46804 ____________________________________________________________________________
46805 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
46806         Log: I18N::Langinfo is not available on windows
46807      Branch: perl
46808            ! win32/FindExt.pm
46809 ____________________________________________________________________________
46810 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
46811         Log: save a dTHX
46812      Branch: perl
46813            ! ext/POSIX/POSIX.xs
46814 ____________________________________________________________________________
46815 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
46816         Log: Update Changes.
46817      Branch: perl
46818            ! Changes patchlevel.h
46819 ____________________________________________________________________________
46820 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
46821         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
46822              as pointed out by Sarathy.
46823      Branch: perl
46824            ! ext/I18N/Langinfo/Langinfo.xs
46825 ____________________________________________________________________________
46826 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
46827         Log: Retract #11212.
46828      Branch: perl
46829            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
46830 ____________________________________________________________________________
46831 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
46832         Log: Bump up the VERSION of Cwd.xs.
46833      Branch: perl
46834            ! ext/Cwd/Makefile.PL
46835 ____________________________________________________________________________
46836 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
46837         Log: Retract #11220, the problem wasn't the missing leading zero.
46838              Here's the problem:
46839              $ ./perl -we 'chmod(oct("755"), ".")'
46840              Non-octal literal mode (493) specified at -e line 1.
46841              (Did you mean 0493 instead?)
46842      Branch: perl
46843            ! lib/ExtUtils/MM_Unix.pm
46844 ____________________________________________________________________________
46845 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
46846         Log: (Retracted by #11221)
46847              Change the PERM_RW and PERM_RWX to 0644 and 0755
46848              (add the leading zero).
46849      Branch: perl
46850            ! lib/ExtUtils/MM_Unix.pm
46851 ____________________________________________________________________________
46852 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
46853         Log: Integrate changes #11193, 11205, 11209 from macperl.
46854              
46855              Fix up AutoLoader to fudge for Mac paths in import().
46856              
46857              Allow symbols in try_symbol() to begin with "_".
46858              
46859              Small portability fix for Mac OS.
46860      Branch: perl
46861           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
46862 ____________________________________________________________________________
46863 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
46864         Log: Metaconfig unit change for #11217.
46865      Branch: metaconfig/U/perl
46866            ! Extensions.U
46867 ____________________________________________________________________________
46868 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
46869         Log: Detypo, problem noticed by Gerrit P. Haase.
46870      Branch: perl
46871            ! Configure config_h.SH
46872 ____________________________________________________________________________
46873 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
46874         Log: Cwd cleanups.
46875      Branch: perl
46876            ! ext/Cwd/Cwd.xs
46877 ____________________________________________________________________________
46878 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
46879         Log: Slight tweaks on #11213.
46880      Branch: perl
46881            ! toke.c
46882 ____________________________________________________________________________
46883 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
46884         Log: A missing dTHX noticed by Gerrit P. Haase.
46885      Branch: perl
46886            ! ext/POSIX/POSIX.xs
46887 ____________________________________________________________________________
46888 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
46889         Log: Subject: [PATCH toke.c] Simplify yytoke()
46890              From: Simon Cozens <simon@netthink.co.uk>
46891              Date: Sun, 8 Jul 2001 13:24:34 +0100
46892              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
46893              
46894              Split out pending_ident().
46895      Branch: perl
46896            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
46897 ____________________________________________________________________________
46898 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
46899         Log: (Retracted by #11223.)
46900              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
46901              Date: Wed, 05 Nov 1997 17:22:34 -0600
46902              From: Graham Barr <gbarr@ti.com>
46903              Message-Id: <3460FFBA.6DA51F46@ti.com>
46904      Branch: perl
46905            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
46906 ____________________________________________________________________________
46907 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
46908         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
46909      Branch: perl
46910            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
46911            ! pod/perllocale.pod
46912 ____________________________________________________________________________
46913 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
46914         Log: Really do the test under the C locale.
46915      Branch: perl
46916            ! ext/I18N/Langinfo/Langinfo.t
46917 ____________________________________________________________________________
46918 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
46919         Log: Small portability fix for Mac OS.
46920      Branch: maint-5.6/macperl
46921            ! lib/Cwd.pm
46922 ____________________________________________________________________________
46923 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
46924         Log: Metaconfig unit change for #11207.
46925      Branch: metaconfig/U/perl
46926            ! Extensions.U
46927 ____________________________________________________________________________
46928 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
46929         Log: Add I18N::Langinfo, which is basically a wrapper around
46930              nl_langinfo(), which is an additional way to query locale
46931              specific information.
46932      Branch: perl
46933            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
46934            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
46935            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
46936 ____________________________________________________________________________
46937 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
46938         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
46939              used in File::Find tests; replace with if.t.
46940      Branch: maint-5.6/macperl
46941            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
46942            ! t/pragma/warn/op
46943 ____________________________________________________________________________
46944 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
46945         Log: Allow symbols in try_symbol() to begin with "_".
46946      Branch: maint-5.6/macperl
46947            ! makedef.pl
46948 ____________________________________________________________________________
46949 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
46950         Log: Sync up the File::Find changes from the rewrite by
46951              Thomas Wegner, et al.
46952      Branch: maint-5.6/macperl
46953            + t/lib/filefind-taint.t
46954            ! lib/File/Find.pm t/lib/filefind.t
46955 ____________________________________________________________________________
46956 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
46957         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
46958              From: Thomas Wegner <wegner_thomas@yahoo.com>
46959              Date: Thu, 5 Jul 2001 20:31:25 +0200
46960              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
46961      Branch: maint-5.6/macperl
46962            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
46963 ____________________________________________________________________________
46964 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
46965         Log: Some more test portability fixes.
46966      Branch: maint-5.6/macperl
46967            ! t/lib/filecopy.t t/pragma/warn/pp_sys
46968 ____________________________________________________________________________
46969 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
46970         Log: The #11200 removed wrong (non-existent) target.  Duh.
46971      Branch: perl
46972            ! Makefile.SH
46973 ____________________________________________________________________________
46974 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
46975         Log: Zap the lib/re.pm before creating it.
46976      Branch: perl
46977            ! Makefile.SH
46978 ____________________________________________________________________________
46979 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
46980         Log: Another test.  Please ignore.
46981      Branch: maint-5.6/macperl
46982            ! README.macos
46983 ____________________________________________________________________________
46984 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
46985         Log: Portability fixes for a lot of tests, especially IO-related
46986              tests, and warnings, and the harness script.
46987      Branch: maint-5.6/macperl
46988            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
46989            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
46990            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
46991            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
46992            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
46993            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
46994            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
46995            ! t/pragma/warnings.t
46996 ____________________________________________________________________________
46997 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
46998         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
46999              From: Nicholas Clark <nick@ccl4.org>
47000              Date: Sat, 7 Jul 2001 21:00:17 +0100
47001              Message-ID: <20010707210017.H59620@plum.flirble.org>
47002      Branch: perl
47003            ! lib/h2xs.t
47004 ____________________________________________________________________________
47005 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
47006         Log: The UNICOS/mk SysV IPC problem has been fixed.
47007      Branch: perl
47008            ! pod/perl572delta.pod
47009 ____________________________________________________________________________
47010 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
47011         Log: Slight update tweaks on perlunicode.pod.
47012      Branch: perl
47013            ! pod/perlunicode.pod
47014 ____________________________________________________________________________
47015 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
47016         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
47017              From: Mark-Jason Dominus <mjd@plover.com>
47018              Date: Sat, 07 Jul 2001 13:04:04 -0400
47019              Message-ID: <20010707170404.32694.qmail@plover.com>
47020      Branch: perl
47021            ! ext/DB_File/DB_File.pm
47022 ____________________________________________________________________________
47023 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
47024         Log: Fix up AutoLoader to fudge for Mac paths in import().
47025      Branch: maint-5.6/macperl
47026            ! lib/AutoLoader.pm
47027 ____________________________________________________________________________
47028 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
47029         Log: Try to force the lib/re.pm to be there before entering
47030              the extensions builds, should help for parallel makes.
47031      Branch: perl
47032            ! Makefile.SH
47033 ____________________________________________________________________________
47034 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
47035         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
47036              From: Norton Allen <allen@huarp.harvard.edu>
47037              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
47038              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
47039      Branch: perl
47040            ! ext/POSIX/POSIX.xs
47041 ____________________________________________________________________________
47042 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
47043         Log: Subject: [PATCH] Re: op/arith.t
47044              From: Nicholas Clark <nick@ccl4.org>
47045              Date: Sat, 7 Jul 2001 13:04:54 +0100
47046              Message-ID: <20010707130454.D59620@plum.flirble.org>
47047      Branch: perl
47048            ! numeric.c toke.c
47049 ____________________________________________________________________________
47050 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
47051         Log: Subject: [PATCH] h2xs
47052              From: Nicholas Clark <nick@ccl4.org>
47053              Date: Fri, 6 Jul 2001 23:25:14 +0100
47054              Message-ID: <20010706232514.X59620@plum.flirble.org>
47055      Branch: perl
47056            ! utils/h2xs.PL
47057 ____________________________________________________________________________
47058 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
47059         Log: Subject: Re: bleedperl perl_alloc..free leakage
47060              From: Radu Greab <radu@netsoft.ro>
47061              Date: Fri, 6 Jul 2001 19:48:54 +0300
47062              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
47063              
47064              Leak-be-gone.
47065      Branch: perl
47066            ! op.c
47067 ____________________________________________________________________________
47068 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
47069         Log: Test again.  Please ignore.
47070      Branch: maint-5.6/macperl
47071            ! README.macos
47072 ____________________________________________________________________________
47073 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
47074         Log: Test.  Please ignore.
47075      Branch: maint-5.6/macperl
47076            ! README.macos
47077 ____________________________________________________________________________
47078 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
47079         Log: Include changes already sent in separately as patches,
47080              before branch was created.
47081      Branch: maint-5.6/macperl
47082            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
47083            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
47084            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
47085            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
47086            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
47087            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
47088            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
47089            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
47090            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
47091            ! t/pragma/strict.t
47092 ____________________________________________________________________________
47093 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
47094         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
47095              From: Norton Allen <allen@huarp.harvard.edu>
47096              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
47097              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
47098      Branch: perl
47099            ! utf8.h
47100 ____________________________________________________________________________
47101 [ 11183] By: nick                                  on 2001/07/06  16:27:40
47102         Log: Integrate mainline
47103      Branch: perlio
47104           +> (branch 42 files)
47105            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
47106            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
47107            - win32/bin/mdelete.bat
47108           !> (integrate 215 files)
47109 ____________________________________________________________________________
47110 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
47111         Log: The #11166 needed also these updated.
47112      Branch: perl
47113            ! lib/warnings.pm warnings.h
47114 ____________________________________________________________________________
47115 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
47116         Log: Update Changes.
47117      Branch: perl
47118            ! Changes patchlevel.h
47119 ____________________________________________________________________________
47120 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
47121         Log: Regen toc.
47122      Branch: perl
47123            ! pod/perltoc.pod
47124 ____________________________________________________________________________
47125 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
47126         Log: Nit from Abhijit.
47127      Branch: perl
47128            ! lib/CPAN.pm
47129 ____________________________________________________________________________
47130 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
47131         Log: Retract #11172.
47132      Branch: perl
47133            ! t/op/method.t
47134 ____________________________________________________________________________
47135 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
47136         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
47137              From: Norton Allen <allen@huarp.harvard.edu>
47138              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
47139              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
47140      Branch: perl
47141            ! lib/Cwd.pm
47142 ____________________________________________________________________________
47143 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
47144         Log: (Accidentally empty check-in.)
47145      Branch: perl
47146            ! utf8.h
47147 ____________________________________________________________________________
47148 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
47149         Log: Retract #11165 since Sarathy pointed out it'll not
47150              work properly under threads, the problem should be
47151              solved using "the savestack, either via SSNEW() or
47152              using a newSVpv()+SAVEFREESV() combo."
47153      Branch: perl
47154            ! ext/POSIX/POSIX.xs
47155 ____________________________________________________________________________
47156 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
47157         Log: Retract #11125 since NI-S pointed out it'll not work in
47158              cases where the extension has their own handcrafted INC
47159              et alia.
47160      Branch: perl
47161            ! lib/ExtUtils/MM_Unix.pm
47162 ____________________________________________________________________________
47163 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
47164         Log: Subject: RE: [PATCH] -I and MakeMaker again
47165              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47166              Date: Fri, 6 Jul 2001 09:18:29 +0200
47167              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
47168      Branch: perl
47169            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
47170            ! lib/ExtUtils/MM_Win32.pm
47171 ____________________________________________________________________________
47172 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
47173         Log: (Retracted by #11178)
47174              Subject: [PATCH t/op/method.t] SUPER:: strangeness
47175              From: Piers Cawley <pdcawley@iterative-software.com>
47176              Date: 06 Jul 2001 10:49:01 +0100
47177              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
47178      Branch: perl
47179            ! t/op/method.t
47180 ____________________________________________________________________________
47181 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
47182         Log: VOS README update from Paul Green.
47183      Branch: perl
47184            ! README.vos
47185 ____________________________________________________________________________
47186 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
47187         Log: Subject: [PATCH README.qnx hints/qnx.sh]
47188              From: Norton Allen <allen@huarp.harvard.edu>
47189              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
47190              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
47191      Branch: perl
47192            ! README.qnx hints/qnx.sh
47193 ____________________________________________________________________________
47194 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
47195         Log: Subject: [PATCH] Doc patch for Tie::Hash
47196              From: Artur Bergman <artur@contiller.se>
47197              Date: Thu, 05 Jul 2001 22:51:18 +0200
47198              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
47199      Branch: perl
47200            ! lib/Tie/Hash.pm
47201 ____________________________________________________________________________
47202 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
47203         Log: Subject: [PATCH] perlfaq4.pod
47204              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
47205              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
47206              Date: Thu, 5 Jul 2001 18:44:10 +0100 
47207      Branch: perl
47208            ! pod/perlfaq4.pod
47209 ____________________________________________________________________________
47210 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
47211         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
47212              From: Robin Houston <robin@kitsite.com>
47213              Date: Thu, 5 Jul 2001 18:33:21 +0100
47214              Message-ID: <20010705183321.A27345@robin.kitsite.com>
47215      Branch: perl
47216            ! ext/B/B/Deparse.pm
47217 ____________________________________________________________________________
47218 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
47219         Log: (Retracted by #11285.)
47220              
47221              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
47222              From: Abhijit Menon-Sen <ams@wiw.org>
47223              Date: Fri, 6 Jul 2001 01:26:32 +0530
47224              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
47225      Branch: perl
47226            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
47227            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
47228            ! warnings.pl
47229 ____________________________________________________________________________
47230 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
47231         Log: (Retracted by #11175)
47232              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
47233              From: Norton Allen <allen@huarp.harvard.edu>
47234              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
47235              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
47236      Branch: perl
47237            ! ext/POSIX/POSIX.xs
47238 ____________________________________________________________________________
47239 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
47240         Log: Unterminated C< (noticed by Richard Hatch), and few other
47241              small Unicode doc tweaks.
47242      Branch: perl
47243            ! pod/perlretut.pod
47244 ____________________________________________________________________________
47245 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
47246         Log: More flexible argument understanding; add charblocks() and
47247              charscripts(); make charblock() and charscript() two-way;
47248              add charinrange(); separate the $Unicode::UCD::VERSION and
47249              the version of the Unicode by adding UnicodeVersion().
47250      Branch: perl
47251            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
47252 ____________________________________________________________________________
47253 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
47254         Log: Update Unicode::UCD on \p{In...}.
47255      Branch: perl
47256            ! lib/Unicode/UCD.pm
47257 ____________________________________________________________________________
47258 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
47259         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
47260              From: Norton Allen <allen@huarp.harvard.edu>
47261              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
47262              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
47263      Branch: perl
47264            ! lib/ExtUtils/MM_Unix.pm
47265 ____________________________________________________________________________
47266 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
47267         Log: POSIX-BC tweaks from Thomas Dorner.
47268      Branch: perl
47269            ! hints/posix-bc.sh perlio.h
47270 ____________________________________________________________________________
47271 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
47272         Log: Module updates for the delta.
47273      Branch: perl
47274            ! pod/perl572delta.pod
47275 ____________________________________________________________________________
47276 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
47277         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
47278              From: Norton Allen <allen@huarp.harvard.edu>
47279              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
47280              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
47281      Branch: perl
47282            ! ext/IO/lib/IO/t/io_sock.t
47283 ____________________________________________________________________________
47284 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
47285         Log: Subject: [PATCH perldiag.pod] Quick fixes
47286              From: Simon Cozens <simon@netthink.co.uk>
47287              Date: Wed, 4 Jul 2001 20:22:12 +0100
47288              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
47289      Branch: perl
47290            ! pod/perldiag.pod
47291 ____________________________________________________________________________
47292 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
47293         Log: (retracted by #13533)
47294              
47295              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
47296              From: Radu Greab <radu@netsoft.ro>
47297              Date: Wed, 4 Jul 2001 22:13:31 +0300
47298              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
47299      Branch: perl
47300            ! op.c sv.c t/op/pos.t
47301 ____________________________________________________________________________
47302 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
47303         Log: Subject: [PATCH] -I and MakeMaker again
47304              From: Michael G Schwern <schwern@pobox.com>
47305              Date: Wed, 4 Jul 2001 15:03:07 -0400
47306              Message-ID: <20010704150307.I20340@blackrider>
47307              
47308              (and retract #11145)
47309      Branch: perl
47310            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
47311            ! lib/ExtUtils/MakeMaker.pm
47312 ____________________________________________________________________________
47313 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
47314         Log: Subject: Re: PERFORCE change 11142 for review
47315              From: "Philip Newton" <Philip.Newton@gmx.net>
47316              Date: Wed, 4 Jul 2001 20:46:26 +0200
47317              Message-Id: <200107041841.VAA25380@taas.iki.fi>
47318      Branch: perl
47319            ! lib/ExtUtils/MakeMaker.pm
47320 ____________________________________________________________________________
47321 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
47322         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
47323              From: Jonathan Stowe <gellyfish@gellyfish.com>
47324              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
47325              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
47326      Branch: perl
47327            ! utils/pl2pm.PL
47328 ____________________________________________________________________________
47329 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
47330         Log: fix the binary compatibility issue when building with/without
47331              usemymalloc by exporting Perl_malloc() et al as simple wrappers
47332              around the system functions (this allows most extensions built
47333              using one mode to coexist with perls built in the other mode)
47334              
47335              XXX the Perl_mfree() wrapper might need to do return(free()) on
47336              platforms where Free_t isn't "void"
47337      Branch: perl
47338            ! embed.h embed.pl makedef.pl proto.h util.c
47339 ____________________________________________________________________________
47340 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
47341         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
47342              since it doesn't ensure threads other than the one calling fork()
47343              aren't holding any locks; the fix is to use pthread_atfork() to
47344              hold global locks
47345              
47346              building perl with -Dusemymalloc exacerbates the problem since
47347              Perl_malloc() holds a mutex, and perl's exec() calls New()
47348              
47349              XXX the code in win32thread.h may be needed on platforms that have
47350              no pthread_atfork()
47351      Branch: perl
47352            ! perl.c thread.h win32/win32thread.h
47353 ____________________________________________________________________________
47354 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
47355         Log: Integrate #11009 from maintperl.
47356      Branch: maint-5.6/macperl
47357           !> lib/ExtUtils/Manifest.pm
47358 ____________________________________________________________________________
47359 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
47360         Log: Flexing my Perforce muscles.
47361      Branch: maint-5.6/macperl
47362            ! README.macos
47363 ____________________________________________________________________________
47364 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
47365         Log: Update Changes.
47366      Branch: perl
47367            ! Changes patchlevel.h
47368 ____________________________________________________________________________
47369 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
47370         Log: Metaconfig unit change for #11146.
47371      Branch: metaconfig/U/perl
47372            ! d_fcntl_can_lock.U
47373 ____________________________________________________________________________
47374 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
47375         Log: Somehow the #ifdefs of the added code (in #11093) made
47376              HP-UX to fail the fcntl locking test, without the ifdefs
47377              the test seems to be working again.  Reason unknown:
47378              HP-UX cc doesn't complain either way.
47379      Branch: perl
47380            ! Configure
47381 ____________________________________________________________________________
47382 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
47383         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
47384      Branch: perl
47385            ! lib/ExtUtils/MM_Unix.pm
47386 ____________________________________________________________________________
47387 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
47388         Log: gcc -Wall nit.
47389      Branch: perl
47390            ! pp_hot.c
47391 ____________________________________________________________________________
47392 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
47393         Log: When removing tests updating the test count is a good idea, too.
47394      Branch: perl
47395            ! lib/Net/t/require.t
47396 ____________________________________________________________________________
47397 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
47398         Log: Document #11134 and add the new symbols to the list of
47399              of MakeMaker known ones.
47400      Branch: perl
47401            ! lib/ExtUtils/MakeMaker.pm
47402 ____________________________________________________________________________
47403 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
47404         Log: Microperl update.
47405      Branch: perl
47406            ! uconfig.h
47407 ____________________________________________________________________________
47408 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
47409         Log: Update the libnet tests as per #11138.
47410      Branch: perl
47411            - lib/Net/t/ph.t
47412            ! MANIFEST lib/Net/t/require.t
47413 ____________________________________________________________________________
47414 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
47415         Log: Regen toc and modlib.
47416      Branch: perl
47417            ! pod/perlmodlib.pod pod/perltoc.pod
47418 ____________________________________________________________________________
47419 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
47420         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
47421              Graham's request.
47422      Branch: perl
47423            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
47424            ! MANIFEST
47425 ____________________________________________________________________________
47426 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
47427         Log: Add the OS/390 harness results to the delta.
47428      Branch: perl
47429            ! pod/perl572delta.pod
47430 ____________________________________________________________________________
47431 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
47432         Log: Avoid the two study tests in OS/390 until the bug has been solved.
47433      Branch: perl
47434            ! t/op/study.t
47435 ____________________________________________________________________________
47436 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
47437         Log: DOS/DJGPP tweaks from Laszlo Molnar.
47438      Branch: perl
47439            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
47440 ____________________________________________________________________________
47441 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
47442         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
47443              From: Michael G Schwern <schwern@pobox.com>
47444              Date: Wed, 4 Jul 2001 00:01:16 -0400
47445              Message-ID: <20010704000116.C591@blackrider>
47446      Branch: perl
47447            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
47448 ____________________________________________________________________________
47449 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
47450         Log: The #11132 missed singleton characters (not part
47451              of a unilo..unihi range) in Unicode scripts.
47452      Branch: perl
47453            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
47454            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
47455            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
47456            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
47457            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
47458            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
47459            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
47460            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
47461            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
47462            ! lib/unicode/mktables.PL t/op/pat.t
47463 ____________________________________________________________________________
47464 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
47465         Log: Support preferentially the Unicode 'scripts' definition
47466              in the \p{In...} notation since according to Unicode the
47467              scripts concept is more natural for matching than using
47468              the somewhat artificial block names.  The block names are
47469              still available, though, and if there's a name conflict,
47470              the scripts one wins and the blocks one has to do with
47471              'Block' appended to its name.  For more information see
47472              
47473              http://www.unicode.org/unicode/reports/tr24/
47474      Branch: perl
47475            + lib/unicode/In/100.pl lib/unicode/In/101.pl
47476            + lib/unicode/In/102.pl lib/unicode/In/103.pl
47477            + lib/unicode/In/104.pl lib/unicode/In/105.pl
47478            + lib/unicode/In/106.pl lib/unicode/In/107.pl
47479            + lib/unicode/In/108.pl lib/unicode/In/109.pl
47480            + lib/unicode/In/110.pl lib/unicode/In/111.pl
47481            + lib/unicode/In/112.pl lib/unicode/In/113.pl
47482            + lib/unicode/In/114.pl lib/unicode/In/115.pl
47483            + lib/unicode/In/116.pl lib/unicode/In/117.pl
47484            + lib/unicode/In/118.pl lib/unicode/In/119.pl
47485            + lib/unicode/In/120.pl lib/unicode/In/121.pl
47486            + lib/unicode/In/122.pl lib/unicode/In/123.pl
47487            + lib/unicode/In/124.pl lib/unicode/In/125.pl
47488            + lib/unicode/In/126.pl lib/unicode/In/127.pl
47489            + lib/unicode/In/128.pl lib/unicode/In/129.pl
47490            + lib/unicode/In/130.pl lib/unicode/In/131.pl
47491            + lib/unicode/In/132.pl lib/unicode/In/133.pl
47492            + lib/unicode/In/134.pl lib/unicode/In/135.pl
47493            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
47494            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
47495            ! (edit 106 files)
47496 ____________________________________________________________________________
47497 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
47498         Log: Better document the difference between a block and a script.
47499      Branch: perl
47500            ! lib/Unicode/UCD.pm
47501 ____________________________________________________________________________
47502 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
47503         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
47504              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47505              Date: Tue, 3 Jul 2001 15:04:23 -0500
47506              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
47507      Branch: perl
47508            ! lib/CPAN.pm
47509 ____________________________________________________________________________
47510 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
47511         Log: Add tests for charscript().
47512      Branch: perl
47513            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
47514 ____________________________________________________________________________
47515 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
47516         Log: Add charscript() to get the UTR#24 script names of characters.
47517      Branch: perl
47518            ! lib/Unicode/UCD.pm
47519 ____________________________________________________________________________
47520 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
47521         Log: Todo updates.
47522      Branch: perl
47523            ! pod/perltodo.pod
47524 ____________________________________________________________________________
47525 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
47526         Log: Unicode::UCD updates.
47527      Branch: perl
47528            ! lib/Unicode/UCD.pm
47529 ____________________________________________________________________________
47530 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
47531         Log: (Retracted by #11174)
47532              Subject: MakeMaker should pass through DEFINE and INC to subdirs
47533              From: Alan Burlison <Alan.Burlison@sun.com>
47534              Date: Tue, 03 Jul 2001 15:20:13 +0100
47535              Message-ID: <3B41D49D.A923D4F9@sun.com>
47536      Branch: perl
47537            ! lib/ExtUtils/MM_Unix.pm
47538 ____________________________________________________________________________
47539 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
47540         Log: Subject: Patch needed for UTS
47541              From: hom00@utsglobal.com (Hal Morris)
47542              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
47543              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
47544              
47545              Replace #11113 with a better version.
47546      Branch: perl
47547            ! perl.h
47548 ____________________________________________________________________________
47549 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
47550         Log: Subject: Re: POINTERRIGOR
47551              From: Andy Dougherty <doughera@lafayette.edu>
47552              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
47553              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
47554      Branch: perl
47555            ! util.c
47556 ____________________________________________________________________________
47557 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
47558         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
47559              From: "Philip Newton" <pnewton@gmx.de>
47560              Date: Tue, 3 Jul 2001 17:03:34 +0200
47561              Message-ID: <3B41FAE6.29564.660E117@localhost>
47562      Branch: perl
47563            ! pp_hot.c
47564 ____________________________________________________________________________
47565 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
47566         Log: Typos.
47567      Branch: perl
47568            ! INSTALL
47569 ____________________________________________________________________________
47570 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
47571         Log: Subject: [PATCH 5.6.1] debugger fixes
47572              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47573              Date: Tue, 3 Jul 2001 03:38:18 -0400
47574              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
47575              
47576              The $^S is working again.
47577      Branch: perl
47578            ! lib/perl5db.pl
47579 ____________________________________________________________________________
47580 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
47581         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
47582              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47583              Date: Tue, 3 Jul 2001 03:34:06 -0400
47584              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
47585      Branch: perl
47586            ! os2/OS2/Process/Process.pm
47587 ____________________________________________________________________________
47588 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
47589         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
47590              From: "Philip Newton" <Philip.Newton@gmx.net>
47591              Date: Tue, 3 Jul 2001 09:11:27 +0200
47592              Message-Id: <200107030706.KAA04596@taas.iki.fi>
47593      Branch: perl
47594            ! lib/FindBin.pm
47595 ____________________________________________________________________________
47596 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
47597         Log: Delta delta.
47598      Branch: perl
47599            ! pod/perl572delta.pod
47600 ____________________________________________________________________________
47601 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
47602         Log: Metaconfig unit change for 11115.
47603      Branch: metaconfig
47604            ! U/modified/libc.U
47605 ____________________________________________________________________________
47606 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
47607         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
47608              (from Richard Hatch) (this was the cause of pipes() and
47609              times() mysteriously not being found)
47610      Branch: perl
47611            ! Configure
47612 ____________________________________________________________________________
47613 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
47614         Log: Retract #10142, the real culprit found by Richard Hatch,
47615              coming soon to Configure near you.
47616      Branch: perl
47617            ! hints/aix.sh
47618 ____________________________________________________________________________
47619 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
47620         Log: (Replaced by #11124) UTS workaround from Hal Morris.
47621      Branch: perl
47622            ! perl.h
47623 ____________________________________________________________________________
47624 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
47625         Log: Subject: [PATCH] grok not grocking correctly
47626              From: Nicholas Clark <nick@ccl4.org>
47627              Date: Tue, 3 Jul 2001 00:19:08 +0100
47628              Message-ID: <20010703001908.H59620@plum.flirble.org>
47629      Branch: perl
47630            ! numeric.c
47631 ____________________________________________________________________________
47632 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
47633         Log: Subject: [PATCH Deparse.t] test just-posted patches
47634              From: Robin Houston <robin@kitsite.com>
47635              Date: Mon, 2 Jul 2001 23:46:15 +0100
47636              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
47637      Branch: perl
47638            ! ext/B/Deparse.t
47639 ____________________________________________________________________________
47640 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
47641         Log: Subject: [PATCH toke.c] autosplit into @F
47642              From: Robin Houston <robin@kitsite.com>
47643              Date: Mon, 2 Jul 2001 23:18:20 +0100
47644              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
47645      Branch: perl
47646            ! perl.c toke.c
47647 ____________________________________________________________________________
47648 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
47649         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
47650              From: Robin Houston <robin@kitsite.com>
47651              Date: Mon, 2 Jul 2001 23:00:48 +0100
47652              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
47653      Branch: perl
47654            ! ext/B/B/Deparse.pm
47655 ____________________________________________________________________________
47656 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
47657         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
47658              From: "Philip Newton" <Philip.Newton@gmx.net>
47659              Date: Mon, 2 Jul 2001 22:06:22 +0200
47660              (no Message-Id)
47661      Branch: perl
47662            ! ext/NDBM_File/hints/linux.pl
47663 ____________________________________________________________________________
47664 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
47665         Log: Subject: Re: Fixed pack problem - sort of
47666              From: Nicholas Clark <nick@ccl4.org>
47667              Date: Mon, 2 Jul 2001 20:59:20 +0100
47668              Message-ID: <20010702205919.F59620@plum.flirble.org>
47669      Branch: perl
47670            ! pp_pack.c t/op/pack.t
47671 ____________________________________________________________________________
47672 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
47673         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
47674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47675              Date: Mon, 2 Jul 2001 15:45:41 -0400
47676              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
47677      Branch: perl
47678            ! os2/os2.c
47679 ____________________________________________________________________________
47680 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
47681         Log: (Mistaken retraction)
47682      Branch: perl
47683            ! utils/pl2pm.PL
47684 ____________________________________________________________________________
47685 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
47686         Log: Detypo in #11103.
47687      Branch: perl
47688            ! utils/pl2pm.PL
47689 ____________________________________________________________________________
47690 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
47691         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
47692              From: Jonathan Stowe <gellyfish@gellyfish.com>
47693              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
47694              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
47695      Branch: perl
47696            ! utils/pl2pm.PL
47697 ____________________________________________________________________________
47698 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
47699         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
47700              From: "Craig A. Berry" <craigberry@mac.com>
47701              Date: Mon, 02 Jul 2001 14:11:23 -0500
47702              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
47703      Branch: perl
47704            ! lib/Unicode/UCD.pm
47705 ____________________________________________________________________________
47706 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
47707         Log: Subject: [PATCH] Re: op/numconvert.t failures
47708              From: Nicholas Clark <nick@ccl4.org>
47709              Date: Mon, 2 Jul 2001 20:10:48 +0100
47710              Message-ID: <20010702201048.E59620@plum.flirble.org>
47711      Branch: perl
47712            ! t/op/numconvert.t
47713 ____________________________________________________________________________
47714 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
47715         Log: Update Changes.
47716      Branch: perl
47717            ! Changes patchlevel.h
47718 ____________________________________________________________________________
47719 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
47720         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
47721              The real fix must be more involved.  The line of code all the leaky
47722              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
47723              line of Perl_newPMOP().
47724      Branch: perl
47725            ! op.h
47726 ____________________________________________________________________________
47727 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
47728         Log: Based on
47729              
47730              Subject: Re: sizeof(struct sembuf)
47731              From: Nicholas Clark <nick@ccl4.org>
47732              Date: Sun, 1 Jul 2001 22:26:48 +0100
47733              Message-ID: <20010701222648.W59620@plum.flirble.org>
47734              
47735              but do semop() always the slow way.
47736      Branch: perl
47737            ! doio.c
47738 ____________________________________________________________________________
47739 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
47740         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
47741              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47742              Date: Tue, 03 Jul 2001 00:56:30 +0900
47743              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
47744      Branch: perl
47745            ! ext/Encode/Encode/Tcl.t
47746 ____________________________________________________________________________
47747 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
47748         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
47749              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
47750              Date: Tue, 03 Jul 2001 00:55:46 +0900
47751              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
47752      Branch: perl
47753            ! ext/Encode/Encode/Tcl.pm
47754 ____________________________________________________________________________
47755 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
47756         Log: Regen api and toc.
47757      Branch: perl
47758            ! pod/perlapi.pod pod/perltoc.pod
47759 ____________________________________________________________________________
47760 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
47761         Log: Metaconfig unit change for #11093.
47762      Branch: metaconfig/U/perl
47763            ! d_fcntl_can_lock.U
47764 ____________________________________________________________________________
47765 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
47766         Log: The fcntl locking test may hang if NFS locking messed up;
47767              break out with alarm(10).
47768      Branch: perl
47769            ! Configure
47770 ____________________________________________________________________________
47771 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
47772         Log: Move the mdelete.bat from win32/bin to win32.
47773      Branch: perl
47774            ! MANIFEST
47775 ____________________________________________________________________________
47776 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
47777         Log: Typo in #11083.
47778      Branch: perl
47779            ! ext/Time/Piece/Piece.t
47780 ____________________________________________________________________________
47781 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
47782         Log: Netware tweaks from Guruprasad.
47783      Branch: perl
47784            - NetWare/perlsdio.h
47785            ! MANIFEST NetWare/Makefile NetWare/interface.c
47786            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
47787            ! perlsdio.h
47788 ____________________________________________________________________________
47789 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
47790         Log: Subject: Re: [PATH] shared -> unique;
47791              From: Abhijit Menon-Sen <ams@wiw.org>
47792              Date: Wed, 27 Jun 2001 03:51:27 +0530
47793              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
47794      Branch: perl
47795            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
47796 ____________________________________________________________________________
47797 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
47798         Log: Subject: Re: AIX / gcc-3.0
47799              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47800              Date: Mon, 02 Jul 2001 15:20:21 +0200
47801              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
47802      Branch: perl
47803            ! hints/aix.sh
47804 ____________________________________________________________________________
47805 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
47806         Log: Subject: Re: Bug report: split splits on wrong pattern
47807              From: Abhijit Menon-Sen <ams@wiw.org>
47808              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
47809              Date: Mon, 2 Jul 2001 16:31:33 +0530
47810      Branch: perl
47811            ! pp_ctl.c
47812 ____________________________________________________________________________
47813 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
47814         Log: Subject: [PATCH 5.6.1] test harness
47815              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47816              Date: Mon, 2 Jul 2001 06:29:21 -0400
47817              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
47818      Branch: perl
47819            ! lib/Test/Harness.pm
47820 ____________________________________________________________________________
47821 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
47822         Log: Subject: [PATCH 5.6.1] debugger goof
47823              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47824              Date: Mon, 2 Jul 2001 06:27:22 -0400
47825              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
47826      Branch: perl
47827            ! lib/perl5db.pl
47828 ____________________________________________________________________________
47829 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
47830         Log: Subject: [PATCH 5.6.1] OS/2 cwd
47831              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47832              Date: Mon, 2 Jul 2001 06:21:17 -0400
47833              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
47834      Branch: perl
47835            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
47836 ____________________________________________________________________________
47837 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
47838         Log: Make #11082 more OS/2-specific.
47839      Branch: perl
47840            ! ext/Time/Piece/Piece.t
47841 ____________________________________________________________________________
47842 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
47843         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
47844              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47845              Date: Mon, 2 Jul 2001 06:06:34 -0400
47846              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
47847      Branch: perl
47848            ! ext/Time/Piece/Piece.t
47849 ____________________________________________________________________________
47850 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
47851         Log: Subject: [PATCH B::Deparse] version number & changes
47852              From: Robin Houston <robin@kitsite.com>  
47853              Date: Sun, 1 Jul 2001 17:17:29 +0100
47854              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
47855      Branch: perl
47856            ! ext/B/B/Deparse.pm
47857 ____________________________________________________________________________
47858 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
47859         Log: Subject: a small fix.
47860              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47861              Date: Mon, 2 Jul 2001 12:17:53 +0200
47862              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
47863      Branch: perl
47864            ! ext/Thread/Thread.xs
47865 ____________________________________________________________________________
47866 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
47867         Log: Subject: RE: perl@10907
47868              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
47869              Date: Mon, 2 Jul 2001 12:06:16 +0200
47870              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
47871              
47872              Borland C vs PerlIO.
47873      Branch: perl
47874            ! win32/config.bc win32/config_H.bc
47875 ____________________________________________________________________________
47876 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
47877         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
47878              From: "H.M. Brand" <merijn@l1.procura.nl>
47879              Date: Mon, 02 Jul 2001 11:18:57 +0200
47880              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
47881      Branch: perl
47882            ! t/op/write.t
47883 ____________________________________________________________________________
47884 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
47885         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
47886              From: Michael G Schwern <schwern@pobox.com>
47887              Date: Mon, 2 Jul 2001 00:26:24 -0400
47888              Message-ID: <20010702002624.A18302@blackrider>
47889      Branch: perl
47890            - ext/util/mkbootstrap
47891 ____________________________________________________________________________
47892 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
47893         Log: Subject: [PATCH op.h] v minor comment tweak
47894              From: Robin Houston <robin@puffinry.freeserve.co.uk>
47895              Date: Mon, 2 Jul 2001 00:42:01 +0100
47896              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
47897      Branch: perl
47898            ! op.h
47899 ____________________________________________________________________________
47900 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
47901         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
47902      Branch: perl
47903            ! pod/perlfunc.pod
47904 ____________________________________________________________________________
47905 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
47906         Log: Subject: Re: sizeof(struct sembuf)
47907              From: Nicholas Clark <nick@ccl4.org>
47908              Date: Sun, 1 Jul 2001 19:23:16 +0100
47909              Message-ID: <20010701192316.V59620@plum.flirble.org>
47910              
47911              s/signaling/signalling/
47912      Branch: perl
47913            ! pod/perlfunc.pod
47914 ____________________________________________________________________________
47915 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
47916         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
47917              From: "Philip Newton" <Philip.Newton@gmx.net>
47918              Date: Sun, 1 Jul 2001 09:37:56 +0200
47919              Message-Id: <200107010733.KAA03920@taas.iki.fi>
47920      Branch: perl
47921            ! pod/perlvar.pod
47922 ____________________________________________________________________________
47923 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
47924         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
47925              From: "Philip Newton" <Philip.Newton@gmx.net>
47926              Date: Sun, 1 Jul 2001 09:37:56 +0200
47927              Message-Id: <200107010733.KAA03925@taas.iki.fi>
47928      Branch: perl
47929            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
47930 ____________________________________________________________________________
47931 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
47932         Log: Metaconfig unit change for #11070.
47933      Branch: metaconfig
47934            ! U/compline/randfunc.U
47935 ____________________________________________________________________________
47936 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
47937         Log: Subject: [PATCH perlsnap] its --> it's --> its
47938              From: "Philip Newton" <Philip.Newton@gmx.net>
47939              Date: Sun, 1 Jul 2001 09:37:56 +0200
47940              Message-Id: <200107010733.KAA03914@taas.iki.fi>
47941      Branch: perl
47942            ! Porting/config_H
47943 ____________________________________________________________________________
47944 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
47945         Log: Sync with Sarathy; integrate with perlio.
47946      Branch: perl
47947           !> gv.c
47948 ____________________________________________________________________________
47949 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
47950         Log: regenerate win32/config_H.?c files
47951      Branch: perl
47952            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47953 ____________________________________________________________________________
47954 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
47955         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
47956              naming discipline
47957              
47958              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
47959              because of this)
47960              
47961              fix a warning about "fd" being used without being set in Cwd.xs
47962      Branch: perl
47963            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
47964            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
47965            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
47966            ! win32/config.vc
47967 ____________________________________________________________________________
47968 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
47969         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
47970              within macro arguments") and warnings ("unary minus applied to
47971              unsigned type", among others)
47972      Branch: perl
47973            ! gv.c hv.c op.c pp.c sv.c toke.c
47974 ____________________________________________________________________________
47975 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
47976         Log: win32 fixes: more spurious CRs
47977      Branch: perl
47978            ! win32/mdelete.bat
47979 ____________________________________________________________________________
47980 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
47981         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
47982              from win32/bin (or it gets deleted by distclean); don't delete
47983              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
47984              NT (should be made Win9x specific, and added to makefile.mk)
47985      Branch: perl
47986           +> win32/mdelete.bat
47987            - win32/bin/mdelete.bat
47988            ! win32/Makefile win32/makefile.mk
47989 ____________________________________________________________________________
47990 [ 11063] By: nick                                  on 2001/07/01  18:54:09
47991         Log: Quick for for #ifdef mess
47992      Branch: perlio
47993            ! gv.c
47994 ____________________________________________________________________________
47995 [ 11062] By: nick                                  on 2001/07/01  18:47:42
47996         Log: Raw integrate - does not build #if mess in gv.c
47997      Branch: perlio
47998           !> (integrate 29 files)
47999 ____________________________________________________________________________
48000 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
48001         Log: Make 'compile' target a little less broken.
48002              Still very broken, though: -Wall warnings from
48003              the generated code, boot_Foo prototypes missing,
48004              can't autoload Fcntl::SEEK_CUR et alia, ...
48005      Branch: perl
48006            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
48007            ! utils/perlcc.PL x2p/Makefile.SH
48008 ____________________________________________________________________________
48009 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
48010         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
48011      Branch: perl
48012            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
48013            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
48014 ____________________________________________________________________________
48015 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
48016         Log: Update Changes.
48017      Branch: perl
48018            ! Changes patchlevel.h
48019 ____________________________________________________________________________
48020 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
48021         Log: Still one typo, regen toc.
48022      Branch: perl
48023            ! lib/Unicode/UCD.pm pod/perltoc.pod
48024 ____________________________________________________________________________
48025 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
48026         Log: Detypos and regen toc.
48027      Branch: perl
48028            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
48029 ____________________________________________________________________________
48030 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
48031         Log: VERSION tweak.
48032      Branch: perl
48033            ! ext/List/Util/lib/List/Util.pm
48034 ____________________________________________________________________________
48035 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
48036         Log: Attempt at plugging the leak under ithreads detected by Doug.
48037      Branch: perl
48038            ! op.h
48039 ____________________________________________________________________________
48040 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
48041         Log: gcc -Wall lint after #11051.
48042      Branch: perl
48043            ! pp_sys.c
48044 ____________________________________________________________________________
48045 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
48046         Log: Integrate perlio:
48047              
48048              [ 11050]
48049              Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
48050      Branch: perl
48051           !> lib/File/Find/taint.t
48052 ____________________________________________________________________________
48053 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
48054         Log: Don't use the v-strings for module VERSIONs.
48055      Branch: perl
48056            ! lib/Unicode/UCD.pm
48057 ____________________________________________________________________________
48058 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
48059         Log: Code cleanup based on turning off the -woffs in IRIX.
48060              Not all of the gripes cleaned up (hairy code in hv.c and
48061              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
48062              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
48063              to the IRIX hints)
48064      Branch: perl
48065            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
48066            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
48067            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
48068            ! regcomp.c sv.c
48069 ____________________________________________________________________________
48070 [ 11050] By: nick                                  on 2001/06/30  20:46:46
48071         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
48072      Branch: perlio
48073            ! lib/File/Find/taint.t
48074 ____________________________________________________________________________
48075 [ 11049] By: nick                                  on 2001/06/30  18:13:33
48076         Log: Integrate mainline
48077      Branch: perlio
48078           +> NetWare/nwstdio.h NetWare/perlsdio.h
48079           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
48080           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
48081           +> lib/Unicode/UCD.t t/run/exit.t
48082           !> (integrate 60 files)
48083 ____________________________________________________________________________
48084 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
48085         Log: Delta delta.
48086      Branch: perl
48087            ! pod/perl572delta.pod
48088 ____________________________________________________________________________
48089 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
48090         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
48091              by CPAN.pm, use rather _00.
48092      Branch: perl
48093            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
48094            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
48095            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
48096            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
48097            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
48098            ! lib/ExtUtils/Embed.pm lib/Test.pm
48099 ____________________________________________________________________________
48100 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
48101         Log: Add a simple Unicode character database interface, Unicode::UCD.
48102      Branch: perl
48103            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
48104            ! MANIFEST
48105 ____________________________________________________________________________
48106 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
48107         Log: Subject: [PATCH] op/numconver.t
48108              From: Nicholas Clark <nick@ccl4.org>
48109              Date: Sat, 30 Jun 2001 15:40:10 +0100
48110              Message-ID: <20010630154010.I59620@plum.flirble.org>
48111      Branch: perl
48112            ! t/op/numconvert.t
48113 ____________________________________________________________________________
48114 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
48115         Log: The $^N is now taken (by #11038).
48116      Branch: perl
48117            ! t/base/lex.t
48118 ____________________________________________________________________________
48119 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
48120         Log: The #11040 had slipped to a wrong function...
48121      Branch: perl
48122            ! sv.c
48123 ____________________________________________________________________________
48124 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
48125         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
48126              the Configure library symbol probe mysteriously finds all
48127              symbols but those of pipe() and times().
48128      Branch: perl
48129            ! hints/aix.sh
48130 ____________________________________________________________________________
48131 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
48132         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
48133              From: Nicholas Clark <nick@ccl4.org>
48134              Date: Fri, 29 Jun 2001 23:49:07 +0100
48135              Message-ID: <20010629234907.D59620@plum.flirble.org>
48136      Branch: perl
48137            ! lib/ExtUtils.t
48138 ____________________________________________________________________________
48139 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
48140         Log: Subject: [PATCH] weakref fix 2, not yet there
48141              From: Artur Bergman <artur@contiller.se>
48142              Date: Sat, 30 Jun 2001 01:18:16 +0200
48143              Message-ID: <B762D957.1CC9%artur@contiller.se>
48144      Branch: perl
48145            ! sv.c
48146 ____________________________________________________________________________
48147 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
48148         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
48149              From: Michael G Schwern <schwern@pobox.com>
48150              Date: Fri, 29 Jun 2001 19:39:11 -0400
48151              Message-ID: <20010629193910.D25304@blackrider>
48152      Branch: perl
48153            + t/run/exit.t
48154            ! MANIFEST
48155 ____________________________________________________________________________
48156 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
48157         Log: Add support for $^N, the most-recently closed group.
48158      Branch: perl
48159            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
48160            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
48161            ! thrdvar.h
48162 ____________________________________________________________________________
48163 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
48164         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
48165              From: lvirden@cas.org
48166              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
48167              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
48168              
48169              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
48170              From: lvirden@cas.org
48171              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
48172              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
48173      Branch: perl
48174            ! README.solaris
48175 ____________________________________________________________________________
48176 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
48177         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
48178              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48179              Date: Sat, 30 Jun 2001 07:33:37 +0900
48180              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
48181              
48182              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
48183              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48184              Date: Sat, 30 Jun 2001 21:38:14 +0900
48185              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
48186      Branch: perl
48187            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
48188            + ext/Encode/Encode/7bit-kr.enc
48189            ! MANIFEST ext/Encode/Encode/Tcl.pm
48190 ____________________________________________________________________________
48191 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
48192         Log: NetWare tweaks from Guruprasad.
48193      Branch: perl
48194            + NetWare/nwstdio.h NetWare/perlsdio.h
48195            ! MANIFEST NetWare/Makefile NetWare/config.wc
48196            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
48197            ! NetWare/t/Readme.txt
48198 ____________________________________________________________________________
48199 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
48200         Log: More module $VERSION bump-ups.
48201      Branch: perl
48202            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
48203            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
48204            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
48205 ____________________________________________________________________________
48206 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
48207         Log: Doc update due to #11032.
48208      Branch: perl
48209            ! pod/perl572delta.pod
48210 ____________________________________________________________________________
48211 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
48212         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
48213              From: Peter Prymmer <pvhp@forte.com>
48214              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
48215              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
48216      Branch: perl
48217            ! ext/Time/HiRes/HiRes.xs
48218 ____________________________________________________________________________
48219 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
48220         Log: -lpthreads missing in AIX.
48221      Branch: perl
48222            ! hints/aix.sh
48223 ____________________________________________________________________________
48224 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
48225         Log: Subject: [PATCH] CLONE && weakrefs
48226              From: Artur Bergman <artur@contiller.se>
48227              Date: Fri, 29 Jun 2001 17:02:00 +0200
48228              Message-ID: <B7626508.1CA0%artur@contiller.se>
48229      Branch: perl
48230            ! sv.c
48231 ____________________________________________________________________________
48232 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
48233         Log: Subject: Re: Bug report: split splits on wrong pattern
48234              From: Radu Greab <radu@netsoft.ro>
48235              Date: Wed, 27 Jun 2001 21:50:52 +0300
48236              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
48237      Branch: perl
48238            ! pp_ctl.c t/op/split.t
48239 ____________________________________________________________________________
48240 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
48241         Log: Metaconfig unit change for #11027.
48242      Branch: metaconfig/U/perl
48243            ! d_modfl.U
48244 ____________________________________________________________________________
48245 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
48246         Log: I thought this Configure glitch for AIX was just recently fixed?
48247      Branch: perl
48248            ! Configure
48249 ____________________________________________________________________________
48250 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
48251         Log: Update Changes.
48252      Branch: perl
48253            ! Changes patchlevel.h
48254 ____________________________________________________________________________
48255 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
48256         Log: Subject: Re: perl@10967, File::Find, and Cwd
48257              From: Mike Guy <mjtg@cam.ac.uk>
48258              Date: Fri, 29 Jun 2001 14:56:49 +0100
48259              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
48260      Branch: perl
48261            ! lib/File/Find/taint.t
48262 ____________________________________________________________________________
48263 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
48264         Log: Update the sv_pvprintify() spec.
48265      Branch: perl
48266            ! pod/perltodo.pod
48267 ____________________________________________________________________________
48268 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
48269         Log: Known test failures update.
48270      Branch: perl
48271            ! pod/perl572delta.pod
48272 ____________________________________________________________________________
48273 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
48274         Log: Based on
48275              
48276              Subject: [PATCH @11016] More );) fixes
48277              From: Richard Soderberg <rs@crystalflame.net>
48278              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
48279              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
48280      Branch: perl
48281            ! ext/Thread/Thread.xs ext/Thread/typemap
48282 ____________________________________________________________________________
48283 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
48284         Log: Subject: [PATCH @11016] Fixes compile errors in four files
48285              From: Richard Soderberg <rs@crystalflame.net>
48286              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
48287              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
48288      Branch: perl
48289            ! mg.c pp.c pp_hot.c util.c
48290 ____________________________________________________________________________
48291 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
48292         Log: AIX hints tweaking continues, from Merijn Brand.
48293      Branch: perl
48294            ! hints/aix.sh
48295 ____________________________________________________________________________
48296 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
48297         Log: HP-UX needs gccversion sooner, from Merijn Brand.
48298      Branch: perl
48299            ! hints/hpux.sh
48300 ____________________________________________________________________________
48301 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
48302         Log: Subject: [PATCH 5.6.1] OS/2 docs
48303              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48304              Date: Fri, 29 Jun 2001 02:34:12 -0400
48305              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
48306      Branch: perl
48307            ! README.os2 os2/Changes
48308 ____________________________________________________________________________
48309 [ 11017] By: nick                                  on 2001/06/29  10:20:30
48310         Log: Integrate mainline
48311      Branch: perlio
48312           +> (branch 37 files)
48313            - ext/ODBM_File/sdbm.t
48314           !> (integrate 211 files)
48315 ____________________________________________________________________________
48316 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
48317         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
48318              the modules found using a script written by Larry Schatzer Jr.
48319      Branch: perl
48320            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
48321            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
48322            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
48323            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
48324            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
48325            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
48326            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
48327            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
48328            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
48329            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
48330            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
48331            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
48332            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
48333            ! lib/constant.pm lib/fields.pm lib/strict.pm
48334 ____________________________________________________________________________
48335 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
48336         Log: The latest JPL from the anoncvs.
48337      Branch: perl
48338            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
48339 ____________________________________________________________________________
48340 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
48341         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
48342      Branch: perl
48343            ! t/op/pat.t
48344 ____________________________________________________________________________
48345 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
48346         Log: Worrying about insecure directories now is a bit too late.
48347      Branch: perl
48348            ! lib/File/Find/taint.t
48349 ____________________________________________________________________________
48350 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
48351         Log: Cannot DIE() in a void function,
48352              from Richard Hatch <rhatch@austin.ibm.com>.
48353      Branch: perl
48354            ! ext/IPC/SysV/SysV.xs
48355 ____________________________________________________________________________
48356 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
48357         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
48358              From: Peter Prymmer <pvhp@forte.com>
48359              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
48360              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
48361              
48362              (unfinished: time/hires tests 3, 5, 14 failing, but better
48363              than wholesale failure)
48364      Branch: perl
48365            ! ext/Time/HiRes/HiRes.xs
48366 ____________________________________________________________________________
48367 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
48368         Log: Subject: [PATCH 5.6.1] OS/2 improvements
48369              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48370              Date: Thu, 28 Jun 2001 16:03:14 -0400
48371              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
48372      Branch: perl
48373            + os2/os2_base.t
48374            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
48375            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
48376            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
48377            ! os2/os2ish.h
48378 ____________________________________________________________________________
48379 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
48380         Log: Subject: Incrementing Extutils::Manifest's $VERSION
48381              From: Michael G Schwern <schwern@pobox.com>
48382              Date: Thu, 28 Jun 2001 13:13:49 -0400
48383              Message-ID: <20010628131349.A14738@blackrider>
48384      Branch: maint-5.6/perl
48385            ! lib/ExtUtils/Manifest.pm
48386 ____________________________________________________________________________
48387 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
48388         Log: AIX tweak from Merijn Brand.
48389      Branch: perl
48390            ! hints/aix.sh
48391 ____________________________________________________________________________
48392 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
48393         Log: Create the macperl branch.
48394      Branch: maint-5.6/macperl
48395           +> (branch 1728 files)
48396 ____________________________________________________________________________
48397 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
48398         Log: Update Changes.
48399      Branch: perl
48400            ! Changes patchlevel.h
48401 ____________________________________________________________________________
48402 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
48403         Log: More Perforce lore.
48404      Branch: perl
48405            ! Porting/repository.pod
48406 ____________________________________________________________________________
48407 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
48408         Log: Metaconfig unit changes for #11003.
48409      Branch: metaconfig/U/perl
48410            + d_nl_langinfo.U i_langinfo.U
48411 ____________________________________________________________________________
48412 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
48413         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
48414              Expected not to exist in non-UNIX excepting in VMS, where
48415              according to a quick web survey they just might.
48416      Branch: perl
48417            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
48418            ! Porting/config_H config_h.SH configure.com epoc/config.sh
48419            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
48420            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48421            ! win32/config.bc win32/config.gc win32/config.vc
48422 ____________________________________________________________________________
48423 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
48424         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
48425              in AIX is one is doing a 64-bit build.
48426      Branch: perl
48427            ! hints/aix.sh
48428 ____________________________________________________________________________
48429 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
48430         Log: Metaconfig unit changes for #11000.
48431      Branch: metaconfig/U/perl
48432            ! use64bits.U uselfs.U
48433 ____________________________________________________________________________
48434 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
48435         Log: Move use64bitint and use64bitall before uselargefiles.
48436      Branch: perl
48437            ! Configure
48438 ____________________________________________________________________________
48439 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
48440         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
48441              From: Robert Spier <rspier@pobox.com>
48442              Message-ID: <15162.41164.618712.841415@rls.cx>
48443              Date: Wed, 27 Jun 2001 23:13:16 -0400
48444      Branch: perl
48445            ! doio.c
48446 ____________________________________________________________________________
48447 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
48448         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
48449              From: Peter Prymmer <pvhp@forte.com>
48450              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
48451              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
48452      Branch: perl
48453            ! numeric.c
48454 ____________________________________________________________________________
48455 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
48456         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
48457              From: Peter Prymmer <pvhp@forte.com>
48458              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
48459              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
48460      Branch: perl
48461            ! configure.com ext/Digest/MD5/Makefile.PL
48462 ____________________________________________________________________________
48463 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
48464         Log: Update Changes.
48465      Branch: perl
48466            ! Changes patchlevel.h
48467 ____________________________________________________________________________
48468 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
48469         Log: Tiny EPOC updates.
48470      Branch: perl
48471            ! epoc/config.sh
48472 ____________________________________________________________________________
48473 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
48474         Log: The Test::More and Test::Simple tests required help
48475              thanks to our schizophrenic test scheme.
48476      Branch: perl
48477            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
48478            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
48479            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
48480            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
48481            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
48482 ____________________________________________________________________________
48483 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
48484         Log: Upgrade to Test::Simple 0.09.
48485      Branch: perl
48486            + lib/Test/Simple/Changes
48487            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
48488            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
48489            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
48490            ! lib/Test/Simple/t/plan_is_noplan.t
48491 ____________________________________________________________________________
48492 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
48493         Log: Upgrade to Test::More 0.07.
48494      Branch: perl
48495            + lib/Test/More/Changes
48496            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
48497            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
48498            ! lib/Test/More/t/skipall.t
48499 ____________________________________________________________________________
48500 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
48501         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
48502              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48503              Date: Wed, 27 Jun 2001 18:40:04 +0200
48504              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
48505      Branch: perl
48506            ! hints/hpux.sh
48507 ____________________________________________________________________________
48508 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
48509         Log: Subject: [PATCH README.qnx hints/qnx.sh]
48510              From: Norton Allen <allen@huarp.harvard.edu>
48511              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
48512              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
48513      Branch: perl
48514            ! README.qnx hints/qnx.sh
48515 ____________________________________________________________________________
48516 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
48517         Log: Subject: [PATCH] two little documentation nits
48518              From: Abhijit Menon-Sen <ams@wiw.org>
48519              Date: Wed, 27 Jun 2001 20:07:50 +0530
48520              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
48521      Branch: perl
48522            ! sv.c sv.h
48523 ____________________________________________________________________________
48524 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
48525         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
48526              From: Norton Allen <allen@huarp.harvard.edu>
48527              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
48528              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
48529      Branch: perl
48530            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
48531 ____________________________________________________________________________
48532 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
48533         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
48534              From: Michael G Schwern <schwern@pobox.com>
48535              Date: Wed, 27 Jun 2001 02:34:58 -0400
48536              Message-ID: <20010627023458.K23874@blackrider>
48537      Branch: perl
48538            ! vms/test.com
48539 ____________________________________________________________________________
48540 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
48541         Log: Add perl_clone_host() for Netware.
48542      Branch: perl
48543            ! NetWare/nw5.c
48544 ____________________________________________________________________________
48545 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
48546         Log: GCC 3.0 hints for HP-UX.
48547      Branch: perl
48548            ! hints/hpux.sh
48549 ____________________________________________________________________________
48550 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
48551         Log: In some Linux distributions the libndbm is broken
48552              (no null key support), therefore link with libgdbm
48553              (if available), since it has a working ndbm emulation,
48554              from Jonathan Stowe.
48555      Branch: perl
48556            + ext/NDBM_File/hints/linux.pl
48557            ! MANIFEST
48558 ____________________________________________________________________________
48559 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
48560         Log: Subject: [PATCH perl@10930] find.t hack for VMS
48561              From: "Craig A. Berry" <craigberry@mac.com>
48562              Date: Tue, 26 Jun 2001 23:40:25 -0500
48563              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
48564      Branch: perl
48565            ! lib/File/Find/find.t
48566 ____________________________________________________________________________
48567 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
48568         Log: AUTHORS updates.
48569      Branch: perl
48570            ! AUTHORS
48571 ____________________________________________________________________________
48572 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
48573         Log: Metaconfig unit change like #10980.
48574      Branch: metaconfig
48575            ! U/compline/d_stdstdio.U
48576 ____________________________________________________________________________
48577 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
48578         Log: "lose the it's", from Abhijit Menon-Sen.
48579              ("It's" not searched, pods not searched.)
48580      Branch: perl
48581            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
48582            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
48583            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
48584            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
48585            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
48586            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
48587 ____________________________________________________________________________
48588 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
48589         Log: "lose the looses", from Abhijit Menon-Sen.
48590      Branch: perl
48591            ! ext/B/B/Assembler.pm gv.c
48592 ____________________________________________________________________________
48593 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
48594         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
48595      Branch: perl
48596            ! hints/os390.sh
48597 ____________________________________________________________________________
48598 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
48599         Log: DEC C 5.3 on the VAX simply doesn't seem to like
48600              compiling the MD5 extension, disable it there for now,
48601              from Peter Prymmer.
48602      Branch: perl
48603            ! configure.com
48604 ____________________________________________________________________________
48605 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
48606         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
48607              From: Jonathan Stowe <gellyfish@gellyfish.com>
48608              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
48609              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
48610      Branch: perl
48611            ! pod/perlfaq3.pod
48612 ____________________________________________________________________________
48613 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
48614         Log: Subject: [PATCH 5.6.1] perlxs misprints
48615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48616              Date: Tue, 26 Jun 2001 17:20:00 -0400
48617              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
48618      Branch: perl
48619            ! pod/perlxs.pod
48620 ____________________________________________________________________________
48621 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
48622         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
48623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48624              Date: Tue, 26 Jun 2001 17:27:07 -0400
48625              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
48626      Branch: perl
48627            ! lib/ExtUtils/MM_Unix.pm
48628 ____________________________________________________________________________
48629 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
48630         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
48631              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48632              Date: Tue, 26 Jun 2001 17:23:24 -0400
48633              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
48634      Branch: perl
48635            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
48636 ____________________________________________________________________________
48637 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
48638         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
48639              by Olaf Flebbe.
48640      Branch: perl
48641            ! perl.h
48642 ____________________________________________________________________________
48643 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
48644         Log: Detypo.
48645      Branch: perl
48646            ! lib/Memoize/t/tie_sdbm.t
48647 ____________________________________________________________________________
48648 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
48649         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
48650      Branch: perl
48651            ! win32/perllib.c
48652 ____________________________________________________________________________
48653 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
48654         Log: Subject: [patch] perl_clone+CvFILE
48655              From: Doug MacEachern <dougm@covalent.net>
48656              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
48657              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
48658      Branch: perl
48659            ! sv.c
48660 ____________________________________________________________________________
48661 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
48662         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
48663              From: Mark-Jason Dominus <mjd@plover.com>
48664              Date: Tue, 26 Jun 2001 12:33:01 -0400
48665              Message-ID: <20010626163301.31298.qmail@plover.com>
48666      Branch: perl
48667            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
48668 ____________________________________________________________________________
48669 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
48670         Log: Update Changes.
48671      Branch: perl
48672            ! Changes patchlevel.h
48673 ____________________________________________________________________________
48674 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
48675         Log: Also catfile() needs now to explicitly exported.
48676      Branch: perl
48677            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
48678 ____________________________________________________________________________
48679 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
48680         Log: Regen toc.
48681      Branch: perl
48682            ! pod/perltoc.pod
48683 ____________________________________________________________________________
48684 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
48685         Log: Nonexistent pod command.
48686      Branch: perl
48687            ! pod/perl572delta.pod
48688 ____________________________________________________________________________
48689 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
48690         Log: Be more portable in the quest for tmpdir.
48691      Branch: perl
48692            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
48693 ____________________________________________________________________________
48694 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
48695         Log: Be more portable in finding out the home directory,
48696              and use File::Spec to do the concat.
48697              (Come to think of it, couldn't File::Spec provide
48698              for a ->homedir method?)
48699      Branch: perl
48700            ! lib/Net/Config.pm
48701 ____________________________________________________________________________
48702 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
48703         Log: Doc patch for #10959.
48704      Branch: perl
48705            ! pod/perlfunc.pod
48706 ____________________________________________________________________________
48707 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
48708         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
48709              From: "Philip Newton" <pnewton@gmx.de>
48710              Date: Tue, 26 Jun 2001 16:26:47 +0200
48711              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
48712      Branch: perl
48713            ! pod/perldata.pod
48714 ____________________________________________________________________________
48715 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
48716         Log: Subject: [PATH] shared -> unique;
48717              From: "Artur Bergman" <artur@contiller.se>
48718              Date: Tue, 26 Jun 2001 16:18:40 +0200
48719              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
48720              
48721              Because "shared" isn't: it's read-only.
48722      Branch: perl
48723            ! toke.c xsutils.c
48724 ____________________________________________________________________________
48725 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
48726         Log: Escape multiline croak messages.
48727      Branch: perl
48728            ! t/op/ver.t
48729 ____________________________________________________________________________
48730 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
48731         Log: No more pragma/*.t for minitest.
48732      Branch: perl
48733            ! Makefile.SH
48734 ____________________________________________________________________________
48735 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
48736         Log: AUTHORS updates.
48737      Branch: perl
48738            ! AUTHORS
48739 ____________________________________________________________________________
48740 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
48741         Log: delta updates.
48742      Branch: perl
48743            ! pod/perl572delta.pod
48744 ____________________________________________________________________________
48745 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
48746         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
48747              From: Artur Bergman <artur@contiller.se> 
48748              Date: Tue, 26 Jun 2001 15:32:53 +0200
48749              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
48750      Branch: perl
48751            ! makedef.pl sv.c sv.h win32/perllib.c
48752 ____________________________________________________________________________
48753 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
48754         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
48755              From: Jonathan Stowe <gellyfish@gellyfish.com>
48756              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
48757              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
48758              
48759              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
48760      Branch: perl
48761            + ext/Time/HiRes/hints/sco.pl
48762            ! MANIFEST
48763 ____________________________________________________________________________
48764 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
48765         Log: Subject: [PATCH 5.6.1] static build
48766              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48767              Date: Tue, 26 Jun 2001 04:22:25 -0400
48768              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
48769      Branch: perl
48770            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
48771            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
48772 ____________________________________________________________________________
48773 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
48774         Log: DJGPP patches from Laszlo Molnar.
48775      Branch: perl
48776            ! djgpp/djgpp.c perl.c util.c
48777 ____________________________________________________________________________
48778 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
48779         Log: Netware patches from Ananth Kesari.
48780      Branch: perl
48781            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
48782            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
48783            ! NetWare/nwtinfo.h
48784 ____________________________________________________________________________
48785 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
48786         Log: Detypo.
48787      Branch: perl
48788            ! ext/Errno/Errno_pm.PL
48789 ____________________________________________________________________________
48790 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
48791         Log: There seems to be two ways of spelling the $^O in *STEP.
48792      Branch: perl
48793            ! ext/Errno/Errno_pm.PL
48794 ____________________________________________________________________________
48795 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
48796         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
48797              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
48798      Branch: perl
48799            ! ext/Errno/Errno_pm.PL
48800 ____________________________________________________________________________
48801 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
48802         Log: Known bugs update.
48803      Branch: perl
48804            ! pod/perl572delta.pod
48805 ____________________________________________________________________________
48806 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
48807         Log: The default installation of Cygwin has 500 as root's uid.
48808      Branch: perl
48809            ! lib/User/pwent.t
48810 ____________________________________________________________________________
48811 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
48812         Log: Be even more relaxed (re-allow having only one entry).
48813      Branch: perl
48814            ! t/op/grent.t t/op/pwent.t
48815 ____________________________________________________________________________
48816 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
48817         Log: Test failure updates.
48818      Branch: perl
48819            ! pod/perl572delta.pod
48820 ____________________________________________________________________________
48821 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
48822         Log: MPE/iX test tweaks from Mark Bixby.
48823      Branch: perl
48824            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
48825            ! t/io/fs.t t/op/stat.t
48826 ____________________________________________________________________________
48827 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
48828         Log: Microperl findings.
48829      Branch: perl
48830            ! perl.h pp_sys.c
48831 ____________________________________________________________________________
48832 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
48833         Log: Touch uconfig.h.
48834      Branch: perl
48835            ! uconfig.h
48836 ____________________________________________________________________________
48837 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
48838         Log: Subject: [PATCH] Proposed fix for Pod::Man
48839              From: Rob Napier <rnapier@employees.org>
48840              Date: Mon, 25 Jun 2001 15:49:24 -0400
48841              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
48842              
48843              Cater for Solaris nroff brokenness (shortchanges daisywheel
48844              printers, but hey, we also no more support PDPs.)
48845      Branch: perl
48846            ! lib/Pod/Man.pm
48847 ____________________________________________________________________________
48848 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
48849         Log: Typo in #10937.
48850      Branch: perl
48851            ! ext/POSIX/sigaction.t
48852 ____________________________________________________________________________
48853 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
48854         Log: SIGCONT not trappable in VMS.
48855      Branch: perl
48856            ! ext/POSIX/sigaction.t
48857 ____________________________________________________________________________
48858 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
48859         Log: Subject: [DRAFT] Encode-Tcl.t
48860              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
48861              Date: Tue, 26 Jun 2001 03:38:08 +0900
48862              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
48863      Branch: perl
48864            + ext/Encode/Encode/Tcl.t
48865            ! MANIFEST ext/Encode/Encode/Tcl.pm
48866 ____________________________________________________________________________
48867 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
48868         Log: Because of #10932 retract also the perlfunc hunk of #10910.
48869      Branch: perl
48870            ! pod/perlfunc.pod
48871 ____________________________________________________________________________
48872 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
48873         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
48874              by Ilya Zakharevich in
48875              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
48876      Branch: perl
48877            ! XSUB.h
48878 ____________________________________________________________________________
48879 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
48880         Log: Typo in #10889.
48881      Branch: perl
48882            ! hints/uts.sh
48883 ____________________________________________________________________________
48884 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
48885         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
48886              From: Abhijit Menon-Sen <ams@wiw.org>
48887              Date: Mon, 25 Jun 2001 23:45:45 +0530
48888              Message-ID: <20010625234545.A5022@lustre.linux.in>
48889      Branch: perl
48890            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
48891 ____________________________________________________________________________
48892 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
48893         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
48894              From: Michael G Schwern <schwern@pobox.com>
48895              Date: Mon, 25 Jun 2001 14:35:51 -0400
48896              Message-ID: <20010625143551.H13819@blackrider>
48897      Branch: perl
48898            ! lib/Test.pm
48899 ____________________________________________________________________________
48900 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
48901         Log: Update Changes.
48902      Branch: perl
48903            ! Changes patchlevel.h
48904 ____________________________________________________________________________
48905 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
48906         Log: Regen toc and modlib.
48907      Branch: perl
48908            ! pod/perlmodlib.pod pod/perltoc.pod
48909 ____________________________________________________________________________
48910 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
48911         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
48912              for the benefit of C++ compilers, as suggested by Guruprasad.
48913      Branch: perl
48914            ! embed.pl proto.h
48915 ____________________________________________________________________________
48916 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
48917         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
48918              From: Jonathan Stowe <gellyfish@gellyfish.com>
48919              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
48920              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
48921      Branch: perl
48922            ! pod/perlfaq5.pod
48923 ____________________________________________________________________________
48924 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
48925         Log: Missed from #10925.
48926      Branch: perl
48927            ! gv.c
48928 ____________________________________________________________________________
48929 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
48930         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
48931              From: Robin Houston <robin@kitsite.com>
48932              Date: Sat, 19 May 2001 16:19:34 +0100
48933              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
48934      Branch: perl
48935            ! cv.h gv.h op.c
48936 ____________________________________________________________________________
48937 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
48938         Log: Netware README tweak.
48939      Branch: perl
48940            ! README.netware
48941 ____________________________________________________________________________
48942 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
48943         Log: Subject: [PATCH] Re: overload.t fails
48944              From: Abhijit Menon-Sen <ams@wiw.org>
48945              Date: Mon, 25 Jun 2001 14:52:20 +0530
48946              Message-ID: <20010625145220.A24114@lustre.linux.in>
48947      Branch: perl
48948            ! lib/overload.t
48949 ____________________________________________________________________________
48950 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
48951         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
48952              From: Mike Guy <mjtg@cam.ac.uk>
48953              Date: Mon, 25 Jun 2001 11:43:23 +0100
48954              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
48955      Branch: perl
48956            ! lib/Carp.pm
48957 ____________________________________________________________________________
48958 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
48959         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
48960              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48961              Date: Sun, 24 Jun 2001 05:17:05 -0400
48962              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
48963      Branch: perl
48964            ! os2/os2ish.h
48965 ____________________________________________________________________________
48966 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
48967         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
48968              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48969              Date: Mon, 25 Jun 2001 05:52:27 -0400
48970              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
48971      Branch: perl
48972            ! hints/os2.sh
48973 ____________________________________________________________________________
48974 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
48975         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
48976              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48977              Date: Mon, 25 Jun 2001 05:23:35 -0400
48978              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
48979      Branch: perl
48980            ! os2/os2.c
48981 ____________________________________________________________________________
48982 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
48983         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
48984              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48985              Date: Mon, 25 Jun 2001 05:04:32 -0400
48986              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
48987      Branch: perl
48988            ! os2/OS2/REXX/DLL/DLL.pm
48989 ____________________________________________________________________________
48990 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
48991         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
48992              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48993              Date: Mon, 25 Jun 2001 05:02:36 -0400
48994              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
48995      Branch: perl
48996            ! mg.c os2/dl_os2.c os2/os2.c
48997 ____________________________________________________________________________
48998 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
48999         Log: Subject: Re: [PATCH 5.6.1] misprints
49000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49001              Date: Mon, 25 Jun 2001 04:50:50 -0400
49002              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
49003      Branch: perl
49004            ! os2/os2.c pp_sys.c
49005 ____________________________________________________________________________
49006 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
49007         Log: Add Test::More and Test::Simple to the delta.
49008      Branch: perl
49009            ! pod/perl572delta.pod
49010 ____________________________________________________________________________
49011 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
49012         Log: Add Test::More, from Michael G Schwern.
49013      Branch: perl
49014            + lib/Test/More.pm lib/Test/More/t/More.t
49015            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
49016            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
49017            + t/lib/Test/More/Catch.pm
49018            ! MANIFEST
49019 ____________________________________________________________________________
49020 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
49021         Log: Add Test::Simple from Michael G Schwern.
49022      Branch: perl
49023            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
49024            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
49025            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
49026            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
49027            + t/lib/Test/Simple/Catch.pm
49028            + t/lib/Test/Simple/sample_tests/death.plx
49029            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
49030            + t/lib/Test/Simple/sample_tests/extras.plx
49031            + t/lib/Test/Simple/sample_tests/five_fail.plx
49032            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
49033            + t/lib/Test/Simple/sample_tests/one_fail.plx
49034            + t/lib/Test/Simple/sample_tests/require.plx
49035            + t/lib/Test/Simple/sample_tests/success.plx
49036            + t/lib/Test/Simple/sample_tests/too_few.plx
49037            + t/lib/Test/Simple/sample_tests/two_fail.plx
49038            ! MANIFEST
49039 ____________________________________________________________________________
49040 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
49041         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
49042              From: "Craig A. Berry" <craigberry@mac.com>
49043              Date: Sun, 24 Jun 2001 23:41:36 -0500
49044              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
49045      Branch: perl
49046            ! pp_sys.c
49047 ____________________________________________________________________________
49048 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
49049         Log: Upgrade to Attribute::Handlers 0.70.
49050      Branch: perl
49051            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
49052            ! MANIFEST lib/Attribute/Handlers.pm
49053 ____________________________________________________________________________
49054 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
49055         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
49056              From: Abhijit Menon-Sen <ams@wiw.org>
49057              Date: Sat, 23 Jun 2001 05:17:44 +0530
49058              Message-ID: <20010623051744.A18583@lustre.linux.in>
49059              
49060              (Can't think of a good place to put tests.)
49061      Branch: perl
49062            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
49063 ____________________________________________________________________________
49064 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
49065         Log: Subject: [PATCH] t/op/pat.t typo fix
49066              From: Richard Soderberg <rs@crystalflame.net>
49067              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
49068              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
49069      Branch: perl
49070            ! t/op/pat.t
49071 ____________________________________________________________________________
49072 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
49073         Log: Move the pack warnings to their own file, as pointed
49074              out by Spider.
49075      Branch: perl
49076            + t/lib/warnings/pp_pack
49077            ! MANIFEST t/lib/warnings/pp
49078 ____________________________________________________________________________
49079 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
49080         Log: Update Changes.
49081      Branch: perl
49082            ! Changes patchlevel.h
49083 ____________________________________________________________________________
49084 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
49085         Log: Partially fix a problem noticed by IRIX compiler:
49086              the initialization of parse_start was bypassed by
49087              several gotos.  Now initialized to zero, which may
49088              not be the best choice.
49089      Branch: perl
49090            ! regcomp.c
49091 ____________________________________________________________________________
49092 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
49093         Log: Relax the group and password tests back to moaning only
49094              if no matches at all are found.  (Even with a small sample
49095              I could find many sites where there are, umm, anomalies in
49096              the said databases.)       
49097      Branch: perl
49098            ! t/op/grent.t t/op/pwent.t
49099 ____________________________________________________________________________
49100 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
49101         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
49102      Branch: perl
49103            ! pp_ctl.c
49104 ____________________________________________________________________________
49105 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
49106         Log: De-cut-and-pasto in #10902.
49107      Branch: perl
49108            ! pp_ctl.c
49109 ____________________________________________________________________________
49110 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
49111         Log: The #10771 didn't take?
49112      Branch: perl
49113            ! pp_ctl.c
49114 ____________________________________________________________________________
49115 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
49116         Log: Undo the filetests part of #10900, under multiplicity
49117              weird errors take place.
49118      Branch: perl
49119            ! pp_sys.c
49120 ____________________________________________________________________________
49121 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
49122         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
49123      Branch: perl
49124            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
49125 ____________________________________________________________________________
49126 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
49127         Log: (Replaced by #10922)
49128              
49129              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
49130              From: Tony Bowden <tony@kasei.com>
49131              Date: Sun, 24 Jun 2001 17:32:40 +0100
49132              Message-ID: <20010624173240.A16293@blackstar.co.uk>
49133              
49134              Document (well, mention) shortmess() and longmess()
49135              to rob people of their fun of reinventing the wheel.
49136      Branch: perl
49137            ! lib/Carp.pm
49138 ____________________________________________________________________________
49139 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
49140         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
49141              From: Brian Jepson <bjepson@oreilly.com>
49142              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
49143              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
49144      Branch: perl
49145            ! pp_sys.c
49146 ____________________________________________________________________________
49147 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
49148         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
49149              From: Robin Barker <rmb1@cise.npl.co.uk> 
49150              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
49151              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
49152      Branch: perl
49153            ! lib/CPAN.pm
49154 ____________________________________________________________________________
49155 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
49156         Log: Memoize patch from mjd.
49157      Branch: perl
49158            ! lib/Memoize/t/tie_storable.t
49159 ____________________________________________________________________________
49160 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
49161         Log: Spec the sv_pvprintify() a bit more.
49162      Branch: perl
49163            ! pod/perltodo.pod
49164 ____________________________________________________________________________
49165 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
49166         Log: Upgrade to Memoize 0.65.
49167      Branch: perl
49168            + lib/Memoize/t/array_confusion.t
49169            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
49170            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
49171            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
49172            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
49173            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
49174            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
49175            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
49176            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
49177            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
49178            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
49179            ! lib/Memoize/t/tie_storable.t
49180 ____________________________________________________________________________
49181 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
49182         Log: Metaconfig unit change for #10892.
49183      Branch: metaconfig
49184            ! U/modified/Options.U
49185 ____________________________________________________________________________
49186 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
49187         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
49188              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49189              Date: Sun, 24 Jun 2001 05:24:40 -0400
49190              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
49191      Branch: perl
49192            ! Configure hints/os2.sh
49193 ____________________________________________________________________________
49194 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
49195         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
49196              From: Mike Guy <mjtg@cam.ac.uk>
49197              Date: Sun, 24 Jun 2001 15:28:39 +0100
49198              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
49199              
49200              Fix an ancient (5.002) bug.
49201      Branch: perl
49202            ! lib/Carp/Heavy.pm
49203 ____________________________________________________________________________
49204 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
49205         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
49206              variables.
49207      Branch: perl
49208            ! pp_sys.c
49209 ____________________________________________________________________________
49210 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
49211         Log: Make UTS as per #10888.
49212      Branch: perl
49213            ! hints/uts.sh
49214 ____________________________________________________________________________
49215 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
49216         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
49217      Branch: perl
49218            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
49219            ! mpeix/mpeixish.h perl.h unixish.h
49220 ____________________________________________________________________________
49221 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
49222         Log: AUTHORS update.
49223      Branch: perl
49224            ! AUTHORS
49225 ____________________________________________________________________________
49226 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
49227         Log: Subject: Encode::Tcl for multibyte doesnot work
49228              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
49229              Date: Sun, 24 Jun 2001 22:48:21 +0900
49230              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
49231      Branch: perl
49232            ! ext/Encode/Encode/Tcl.pm
49233 ____________________________________________________________________________
49234 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
49235         Log: Subject: [PATCH] Remove tautology in error messages
49236              From: Mike Guy <mjtg@cam.ac.uk>
49237              Date: Sun, 24 Jun 2001 13:31:00 +0100
49238              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
49239      Branch: perl
49240            ! pp_sys.c
49241 ____________________________________________________________________________
49242 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
49243         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
49244      Branch: perl
49245            ! hints/darwin.sh
49246 ____________________________________________________________________________
49247 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
49248         Log: Subject: Re: [PATCH 5.6.1] test suite
49249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49250              Date: Sun, 24 Jun 2001 05:47:05 -0400
49251              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
49252              
49253              Test suite fixes.
49254      Branch: perl
49255            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
49256 ____________________________________________________________________________
49257 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
49258         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
49259              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49260              Date: Sun, 24 Jun 2001 05:37:19 -0400
49261              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
49262      Branch: perl
49263            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
49264 ____________________________________________________________________________
49265 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
49266         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
49267              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49268              Date: Sun, 24 Jun 2001 05:34:50 -0400
49269              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
49270              
49271              Pacify compiler warnings.
49272      Branch: perl
49273            ! pp_sys.c
49274 ____________________________________________________________________________
49275 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
49276         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
49277              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49278              Date: Sun, 24 Jun 2001 05:21:18 -0400
49279              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
49280              
49281              Enable compression of executables during link time.
49282      Branch: perl
49283            ! hints/os2.sh
49284 ____________________________________________________________________________
49285 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
49286         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
49287              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49288              Date: Sun, 24 Jun 2001 05:15:11 -0400
49289              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
49290              
49291              Add ordinals to the export list for Perl DLL.
49292              (Breaks intra-version DLL compatibility.)
49293      Branch: perl
49294            ! makedef.pl
49295 ____________________________________________________________________________
49296 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
49297         Log: Allow (displaying and) re-editing the Subject in perlbug.
49298              Also abstract the Subject quality control into a function.
49299      Branch: perl
49300            ! utils/perlbug.PL
49301 ____________________________________________________________________________
49302 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
49303         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
49304      Branch: perl
49305            ! utils/perlbug.PL
49306 ____________________________________________________________________________
49307 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
49308         Log: Regen toc and modlib.
49309      Branch: perl
49310            ! pod/perlmodlib.pod pod/perltoc.pod
49311 ____________________________________________________________________________
49312 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
49313         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
49314              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
49315              attribute semantics as much as possible, or 'ntsec' which uses
49316              native NTFS semantics.)  (See also #10877.)
49317      Branch: perl
49318            ! perl.c
49319 ____________________________________________________________________________
49320 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
49321         Log: (Retracted by #11586)
49322              
49323              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
49324      Branch: perl
49325            ! lib/Test/Harness.pm
49326 ____________________________________________________________________________
49327 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
49328         Log: Just zap the -uPerlio.
49329      Branch: perl
49330            ! ext/B/Stash.t
49331 ____________________________________________________________________________
49332 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
49333         Log: Do not test PerlIO if PerlIO not used.
49334      Branch: perl
49335            ! ext/PerlIO/PerlIO.t
49336 ____________________________________________________________________________
49337 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
49338         Log: Regen perlapi.
49339      Branch: perl
49340            ! pod/perlapi.pod
49341 ____________________________________________________________________________
49342 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
49343         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
49344              From: Nicholas Clark <nick@ccl4.org>
49345              Date: Sat, 23 Jun 2001 22:55:47 +0100
49346              Message-ID: <20010623225547.Z98663@plum.flirble.org>
49347      Branch: perl
49348            ! numeric.c
49349 ____________________________________________________________________________
49350 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
49351         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
49352              From: Prymmer/Kahn <pvhp@best.com>
49353              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
49354              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
49355      Branch: perl
49356            ! lib/h2xs.t
49357 ____________________________________________________________________________
49358 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
49359         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
49360              cygwin does not taint cwd, just like win32.
49361      Branch: perl
49362            ! lib/File/Find/taint.t t/op/taint.t
49363 ____________________________________________________________________________
49364 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
49365         Log: Retract #10865, the patch should be unnecessary.
49366              (But seemingly helpful in Cygwin?  Strange.)
49367      Branch: perl
49368            ! lib/Memoize/t/tie_ndbm.t
49369 ____________________________________________________________________________
49370 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
49371         Log: Misplaced test file; plus Cygwin filesystem semantics.
49372      Branch: perl
49373            + ext/SDBM_File/sdbm.t
49374            - ext/ODBM_File/sdbm.t
49375            ! MANIFEST
49376 ____________________________________________________________________________
49377 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
49378         Log: (Retracted by #10867.)
49379      Branch: perl
49380            ! lib/Memoize/t/tie_ndbm.t
49381 ____________________________________________________________________________
49382 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
49383         Log: Metaconfig unit change for #10863.
49384      Branch: metaconfig/U/perl
49385            ! Extensions.U
49386 ____________________________________________________________________________
49387 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
49388         Log: In Cygwin do not build NDBM_File and ODBM_File unless
49389              -lndbm and -ldbm are available.
49390      Branch: perl
49391            ! Configure config_h.SH
49392 ____________________________________________________________________________
49393 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
49394         Log: More Cygwin filesystem semantics.
49395      Branch: perl
49396            ! t/io/fs.t t/op/stat.t
49397 ____________________________________________________________________________
49398 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
49399         Log: More DOSish permission semantics for Cygwin.
49400      Branch: perl
49401            ! lib/AnyDBM_File.t
49402 ____________________________________________________________________________
49403 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
49404         Log: Cygwin too has different permission semantics.
49405      Branch: perl
49406            ! ext/GDBM_File/gdbm.t
49407 ____________________________________________________________________________
49408 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
49409         Log: The group (and assumedly passwd) databases can have
49410              only one entry (this is the case in cygwin).
49411      Branch: perl
49412            ! t/op/grent.t t/op/pwent.t
49413 ____________________________________________________________________________
49414 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
49415         Log: Also in Cygwin use Socket to figure out domainname
49416              (if any) (avoids trying to call external 'domainname',
49417              which doesn't at the moment exist in Cygwin)
49418      Branch: perl
49419            ! lib/Net/Domain.pm
49420 ____________________________________________________________________________
49421 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
49422         Log: Remove also the lib$Foo.def, not just $Foo.def.
49423      Branch: perl
49424            ! lib/ExtUtils/MM_Unix.pm
49425 ____________________________________________________________________________
49426 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
49427         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
49428      Branch: perl
49429            ! unixish.h
49430 ____________________________________________________________________________
49431 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
49432         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
49433              to match the whole isprint(), only the space character.
49434      Branch: perl
49435            ! handy.h pod/perlre.pod t/op/pat.t
49436 ____________________________________________________________________________
49437 [ 10854] By: nick                                  on 2001/06/23  08:09:33
49438         Log: Integrate mainline
49439      Branch: perlio
49440           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
49441           !> lib/ExtUtils.t lib/File/Find/taint.t
49442           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
49443           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
49444           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
49445 ____________________________________________________________________________
49446 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
49447         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
49448              with its floats    in os390 and s390 (UTS).
49449      Branch: perl
49450            ! lib/Math/BigInt/t/bigintpm.t
49451 ____________________________________________________________________________
49452 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
49453         Log: Add also UTS (s390) to the non-IEEE float platforms.
49454      Branch: perl
49455            ! t/op/sprintf.t
49456 ____________________________________________________________________________
49457 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
49458         Log: Subject: RFC: what are applicable standards for exponent sizes?
49459              From: Peter Prymmer <pvhp@forte.com>
49460              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
49461              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
49462      Branch: perl
49463            ! t/op/sprintf.t
49464 ____________________________________________________________________________
49465 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
49466         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
49467              From: Peter Prymmer <pvhp@forte.com>
49468              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
49469              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
49470      Branch: perl
49471            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
49472 ____________________________________________________________________________
49473 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
49474         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
49475              From: Peter Prymmer <pvhp@forte.com>
49476              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
49477              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
49478      Branch: perl
49479            ! lib/ExtUtils.t
49480 ____________________________________________________________________________
49481 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
49482         Log: Retract #10845.
49483      Branch: perl
49484            ! lib/File/Find/taint.t
49485 ____________________________________________________________________________
49486 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
49487         Log: Yet another error message.
49488      Branch: perl
49489            ! t/op/mkdir.t
49490 ____________________________________________________________________________
49491 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
49492         Log: The croak message for nonexistent socket functions may vary.
49493      Branch: perl
49494            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
49495 ____________________________________________________________________________
49496 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
49497         Log: (Retracted by #10848.)
49498      Branch: perl
49499            ! lib/File/Find/taint.t
49500 ____________________________________________________________________________
49501 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
49502         Log: Integrate perlio:
49503              
49504              [ 10843]
49505              Back out debug in taint.t
49506              
49507              [ 10841]
49508              Skip cwd test on Win32 ???
49509              
49510              [ 10836]
49511              Skip |- based op/write.t on Win32 as well as VMS
49512      Branch: perl
49513           !> lib/File/Find/taint.t t/op/write.t
49514 ____________________________________________________________________________
49515 [ 10843] By: nick                                  on 2001/06/22  21:24:51
49516         Log: Back out debug in taint.t
49517      Branch: perlio
49518            ! lib/File/Find/taint.t
49519 ____________________________________________________________________________
49520 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
49521         Log: setitimer() does not exist in Unicos, despite of what
49522              Configure thinks, from Mark P. Lutz.
49523      Branch: perl
49524            ! hints/unicos.sh
49525 ____________________________________________________________________________
49526 [ 10841] By: nick                                  on 2001/06/22  21:19:36
49527         Log: Skip cwd test on Win32 ???
49528      Branch: perlio
49529            ! lib/File/Find/taint.t
49530 ____________________________________________________________________________
49531 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
49532         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
49533              and Tru64 gcc -Wall happy.
49534      Branch: perl
49535            ! mg.c
49536 ____________________________________________________________________________
49537 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
49538         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
49539      Branch: perl
49540            ! ext/IPC/SysV/Semaphore.pm
49541 ____________________________________________________________________________
49542 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
49543         Log: Metaconfig unit change for #10837.
49544      Branch: metaconfig/U/perl
49545            ! Cross.U
49546 ____________________________________________________________________________
49547 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
49548         Log: Cleanup of the cross-compilation unit.
49549      Branch: perl
49550            ! Configure
49551 ____________________________________________________________________________
49552 [ 10836] By: nick                                  on 2001/06/22  20:45:12
49553         Log: Skip |- based op/write.t on Win32 as well as VMS
49554      Branch: perlio
49555            ! t/op/write.t
49556 ____________________________________________________________________________
49557 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
49558         Log: Integrate perlio:
49559              
49560              [ 10833]
49561              Patcho fix.
49562      Branch: perl
49563           !> util.c
49564 ____________________________________________________________________________
49565 [ 10834] By: nick                                  on 2001/06/22  20:41:54
49566         Log: Integrate mainline
49567      Branch: perlio
49568           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
49569           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
49570           !> vos/config.ga.h
49571 ____________________________________________________________________________
49572 [ 10833] By: nick                                  on 2001/06/22  20:22:58
49573         Log: Patcho fix.
49574      Branch: perlio
49575            ! util.c
49576 ____________________________________________________________________________
49577 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
49578         Log: Metaconfig unit changes for #10831.
49579      Branch: metaconfig
49580            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
49581 ____________________________________________________________________________
49582 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
49583         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
49584              From: Andy Dougherty <doughera@lafayette.edu>
49585              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
49586              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
49587      Branch: perl
49588            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49589            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
49590 ____________________________________________________________________________
49591 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
49592         Log: MPE/iX prototype nits from Mark Bixby.
49593      Branch: perl
49594            ! pp_sys.c
49595 ____________________________________________________________________________
49596 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
49597         Log: Detypo.
49598      Branch: perl
49599            ! util.c
49600 ____________________________________________________________________________
49601 [ 10828] By: nick                                  on 2001/06/22  15:33:37
49602         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
49603      Branch: perlio
49604           +> lib/h2xs.t
49605           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
49606           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
49607           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
49608           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
49609           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
49610           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
49611           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
49612           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
49613           !> vms/vmsish.h
49614 ____________________________________________________________________________
49615 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
49616         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
49617              Date: Fri, 22 Jun 2001 10:08:35 -0500
49618              From: "Craig A. Berry" <craigberry@mac.com>
49619              Message-Id: <a05101001b75908704194@[192.168.56.145]>
49620      Branch: perl
49621            ! vms/vms.c vms/vmsish.h
49622 ____________________________________________________________________________
49623 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
49624         Log: NetWare scripts tweak from Ananth Kesari.
49625      Branch: perl
49626            ! NetWare/t/NWScripts.pl
49627 ____________________________________________________________________________
49628 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
49629         Log: Update Changes.
49630      Branch: perl
49631            ! Changes patchlevel.h
49632 ____________________________________________________________________________
49633 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
49634         Log: Add .i and .s targets.
49635      Branch: perl
49636            ! Makefile.SH
49637 ____________________________________________________________________________
49638 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
49639         Log: Upgrade to Locale::Maketext 1.03.
49640      Branch: perl
49641            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
49642            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
49643 ____________________________________________________________________________
49644 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
49645         Log: Upgrade to I18N::LangTags 0.26.
49646      Branch: perl
49647            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
49648            ! lib/I18N/LangTags/test.pl
49649 ____________________________________________________________________________
49650 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
49651         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
49652              Philip Newton.
49653      Branch: perl
49654            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
49655            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
49656 ____________________________________________________________________________
49657 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
49658         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
49659              From: Prymmer/Kahn <pvhp@best.com>
49660              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
49661              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
49662      Branch: perl
49663            + lib/h2xs.t
49664            ! MANIFEST utils/h2xs.PL
49665 ____________________________________________________________________________
49666 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
49667         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
49668              From: Prymmer/Kahn <pvhp@best.com>
49669              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
49670              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
49671      Branch: perl
49672            ! lib/ExtUtils.t
49673 ____________________________________________________________________________
49674 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
49675         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
49676              From: Prymmer/Kahn <pvhp@best.com>
49677              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
49678              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
49679      Branch: perl
49680            ! t/pod/plainer.t
49681 ____________________________________________________________________________
49682 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
49683         Log: AUTHORS update.
49684      Branch: perl
49685            ! AUTHORS
49686 ____________________________________________________________________________
49687 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
49688         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
49689              From: "Craig A. Berry" <craigberry@mac.com>
49690              Date: Thu, 21 Jun 2001 18:20:38 -0500
49691              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
49692      Branch: perl
49693            ! ext/POSIX/POSIX.xs
49694 ____________________________________________________________________________
49695 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
49696         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
49697              From: "Craig A. Berry" <craigberry@mac.com>
49698              Date: Thu, 21 Jun 2001 09:58:52 -0500
49699              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
49700      Branch: perl
49701            ! ext/B/Deparse.t t/op/write.t
49702 ____________________________________________________________________________
49703 [ 10814] By: nick                                  on 2001/06/22  08:13:09
49704         Log: Integrate mainline.
49705      Branch: perlio
49706           !> (integrate 46 files)
49707 ____________________________________________________________________________
49708 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
49709         Log: Change the prefixes only if $prefix is unset,
49710              as originally patched by Marcel Grunauer.
49711      Branch: perl
49712            ! hints/darwin.sh hints/rhapsody.sh
49713 ____________________________________________________________________________
49714 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
49715         Log: Subject: Re: Patch for hints/darwin.sh
49716              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
49717              Date: Thu, 21 Jun 2001 11:23:46 -0700
49718              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
49719      Branch: perl
49720            ! hints/darwin.sh hints/rhapsody.sh
49721 ____________________________________________________________________________
49722 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
49723         Log: Add .PHONY targets for non-file targets,
49724              from Wilfredo Sánchez.  Should help saying
49725              "make install" on case-insensitive filesystems.
49726      Branch: perl
49727            ! Makefile.SH
49728 ____________________________________________________________________________
49729 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
49730         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
49731              From: Doug MacEachern <dougm@covalent.net>
49732              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
49733              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
49734              
49735              plus reword the getcwd() comment, plus use getcwd() buffer
49736              size minus one.
49737      Branch: perl
49738            ! util.c
49739 ____________________________________________________________________________
49740 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
49741         Log: More gprofing from Doug MacEachern.
49742      Branch: perl
49743            ! Makefile.SH
49744 ____________________________________________________________________________
49745 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
49746         Log: Metaconfig unit change for #10807.
49747      Branch: metaconfig/U/perl
49748            ! d_sfio.U
49749 ____________________________________________________________________________
49750 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
49751         Log: Tell that you are removing the unneeded -lsfio.
49752      Branch: perl
49753            ! Configure
49754 ____________________________________________________________________________
49755 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
49756         Log: More MPE/iX tweaks from Mark Bixby.
49757      Branch: perl
49758            ! perl.c t/op/magic.t
49759 ____________________________________________________________________________
49760 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
49761         Log: The fchdir() proto is supposed to live in <unistd.h>.
49762      Branch: perl
49763            ! ext/Cwd/Cwd.xs
49764 ____________________________________________________________________________
49765 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
49766         Log: This town is too small for the Cwd extension and me,
49767              it would seem...
49768      Branch: perl
49769            ! ext/Cwd/Cwd.xs
49770 ____________________________________________________________________________
49771 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
49772         Log: Metaconfig unit change for #10802.
49773      Branch: metaconfig/U/perl
49774            ! d_modfl.U
49775 ____________________________________________________________________________
49776 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
49777         Log: More d'ohs.
49778      Branch: perl
49779            ! Configure
49780 ____________________________________________________________________________
49781 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
49782         Log: Off-by-one.  I'm so classic.
49783      Branch: perl
49784            ! util.c
49785 ____________________________________________________________________________
49786 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
49787         Log: Update Changes.
49788      Branch: perl
49789            ! Changes patchlevel.h
49790 ____________________________________________________________________________
49791 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
49792         Log: Subject: Documentation patch for Net::FTP
49793              From: Marcel Grunauer <marcel@codewerk.com>
49794              Date: Wed, 20 Jun 2001 23:03:26 +0200
49795              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
49796      Branch: perl
49797            ! lib/Net/FTP.pm
49798 ____________________________________________________________________________
49799 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
49800         Log: Retract the #10417 mg.c and embed.pl parts because of
49801              strange SEGVs in 64bit x86 FreeBSD observed by
49802              Nicholas Clark.
49803      Branch: perl
49804            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
49805 ____________________________________________________________________________
49806 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
49807         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
49808      Branch: perl
49809            ! Configure NetWare/config.wc NetWare/config_H.wc
49810            ! Porting/Glossary Porting/config.sh Porting/config_H
49811            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
49812            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49813            ! vos/config.ga.h win32/config.bc win32/config.gc
49814            ! win32/config.vc win32/config_H.bc win32/config_H.gc
49815            ! win32/config_H.vc
49816 ____________________________________________________________________________
49817 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
49818         Log: Cwd tweak from Doug MacEachern.
49819      Branch: perl
49820            ! ext/Cwd/Cwd.xs
49821 ____________________________________________________________________________
49822 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
49823         Log: Protect the fchdir() and lstat() with ifdefs.
49824              fchdir() needs a Configure probe.
49825      Branch: perl
49826            ! ext/Cwd/Cwd.xs
49827 ____________________________________________________________________________
49828 [ 10794] By: nick                                  on 2001/06/21  17:11:35
49829         Log: Integrate mainline
49830      Branch: perlio
49831           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
49832           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
49833           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
49834           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
49835           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
49836           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
49837           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
49838           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
49839            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
49840            - lib/File/Glob/case.t lib/File/Glob/global.t
49841            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
49842            - lib/File/Temp/posix.t lib/File/Temp/security.t
49843            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
49844            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
49845            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
49846            - lib/Text/Wrap/wrap.t
49847           !> (integrate 41 files)
49848 ____________________________________________________________________________
49849 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
49850         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
49851              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
49852              Date: Thu, 21 Jun 2001 13:04:54 -0500
49853              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
49854      Branch: perl
49855            ! ext/Cwd/Cwd.xs
49856 ____________________________________________________________________________
49857 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
49858         Log: Subject: [PATCH pod] overlong =item
49859              From: Robin Barker <rmb1@cise.npl.co.uk>
49860              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
49861              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
49862      Branch: perl
49863            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
49864            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
49865 ____________________________________________________________________________
49866 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
49867         Log: Subject: [PATCH perlio.c] format 
49868              From: Robin Barker <rmb1@cise.npl.co.uk>
49869              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
49870              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
49871      Branch: perl
49872            ! perlio.c
49873 ____________________________________________________________________________
49874 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
49875         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
49876              From: Radu Greab <radu@netsoft.ro>
49877              Date: Thu, 21 Jun 2001 19:06:02 +0300
49878              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
49879      Branch: perl
49880            ! pod/perlapi.pod sv.c
49881 ____________________________________________________________________________
49882 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
49883         Log: The metaconfig unit changes for #10788.
49884      Branch: metaconfig/U/perl
49885            ! Cross.U fflushall.U
49886 ____________________________________________________________________________
49887 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
49888         Log: Cross-configuration changes: make $from to rm the files
49889              before copying them over (this means that he rm can be
49890              removed from the fflushall test), create $targetmkdir      
49891              (not documented in install since it is supposed to internal
49892              use only), make $run to copy over the executable only if
49893              a stamp file .xok doesn't already exist (to avoid unnecessary
49894              copying of the executable)
49895      Branch: perl
49896            ! Configure Makefile.SH
49897 ____________________________________________________________________________
49898 [ 10787] By: nick                                  on 2001/06/21  14:16:18
49899         Log: Integrate mainline
49900      Branch: perlio
49901           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
49902           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
49903           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
49904            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
49905           !> (integrate 34 files)
49906 ____________________________________________________________________________
49907 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
49908         Log: Re-add the files as text.
49909      Branch: perl
49910            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
49911 ____________________________________________________________________________
49912 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
49913         Log: Delete the binary files.
49914      Branch: perl
49915            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
49916 ____________________________________________________________________________
49917 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
49918         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
49919              From: Andy Dougherty <doughera@lafayette.edu>
49920              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
49921              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
49922      Branch: perl
49923            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
49924            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
49925            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
49926            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
49927 ____________________________________________________________________________
49928 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
49929         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
49930              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
49931              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
49932              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
49933              
49934              Setting umask to something friendlier.
49935      Branch: perl
49936            ! installman installperl
49937 ____________________________________________________________________________
49938 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
49939         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
49940              Resort MANIFEST with sort -f, looks much better.
49941      Branch: perl
49942            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
49943            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
49944            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
49945            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
49946            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
49947            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
49948            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
49949            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
49950            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
49951            - lib/File/Glob/case.t lib/File/Glob/global.t
49952            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
49953            - lib/File/Temp/posix.t lib/File/Temp/security.t
49954            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
49955            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
49956            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
49957            - lib/Text/Wrap/wrap.t
49958            ! MANIFEST
49959 ____________________________________________________________________________
49960 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
49961         Log: Upgrade to I18N::LangTags 0.25.
49962      Branch: perl
49963            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
49964            ! lib/I18N/LangTags/List.pm
49965 ____________________________________________________________________________
49966 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
49967         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
49968              From: Richard Soderberg <rs@crystalflame.net>
49969              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
49970              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
49971      Branch: perl
49972            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
49973            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
49974 ____________________________________________________________________________
49975 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
49976         Log: Test obsoleted by change #10777.
49977      Branch: perl
49978            ! t/op/sub_lval.t
49979 ____________________________________________________________________________
49980 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
49981         Log: Case of confused test numbering.
49982      Branch: perl
49983            ! t/op/pat.t
49984 ____________________________________________________________________________
49985 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
49986         Log: Subject: Re: Opinion on undef lvalue
49987              From: Abhijit Menon-Sen <ams@wiw.org>
49988              Date: Sun, 17 Jun 2001 13:04:46 +0530
49989              Message-ID: <20010617130446.B27925@lustre.linux.in>
49990              
49991              Allow lvalue subs to return undef in array context.
49992      Branch: perl
49993            ! pp_hot.c
49994 ____________________________________________________________________________
49995 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
49996         Log: Just a guess that using the same hack for cygwin as
49997              for win32 might help.
49998      Branch: perl
49999            ! lib/File/Find/find.t
50000 ____________________________________________________________________________
50001 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
50002         Log: NetWare tweaks from Guruprasad.
50003      Branch: perl
50004            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
50005            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
50006            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
50007            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
50008 ____________________________________________________________________________
50009 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
50010         Log: Subject: Re: perl@10722: Bogus warnings on REs 
50011              From: Hugo <hv@crypt.compulink.co.uk>
50012              Date: Thu, 21 Jun 2001 09:51:17 +0100
50013              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
50014              
50015              Unroll to avoid a UTS compiler bug.
50016      Branch: perl
50017            ! regcomp.c
50018 ____________________________________________________________________________
50019 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
50020         Log: Subject: Re: [PATCH] Make /o work under i?threads
50021              From: Artur Bergman <artur@contiller.se>
50022              Date: Thu, 21 Jun 2001 14:38:03 +0200
50023              Message-ID: <B757B74A.184D%artur@contiller.se>
50024      Branch: perl
50025            ! t/op/pat.t
50026 ____________________________________________________________________________
50027 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
50028         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
50029              From: Artur Bergman <artur@contiller.se> 
50030              Date: Thu, 21 Jun 2001 14:27:33 +0200
50031              Message-ID: <B757B4D4.1849%artur@contiller.se>
50032              
50033              Plus extra parentheses.
50034      Branch: perl
50035            ! op.h
50036 ____________________________________________________________________________
50037 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
50038         Log: Subject: [PATCH] Make /o work under i?threads
50039              From: Richard Soderberg <rs@crystalflame.net>
50040              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
50041              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
50042      Branch: perl
50043            ! pp_ctl.c
50044 ____________________________________________________________________________
50045 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
50046         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
50047              From: Artur Bergman <artur@contiller.se>
50048              Date: Thu, 21 Jun 2001 14:04:54 +0200
50049              Message-ID: <B757AF86.1842%artur@contiller.se>
50050      Branch: perl
50051            ! op.h
50052 ____________________________________________________________________________
50053 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
50054         Log: Subject: Re: perl@10765: sv.c not OK on win32
50055              From: Artur Bergman <artur@contiller.se>
50056              Date: Thu, 21 Jun 2001 10:31:06 +0200
50057              Message-ID: <B7577D69.182C%artur@contiller.se>
50058      Branch: perl
50059            ! sv.c
50060 ____________________________________________________________________________
50061 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
50062         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
50063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50064              Date: Thu, 21 Jun 2001 06:23:56 -0400
50065              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
50066              
50067              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
50068              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50069              Date: Thu, 21 Jun 2001 06:32:21 -0400
50070              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
50071      Branch: perl
50072            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
50073 ____________________________________________________________________________
50074 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
50075         Log: Subject: [PATCH] make syslog test more verbose
50076              From: Robert Spier <rspier@pobox.com>
50077              Date: Thu, 21 Jun 2001 00:54:32 -0400
50078              Message-ID: <15153.32264.295807.333073@rls.cx>
50079      Branch: perl
50080            ! ext/Sys/Syslog/syslog.t
50081 ____________________________________________________________________________
50082 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
50083         Log: Subject: op/study.t refinements
50084              From: Hugo <hv@crypt.compulink.co.uk>
50085              Date: Thu, 21 Jun 2001 00:29:07 +0100
50086              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
50087      Branch: perl
50088            ! t/op/study.t
50089 ____________________________________________________________________________
50090 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
50091         Log: Update Changes.
50092      Branch: perl
50093            ! Changes patchlevel.h
50094 ____________________________________________________________________________
50095 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
50096         Log: Subject: Re: [PATCH] djgpp updates
50097              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
50098              Date: Wed, 20 Jun 2001 10:05:15 +0200
50099              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
50100      Branch: perl
50101            ! djgpp/config.over
50102 ____________________________________________________________________________
50103 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
50104         Log: Fix for ID 20010619.002 "When building hash, hash keys that
50105              are function calls are not being called", from Abhijit.
50106      Branch: perl
50107            ! t/base/lex.t toke.c
50108 ____________________________________________________________________________
50109 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
50110         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
50111      Branch: perl
50112            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
50113            + lib/Locale/Maketext/test.pl
50114            - lib/Locale/Maketext.t
50115            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
50116            ! lib/Locale/Maketext/TPJ13.pod
50117 ____________________________________________________________________________
50118 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
50119         Log: Metaconfig unit change for #10760.
50120      Branch: metaconfig
50121            ! U/modified/Cppsym.U
50122 ____________________________________________________________________________
50123 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
50124         Log: Do not remove the ccsym* Cppsym* files since
50125              they are useful for metaconfig units coming after us.
50126              (This is the Configure nit mentioned in #10752.)
50127      Branch: perl
50128            ! Configure
50129 ____________________________________________________________________________
50130 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
50131         Log: Update to I18N::LangTags 0.24, from Sean Burke.
50132      Branch: perl
50133            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
50134            + lib/I18N/LangTags/README
50135            - lib/I18N/LangTags/List.pod
50136            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
50137 ____________________________________________________________________________
50138 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
50139         Log: Regen headers.
50140      Branch: perl
50141            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
50142            ! pod/perlapi.pod proto.h
50143 ____________________________________________________________________________
50144 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
50145         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
50146              From: Artur Bergman <artur@contiller.se>
50147              Date: Wed, 20 Jun 2001 11:31:32 +0200
50148              Message-ID: <B7563A14.17D8%artur@contiller.se>
50149      Branch: perl
50150            ! embed.pl hv.c intrpvar.h sv.c sv.h
50151 ____________________________________________________________________________
50152 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
50153         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
50154              From: Tim Sweetman <tim@aldigital.co.uk> 
50155              Date: Wed, 13 Jun 2001 14:25:17 +0100 
50156              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
50157      Branch: perl
50158            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
50159 ____________________________________________________________________________
50160 [ 10755] By: nick                                  on 2001/06/20  16:12:37
50161         Log: Integrate mainline
50162      Branch: perlio
50163           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
50164           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
50165           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
50166           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
50167           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
50168           !> t/op/study.t util.c
50169 ____________________________________________________________________________
50170 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
50171         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
50172              but not Makefile)
50173      Branch: maint-5.6/perl
50174            ! win32/Makefile
50175 ____________________________________________________________________________
50176 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
50177         Log: Security tweak on readlink().
50178      Branch: perl
50179            ! pp_sys.c
50180 ____________________________________________________________________________
50181 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
50182         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
50183      Branch: perl
50184            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
50185            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
50186            ! mpeix/relink t/op/pwent.t
50187 ____________________________________________________________________________
50188 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
50189         Log: Reinstate #10725 (with probe for alarm()).
50190      Branch: perl
50191            ! t/op/study.t
50192 ____________________________________________________________________________
50193 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
50194         Log: Replace our implementation of realpath() with OpenBSD's
50195              (src/lib/libc/stdlib/realpath.c 1.4).
50196      Branch: perl
50197            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
50198            ! pod/perldiag.pod proto.h util.c
50199 ____________________________________________________________________________
50200 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
50201         Log: Integrate perlio:
50202              
50203              [ 10747]
50204              Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
50205      Branch: perl
50206           !> perlio.c
50207 ____________________________________________________________________________
50208 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
50209         Log: No point in going into memory-saving contortions
50210              with getcwd() since there's a danger of buffer overflow.
50211              Also make the POSIX extension to use sv_getcwd().
50212              Finally, a missed proto.h fragment.
50213      Branch: perl
50214            ! ext/POSIX/POSIX.xs proto.h util.c
50215 ____________________________________________________________________________
50216 [ 10747] By: nick                                  on 2001/06/20  12:38:26
50217         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
50218      Branch: perlio
50219            ! perlio.c
50220 ____________________________________________________________________________
50221 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
50222         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
50223              From: Graham Barr <gbarr@pobox.com>
50224              Date: Wed, 20 Jun 2001 11:05:49 +0100
50225              Message-ID: <20010620110549.I19188@pobox.com>
50226              
50227              reported in        
50228              
50229              Subject: Bug in IO::Socket::INET module (repeat)
50230              From: "Harmon S. Nine" <hnine@netarx.com>
50231              Date: Tue, 19 Jun 2001 09:41:35 -0400
50232              Message-ID: <3B2F568F.8080605@netarx.com>
50233              
50234              The bug was that the IO::Socket::INET constructor
50235              did not allow a 'LocalPort' of 0.
50236      Branch: perl
50237            ! ext/IO/lib/IO/Socket/INET.pm
50238 ____________________________________________________________________________
50239 [ 10745] By: nick                                  on 2001/06/20  08:56:39
50240         Log: Integrate mainline.
50241      Branch: perlio
50242           !> (integrate 37 files)
50243 ____________________________________________________________________________
50244 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
50245         Log: After some reading I don't think we can blindly
50246              use systems' realpath().  Too many security problems,
50247              too many buggy implementations.
50248              
50249              TODO: the realpath() emulation code in util.c doesn't
50250              seem fully operational?  (readlink(), for example?)
50251      Branch: perl
50252            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
50253            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
50254            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
50255            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
50256            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
50257            ! win32/config_H.gc win32/config_H.vc
50258 ____________________________________________________________________________
50259 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
50260         Log: Metaconfig unit change for #10738.
50261      Branch: metaconfig
50262            ! U/compline/d_gconvert.U
50263 ____________________________________________________________________________
50264 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
50265         Log: Integrate change #10739 from maintperl:
50266              
50267              C<eval "/x$\r\n/x"> fails to compile correctly 
50268      Branch: perl
50269           !> t/op/pat.t toke.c
50270 ____________________________________________________________________________
50271 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
50272         Log: Retract #10725 (Hugo asked NOT to apply the patch)
50273      Branch: perl
50274            ! t/op/study.t
50275 ____________________________________________________________________________
50276 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
50277         Log: The test.third results were funnily named because of the
50278              new test scheme.
50279      Branch: perl
50280            ! t/TEST
50281 ____________________________________________________________________________
50282 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
50283         Log: C<eval "/x$\r\n/x"> fails to compile correctly
50284      Branch: maint-5.6/perl
50285            ! t/op/pat.t toke.c
50286 ____________________________________________________________________________
50287 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
50288         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
50289              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50290              Date: Tue, 19 Jun 2001 19:15:40 -0400
50291              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
50292              
50293              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
50294              because "1e+129" being expected but "1.e+129" being returned.
50295              The culprit (at least in Tru64) is the use of gcvt().
50296      Branch: perl
50297            ! Configure
50298 ____________________________________________________________________________
50299 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
50300         Log: Subject: [PATCH perl@10722] test hunting on VMS
50301              From: "Craig A. Berry" <craigberry@mac.com>
50302              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
50303              Date: Tue, 19 Jun 2001 18:59:01 -0500
50304      Branch: perl
50305            ! vms/test.com
50306 ____________________________________________________________________________
50307 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
50308         Log: Subject: [PATCH] s/typos//
50309              From: Abhijit Menon-Sen <ams@wiw.org>
50310              Date: Wed, 20 Jun 2001 02:15:02 +0530
50311              Message-ID: <20010620021502.A14541@lustre.linux.in>
50312              
50313              Without the op.h s/bearword/bareword/ hunk, see
50314              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
50315      Branch: perl
50316            ! util.c
50317 ____________________________________________________________________________
50318 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
50319         Log: Metaconfig unit change for #10732 and #10733.
50320      Branch: metaconfig/U/perl
50321            ! fflushall.U
50322 ____________________________________________________________________________
50323 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
50324         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
50325              From: "Craig A. Berry" <craigberry@mac.com>
50326              Date: Tue, 19 Jun 2001 17:19:48 -0500
50327              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
50328      Branch: perl
50329            ! configure.com vms/descrip_mms.template
50330 ____________________________________________________________________________
50331 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
50332         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
50333              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50334              Date: Tue, 19 Jun 2001 16:48:07 -0400
50335              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
50336              
50337              Further fixes to fflush(NULL) detection.
50338      Branch: perl
50339            ! Configure
50340 ____________________________________________________________________________
50341 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
50342         Log: AIX test -s hangs with non-existent files?
50343              (A genuine logic bug in Configure, but AIX also broken?)
50344      Branch: perl
50345            ! Configure
50346 ____________________________________________________________________________
50347 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
50348         Log: AUTHORS updates.
50349      Branch: perl
50350            ! AUTHORS
50351 ____________________________________________________________________________
50352 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
50353         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
50354              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50355              Date: Tue, 19 Jun 2001 15:33:25 -0400
50356              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
50357      Branch: perl
50358            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
50359            ! t/lib/warnings/pp
50360 ____________________________________________________________________________
50361 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
50362         Log: Integrate perlio:
50363              
50364              [ 10728]
50365              Hack File/Find/find.t to use File::Spec::Unix on Win32.
50366      Branch: perl
50367           !> lib/File/Find/find.t win32/distclean.bat
50368 ____________________________________________________________________________
50369 [ 10728] By: nick                                  on 2001/06/19  18:24:53
50370         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
50371      Branch: perlio
50372            ! lib/File/Find/find.t win32/distclean.bat
50373 ____________________________________________________________________________
50374 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
50375         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
50376              also add information how to find out whether one has PerlIO.
50377      Branch: perl
50378            ! pod/perlfunc.pod
50379 ____________________________________________________________________________
50380 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
50381         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
50382              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
50383              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
50384              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
50385      Branch: perl
50386            ! pod/perlfunc.pod
50387 ____________________________________________________________________________
50388 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
50389         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
50390              From: Hugo <hv@crypt.compulink.co.uk>
50391              Date: Tue, 19 Jun 2001 12:37:30 +0100
50392              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
50393      Branch: perl
50394            ! t/op/study.t
50395 ____________________________________________________________________________
50396 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
50397         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
50398              From: Hugo <hv@crypt.compulink.co.uk>
50399              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
50400              Date: Tue, 19 Jun 2001 13:15:17 +0100
50401      Branch: perl
50402            ! util.c
50403 ____________________________________________________________________________
50404 [ 10723] By: nick                                  on 2001/06/19  14:46:15
50405         Log: Integrate mainline
50406      Branch: perlio
50407           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
50408           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
50409           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
50410           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
50411           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
50412           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
50413            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50414            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50415            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50416            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50417            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50418            - ext/Thread/unsync4.t
50419           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
50420           !> djgpp/config.over djgpp/fixpmain
50421           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
50422           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
50423           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
50424 ____________________________________________________________________________
50425 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
50426         Log: Update Changes.
50427      Branch: perl
50428            ! Changes patchlevel.h
50429 ____________________________________________________________________________
50430 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
50431         Log: The existence shall be MANIFESted.
50432      Branch: perl
50433            ! MANIFEST
50434 ____________________________________________________________________________
50435 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
50436         Log: The old libnet.cfg is first searched from the current directory,
50437              only then from the module path.
50438      Branch: perl
50439            ! utils/libnetcfg.PL
50440 ____________________________________________________________________________
50441 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
50442         Log: NetWare tweaks from Guruprasad.
50443      Branch: perl
50444            ! NetWare/Makefile NetWare/config.wc
50445 ____________________________________________________________________________
50446 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
50447         Log: Subject: [PATCH] djgpp updates
50448              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
50449              Date: Tue, 19 Jun 2001 10:59:06 +0200
50450              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
50451      Branch: perl
50452            ! djgpp/config.over djgpp/fixpmain
50453 ____________________________________________________________________________
50454 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
50455         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
50456              From: Prymmer/Kahn <pvhp@best.com>
50457              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
50458              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
50459      Branch: perl
50460            ! win32/Makefile
50461 ____________________________________________________________________________
50462 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
50463         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
50464              to happen right after the inclusion of <inttypes.h>,
50465              from Edward Moy.
50466      Branch: perl
50467            ! handy.h perl.h
50468 ____________________________________________________________________________
50469 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
50470         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
50471              From: Doug MacEachern <dougm@covalent.net>
50472              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
50473              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
50474      Branch: perl
50475            ! ext/DynaLoader/DynaLoader_pm.PL
50476 ____________________________________________________________________________
50477 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
50478         Log: Revert #10656 for performance reasons but leave in the
50479              use of Hv*() macros -- in comments, so that grepping the
50480              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
50481              suggested by Sarathy, also by Abhijit.)
50482      Branch: perl
50483            ! hv.c
50484 ____________________________________________________________________________
50485 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
50486         Log: Subject: [patch] .s MakeMaker suffix
50487              From: Doug MacEachern <dougm@covalent.net>
50488              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
50489              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
50490      Branch: perl
50491            ! lib/ExtUtils/MM_Unix.pm
50492 ____________________________________________________________________________
50493 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
50494         Log: One test lost in the big shuffle restored.
50495      Branch: perl
50496            + ext/IPC/SysV/ipcsysv.t
50497            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
50498 ____________________________________________________________________________
50499 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
50500         Log: Rename the old non-standard threads tests so that
50501              they won't be invoked.
50502      Branch: perl
50503            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
50504            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
50505            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
50506            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
50507            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
50508            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
50509            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50510            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50511            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50512            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50513            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50514            - ext/Thread/unsync4.t
50515            ! MANIFEST
50516 ____________________________________________________________________________
50517 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
50518         Log: Integrate perlio:
50519              
50520              [ 10708]
50521              Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
50522              
50523              [ 10678]
50524              Integrate mainline (part2 - the deletes)
50525      Branch: perl
50526           !> win32/config_sh.PL
50527 ____________________________________________________________________________
50528 [ 10709] By: nick                                  on 2001/06/19  08:18:18
50529         Log: Integrate mainline
50530      Branch: perlio
50531           +> (branch 40 files)
50532            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
50533            - lib/strict/subs lib/strict/vars lib/warnings/1global
50534            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
50535            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
50536            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
50537            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
50538            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
50539            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
50540            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
50541            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
50542            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
50543            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
50544            - lib/warnings/utf8 lib/warnings/util
50545           !> (integrate 57 files)
50546 ____________________________________________________________________________
50547 [ 10708] By: nick                                  on 2001/06/19  07:57:10
50548         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
50549      Branch: perlio
50550            ! win32/config_sh.PL
50551 ____________________________________________________________________________
50552 [ 10707] By: nick                                  on 2001/06/19  07:05:07
50553         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
50554      Branch: perl
50555            ! perly.c perly.y perly_c.diff vms/perly_c.vms
50556 ____________________________________________________________________________
50557 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
50558         Log: More perl572delta tweaks.
50559      Branch: perl
50560            ! pod/perl572delta.pod
50561 ____________________________________________________________________________
50562 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
50563         Log: Update perl572delta.
50564      Branch: perl
50565            ! pod/perl572delta.pod
50566 ____________________________________________________________________________
50567 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
50568         Log: VOS updates from Paul Green.
50569      Branch: perl
50570            ! vos/Changes vos/build.cm vos/perl.bind
50571 ____________________________________________________________________________
50572 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
50573         Log: Update the vos/config.*.* files.
50574      Branch: perl
50575            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50576            ! vos/config.ga.h
50577 ____________________________________________________________________________
50578 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
50579         Log: Add a makefile for more painless adding of symbols to the
50580              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
50581              takes care of the adding)
50582      Branch: perl
50583            + vos/Makefile
50584 ____________________________________________________________________________
50585 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
50586         Log: Make libnetcfg by default display the libnet configuration,
50587              -c to change, add -i for old config, document all options,
50588              regen toc.
50589      Branch: perl
50590            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
50591 ____________________________________________________________________________
50592 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
50593         Log: gcc -Wall sweep.
50594      Branch: perl
50595            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
50596 ____________________________________________________________________________
50597 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
50598         Log: So there.
50599      Branch: perl
50600            ! universal.c
50601 ____________________________________________________________________________
50602 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
50603         Log: Document the need for sv_printify().
50604              
50605              Document that 'use utf8' has been considered.
50606              
50607              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
50608      Branch: perl
50609            ! pod/perltodo.pod universal.c
50610 ____________________________________________________________________________
50611 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
50612         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
50613              From: Nicholas Clark <nick@ccl4.org>
50614              Date: Mon, 18 Jun 2001 23:29:23 +0100
50615              Message-ID: <20010618232923.I98663@plum.flirble.org>
50616      Branch: perl
50617            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
50618            ! ext/Sys/Syslog/Makefile.PL
50619 ____________________________________________________________________________
50620 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
50621         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
50622              From: Scott.L.Miller@Compaq.com
50623              Date: Mon, 18 Jun 2001 10:12:27 -0500
50624              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
50625      Branch: perl
50626            ! lib/perl5db.pl pod/perldebug.pod
50627 ____________________________________________________________________________
50628 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
50629         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
50630              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
50631              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
50632              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
50633      Branch: perl
50634            ! lib/Carp/Heavy.pm
50635 ____________________________________________________________________________
50636 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
50637         Log: Subject: [PATCH] Documentation changes for CLONE
50638              From: Artur Bergman <artur@contiller.se>
50639              Date: Mon, 18 Jun 2001 22:06:37 +0200
50640              Message-ID: <B7542BEC.1719%artur@contiller.se>
50641      Branch: perl
50642            ! pod/perlmod.pod pod/perlsub.pod
50643 ____________________________________________________________________________
50644 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
50645         Log: Subject: Re: configure.com
50646              From: "Craig A. Berry" <craigberry@mac.com>
50647              Date: Mon, 18 Jun 2001 16:04:38 -0500
50648              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
50649      Branch: perl
50650            ! configure.com
50651 ____________________________________________________________________________
50652 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
50653         Log: Subject: PL_nullstash + perl_clone()
50654              From: Doug MacEachern <dougm@covalent.net>
50655              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
50656              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
50657      Branch: perl
50658            ! sv.c
50659 ____________________________________________________________________________
50660 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
50661         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
50662              From: davem@fdgroup.co.uk
50663              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
50664              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
50665      Branch: perl
50666            ! embed.pl pod/perlapi.pod
50667 ____________________________________________________________________________
50668 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
50669         Log: More cross-compilation defaults gleaned from -Dcc
50670              if it is CPU-OS-gcc.
50671      Branch: metaconfig
50672            ! U/modified/libc.U
50673      Branch: metaconfig/U/perl
50674            ! Cross.U
50675      Branch: perl
50676            ! Configure INSTALL
50677 ____________________________________________________________________________
50678 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
50679         Log: Update Changes.
50680      Branch: perl
50681            ! Changes patchlevel.h
50682 ____________________________________________________________________________
50683 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
50684         Log: Subject: [PATCH 5.7.1] sv.c documentation
50685              From: davem@fdgroup.co.uk
50686              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
50687              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
50688      Branch: perl
50689            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
50690            ! sv.c sv.h
50691 ____________________________________________________________________________
50692 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
50693         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
50694              From: "Jon Gunnip" <jongunnip@hotmail.com>
50695              Date: Sun, 17 Jun 2001 18:24:29 -0400
50696              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
50697      Branch: perl
50698            ! pod/perlvar.pod
50699 ____________________________________________________________________________
50700 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
50701         Log: Move the locale/strict/warnings helper files back
50702              under the t/lib; this way the amount of non-installabled
50703              stuff under lib/ stays smaller.
50704      Branch: perl
50705            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
50706            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
50707            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
50708            + t/lib/warnings/5nolint t/lib/warnings/6default
50709            + t/lib/warnings/7fatal t/lib/warnings/8signal
50710            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
50711            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
50712            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
50713            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
50714            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
50715            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
50716            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
50717            + t/lib/warnings/taint t/lib/warnings/toke
50718            + t/lib/warnings/universal t/lib/warnings/utf8
50719            + t/lib/warnings/util
50720            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
50721            - lib/strict/subs lib/strict/vars lib/warnings/1global
50722            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
50723            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
50724            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
50725            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
50726            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
50727            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
50728            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
50729            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
50730            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
50731            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
50732            - lib/warnings/utf8 lib/warnings/util
50733            ! MANIFEST installperl lib/locale.t lib/strict.t
50734 ____________________________________________________________________________
50735 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
50736         Log: Split off the pack/unpack code, from Nicholas Clark.
50737      Branch: perl
50738            + pp_pack.c
50739            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
50740            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
50741            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
50742 ____________________________________________________________________________
50743 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
50744         Log: Guard the SysV IPC tests against being invoked in
50745              SysV-IPC-less places.
50746      Branch: perl
50747            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
50748 ____________________________________________________________________________
50749 [ 10683] By: nick                                  on 2001/06/18  12:24:42
50750         Log: Integrate mainline (new test scheme now ok on Linux).
50751      Branch: perlio
50752           +> lib/warnings.t
50753           !> dump.c sv.c
50754 ____________________________________________________________________________
50755 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
50756         Log: Add the locale.c and numeric.c to the microperl sources.
50757      Branch: perl
50758            ! Makefile.micro win32/Makefile
50759 ____________________________________________________________________________
50760 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
50761         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
50762              From: Abhijit Menon-Sen <ams@wiw.org>
50763              Date: Mon, 18 Jun 2001 14:23:44 +0530
50764              Message-ID: <20010618142344.A13136@lustre.linux.in>
50765      Branch: perl
50766            ! dump.c
50767 ____________________________________________________________________________
50768 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
50769         Log: Subject: Re: [PATCH] more anonymous stash cleanups
50770              From: Abhijit Menon-Sen <ams@wiw.org>
50771              Date: Mon, 18 Jun 2001 15:50:32 +0530
50772              Message-ID: <20010618155032.A13223@lustre.linux.in>
50773              
50774              Plus the comment left in as suggested by NI-S.
50775      Branch: perl
50776            ! sv.c
50777 ____________________________________________________________________________
50778 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
50779         Log: One missed file.
50780      Branch: perl
50781            + lib/warnings.t
50782 ____________________________________________________________________________
50783 [ 10678] By: nick                                  on 2001/06/18  08:05:29
50784         Log: Integrate mainline (part2 - the deletes)
50785      Branch: perlio
50786            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
50787            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
50788            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
50789            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
50790            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
50791            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
50792            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
50793            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
50794            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
50795            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
50796            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
50797 ____________________________________________________________________________
50798 [ 10677] By: nick                                  on 2001/06/18  08:04:44
50799         Log: Integrate mainline (part1)
50800      Branch: perlio
50801           +> (branch 376 files)
50802            - (delete 219 files)
50803           !> (integrate 151 files)
50804 ____________________________________________________________________________
50805 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
50806         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
50807              No doubt I made some mistakes like missed some files or
50808              misnamed some files.  The naming rules were more or less:
50809              (1) if the module is from CPAN, follows its ways, be it
50810              t/*.t or test.pl.
50811              (2) otherwise if there are multiple tests for a module
50812              put them in a t/
50813              (3) otherwise if there's only one test put it in Module.t
50814              (4) helper files go to module/ (locale, strict, warnings)
50815              (5) use longer filenames now that we can (but e.g. the
50816              compat-0.6.t and the Text::Balanced test files still
50817              were renamed to be more civil against the 8.3 people)
50818              installperl was updated appropriately not to install the
50819              *.t files or the help files from under lib.
50820              
50821              TODO: some helper files still remain under t/ that could
50822              follow their 'masters'.  UPDATE: On second thoughts, why
50823              should they.  They can continue to live under t/lib, and
50824              in fact the locale/strict/warnings helpers that were moved
50825              could be moved back.  This way the amount of non-installable
50826              stuff under lib/ stays smaller.
50827      Branch: perl
50828            + (add 253 files)
50829            - (delete 254 files)
50830            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
50831 ____________________________________________________________________________
50832 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
50833         Log: The warning no more comes from util.c, it comes from numeric.c.
50834      Branch: perl
50835            ! README.tru64
50836 ____________________________________________________________________________
50837 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
50838         Log: Subject: Re: anyone good at casting spells?
50839              From: Spider Boardman <spider@Orb.Nashua.NH.US>
50840              Date: Sun, 17 Jun 2001 21:21:04 -0400
50841              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
50842      Branch: perl
50843            ! ext/POSIX/POSIX.xs hv.h
50844 ____________________________________________________________________________
50845 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
50846         Log: Protect the (original) thread tests against testing if no 5.005
50847              threads have been configured.
50848      Branch: perl
50849            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
50850            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
50851            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
50852            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
50853            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
50854            ! ext/Thread/unsync4.t
50855 ____________________________________________________________________________
50856 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
50857         Log: Try the new test scanning scheme on Text::Abbrev.
50858      Branch: perl
50859            + lib/Text/Abbrev.t
50860            - lib/Text/Abbrev/t/abbrev.t
50861            ! MANIFEST
50862 ____________________________________________________________________________
50863 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
50864         Log: Change the scan policy of the *.t and test.pl files,
50865              now the *.t do not need to live in a t/ directory.
50866      Branch: perl
50867            ! t/TEST t/harness
50868 ____________________________________________________________________________
50869 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
50870         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
50871              From: Ilmari Karonen <iltzu@sci.fi>
50872              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
50873              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
50874      Branch: perl
50875            ! pod/perlfaq7.pod
50876 ____________________________________________________________________________
50877 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
50878         Log: Quench the warnings from Tru64; the HP-UX is still
50879              broken because it really, REALLY, doesn't like the
50880              HvARRAY() being lvalue:
50881              
50882              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
50883              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
50884      Branch: perl
50885            ! hv.c
50886 ____________________________________________________________________________
50887 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
50888         Log: Integrate change #10667 from maintperl:
50889              
50890              change#10449 broke the special-case that makes lexicals inside the
50891              eval"" within DB::DB() visible
50892      Branch: perl
50893           !> op.c
50894 ____________________________________________________________________________
50895 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
50896         Log: change#10449 broke the special-case that makes lexicals inside the
50897              eval"" within DB::DB() visible
50898      Branch: maint-5.6/perl
50899            ! op.c
50900 ____________________________________________________________________________
50901 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
50902         Log: Still spurious output; indent the code a bit.
50903              
50904              TODO1: separate the utility functions like MkDir
50905              into a helper script?
50906              
50907              TODO2: I see a lot of repetition in the filepath()
50908              and dirpath() calls.
50909      Branch: perl
50910            ! t/lib/filefind.t t/lib/findtaint.t
50911 ____________________________________________________________________________
50912 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
50913         Log: Regen modlib, toc.
50914      Branch: perl
50915            ! pod/perlmodlib.pod pod/perltoc.pod
50916 ____________________________________________________________________________
50917 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
50918         Log: Add libnetcfg to perlutil.
50919      Branch: perl
50920            ! pod/perlutil.pod
50921 ____________________________________________________________________________
50922 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
50923         Log: Initial integration of libnet-1.0703.
50924              The Configure script renamed as libnetcfg, will be
50925              installed along other utilities.
50926      Branch: perl
50927            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
50928            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
50929            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
50930            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
50931            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
50932            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
50933            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
50934            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
50935            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
50936            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
50937            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
50938            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
50939            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
50940            + utils/libnetcfg.PL
50941            ! MANIFEST utils.lst utils/Makefile
50942 ____________________________________________________________________________
50943 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
50944         Log: Less potentially test-harness-confusing output.
50945      Branch: perl
50946            ! lib/Memoize/t/expire_module_t.t
50947 ____________________________________________________________________________
50948 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
50949         Log: The final print annoys make test.
50950      Branch: perl
50951            ! t/lib/filefind.t t/lib/findtaint.t
50952 ____________________________________________________________________________
50953 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
50954         Log: Add an option for handling dangling symbolic links.
50955      Branch: perl
50956            ! lib/File/Find.pm t/lib/filefind.t
50957 ____________________________________________________________________________
50958 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
50959         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
50960              From: Thomas Wegner <wegner_thomas@yahoo.com>
50961              Date: Sun, 17 Jun 2001 14:43:11 +0200
50962              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
50963      Branch: perl
50964            + t/lib/findtaint.t
50965            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
50966 ____________________________________________________________________________
50967 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
50968         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
50969              From: Jonathan Stowe <gellyfish@gellyfish.com>
50970              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
50971              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
50972      Branch: perl
50973            ! lib/ExtUtils/MM_Unix.pm
50974 ____________________________________________________________________________
50975 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
50976         Log: Subject: [PATCH] more anonymous stash cleanups
50977              From: Abhijit Menon-Sen <ams@wiw.org>
50978              Date: Sun, 17 Jun 2001 11:44:06 +0530
50979              Message-ID: <20010617114406.A25203@lustre.linux.in>
50980      Branch: perl
50981            ! op.c
50982 ____________________________________________________________________________
50983 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
50984         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
50985              From: Abhijit Menon-Sen <ams@wiw.org>
50986              Date: Sun, 17 Jun 2001 08:02:59 +0530
50987              Message-ID: <20010617080259.A28776@lustre.linux.in>
50988              
50989              Subject: [PATCH #2/7] xhv_eiter
50990              From: Abhijit Menon-Sen <ams@wiw.org>
50991              Date: Sun, 17 Jun 2001 08:13:18 +0530
50992              Message-ID: <20010617081318.B28776@lustre.linux.in>
50993              
50994              Subject: [PATCH #3/7] xhv_fill
50995              From: Abhijit Menon-Sen <ams@wiw.org>
50996              Date: Sun, 17 Jun 2001 08:25:16 +0530
50997              Message-ID: <20010617082516.C28776@lustre.linux.in>
50998              
50999              Subject: [PATCH #4/7] xhv_keys
51000              From: Abhijit Menon-Sen <ams@wiw.org>
51001              Date: Sun, 17 Jun 2001 08:36:17 +0530
51002              Message-ID: <20010617083617.D28776@lustre.linux.in>
51003              
51004              Subject: [PATCH #5/7] xhv_max
51005              From: Abhijit Menon-Sen <ams@wiw.org>
51006              Date: Sun, 17 Jun 2001 08:39:48 +0530
51007              Message-ID: <20010617083948.E28776@lustre.linux.in>
51008              
51009              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
51010              From: Abhijit Menon-Sen <ams@wiw.org>
51011              Date: Sun, 17 Jun 2001 08:51:11 +0530
51012              Message-ID: <20010617085111.F28776@lustre.linux.in>
51013      Branch: perl
51014            ! hv.c
51015 ____________________________________________________________________________
51016 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
51017         Log: Update Changes.
51018      Branch: perl
51019            ! Changes patchlevel.h
51020 ____________________________________________________________________________
51021 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
51022         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
51023              From: Abhijit Menon-Sen <ams@wiw.org>
51024              Date: Sat, 16 Jun 2001 07:41:19 +0530
51025              Message-ID: <20010616074119.A24720@lustre.linux.in>
51026      Branch: perl
51027            ! hv.c perl.c vms/vmsish.h win32/win32.h
51028 ____________________________________________________________________________
51029 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
51030         Log: Document tests failing when threaded, since we now have more.
51031      Branch: perl
51032            ! pod/perl572delta.pod
51033 ____________________________________________________________________________
51034 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
51035         Log: -Wall cleanup.
51036      Branch: perl
51037            ! ext/Thread/Thread.xs
51038 ____________________________________________________________________________
51039 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
51040         Log: pthread_attr_setstacksize() isn't absolutely necessary
51041              to call, only iff THREAD_CREATE_NEEDS_STACK.
51042      Branch: perl
51043            ! ext/Thread/Thread.xs
51044 ____________________________________________________________________________
51045 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
51046         Log: -Wall strays.
51047      Branch: perl
51048            ! perl.c util.c
51049 ____________________________________________________________________________
51050 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
51051         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
51052              (and INT64_MIN) brokenness.
51053      Branch: perl
51054            ! hints/darwin.sh perl.h
51055 ____________________________________________________________________________
51056 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
51057         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
51058              From: Nicholas Clark <nick@ccl4.org>
51059              Date: Sun, 17 Jun 2001 00:16:05 +0100
51060              Message-ID: <20010617001605.V98663@plum.flirble.org>
51061      Branch: perl
51062            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
51063            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
51064            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51065 ____________________________________________________________________________
51066 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
51067         Log: Add perlnetware to docs; regen toc; supply skeleton
51068              docs for some Memoize submodules.
51069      Branch: perl
51070            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
51071            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
51072            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
51073            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
51074            ! win32/Makefile win32/makefile.mk
51075 ____________________________________________________________________________
51076 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
51077         Log: pod cleanup.
51078      Branch: perl
51079            ! README.netware
51080 ____________________________________________________________________________
51081 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
51082         Log: Integrate Memoize 0.64.  Few tweaks were required in
51083              the test scripts.  Note that the speed and expire*
51084              tests take several dozen seconds to run.
51085      Branch: perl
51086            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
51087            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
51088            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
51089            + lib/Memoize/README lib/Memoize/SDBM_File.pm
51090            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
51091            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
51092            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
51093            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
51094            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
51095            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
51096            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
51097            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
51098            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
51099            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
51100            ! MANIFEST t/lib/1_compile.t
51101 ____________________________________________________________________________
51102 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
51103         Log: Document the cross-compilation options.
51104      Branch: perl
51105            ! Cross/README INSTALL
51106 ____________________________________________________________________________
51107 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
51108         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
51109      Branch: perl
51110            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
51111            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
51112            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
51113            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
51114            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
51115            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
51116            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
51117            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
51118            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
51119            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
51120            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
51121            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
51122            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
51123            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
51124            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
51125            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
51126            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
51127            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
51128            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
51129            + lib/ExtUtils/MM_NW5.pm
51130            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
51131            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
51132            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
51133            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
51134            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
51135            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
51136            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
51137            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
51138            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
51139            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
51140            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
51141            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
51142            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
51143            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
51144            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
51145            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
51146            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
51147            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
51148            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
51149            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
51150            ! util.h x2p/a2py.c
51151 ____________________________________________________________________________
51152 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
51153         Log: Resort MANIFEST.
51154      Branch: perl
51155            ! MANIFEST
51156 ____________________________________________________________________________
51157 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
51158         Log: Integrate perlio:
51159              
51160              [ 10640]
51161              Disable :win32 layer as default till I get it working
51162              
51163              [ 10632]
51164              Work-in-progress win32 layer semi-functional, checking 
51165              for UNIX breakage.
51166              
51167              [ 10627]
51168              Work in progress UNIX-side edit of win32 PerLIO layer
51169      Branch: perl
51170           +> win32/win32io.c
51171           !> MANIFEST perlio.c perliol.h win32/makefile.mk
51172 ____________________________________________________________________________
51173 [ 10640] By: nick                                  on 2001/06/16  18:38:31
51174         Log: Disable :win32 layer as default till I get it working
51175      Branch: perlio
51176            ! MANIFEST perlio.c
51177 ____________________________________________________________________________
51178 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
51179         Log: Try the new scheme by moving the Text::Abbrev test
51180              to a new place under lib.
51181      Branch: perl
51182            + lib/Text/Abbrev/t/abbrev.t
51183            - t/lib/abbrev.t
51184            ! MANIFEST
51185 ____________________________________________________________________________
51186 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
51187         Log: Make the code even more dynamical so that testname
51188              suffix length can change.
51189      Branch: perl
51190            ! lib/Test/Harness.pm t/TEST
51191 ____________________________________________________________________________
51192 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
51193         Log: Allow for deeper t/ and also a single test.pl.
51194      Branch: perl
51195            ! t/TEST t/harness
51196 ____________________________________________________________________________
51197 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
51198         Log: #define fix from Nicholas Clark.
51199      Branch: perl
51200            ! ext/POSIX/POSIX.xs
51201 ____________________________________________________________________________
51202 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
51203         Log: Initialization is nice.
51204      Branch: perl
51205            ! lib/Test/Harness.pm
51206 ____________________________________________________________________________
51207 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
51208         Log: Make t/TEST and t/harness to test also the t/ tests
51209              under the main lib/ and ext/ directories.  Fix Test::Harness
51210              to dynamically change the width of its "foo/bar....ok" output.
51211      Branch: perl
51212            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
51213 ____________________________________________________________________________
51214 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
51215         Log: Subject: [PATCH] Re: perl@10611 
51216              From: Nicholas Clark <nick@ccl4.org>
51217              Date: Sat, 16 Jun 2001 16:52:47 +0100
51218              Message-ID: <20010616165247.O98663@plum.flirble.org>
51219              
51220              The .xs parts, too.
51221      Branch: perl
51222            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
51223            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
51224 ____________________________________________________________________________
51225 [ 10632] By: nick                                  on 2001/06/16  16:44:35
51226         Log: Work-in-progress win32 layer semi-functional, checking 
51227              for UNIX breakage.
51228      Branch: perlio
51229            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
51230 ____________________________________________________________________________
51231 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
51232         Log: Subject: [PATCH] Re: perl@10611 
51233              From: Nicholas Clark <nick@ccl4.org>
51234              Date: Sat, 16 Jun 2001 16:52:47 +0100
51235              Message-ID: <20010616165247.O98663@plum.flirble.org>
51236      Branch: perl
51237            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
51238            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
51239            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
51240            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
51241            ! lib/ExtUtils/Constant.pm
51242 ____________________________________________________________________________
51243 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
51244         Log: Metaconfig unit change for #10629.
51245      Branch: metaconfig
51246            ! U/modified/Finish.U
51247 ____________________________________________________________________________
51248 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
51249         Log: The extraction changed directories.
51250      Branch: perl
51251            ! Configure
51252 ____________________________________________________________________________
51253 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
51254         Log: Math::BigInt 1.35 from Tels.
51255      Branch: perl
51256            + t/lib/mbimbf.t
51257            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
51258            ! t/lib/bigfltpm.t t/lib/bigintpm.t
51259 ____________________________________________________________________________
51260 [ 10627] By: nick                                  on 2001/06/16  14:54:52
51261         Log: Work in progress UNIX-side edit of win32 PerLIO layer
51262      Branch: perlio
51263            + win32/win32io.c
51264            ! perlio.c win32/makefile.mk
51265 ____________________________________________________________________________
51266 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
51267         Log: Subject: [PATCH 5.6.1] os2/diff-configure
51268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51269              Date: Fri, 15 Jun 2001 01:19:36 -0400
51270              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
51271              
51272              Empty all of it because I think #10624 made even the
51273              last patch hunk unnecessary.
51274      Branch: perl
51275            ! os2/diff.configure
51276 ____________________________________________________________________________
51277 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
51278         Log: Metaconfig unit change for 10624.
51279      Branch: metaconfig
51280            ! U/modified/libc.U
51281      Branch: perl
51282            ! config_h.SH
51283 ____________________________________________________________________________
51284 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
51285         Log: Move the initialization of libnames to the beginning so
51286              that can one 'seed' it (as OS/2 does.)
51287      Branch: perl
51288            ! Configure
51289 ____________________________________________________________________________
51290 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
51291         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
51292              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51293              Date: Fri, 15 Jun 2001 19:10:57 -0400
51294              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
51295      Branch: perl
51296            ! os2/OS2/REXX/DLL/DLL.pm
51297 ____________________________________________________________________________
51298 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
51299         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
51300              From: "Craig A. Berry" <craigberry@mac.com>
51301              Date: Fri, 15 Jun 2001 17:00:03 -0500
51302              Message-Id: <a05101007b750342599be@[172.16.52.1]>
51303      Branch: perl
51304            ! vms/descrip_mms.template
51305 ____________________________________________________________________________
51306 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
51307         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
51308              From: "Craig A. Berry" <craigberry@mac.com>
51309              Date: Fri, 15 Jun 2001 18:39:42 -0500
51310              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
51311      Branch: perl
51312            ! lib/File/Spec/VMS.pm t/lib/extutils.t
51313 ____________________________________________________________________________
51314 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
51315         Log: Integrate perlio:
51316              
51317              [ 10619]
51318              Generated files
51319              
51320              [ 10618]
51321              Fix open.pm to work via XS-implemented method calls rather
51322              than *open::layers variables which caused all the HV/AV hassle.
51323      Branch: perl
51324           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
51325           !> t/io/utf8.t t/lib/io_scalar.t
51326 ____________________________________________________________________________
51327 [ 10619] By: nick                                  on 2001/06/15  21:05:19
51328         Log: Generated files
51329      Branch: perlio
51330            ! embed.h proto.h
51331 ____________________________________________________________________________
51332 [ 10618] By: nick                                  on 2001/06/15  20:27:42
51333         Log: Fix open.pm to work via XS-implemented method calls rather
51334              than *open::layers variables which caused all the HV/AV hassle.
51335      Branch: perlio
51336            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
51337            ! t/lib/io_scalar.t
51338 ____________________________________________________________________________
51339 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
51340         Log: Integrate perlio:
51341              
51342              [ 10616]
51343              pTHX_ / aTHX_ for ExtUtils/Constant.pm
51344      Branch: perl
51345           !> lib/ExtUtils/Constant.pm
51346 ____________________________________________________________________________
51347 [ 10616] By: nick                                  on 2001/06/15  18:46:47
51348         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
51349      Branch: perlio
51350            ! lib/ExtUtils/Constant.pm
51351 ____________________________________________________________________________
51352 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
51353         Log: Integrate perlio:
51354              
51355              [ 10614]
51356              MULTIPLICITY fix for Socket.xs
51357      Branch: perl
51358           !> ext/Socket/Socket.xs
51359 ____________________________________________________________________________
51360 [ 10614] By: nick                                  on 2001/06/15  18:33:37
51361         Log: MULTIPLICITY fix for Socket.xs
51362      Branch: perlio
51363            ! ext/Socket/Socket.xs
51364 ____________________________________________________________________________
51365 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
51366         Log: Subject: Re: perl@10611
51367              From: Doug MacEachern <dougm@covalent.net>
51368              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
51369              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
51370      Branch: perl
51371            ! ext/Socket/Socket.xs
51372 ____________________________________________________________________________
51373 [ 10612] By: nick                                  on 2001/06/15  16:14:38
51374         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
51375      Branch: perlio
51376           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
51377           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
51378           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
51379           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
51380           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
51381           !> utils/h2ph.PL
51382 ____________________________________________________________________________
51383 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
51384         Log: Update Changes.
51385      Branch: perl
51386            ! Changes patchlevel.h
51387 ____________________________________________________________________________
51388 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
51389         Log: Upping the test count.
51390      Branch: perl
51391            ! t/lib/filefind.t
51392 ____________________________________________________________________________
51393 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
51394         Log: Integrate perlio:
51395              
51396              [ 10606]
51397              regen_config_h for Win32.
51398      Branch: perl
51399           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51400 ____________________________________________________________________________
51401 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
51402         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
51403              From: andreas.koenig@anima.de (Andreas J. Koenig)
51404              Date: 15 Jun 2001 13:30:39 +0200
51405              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
51406              
51407              Record the grim history.
51408      Branch: perl
51409            ! lib/File/Find.pm
51410 ____________________________________________________________________________
51411 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
51412         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
51413              From: Brian McCauley <nobull@mail.com>
51414              Date: 15 Jun 2001 07:51:26 +0100
51415              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
51416      Branch: perl
51417            ! lib/File/Find.pm t/lib/filefind.t
51418 ____________________________________________________________________________
51419 [ 10606] By: nick                                  on 2001/06/15  14:00:08
51420         Log: regen_config_h for Win32.
51421      Branch: perlio
51422            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51423 ____________________________________________________________________________
51424 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
51425         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
51426              From: Peter Prymmer <pvhp@forte.com>
51427              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
51428              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
51429      Branch: perl
51430            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
51431 ____________________________________________________________________________
51432 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
51433         Log: Some filesystems require writability for rename/unlink.
51434      Branch: perl
51435            ! opcode.pl
51436 ____________________________________________________________________________
51437 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
51438         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
51439              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
51440              Date: Fri, 15 Jun 2001 12:08:53 +0200
51441              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
51442      Branch: perl
51443            ! perlio.c
51444 ____________________________________________________________________________
51445 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
51446         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
51447              From: Mike Guy <mjtg@cam.ac.uk>
51448              Date: Fri, 15 Jun 2001 14:11:49 +0100
51449              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
51450      Branch: perl
51451            ! opcode.pl
51452 ____________________________________________________________________________
51453 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
51454         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
51455              From: Nicholas Clark <nick@ccl4.org>
51456              Date: Thu, 14 Jun 2001 23:52:56 +0100
51457              Message-ID: <20010614235256.G98663@plum.flirble.org>
51458      Branch: perl
51459            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
51460            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51461 ____________________________________________________________________________
51462 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
51463         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
51464              From: Russ Allbery <rra@stanford.edu>
51465              Date: 14 Jun 2001 13:24:43 -0700
51466              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
51467      Branch: perl
51468            ! ext/GDBM_File/GDBM_File.pm
51469 ____________________________________________________________________________
51470 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
51471         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
51472              From: Nicholas Clark <nick@ccl4.org>
51473              Date: Thu, 14 Jun 2001 20:37:47 +0100
51474              Message-ID: <20010614203747.F98663@plum.flirble.org>
51475      Branch: perl
51476            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
51477            ! t/lib/gdbm.t
51478 ____________________________________________________________________________
51479 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
51480         Log: Integrate perlio:
51481              
51482              [ 10597]
51483              Check that HVs with HvNAME() != NULL are really stashes before
51484              treating them as such. Also be more defensive on the GvCV.
51485              Win32 fork and dprof now working again. 
51486              
51487              [ 10595]
51488              Skip Perl_my_bcopy in .def file as we do not provide it.
51489              - Win32 (VC++) now builds but fails:
51490              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
51491              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
51492              write.t    - open(...,"|-") not implemented on Win32 
51493      Branch: perl
51494           !> makedef.pl sv.c
51495 ____________________________________________________________________________
51496 [ 10597] By: nick                                  on 2001/06/15  11:08:13
51497         Log: Check that HVs with HvNAME() != NULL are really stashes before
51498              treating them as such. Also be more defensive on the GvCV.
51499              Win32 fork and dprof now working again. 
51500      Branch: perlio
51501            ! sv.c
51502 ____________________________________________________________________________
51503 [ 10596] By: nick                                  on 2001/06/15  10:11:20
51504         Log: Integrate mainline.
51505      Branch: perlio
51506           +> Cross/README
51507           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
51508           !> Porting/config_H config_h.SH configure.com epoc/config.sh
51509           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
51510           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51511           !> vos/config.ga.h win32/config.bc win32/config.gc
51512           !> win32/config.vc win32/config_H.bc win32/config_H.gc
51513           !> win32/config_H.vc
51514 ____________________________________________________________________________
51515 [ 10595] By: nick                                  on 2001/06/15  09:37:17
51516         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
51517              - Win32 (VC++) now builds but fails:
51518              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
51519              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
51520              write.t    - open(...,"|-") not implemented on Win32 
51521      Branch: perlio
51522            ! makedef.pl
51523 ____________________________________________________________________________
51524 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
51525         Log: Integrate perlio:
51526              
51527              [ 10591]
51528              Steps along the road toward Win32 building again.
51529      Branch: perl
51530           !> perlio.c win32/makefile.mk
51531 ____________________________________________________________________________
51532 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
51533         Log: Metaconfig unit changes for #10592.
51534      Branch: metaconfig
51535            + U/modified/i_varhdr.U U/modified/startsh.U
51536            - U/a_dvisory/crosscompile.U U/target/Target.U
51537            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
51538            ! U/compline/bitpbyte.U U/compline/byteorder.U
51539            ! U/compline/ccflags.U U/compline/charsize.U
51540            ! U/compline/d_casti32.U U/compline/d_castneg.U
51541            ! U/compline/d_closedir.U U/compline/d_fd_set.U
51542            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
51543            ! U/compline/d_keepsig.U U/compline/d_open3.U
51544            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
51545            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
51546            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
51547            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
51548            ! U/compline/doublesize.U U/compline/floatsize.U
51549            ! U/compline/nblock_io.U U/compline/orderlib.U
51550            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
51551            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
51552            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
51553            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
51554            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
51555            ! U/modified/spitshell.U U/threads/archname.U
51556            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
51557            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
51558            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
51559            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
51560            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
51561      Branch: metaconfig/U/perl
51562            + Cross.U
51563            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
51564            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
51565            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
51566            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
51567            ! stdio_streams.U uselfs.U
51568 ____________________________________________________________________________
51569 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
51570         Log: The first steps towards cross-compilation.
51571              
51572              Abstract execution of compiled test executables with $run,
51573              and abstract transfer of files with $to and $from.
51574              
51575              Under cross-compilation the $run, $to, and $from will point
51576              to appropriate wrapper scripts, by default ssh and scp,
51577              but also rsh, rcp, and cp are supported.  If not
51578              cross-compiling, they will be set to '', ':', and ':',
51579              respectively.
51580              
51581              With these patches I was able to get Configure for
51582              iPAQ ARM Linux on an Intel Linux about 95% right
51583              (only a few tests failed to execute or they produced
51584              incorrect results), and I was able to compile
51585              a functional miniperl.
51586              
51587              The symbol crosscompile renamed to be usecrosscompile,
51588              the corresponding C symbol from CROSSCOMPILE to
51589              USE_CROSS_COMPILE.
51590      Branch: perl
51591            ! Configure Cross/README Makefile.SH Porting/Glossary
51592            ! Porting/config.sh Porting/config_H config_h.SH configure.com
51593            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
51594            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
51595            ! vos/config.ga.def vos/config.ga.h win32/config.bc
51596            ! win32/config.gc win32/config.vc win32/config_H.bc
51597            ! win32/config_H.gc win32/config_H.vc
51598 ____________________________________________________________________________
51599 [ 10591] By: nick                                  on 2001/06/14  20:00:12
51600         Log: Steps along the road toward Win32 building again.
51601      Branch: perlio
51602            ! perlio.c win32/makefile.mk
51603 ____________________________________________________________________________
51604 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
51605         Log: Integrate perlio:
51606              
51607              [ 10589]
51608              Routine regen_config_h for Win32
51609      Branch: perl
51610           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
51611 ____________________________________________________________________________
51612 [ 10589] By: nick                                  on 2001/06/14  13:54:07
51613         Log: Routine regen_config_h for Win32
51614      Branch: perlio
51615            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
51616 ____________________________________________________________________________
51617 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
51618         Log: Integrate perlio:
51619              
51620              [ 10586]
51621              Add new step to run_byacc which:
51622              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
51623              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
51624              
51625              [ 10584]
51626              Hack to remove insecure directories from PATH so test will run.
51627      Branch: perl
51628           +> perlyline.pl
51629           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
51630 ____________________________________________________________________________
51631 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
51632         Log: A placeholder.
51633      Branch: perl
51634            + Cross/README
51635 ____________________________________________________________________________
51636 [ 10586] By: nick                                  on 2001/06/14  08:25:07
51637         Log: Add new step to run_byacc which:
51638              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
51639              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
51640      Branch: perlio
51641            + perlyline.pl
51642            ! MANIFEST Makefile.SH perly.c
51643 ____________________________________________________________________________
51644 [ 10585] By: nick                                  on 2001/06/14  08:22:29
51645         Log: Integrate mainline
51646      Branch: perlio
51647           +> locale.c numeric.c
51648           !> Changes cygwin/Makefile.SHs embed.h embed.pl
51649           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
51650           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
51651           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
51652           !> x2p/Makefile.SH
51653 ____________________________________________________________________________
51654 [ 10584] By: nick                                  on 2001/06/14  08:05:53
51655         Log: Hack to remove insecure directories from PATH so test will run.
51656      Branch: perlio
51657            ! t/lib/filefind.t
51658 ____________________________________________________________________________
51659 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
51660         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
51661      Branch: perl
51662            - t/lib/mbimbf.t
51663            ! MANIFEST
51664 ____________________________________________________________________________
51665 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
51666         Log: Detypo.
51667      Branch: perl
51668            ! x2p/Makefile.SH
51669 ____________________________________________________________________________
51670 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
51671         Log: de-$CONFIG continues.
51672      Branch: perl
51673            ! cygwin/Makefile.SHs x2p/Makefile.SH
51674 ____________________________________________________________________________
51675 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
51676         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
51677              From: Nicholas Clark <nick@ccl4.org>
51678              Date: Wed, 13 Jun 2001 21:20:13 +0100
51679              Message-ID: <20010613212013.D98663@plum.flirble.org>
51680      Branch: perl
51681            ! opcode.pl
51682 ____________________________________________________________________________
51683 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
51684         Log: Subject: splitting util.c
51685              From: Hugo <hv@crypt.compulink.co.uk>
51686              Date: Thu, 14 Jun 2001 00:41:08 +0100
51687              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
51688      Branch: perl
51689            + locale.c numeric.c
51690            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
51691            ! pod/perlapi.pod proto.h util.c
51692 ____________________________________________________________________________
51693 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
51694         Log: Upgrade to Math::BigInt 1.34 from Tels.
51695      Branch: perl
51696            + t/lib/mbimbf.t
51697            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
51698            ! t/lib/bigfltpm.t t/lib/bigintpm.t
51699 ____________________________________________________________________________
51700 [ 10577] By: nick                                  on 2001/06/13  19:02:48
51701         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
51702      Branch: perlio
51703           !> (integrate 125 files)
51704 ____________________________________________________________________________
51705 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
51706         Log: Update Changes.
51707      Branch: perl
51708            ! Changes patchlevel.h
51709 ____________________________________________________________________________
51710 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
51711         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
51712              From: "Craig A. Berry" <craigberry@mac.com>
51713              Date: Wed, 13 Jun 2001 13:24:28 -0500
51714              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
51715      Branch: perl
51716            ! ext/re/Makefile.PL
51717 ____________________________________________________________________________
51718 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
51719         Log: Mc.u.c. for #10573.
51720      Branch: metaconfig
51721            ! U/threads/usethreads.U
51722 ____________________________________________________________________________
51723 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
51724         Log: It would be also be good if I could type.
51725      Branch: perl
51726            ! Configure
51727 ____________________________________________________________________________
51728 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
51729         Log: Metaconfig unit change for #10571.
51730      Branch: metaconfig
51731            ! U/threads/usethreads.U
51732 ____________________________________________________________________________
51733 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
51734         Log: A non-empty default is a good thing.
51735      Branch: perl
51736            ! Configure
51737 ____________________________________________________________________________
51738 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
51739         Log: Metaconfig unit change for #10569.
51740      Branch: metaconfig
51741            ! U/threads/usethreads.U
51742 ____________________________________________________________________________
51743 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
51744         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
51745              extremely experimental, not even prompted for.
51746      Branch: perl
51747            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51748            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
51749            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
51750            ! win32/config.bc win32/config.gc win32/config.vc
51751 ____________________________________________________________________________
51752 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
51753         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
51754      Branch: perl
51755            ! pod/perlfaq6.pod
51756 ____________________________________________________________________________
51757 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
51758         Log: Integrate perlio:
51759              
51760              [ 10564]
51761              Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
51762              and using that instead (name lookups are sequential search for now).
51763      Branch: perl
51764           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
51765           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
51766 ____________________________________________________________________________
51767 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
51768         Log: Subject: Re: ext/ + -Wall
51769              From: Doug MacEachern <dougm@covalent.net>
51770              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
51771              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
51772      Branch: perl
51773            ! XSUB.h lib/ExtUtils/xsubpp perl.h
51774 ____________________________________________________________________________
51775 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
51776         Log: Similar logic as DB_File.xs, using the modern macros and
51777              defines them to older ones for older Perls where PERL_VERSION
51778              is not defined, from Doug MacEachern.
51779      Branch: perl
51780            ! ext/Storable/Storable.xs
51781 ____________________________________________________________________________
51782 [ 10564] By: nick                                  on 2001/06/13  15:22:01
51783         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
51784              and using that instead (name lookups are sequential search for now).
51785      Branch: perlio
51786            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
51787            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
51788 ____________________________________________________________________________
51789 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
51790         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
51791              From: "Richard Soderberg" <rs@crystalflame.net>
51792              Date: Sat, 26 May 2001 06:44:20 -0700
51793              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
51794      Branch: perl
51795            ! sv.c t/op/glob.t
51796 ____________________________________________________________________________
51797 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
51798         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
51799              From: "Craig A. Berry" <craigberry@mac.com>
51800              Date: Tue, 12 Jun 2001 23:55:26 -0500
51801              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
51802      Branch: perl
51803            ! ext/re/Makefile.PL ext/re/re.xs
51804 ____________________________________________________________________________
51805 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
51806         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
51807              suggested by NI-S.
51808      Branch: perl
51809            ! XSUB.h malloc.c perl.h
51810 ____________________________________________________________________________
51811 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
51812         Log: Regen toc.
51813      Branch: perl
51814            ! pod/perltoc.pod
51815 ____________________________________________________________________________
51816 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
51817         Log: Subject: [patch] perl.gprof control
51818              From: Doug MacEachern <dougm@covalent.net>
51819              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
51820              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
51821      Branch: perl
51822            ! miniperlmain.c perl.h
51823 ____________________________________________________________________________
51824 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
51825         Log: Subject: Re: ext/ + -Wall
51826              From: Doug MacEachern <dougm@covalent.net>
51827              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
51828              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
51829              
51830              Document ax and break up dXSARGS.
51831      Branch: perl
51832            ! XSUB.h pod/perlapi.pod
51833 ____________________________________________________________________________
51834 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
51835         Log: More AIX tweakage from Merijn.
51836      Branch: perl
51837            ! hints/aix.sh
51838 ____________________________________________________________________________
51839 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
51840         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
51841              From: "Craig A. Berry" <craigberry@mac.com>
51842              Date: Tue, 12 Jun 2001 22:57:45 -0500
51843              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
51844      Branch: perl
51845            ! vms/descrip_mms.template
51846 ____________________________________________________________________________
51847 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
51848         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
51849              From: "Craig A. Berry" <craigberry@mac.com>
51850              Date: Tue, 12 Jun 2001 22:21:39 -0500
51851              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
51852      Branch: perl
51853            ! configure.com util.c
51854 ____________________________________________________________________________
51855 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
51856         Log: New AIX dynaloading code from Jens-Uwe Mager.
51857              Does break binary compatibility.
51858      Branch: perl
51859            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
51860 ____________________________________________________________________________
51861 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
51862         Log: VMS DEC C compiler found nits by Peter Prymmer.
51863      Branch: perl
51864            ! util.c
51865 ____________________________________________________________________________
51866 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
51867         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
51868              From: Peter Prymmer <pvhp@forte.com>
51869              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
51870              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
51871      Branch: perl
51872            ! t/lib/filecomp.t
51873 ____________________________________________________________________________
51874 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
51875         Log: I wonder how many $CONFIGs still lurk in the shadows.
51876      Branch: perl
51877            ! pod/Makefile.SH x2p/cflags.SH
51878 ____________________________________________________________________________
51879 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
51880         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
51881      Branch: perl
51882            ! pod/checkpods.PL
51883 ____________________________________________________________________________
51884 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
51885         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
51886      Branch: perl
51887            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
51888 ____________________________________________________________________________
51889 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
51890         Log: Subject: [patch] rid local_patches warnings
51891              From: Doug MacEachern <dougm@covalent.net>
51892              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
51893              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
51894      Branch: perl
51895            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
51896 ____________________________________________________________________________
51897 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
51898         Log: Subject: Re: ext/ + -Wall
51899              From: Doug MacEachern <dougm@covalent.net>
51900              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
51901              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
51902      Branch: perl
51903            ! ext/attrs/attrs.xs
51904 ____________________________________________________________________________
51905 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
51906         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
51907              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
51908              Date: Tue, 12 Jun 2001 14:36:20 -0400
51909              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
51910      Branch: perl
51911            ! pod/perlretut.pod
51912 ____________________________________________________________________________
51913 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
51914         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
51915              From: Mike Guy <mjtg@cam.ac.uk>
51916              Date: Tue, 12 Jun 2001 19:10:31 +0100
51917              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
51918              
51919              Subject: Re: [ID 20010612.001] out of memory during regex compilation
51920              From: Mike Guy <mjtg@cam.ac.uk>
51921              Date: Tue, 12 Jun 2001 19:21:01 +0100
51922              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
51923      Branch: perl
51924            ! pod/perlop.pod
51925 ____________________________________________________________________________
51926 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
51927         Log: AIX tweaks from Merijn H. Brand.
51928      Branch: perl
51929            ! hints/aix.sh
51930 ____________________________________________________________________________
51931 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
51932         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
51933              From: "Brendan O'Dea" <bod@compusol.com.au>
51934              Date: Wed, 13 Jun 2001 05:16:47 +1000
51935              Message-ID: <20010613051647.A8945@compusol.com.au>
51936      Branch: maint-5.6/perl
51937            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
51938 ____________________________________________________________________________
51939 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
51940         Log: Subject: Small bcopy cleanup
51941              From: Andy Dougherty <doughera@lafayette.edu>
51942              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
51943              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
51944      Branch: perl
51945            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
51946 ____________________________________________________________________________
51947 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
51948         Log: Subject: [PATCH] Re: ext/ + -Wall
51949              From: Nicholas Clark <nick@ccl4.org>
51950              Date: Wed, 13 Jun 2001 00:04:30 +0100
51951              Message-ID: <20010613000430.M5901@plum.flirble.org>
51952      Branch: perl
51953            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
51954 ____________________________________________________________________________
51955 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
51956         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
51957              From: Nicholas Clark <nick@ccl4.org>
51958              Date: Tue, 12 Jun 2001 23:53:07 +0100
51959              Message-ID: <20010612235307.L5901@plum.flirble.org>
51960      Branch: perl
51961            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
51962 ____________________________________________________________________________
51963 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
51964         Log: MPE/iX tweaks from Mark Bixby.
51965      Branch: perl
51966            ! hints/mpeix.sh mpeix/mpeixish.h util.c
51967 ____________________________________________________________________________
51968 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
51969         Log: Update Changes.
51970      Branch: perl
51971            ! Changes patchlevel.h
51972 ____________________________________________________________________________
51973 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
51974         Log: One less -Wall whine (found under DEBUGGING).
51975      Branch: perl
51976            ! x2p/Makefile.SH x2p/a2p.c
51977 ____________________________________________________________________________
51978 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
51979         Log: s/case-independent/case-insensitive/g
51980      Branch: perl
51981            ! pod/perldebug.pod
51982 ____________________________________________________________________________
51983 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
51984         Log: As suggested in    
51985              
51986              Subject: Re: ext/ + -Wall
51987              From: Gurusamy Sarathy <gsar@ActiveState.com>
51988              Date: Mon, 11 Jun 2001 23:34:31 -0700
51989              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
51990      Branch: perl
51991            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
51992            ! perl.h
51993 ____________________________________________________________________________
51994 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
51995         Log: Subject: ext/ + -Wall
51996              From: Doug MacEachern <dougm@covalent.net>
51997              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
51998              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
51999      Branch: perl
52000            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
52001            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
52002            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
52003            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
52004            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
52005            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
52006            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
52007            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
52008            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
52009            ! lib/ExtUtils/xsubpp
52010 ____________________________________________________________________________
52011 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
52012         Log: Subject: [PATCH] anonymous stashes
52013              From: Abhijit Menon-Sen <ams@wiw.org>
52014              Date: Tue, 12 Jun 2001 12:47:04 +0530
52015              Message-ID: <20010612124704.A29029@lustre.linux.in>
52016      Branch: perl
52017            ! dump.c gv.c sv.c xsutils.c
52018 ____________________________________________________________________________
52019 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
52020         Log: One more test for $^S.
52021      Branch: perl
52022            ! t/op/magic.t
52023 ____________________________________________________________________________
52024 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
52025         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
52026              From: Abhijit Menon-Sen <ams@wiw.org>
52027              Date: Tue, 12 Jun 2001 17:35:55 +0530
52028              Message-ID: <20010612173555.A32426@lustre.linux.in>
52029      Branch: perl
52030            ! mg.c t/op/magic.t
52031 ____________________________________________________________________________
52032 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
52033         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
52034              From: Mike Guy <mjtg@cam.ac.uk>
52035              Date: Tue, 12 Jun 2001 13:14:15 +0100
52036              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
52037      Branch: perl
52038            ! pod/perlop.pod
52039 ____________________________________________________________________________
52040 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
52041         Log: AUTHORS updates.
52042      Branch: perl
52043            ! AUTHORS
52044 ____________________________________________________________________________
52045 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
52046         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
52047              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
52048              Content-Transfer-Encoding: 7bit
52049              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
52050      Branch: perl
52051            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
52052 ____________________________________________________________________________
52053 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
52054         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
52055              From: "Philip Newton" <Philip.Newton@gmx.net>
52056              Date: Mon, 11 Jun 2001 07:08:03 +0200
52057              Message-Id: <200106120802.LAA08992@taas.iki.fi>
52058      Branch: perl
52059            ! t/base/term.t
52060 ____________________________________________________________________________
52061 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
52062         Log: Cleanup the a2p.c for -Wall.
52063      Branch: perl
52064            ! x2p/Makefile.SH x2p/a2p.c
52065 ____________________________________________________________________________
52066 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
52067         Log: File::Find update for MacOS from Chris Nandor.
52068      Branch: perl
52069            ! lib/File/Find.pm t/lib/filefind.t
52070 ____________________________________________________________________________
52071 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
52072         Log: gcc -Wall nits picked out by a non-UNIX system
52073              (courtesy of Mark Bixby)
52074      Branch: perl
52075            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
52076            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
52077            ! pp_sys.c util.c
52078 ____________________________________________________________________________
52079 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
52080         Log: Metaconfig unit change for #10522.  (The d_modfl changes
52081              placate metalint.)
52082      Branch: metaconfig/U/perl
52083            ! d_modfl.U d_u32align.U
52084 ____________________________________________________________________________
52085 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
52086         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
52087              be "./try 2>&1 >/dev/null".
52088      Branch: perl
52089            ! Configure
52090 ____________________________________________________________________________
52091 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
52092         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
52093              From: "Craig A. Berry" <craigberry@mac.com>
52094              Date: Mon, 11 Jun 2001 14:00:32 -0500
52095              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
52096      Branch: perl
52097            ! configure.com
52098 ____________________________________________________________________________
52099 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
52100         Log: Move the full \p\P lists to perlunicode.
52101      Branch: perl
52102            ! pod/perlretut.pod pod/perlunicode.pod
52103 ____________________________________________________________________________
52104 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
52105         Log: VOS build tweak for 5.6.1 from Paul Green.
52106      Branch: maint-5.6/perl
52107            ! vos/build.cm
52108 ____________________________________________________________________________
52109 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
52110         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
52111              From: "Craig A. Berry" <craigberry@mac.com>
52112              Date: Fri, 8 Jun 2001 18:08:18 -0500
52113              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
52114      Branch: perl
52115            ! vms/vms.c
52116 ____________________________________________________________________________
52117 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
52118         Log: Update Changes.
52119      Branch: perl
52120            ! Changes patchlevel.h
52121 ____________________________________________________________________________
52122 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
52123         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
52124      Branch: perl
52125            ! vos/config.alpha.h vos/config.ga.h
52126 ____________________________________________________________________________
52127 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
52128         Log: VOS updates from Paul Green for @10476.
52129      Branch: perl
52130            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
52131            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52132            ! vos/config.ga.h vos/configure_perl.cm
52133 ____________________________________________________________________________
52134 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
52135         Log: Subject: [PATCH] Not many people know this ...
52136              From: Mike Guy <mjtg@cam.ac.uk>
52137              Date: Mon, 11 Jun 2001 14:55:15 +0100
52138              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
52139      Branch: perl
52140            ! pod/perldebug.pod
52141 ____________________________________________________________________________
52142 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
52143         Log: Add final commas to lists as suggested by Philip Newton.
52144      Branch: perl
52145            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52146 ____________________________________________________________________________
52147 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
52148         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
52149              Date: Sun, 10 Jun 2001 23:35:38 -0400
52150              From: Chris Nandor <pudge@pobox.com>
52151              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
52152      Branch: perl
52153            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
52154            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
52155            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
52156            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
52157            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
52158            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
52159            ! t/op/write.t t/pragma/strict.t
52160 ____________________________________________________________________________
52161 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
52162         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
52163              From: Chris Nandor <pudge@pobox.com>
52164              Date: Mon, 11 Jun 2001 08:24:28 -0400
52165              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
52166      Branch: perl
52167            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
52168            ! t/lib/io_dir.t
52169 ____________________________________________________________________________
52170 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
52171         Log: One more run_byacc (a hand-tweaked version had slipped in).
52172      Branch: perl
52173            ! perly.c vms/perly_c.vms
52174 ____________________________________________________________________________
52175 [ 10509] By: nick                                  on 2001/06/11  07:49:15
52176         Log: Integrate mainline
52177      Branch: perlio
52178           !> Makefile.SH embed.h embed.pl global.sym
52179           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
52180           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
52181           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
52182           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
52183 ____________________________________________________________________________
52184 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
52185         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
52186              From: Mike Guy <mjtg@cam.ac.uk>
52187              Reply-To: mjtg@cam.ac.uk
52188              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
52189      Branch: perl
52190            ! lib/ExtUtils/Manifest.pm
52191 ____________________________________________________________________________
52192 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
52193         Log: Subject: [PATCH] ExtUtils::Constant
52194              From: Nicholas Clark <nick@ccl4.org>
52195              Date: Sun, 10 Jun 2001 23:25:41 +0100
52196              Message-ID: <20010610232540.C76396@plum.flirble.org>
52197      Branch: perl
52198            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
52199 ____________________________________________________________________________
52200 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
52201         Log: Integrate perlio:
52202              
52203              [ 10504]
52204              Fix (valid) -Wall warnings in perlio.c
52205      Branch: perl
52206           !> iperlsys.h
52207 ____________________________________________________________________________
52208 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
52209         Log: Move the grok_number and its lieutenant grok_numeric_radix
52210              from sv.c statics to util.c and public.
52211      Branch: perl
52212            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
52213            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
52214 ____________________________________________________________________________
52215 [ 10504] By: nick                                  on 2001/06/10  17:47:06
52216         Log: Fix (valid) -Wall warnings in perlio.c
52217      Branch: perlio
52218            ! iperlsys.h
52219 ____________________________________________________________________________
52220 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
52221         Log: Update perly_c.diff, update perly.fixer to edit away
52222              some of the -Wall noise.
52223      Branch: perl
52224            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
52225 ____________________________________________________________________________
52226 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
52227         Log: Check the version of byacc.
52228      Branch: perl
52229            ! Makefile.SH
52230 ____________________________________________________________________________
52231 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
52232         Log: Subject: [PATCH] perly.y overhaul
52233              From: Simon Cozens <simon@netthink.co.uk>
52234              Date: Sun, 10 Jun 2001 16:56:54 +0100
52235              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
52236              
52237              Plus make run_byacc.
52238      Branch: perl
52239            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
52240 ____________________________________________________________________________
52241 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
52242         Log: Integrate perlio:
52243              
52244              [ 10497]
52245              Paper over a crack or two with USE_SFIO
52246      Branch: perl
52247           !> perlio.c perlsfio.h
52248 ____________________________________________________________________________
52249 [ 10499] By: nick                                  on 2001/06/10  15:01:08
52250         Log: Integrate mainline
52251      Branch: perlio
52252           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
52253           !> t/pragma/locale.t util.c
52254 ____________________________________________________________________________
52255 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
52256         Log: Put some meat on the perl572delta bones.  The list of
52257              selected bug fixes needs more work, as does still the
52258              whole document.
52259      Branch: perl
52260            ! pod/perl572delta.pod
52261 ____________________________________________________________________________
52262 [ 10497] By: nick                                  on 2001/06/10  12:27:51
52263         Log: Paper over a crack or two with USE_SFIO
52264      Branch: perlio
52265            ! perlio.c perlsfio.h
52266 ____________________________________________________________________________
52267 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
52268         Log: Update Changes.
52269      Branch: perl
52270            ! Changes patchlevel.h
52271 ____________________________________________________________________________
52272 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
52273         Log: Subject: Re: pragma/locale.t #107
52274              From: Hugo <hv@crypt.compulink.co.uk>
52275              Date: Sun, 10 Jun 2001 11:23:30 +0100
52276              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
52277              
52278              Encapsulate the scan of the decimal radix separator.
52279      Branch: perl
52280            ! embed.h embed.pl proto.h sv.c
52281 ____________________________________________________________________________
52282 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
52283         Log: Try to grok numbers both with the locale specific separator
52284              and with the usual "." (if different from the lss); add a test
52285              to locale.t to do also a little bit of math in addition to just
52286              equalness testing; remove extraneous logic as suggested in
52287              
52288              Subject: Re: pragma/locale.t #107
52289              From: Nicholas Clark <nick@ccl4.org>
52290              Date: Sat, 9 Jun 2001 22:37:36 +0100
52291              Message-ID: <20010609223735.Y76396@plum.flirble.org>
52292      Branch: perl
52293            ! sv.c t/pragma/locale.t
52294 ____________________________________________________________________________
52295 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
52296         Log: Metaconfig unit change for #10492.
52297      Branch: metaconfig/U/perl
52298            ! Extensions.U
52299 ____________________________________________________________________________
52300 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
52301         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
52302              From: Artur Bergman <artur@contiller.se> 
52303              Date: Sat, 09 Jun 2001 21:03:51 +0200
52304              Message-ID: <B7483FB6.1398%artur@contiller.se>
52305      Branch: perl
52306            ! Configure
52307 ____________________________________________________________________________
52308 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
52309         Log: Integrate perlio:
52310              
52311              [ 10489]
52312              Make XS/Typemap compile (but fail) with sfio
52313      Branch: perl
52314           !> perlsfio.h
52315 ____________________________________________________________________________
52316 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
52317         Log: Do locale specific separator if only in locale.
52318      Branch: perl
52319            ! util.c
52320 ____________________________________________________________________________
52321 [ 10489] By: nick                                  on 2001/06/09  19:13:25
52322         Log: Make XS/Typemap compile (but fail) with sfio
52323      Branch: perlio
52324            ! perlsfio.h
52325 ____________________________________________________________________________
52326 [ 10488] By: nick                                  on 2001/06/09  19:12:51
52327         Log: Re-integrate mainline
52328      Branch: perlio
52329           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
52330           !> proto.h sv.c util.c
52331 ____________________________________________________________________________
52332 [ 10487] By: nick                                  on 2001/06/09  16:26:29
52333         Log: Integrate mainline
52334      Branch: perlio
52335           !> (integrate 31 files)
52336 ____________________________________________________________________________
52337 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
52338         Log: Subject: [PATCH] New attempt to clone callack
52339              From: Artur Bergman <artur@contiller.se> 
52340              Date: Thu, 07 Jun 2001 11:52:16 +0200
52341              Message-ID: <B7451B6F.12B7%artur@contiller.se>
52342      Branch: perl
52343            ! embedvar.h intrpvar.h perlapi.h sv.c
52344 ____________________________________________________________________________
52345 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
52346         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
52347      Branch: perl
52348            ! embed.h embed.pl perl.h proto.h sv.c util.c
52349 ____________________________________________________________________________
52350 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
52351         Log: Subject: Re: pragma/locale.t #107
52352              From: Nicholas Clark <nick@ccl4.org>
52353              Date: Sat, 9 Jun 2001 16:26:10 +0100
52354              Message-ID: <20010609162609.V76396@plum.flirble.org>
52355              
52356              A missing NVification.
52357      Branch: perl
52358            ! sv.c
52359 ____________________________________________________________________________
52360 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
52361         Log: Redo the #10482, there already was a test script for formats.
52362      Branch: perl
52363            - t/io/format.t
52364            ! MANIFEST t/op/write.t
52365 ____________________________________________________________________________
52366 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
52367         Log: Twisted format testing, from Merijn.
52368      Branch: perl
52369            + t/io/format.t
52370            ! MANIFEST
52371 ____________________________________________________________________________
52372 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
52373         Log: More \p{In...} testing, combined with \N{...}.
52374      Branch: perl
52375            ! lib/utf8_heavy.pl t/op/pat.t
52376 ____________________________________________________________________________
52377 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
52378         Log: Metaconfig changes for #10479.
52379      Branch: metaconfig
52380            ! U/Glossary.patch
52381      Branch: metaconfig/U/perl
52382            ! d_modfl.U
52383 ____________________________________________________________________________
52384 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
52385         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
52386      Branch: perl
52387            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52388            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
52389            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
52390            ! win32/config.bc win32/config.gc win32/config.vc
52391 ____________________________________________________________________________
52392 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
52393         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
52394              From: "Craig A. Berry" <craigberry@mac.com>
52395              Date: Thu, 7 Jun 2001 14:27:20 -0500
52396              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
52397      Branch: perl
52398            ! vms/perlvms.pod
52399 ____________________________________________________________________________
52400 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
52401         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
52402              From: Gisle Aas <gisle@ActiveState.com>
52403              Date: 07 Jun 2001 17:04:29 -0700
52404              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
52405      Branch: perl
52406            ! ext/re/re.xs
52407 ____________________________________________________________________________
52408 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
52409         Log: Update Changes.
52410      Branch: perl
52411            ! Changes patchlevel.h
52412 ____________________________________________________________________________
52413 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
52414         Log: Regen Glossary et alia.
52415      Branch: perl
52416            ! Porting/Glossary Porting/config.sh Porting/config_H
52417 ____________________________________________________________________________
52418 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
52419         Log: Metaconfig unit changes for #10473.
52420      Branch: metaconfig/U/perl
52421            ! d_modfl.U
52422 ____________________________________________________________________________
52423 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
52424         Log: Harumph, also AIX will spill its guts (i.e. dump core)
52425              if an executable contains modfl() but it hasn't been
52426              compiled right (in the case of AIX, with cc -qlongdouble).
52427      Branch: perl
52428            ! Configure
52429 ____________________________________________________________________________
52430 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
52431         Log: integrate change#10471 from mainline
52432              
52433              in change#10451, check that CvOUTSIDE is a CV before looking in
52434              (it can apparently be SVt_NULL during global destruction)
52435      Branch: maint-5.6/perl
52436           !> op.c
52437 ____________________________________________________________________________
52438 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
52439         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
52440              (it can apparently be SVt_NULL during global destruction)
52441      Branch: perl
52442            ! op.c
52443 ____________________________________________________________________________
52444 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
52445         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
52446              From: Robin Barker <rmb1@cise.npl.co.uk>
52447              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
52448              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
52449      Branch: perl
52450            ! lib/diagnostics.pm pod/perldiag.pod
52451 ____________________________________________________________________________
52452 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
52453         Log: Subject: [PATCH perl@10439] long =item
52454              From: Robin Barker <rmb1@cise.npl.co.uk>
52455              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
52456              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
52457      Branch: perl
52458            ! README.amiga lib/Attribute/Handlers.pm
52459            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
52460 ____________________________________________________________________________
52461 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
52462         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
52463              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
52464              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
52465              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
52466      Branch: perl
52467            ! pod/perlguts.pod
52468 ____________________________________________________________________________
52469 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
52470         Log: Integrate perlio:
52471              
52472              [ 10466]
52473              MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
52474              whitespace tweaks.
52475              Still coredumps in pragma/overload.t - what a nice hard fail that is...
52476      Branch: perl
52477           !> sv.c
52478 ____________________________________________________________________________
52479 [ 10466] By: nick                                  on 2001/06/07  10:25:40
52480         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
52481              whitespace tweaks.
52482              Still coredumps in pragma/overload.t - what a nice hard fail that is...
52483      Branch: perlio
52484            ! sv.c
52485 ____________________________________________________________________________
52486 [ 10465] By: nick                                  on 2001/06/07  08:41:58
52487         Log: Raw integrate of mainline for S_grok_number debug
52488              (sv.c has MULTIPLICITY issues as well as whatever else ...)
52489      Branch: perlio
52490            - plan9/perlplan9.doc plan9/perlplan9.pod
52491           !> (integrate 46 files)
52492 ____________________________________________________________________________
52493 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
52494         Log: The proper prototyping for #10463.
52495      Branch: perl
52496            ! embed.h embed.pl proto.h sv.c
52497 ____________________________________________________________________________
52498 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
52499         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
52500              From: Nicholas Clark <nick@ccl4.org>
52501              Date: Thu, 7 Jun 2001 00:29:59 +0100
52502              Message-ID: <20010607002959.Z76396@plum.flirble.org>
52503      Branch: perl
52504            ! sv.c
52505 ____________________________________________________________________________
52506 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
52507         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
52508              From: "Craig A. Berry" <craigberry@mac.com>
52509              Date: Wed, 06 Jun 2001 17:54:30 -0500
52510              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
52511      Branch: perl
52512            ! vms/perlvms.pod
52513 ____________________________________________________________________________
52514 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
52515         Log: Podify the remaining README.platform files;
52516              merge README.plan9 and plan9/perlplan9.pod;
52517              delete plan9/perlplan9.* (the perlplan.doc needs to
52518              be regenerated in Plan 9); make the =head1 and =head2
52519              in the README.platform to be a little more verbose
52520              (skipped README.os2 not to anger Ilya) so that they
52521              look better in the toc; regen toc.
52522      Branch: perl
52523            - plan9/perlplan9.doc plan9/perlplan9.pod
52524            ! MANIFEST README.aix README.amiga README.apollo README.beos
52525            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
52526            ! README.hpux README.hurd README.machten README.macos
52527            ! README.micro README.mint README.mpeix README.os390
52528            ! README.plan9 README.qnx README.solaris README.threads
52529            ! README.tru64 README.vmesa README.vms README.vos README.win32
52530            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
52531            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
52532 ____________________________________________________________________________
52533 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
52534         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
52535              From: Mike Guy <mjtg@cam.ac.uk>
52536              Reply-To: mjtg@cam.ac.uk
52537              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
52538      Branch: perl
52539            ! pod/perlguts.pod
52540 ____________________________________________________________________________
52541 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
52542         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
52543              From: Mike Guy <mjtg@cam.ac.uk>
52544              Reply-To: mjtg@cam.ac.uk
52545              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
52546      Branch: perl
52547            ! pod/perlsec.pod
52548 ____________________________________________________________________________
52549 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
52550         Log: Disable long doubles from pre-5.0 Tru64s.
52551      Branch: perl
52552            ! README.tru64 hints/dec_osf.sh
52553 ____________________________________________________________________________
52554 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
52555         Log: The #10455 exposed that modfl() is fundamentally busted
52556              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
52557              testing it.
52558      Branch: perl
52559            ! hints/dec_osf.sh
52560 ____________________________________________________________________________
52561 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
52562         Log: Metaconfig unit change for #10455.
52563      Branch: metaconfig/U/perl
52564            ! d_modfl.U
52565 ____________________________________________________________________________
52566 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
52567         Log: Configure check for geborken modfl(), inspired by
52568              
52569              Subject: Re: [20010118.017] op/int.t failure 
52570              From: Hugo <hv@crypt.compulink.co.uk>
52571              Date: Tue, 05 Jun 2001 13:43:27 +0100
52572              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
52573      Branch: perl
52574            ! Configure
52575 ____________________________________________________________________________
52576 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
52577         Log: Integrate changes #10450 and #10451 from maintperl:
52578              
52579              optimize change#10448 slightly (don't repeat search in eval""s lexical
52580              scope, since that has already been searched)
52581              
52582              change#9108 needs subtler treatment for case of closures created
52583              within eval""
52584      Branch: perl
52585           !> op.c t/op/misc.t
52586 ____________________________________________________________________________
52587 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
52588         Log: MakeMaker magic to compile (when no dynamic loading)
52589              List/Util.xsc as (ListUtil.c and) ListUtil.o since
52590              POSIX-BC (BS2000) linker has an evil limitation of
52591              being unable to include in the same executable several
52592              object files with the same name - case-insensitively -
52593              because otherwise we conflict with util.c.
52594              Strictly speaking currently required only in POSIX-BC
52595              but probably will do no harm elsewhere where static
52596              linking is required.
52597      Branch: perl
52598            ! ext/List/Util/Makefile.PL
52599 ____________________________________________________________________________
52600 [ 10452] By: nick                                  on 2001/06/06  08:59:51
52601         Log: Integrate mainline.
52602      Branch: perlio
52603           +> lib/Attribute/Handlers/demo/Demo.pm
52604           +> lib/Attribute/Handlers/demo/Descriptions.pm
52605           +> lib/Attribute/Handlers/demo/MyClass.pm
52606           +> lib/Attribute/Handlers/demo/demo.pl
52607           +> lib/Attribute/Handlers/demo/demo2.pl
52608           +> lib/Attribute/Handlers/demo/demo3.pl
52609           +> lib/Attribute/Handlers/demo/demo4.pl
52610           +> lib/Attribute/Handlers/demo/demo_call.pl
52611           +> lib/Attribute/Handlers/demo/demo_chain.pl
52612           +> lib/Attribute/Handlers/demo/demo_cycle.pl
52613           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
52614           +> lib/Attribute/Handlers/demo/demo_phases.pl
52615           +> lib/Attribute/Handlers/demo/demo_range.pl
52616           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
52617           +> uts/strtol_wrap.c
52618           !> (integrate 91 files)
52619 ____________________________________________________________________________
52620 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
52621         Log: change#9108 needs subtler treatment for case of closures created
52622              within eval""
52623      Branch: maint-5.6/perl
52624            ! op.c t/op/misc.t
52625 ____________________________________________________________________________
52626 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
52627         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
52628              scope, since that has already been searched)
52629      Branch: maint-5.6/perl
52630            ! op.c
52631 ____________________________________________________________________________
52632 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
52633         Log: Integrate change #10448 from maintperl; lexicals
52634              outside an eval"" weren't resolved correctly inside a subroutine
52635              definition inside the eval"" if they were not already referenced
52636              in the toplevel of the eval""-ed code
52637      Branch: perl
52638           !> cop.h op.c pp_ctl.c t/op/misc.t
52639 ____________________________________________________________________________
52640 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
52641         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
52642              outside an eval"" weren't resolved correctly inside a subroutine
52643              definition inside the eval"" if they were not already referenced
52644              in the toplevel of the eval""-ed code
52645      Branch: maint-5.6/perl
52646            ! cop.h op.c pp_ctl.c t/op/misc.t
52647 ____________________________________________________________________________
52648 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
52649         Log: Subject: [PATCH] perl570delta.pod
52650              From: Peter Scott <Peter@PSDT.com> 
52651              Date: Tue, 05 Jun 2001 18:51:02 -0700
52652              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
52653      Branch: perl
52654            ! pod/perl570delta.pod
52655 ____________________________________________________________________________
52656 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
52657         Log: The fudge factor is no more needed.  I hope.
52658      Branch: perl
52659            ! t/lib/posix.t
52660 ____________________________________________________________________________
52661 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
52662         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
52663              From: Hugo <hv@crypt.compulink.co.uk>
52664              Date: Tue, 05 Jun 2001 12:58:19 +0100
52665              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
52666      Branch: perl
52667            ! util.c
52668 ____________________________________________________________________________
52669 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
52670         Log: Make up prototypes only for those who have the functions
52671              but not the prototypes.
52672      Branch: perl
52673            ! perl.h
52674 ____________________________________________________________________________
52675 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
52676         Log: Subject: Re: Not OK: perl@10439 on win32 
52677              From: Prymmer/Kahn <pvhp@best.com> 
52678              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
52679              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
52680      Branch: perl
52681            ! perl.h util.c
52682 ____________________________________________________________________________
52683 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
52684         Log: The metaconfig units changes for #10441.
52685      Branch: metaconfig
52686            ! U/modified/Extract.U U/modified/Extractall.U
52687            ! U/modified/Finish.U
52688 ____________________________________________________________________________
52689 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
52690         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
52691      Branch: perl
52692            ! Configure
52693 ____________________________________________________________________________
52694 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
52695         Log: Unnecessary fuzziness undone, noted by Mike Guy.
52696      Branch: perl
52697            ! t/op/tr.t
52698 ____________________________________________________________________________
52699 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
52700         Log: Update Changes.
52701      Branch: perl
52702            ! Changes patchlevel.h
52703 ____________________________________________________________________________
52704 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
52705         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
52706              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
52707              leakage patch.
52708      Branch: perl
52709            ! t/op/misc.t
52710 ____________________________________________________________________________
52711 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
52712         Log: Test case for #10433/#10424.
52713      Branch: perl
52714            ! t/op/misc.t
52715 ____________________________________________________________________________
52716 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
52717         Log: Subject: One fix for strtoul not setting errno
52718              From: hom00@utsglobal.com (Hal Morris)
52719              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
52720              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
52721      Branch: perl
52722            + uts/strtol_wrap.c
52723            ! MANIFEST hints/uts.sh
52724 ____________________________________________________________________________
52725 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
52726         Log: Metaconfig units changes for #10434.
52727      Branch: metaconfig
52728            ! U/modified/Cppsym.U
52729      Branch: metaconfig/U/perl
52730            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
52731            + d_syscallproto.U d_usleepproto.U
52732            ! longdblfio.U quadfio.U
52733 ____________________________________________________________________________
52734 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
52735         Log: Configure tweaks; add prototype probes, make the cpp symbols
52736              probe to cast, not whine; test for %Ld and %Lf before %lld and
52737              %llf because the L is the ANSI way.
52738      Branch: perl
52739            ! Configure config_h.SH configure.com epoc/config.sh
52740            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
52741            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
52742            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
52743 ____________________________________________________________________________
52744 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
52745         Log: Sigh.  This is what #10424 was supposed to check in.
52746      Branch: perl
52747            ! op.c sv.c sv.h
52748 ____________________________________________________________________________
52749 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
52750         Log: More verbose failure.
52751      Branch: perl
52752            ! t/op/ver.t
52753 ____________________________________________________________________________
52754 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
52755         Log: The .pm changes to go with #10428.
52756      Branch: perl
52757            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
52758            ! ext/Sys/Syslog/Syslog.pm
52759 ____________________________________________________________________________
52760 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
52761         Log: On second thoughts show to utf8 skippage message only
52762              on failures, it's too confusing otherwise,
52763      Branch: perl
52764            ! t/pragma/locale.t
52765 ____________________________________________________________________________
52766 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
52767         Log: Do not import anything from Encode.
52768      Branch: perl
52769            ! ext/MIME/Base64/QuotedPrint.pm
52770 ____________________________________________________________________________
52771 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
52772         Log: The #10402 didn't take.  Weird.
52773      Branch: perl
52774            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
52775            ! ext/Sys/Syslog/Syslog.xs
52776 ____________________________________________________________________________
52777 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
52778         Log: Eradicate traces of 'asciirange' re subpragma.
52779      Branch: perl
52780            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
52781            ! pod/perldiag.pod
52782 ____________________________________________________________________________
52783 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
52784         Log: use is a compile-time thing.
52785      Branch: perl
52786            ! ext/MIME/Base64/QuotedPrint.pm
52787 ____________________________________________________________________________
52788 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
52789         Log: Subject: [PATCH perl@10419] -Wall casting patch
52790              From: Robin Barker <rmb1@cise.npl.co.uk>
52791              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
52792              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
52793      Branch: perl
52794            ! ext/Devel/DProf/DProf.xs mg.c
52795 ____________________________________________________________________________
52796 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
52797         Log: Subject: [PATCH #2] introducing SVpad_TYPED
52798              From: Abhijit Menon-Sen <ams@wiw.org>
52799              Date: Mon, 4 Jun 2001 12:26:02 +0530
52800              Message-ID: <20010604122602.A5775@lustre.linux.in>
52801      Branch: perl
52802            ! op.c sv.c sv.h
52803 ____________________________________________________________________________
52804 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
52805         Log: testsuite for change#10192 (from Gisle Aas)
52806      Branch: perl
52807            + t/op/override.t
52808            ! MANIFEST
52809 ____________________________________________________________________________
52810 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
52811         Log: integrate changes#10414-10416 from mainline
52812              
52813              Potential buffer overrun if the radix separator is more than
52814              one byte.  Also, under locales, prefer the locale-specific
52815              separator over the old boring ".".
52816              
52817              "10.", that is, decimal numbers can have no decimal part at all.
52818              
52819              The non-locale places need love, too.
52820      Branch: maint-5.6/perl
52821           !> perl.h sv.c
52822 ____________________________________________________________________________
52823 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
52824         Log: Missed from #10420.
52825      Branch: perl
52826            ! epoc/config.sh
52827 ____________________________________________________________________________
52828 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
52829         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
52830              often this prototype goes with HAS_SETRESUID_PROTO.
52831      Branch: perl
52832            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52833            ! config_h.SH configure.com perl.h uconfig.h
52834 ____________________________________________________________________________
52835 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
52836         Log: Update Changes.
52837      Branch: perl
52838            ! Changes patchlevel.h
52839 ____________________________________________________________________________
52840 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
52841         Log: -Wall "subscript has type `char'" cleanup.
52842      Branch: perl
52843            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
52844 ____________________________________________________________________________
52845 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
52846         Log: Various "cast to pointer from integer of different size"
52847              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
52848              wide but I32 (int) only 32 bits wide).
52849              
52850              WARNING: the classnum and tagnum changes in Storable.xs
52851              may not be wise, they may be breaking binary compatibility
52852              (in 64-bit platforms), asked Raphael Manfredi about the changes.
52853      Branch: perl
52854            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
52855            ! mg.c proto.h
52856 ____________________________________________________________________________
52857 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
52858         Log: The non-locale places need love, too.
52859      Branch: perl
52860            ! perl.h
52861 ____________________________________________________________________________
52862 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
52863         Log: "10.", that is, decimal numbers can have no decimal part at all.
52864      Branch: perl
52865            ! perl.h
52866 ____________________________________________________________________________
52867 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
52868         Log: Potential buffer overrun if the radix separator is more than
52869              one byte.  Also, under locales, prefer the locale-specific
52870              separator over the old boring ".".
52871      Branch: perl
52872            ! perl.h sv.c
52873 ____________________________________________________________________________
52874 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
52875         Log: Integrate change #10412 from maintperl; locale is now
52876              per-cop, not per-op; plus retweak the locale.t to always
52877              list the skipped utf8 locales.
52878      Branch: perl
52879            ! t/pragma/locale.t
52880           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
52881           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
52882 ____________________________________________________________________________
52883 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
52884         Log: rationalize locale handling to fix the bugs uncovered by change#10394
52885              
52886              the major issue was that the runtime was looking at PL_hints rather
52887              than op_private to notice whether locale was enabled
52888              
52889              the secondary issue was that many locale-sensitive numeric ops didn't
52890              have HINT_LOCALE propagated into their op_private
52891              
52892              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
52893              instead of per-op, just like HINT_BYTE and the hints for lexical
52894              warnings (this makes the hint available to every op via PL_curcop)
52895              
52896              pragma/locale.t may need to be reworked with these fixes in mind
52897              (it currently passes its tests)
52898      Branch: maint-5.6/perl
52899            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
52900            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
52901 ____________________________________________________________________________
52902 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
52903         Log: More verbose debugging.
52904      Branch: perl
52905            ! t/pragma/locale.t
52906 ____________________________________________________________________________
52907 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
52908         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
52909              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
52910              Date: Sat, 2 Jun 2001 22:53:33 +0100
52911              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
52912      Branch: perl
52913            ! regcomp.c t/pragma/warn/regcomp
52914 ____________________________________________________________________________
52915 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
52916         Log: Mention that lexicalizing $a or $b is a bad idea if one
52917              wants to use sort().
52918      Branch: perl
52919            ! pod/perlvar.pod
52920 ____________________________________________________________________________
52921 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
52922         Log: Tweak the test to be happy if the accuracy is 'good enough'.
52923      Branch: perl
52924            ! t/lib/posix.t
52925 ____________________________________________________________________________
52926 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
52927         Log: Upgrade to Attribute::Handlers 0.70.
52928              
52929              NOTE: this unearthed the "too late for CHECK block" bug,
52930              that's why the 1_compile.t change.
52931      Branch: perl
52932            + lib/Attribute/Handlers/demo/Demo.pm
52933            + lib/Attribute/Handlers/demo/Descriptions.pm
52934            + lib/Attribute/Handlers/demo/MyClass.pm
52935            + lib/Attribute/Handlers/demo/demo.pl
52936            + lib/Attribute/Handlers/demo/demo2.pl
52937            + lib/Attribute/Handlers/demo/demo3.pl
52938            + lib/Attribute/Handlers/demo/demo4.pl
52939            + lib/Attribute/Handlers/demo/demo_call.pl
52940            + lib/Attribute/Handlers/demo/demo_chain.pl
52941            + lib/Attribute/Handlers/demo/demo_cycle.pl
52942            + lib/Attribute/Handlers/demo/demo_hashdir.pl
52943            + lib/Attribute/Handlers/demo/demo_phases.pl
52944            + lib/Attribute/Handlers/demo/demo_range.pl
52945            + lib/Attribute/Handlers/demo/demo_rawdata.pl
52946            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
52947            ! t/lib/attrhand.t
52948 ____________________________________________________________________________
52949 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
52950         Log: One less -Wall whine.
52951      Branch: perl
52952            ! regcomp.c
52953 ____________________________________________________________________________
52954 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
52955         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
52956      Branch: perl
52957           !> t/op/eval.t
52958 ____________________________________________________________________________
52959 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
52960         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
52961              aren't "normally" visible inside eval""s contained in subs unless
52962              a cloned reference to them already exists)
52963              
52964              strangely enough, t/harness didn't show this up as a failure
52965              (harness needs fixing?)
52966      Branch: maint-5.6/perl
52967            ! t/op/eval.t
52968 ____________________________________________________________________________
52969 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
52970         Log: Update to Text::Balanced 1.85.
52971      Branch: perl
52972            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
52973 ____________________________________________________________________________
52974 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
52975         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
52976              From: Nicholas Clark <nick@ccl4.org>
52977              Date: Sun, 3 Jun 2001 17:54:36 +0100
52978              Message-ID: <20010603175436.E76396@plum.flirble.org> 
52979      Branch: perl
52980            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
52981            ! ext/Sys/Syslog/Syslog.xs
52982 ____________________________________________________________________________
52983 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
52984         Log: Unused variables.
52985      Branch: perl
52986            ! util.c
52987 ____________________________________________________________________________
52988 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
52989         Log: Subject: [PATCH] APIfy op_clear 
52990              From: Simon Cozens <simon@netthink.co.uk>
52991              Date: Sun, 3 Jun 2001 13:51:46 +0100
52992              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
52993              
52994              (despite the subject line, op_null is APIfied by the patch)
52995      Branch: perl
52996            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
52997 ____________________________________________________________________________
52998 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
52999         Log: Subject: [PATCH] t/lib/extutils.t
53000              From: Nicholas Clark <nick@ccl4.org>
53001              Date: Sat, 2 Jun 2001 23:57:05 +0100
53002              Message-ID: <20010602235705.Q12698@plum.flirble.org>
53003      Branch: perl
53004            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
53005 ____________________________________________________________________________
53006 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
53007         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
53008              From: Prymmer/Kahn <pvhp@best.com>
53009              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
53010              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
53011      Branch: perl
53012            ! win32/Makefile win32/makefile.mk
53013 ____________________________________________________________________________
53014 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
53015         Log: Subject: Re: 'decimal digits' macro? 
53016              From: Hugo <hv@crypt.compulink.co.uk>
53017              Date: Sun, 03 Jun 2001 04:26:36 +0100
53018              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
53019      Branch: perl
53020            ! handy.h t/lib/posix.t t/op/tr.t
53021 ____________________________________________________________________________
53022 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
53023         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
53024              From: Hugo <hv@crypt.compulink.co.uk>
53025              Date: Sun, 03 Jun 2001 14:56:30 +0100
53026              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
53027      Branch: perl
53028            ! util.c
53029 ____________________________________________________________________________
53030 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
53031         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
53032      Branch: perl
53033           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
53034           !> vms/perly_c.vms
53035 ____________________________________________________________________________
53036 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
53037         Log: fix leakage of lexicals at file scope into subroutines that were
53038              declared before them; this appears to be a longstanding bug that
53039              meant that lexicals at file scope were never "deintroduced", meaning
53040              their scope range was never properly closed, and their visibility
53041              extended to all subsequent eval""s or requires
53042              
53043              added a test case
53044              
53045              seems to also fix a case of bogus duplicate warnings
53046      Branch: maint-5.6/perl
53047            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
53048            ! vms/perly_c.vms
53049 ____________________________________________________________________________
53050 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
53051         Log: More VMS tweaks from Craig A. Berry.
53052      Branch: perl
53053            ! configure.com t/lib/extutils.t
53054 ____________________________________________________________________________
53055 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
53056         Log: -Wall cleanup continues.
53057      Branch: perl
53058            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
53059            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
53060            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
53061            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
53062            ! run.c toke.c util.c
53063 ____________________________________________________________________________
53064 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
53065         Log: The metaconfig unit change for #10390.
53066      Branch: metaconfig/U/perl
53067            ! gccvers.U
53068 ____________________________________________________________________________
53069 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
53070         Log: Drop the -ansi from the default gcc flags.
53071              
53072              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
53073              that struct cannot be compared with a flat integer, such as STRLEN.
53074              The -ansi will also cause a lot of noise in Solaris because of:
53075              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
53076      Branch: perl
53077            ! Configure
53078 ____________________________________________________________________________
53079 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
53080         Log: Integrate perlio:
53081              
53082              [ 10387]
53083              Tweak util.c's atof2 for MULTIPLICITY
53084      Branch: perl
53085           !> pod/perlapi.pod util.c
53086 ____________________________________________________________________________
53087 [ 10388] By: nick                                  on 2001/06/02  08:01:12
53088         Log: Integrate mainline
53089      Branch: perlio
53090           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
53091           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
53092           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
53093           !> t/lib/1_compile.t t/lib/mimeqp.t
53094 ____________________________________________________________________________
53095 [ 10387] By: nick                                  on 2001/06/02  07:39:17
53096         Log: Tweak util.c's atof2 for MULTIPLICITY
53097      Branch: perlio
53098            ! util.c
53099 ____________________________________________________________________________
53100 [ 10386] By: nick                                  on 2001/06/02  07:38:33
53101         Log: Integrate mainline
53102      Branch: perlio
53103           !> (integrate 41 files)
53104 ____________________________________________________________________________
53105 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
53106         Log: Add Attribute::Handlers 0.61 from Damian Conway.
53107      Branch: perl
53108            + lib/Attribute/Handlers.pm t/lib/attrhand.t
53109            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
53110 ____________________________________________________________________________
53111 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
53112         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
53113              From: Peter Prymmer <pvhp@forte.com>
53114              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
53115              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
53116      Branch: perl
53117            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
53118 ____________________________________________________________________________
53119 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
53120         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
53121              From: Jeff Pinyan <jeffp@crusoe.net>
53122              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
53123              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
53124      Branch: perl
53125            ! lib/File/Find.pm
53126 ____________________________________________________________________________
53127 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
53128         Log: Subject: [PATCH perl@10381] configure.com tweaks
53129              From: "Craig A. Berry" <craigberry@mac.com>
53130              Date: Fri, 1 Jun 2001 13:55:43 -0500
53131              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
53132      Branch: perl
53133            ! configure.com
53134 ____________________________________________________________________________
53135 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
53136         Log: Update Changes.
53137      Branch: perl
53138            ! Changes patchlevel.h
53139 ____________________________________________________________________________
53140 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
53141         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
53142              From: Mike Guy <mjtg@cam.ac.uk>
53143              Date: Fri, 01 Jun 2001 18:17:02 +0100
53144              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
53145      Branch: perl
53146            ! lib/perl5db.pl
53147 ____________________________________________________________________________
53148 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
53149         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
53150              From: Hugo <hv@crypt.compulink.co.uk>
53151              Date: Thu, 31 May 2001 20:49:48 +0100
53152              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
53153      Branch: perl
53154            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
53155            ! util.c
53156 ____________________________________________________________________________
53157 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
53158         Log: Zero() is not available in x2p (or, rather, some of its
53159              implementations like memzero() might not be available.)
53160      Branch: perl
53161            ! x2p/hash.c
53162 ____________________________________________________________________________
53163 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
53164         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
53165              From: Michael G Schwern <schwern@pobox.com>
53166              Date: Fri, 1 Jun 2001 12:00:29 +0100
53167              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
53168              
53169              (But use Zero() instead of memset.)
53170      Branch: perl
53171            ! x2p/hash.c
53172 ____________________________________________________________________________
53173 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
53174         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
53175              From: Jeff Pinyan <jeffp@crusoe.net>
53176              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
53177              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
53178      Branch: perl
53179            ! pod/perldiag.pod regcomp.c t/op/pat.t
53180 ____________________________________________________________________________
53181 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
53182         Log: Retract #10324 and #10333; not needed.
53183      Branch: perl
53184            ! hints/irix_6.sh hints/linux.sh
53185 ____________________________________________________________________________
53186 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
53187         Log: The #10370 wasn't quite right.
53188      Branch: perl
53189            ! ext/XS/Typemap/Typemap.xs
53190 ____________________________________________________________________________
53191 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
53192         Log: The metaconfig units changes for #10372.
53193      Branch: metaconfig/U/perl
53194            + d_realpath.U d_sresgproto.U d_sresuproto.U
53195            ! gccvers.U i_db.U
53196 ____________________________________________________________________________
53197 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
53198         Log: Configure tweaks; record the Berkeley DB version,
53199              probe for realpath(), for setresuid() and setresgid()
53200              prototypes; use realpath() (try to be paranoid enough),
53201              use the setres[ug]id prototypes because glibc has the functions
53202              but not their prototypes; add -Wall -ansi to gcc ccflags;
53203              regen toc.
53204      Branch: perl
53205            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53206            ! config_h.SH configure.com epoc/config.sh
53207            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
53208            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
53209            ! vos/config.ga.def win32/config.bc win32/config.gc
53210            ! win32/config.vc
53211 ____________________________________________________________________________
53212 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
53213         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
53214              From: Michael G Schwern <schwern@pobox.com>
53215              Date: Fri, 1 Jun 2001 11:28:14 +0100
53216              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
53217      Branch: perl
53218            ! lib/attributes.pm xsutils.c
53219 ____________________________________________________________________________
53220 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
53221         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
53222              From: Tim Jenness <t.jenness@jach.hawaii.edu>
53223              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
53224              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
53225      Branch: perl
53226            ! ext/XS/Typemap/Typemap.xs
53227 ____________________________________________________________________________
53228 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
53229         Log: Subject: [patch] Cwd.xs optimizations/abstraction
53230              From: Doug MacEachern <dougm@covalent.net>
53231              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
53232              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
53233      Branch: perl
53234            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
53235            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
53236 ____________________________________________________________________________
53237 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
53238         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!])
53239              From: Nicholas Clark <nick@ccl4.org>
53240              Date: Thu, 31 May 2001 23:56:40 +0100
53241              Message-ID: <20010531235640.F12698@plum.flirble.org>
53242              
53243              Make the test work also under only static extensions
53244              (sh Configure -Uusedl fakes this nicely)
53245      Branch: perl
53246            ! t/lib/extutils.t
53247 ____________________________________________________________________________
53248 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
53249         Log: Subject: [PATCH hv.c] Eliminating trigraph
53250              From: Michael G Schwern <schwern@pobox.com>
53251              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
53252              Date: Fri, 1 Jun 2001 11:49:56 +0100
53253      Branch: perl
53254            ! hv.c
53255 ____________________________________________________________________________
53256 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
53257         Log: Subject: Re: [PATCH] Tests for File::Compare 
53258              From: "Philip Newton" <Philip.Newton@gmx.net>
53259              Date: Thu, 31 May 2001 19:44:05 +0200
53260              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
53261              
53262              Unnecessary "quotation marks".
53263      Branch: perl
53264            ! t/lib/filecomp.t
53265 ____________________________________________________________________________
53266 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
53267         Log: Integrate perlio:
53268              
53269              [ 10364]
53270              Cleanup dll.base and dll.exp created by GCC builds.
53271              
53272              [ 10363]
53273              Make filecomp test work on CRLF platforms by adding binmode.
53274      Branch: perl
53275           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
53276 ____________________________________________________________________________
53277 [ 10364] By: nick                                  on 2001/06/01  10:13:31
53278         Log: Cleanup dll.base and dll.exp created by GCC builds.
53279      Branch: perlio
53280            ! lib/ExtUtils/MM_Win32.pm
53281 ____________________________________________________________________________
53282 [ 10363] By: nick                                  on 2001/06/01  10:02:17
53283         Log: Make filecomp test work on CRLF platforms by adding binmode.
53284      Branch: perlio
53285            ! t/lib/filecomp.t
53286 ____________________________________________________________________________
53287 [ 10362] By: nick                                  on 2001/06/01  08:37:17
53288         Log: Integrate mainline
53289      Branch: perlio
53290           !> Changes Configure patchlevel.h perlio.c
53291 ____________________________________________________________________________
53292 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
53293         Log: panic:claustrophobia.
53294      Branch: perl
53295            ! perlio.c
53296 ____________________________________________________________________________
53297 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
53298         Log: Update Changes.
53299      Branch: perl
53300            ! Changes patchlevel.h
53301 ____________________________________________________________________________
53302 [ 10359] By: nick                                  on 2001/05/31  12:35:50
53303         Log: Integrate mainline.
53304      Branch: perlio
53305           +> t/lib/filecomp.t
53306           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
53307           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
53308 ____________________________________________________________________________
53309 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
53310         Log: Integrate perlio:
53311              
53312              [ 10350]
53313              win32 - dmake regen_config_h
53314              
53315              [ 10348]
53316              Tolerate Win32 numerics
53317      Branch: perl
53318           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
53319           !> win32/config_H.vc
53320 ____________________________________________________________________________
53321 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
53322         Log: Metaconfig unit change for #10356.
53323      Branch: metaconfig
53324            ! U/installdirs/inc_version_list.U
53325 ____________________________________________________________________________
53326 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
53327         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
53328              (idea from Sarathy; implementation from Andy)
53329      Branch: perl
53330            ! Configure
53331 ____________________________________________________________________________
53332 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
53333         Log: More AUTHORS.
53334      Branch: perl
53335            ! AUTHORS
53336 ____________________________________________________________________________
53337 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
53338         Log: Subject: Re: [PATCH] Tests for File::Compare
53339              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
53340              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
53341              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
53342      Branch: perl
53343            + t/lib/filecomp.t
53344            ! MANIFEST t/lib/1_compile.t
53345 ____________________________________________________________________________
53346 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
53347         Log: Subject: [PATCH] DEBUG_* macro cleanups
53348              From: Abhijit Menon-Sen <ams@wiw.org>
53349              Date: Thu, 31 May 2001 12:16:22 +0530
53350              Message-ID: <20010531121622.B4829@lustre.linux.in>
53351              
53352              Subject: Re: [PATCH] DEBUG_* macro cleanups
53353              From: Abhijit Menon-Sen <ams@wiw.org>
53354              Date: Thu, 31 May 2001 13:57:01 +0530
53355              Message-ID: <20010531135701.A21775@lustre.linux.in>
53356              
53357              (The DEBUG_ definitions in perl.h changed to use the
53358              STMT_START and STMT_END.)
53359      Branch: perl
53360            ! perl.h pp_ctl.c sv.c toke.c
53361 ____________________________________________________________________________
53362 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
53363         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
53364              From: Abhijit Menon-Sen <ams@wiw.org>
53365              Date: Thu, 31 May 2001 08:27:55 +0530
53366              Message-ID: <20010531082755.A10018@lustre.linux.in>
53367      Branch: perl
53368            ! ext/Storable/Storable.xs gv.c perl.c
53369 ____________________________________________________________________________
53370 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
53371         Log: Subject: [PATCH] AUTHORS
53372              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
53373              Date: Thu, 31 May 2001 01:27:59 -0500
53374              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
53375              
53376              Subject: Re: [PATCH] AUTHORS
53377              From: "Philip Newton" <Philip.Newton@gmx.net>
53378              Date: Thu, 31 May 2001 10:08:06 +0200
53379              (Message-Id missing?)
53380      Branch: perl
53381            ! AUTHORS
53382 ____________________________________________________________________________
53383 [ 10350] By: nick                                  on 2001/05/31  11:40:43
53384         Log: win32 - dmake regen_config_h
53385      Branch: perlio
53386            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53387 ____________________________________________________________________________
53388 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
53389         Log: Subject: Re: [PATCH util.c] More warning cleanups.
53390              From: "Philip Newton" <Philip.Newton@gmx.net>
53391              Date: Thu, 31 May 2001 07:41:36 +0200
53392              Message-Id: <200105310538.IAA25458@taku.hut.fi>
53393              
53394              Undo C++-ism that snekt in.
53395      Branch: perl
53396            ! util.c
53397 ____________________________________________________________________________
53398 [ 10348] By: nick                                  on 2001/05/31  11:36:46
53399         Log: Tolerate Win32 numerics
53400      Branch: perlio
53401            ! t/pragma/warn/toke
53402 ____________________________________________________________________________
53403 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
53404         Log: Integrate perlio:
53405              
53406              [ 10346]
53407              Hack to restore Win32 pseudo fork broken by Multiple Interpreter
53408              perlio.c change 10255.
53409              
53410              [ 10345]
53411              Conditionally put back some "unused" dTHX which are used
53412              with PERL_IMPLICIT_SYS
53413              
53414              [ 10344]
53415              Fix Win32 for new spelling IN_BYTES 
53416              
53417              [ 10343]
53418              perlio.c -Wall cleaner under MULTIPLICITY
53419              - still minor noise with linux stdio
53420      Branch: perl
53421           !> perlio.c win32/win32.h
53422 ____________________________________________________________________________
53423 [ 10346] By: nick                                  on 2001/05/31  10:54:55
53424         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
53425              perlio.c change 10255.
53426      Branch: perlio
53427            ! perlio.c
53428 ____________________________________________________________________________
53429 [ 10345] By: nick                                  on 2001/05/31  10:01:57
53430         Log: Conditionally put back some "unused" dTHX which are used
53431              with PERL_IMPLICIT_SYS
53432      Branch: perlio
53433            ! perlio.c
53434 ____________________________________________________________________________
53435 [ 10344] By: nick                                  on 2001/05/31  10:00:59
53436         Log: Fix Win32 for new spelling IN_BYTES 
53437      Branch: perlio
53438            ! win32/win32.h
53439 ____________________________________________________________________________
53440 [ 10343] By: nick                                  on 2001/05/31  08:01:32
53441         Log: perlio.c -Wall cleaner under MULTIPLICITY
53442              - still minor noise with linux stdio
53443      Branch: perlio
53444            ! perlio.c
53445 ____________________________________________________________________________
53446 [ 10342] By: nick                                  on 2001/05/31  07:52:23
53447         Log: Integrate mainline.
53448      Branch: perlio
53449           !> (integrate 42 files)
53450 ____________________________________________________________________________
53451 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
53452         Log: AUTHORS updates.
53453      Branch: perl
53454            ! AUTHORS
53455 ____________________________________________________________________________
53456 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
53457         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
53458              From: Peter Prymmer <pvhp@forte.com>
53459              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
53460              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
53461      Branch: perl
53462            ! t/lib/md5-file.t
53463 ____________________________________________________________________________
53464 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
53465         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
53466              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
53467              to match the pragma name; various robustness cleanups.
53468      Branch: perl
53469            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
53470            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
53471 ____________________________________________________________________________
53472 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
53473         Log: More -Wall sweeping.
53474      Branch: perl
53475            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
53476            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
53477            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
53478            ! regcomp.c sv.c toke.c utf8.c
53479 ____________________________________________________________________________
53480 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
53481         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
53482              From: Nicholas Clark <nick@ccl4.org>
53483              Date: Wed, 30 May 2001 22:34:41 +0100
53484              Message-ID: <20010530223441.Y86445@plum.flirble.org>
53485      Branch: perl
53486            ! t/op/cmp.t
53487 ____________________________________________________________________________
53488 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
53489         Log: It's is not, it isn't ain't, and it's it's, not its,
53490              if you mean it is. If you don't, it's its. Then too,
53491              it's hers. It isn't her's. It isn't our's either.
53492              It's ours, and likewise yours and theirs.
53493              -- Oxford University Press, Edpress News
53494      Branch: perl
53495            ! lib/autouse.pm
53496 ____________________________________________________________________________
53497 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
53498         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
53499      Branch: perl
53500            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
53501            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
53502            ! x2p/str.c x2p/walk.c xsutils.c
53503 ____________________________________________________________________________
53504 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
53505         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
53506              From: Michael G Schwern <schwern@pobox.com>
53507              Date: Wed, 30 May 2001 17:10:38 +0100
53508              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
53509              
53510              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
53511              From: Abhijit Menon-Sen <ams@wiw.org>
53512              Date: Wed, 30 May 2001 23:16:13 +0530
53513              Message-ID: <20010530231613.A31933@lustre.linux.in>
53514      Branch: perl
53515            ! perl.c t/run/runenv.t
53516 ____________________________________________________________________________
53517 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
53518         Log: (Retracted by #10375.)
53519              
53520              IRIX hints patch from Merijn Broeren.
53521              
53522              TODO: (this and the earlier Linux hints patch) should be solved
53523              at Configure level.  Merijn: -ldb should not be used on any platform
53524              for perl, just when linking DBFile itself. Trying to be helpful here
53525              is counterproductive.
53526      Branch: perl
53527            ! hints/irix_6.sh
53528 ____________________________________________________________________________
53529 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
53530         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
53531              From: Nicholas Clark <nick@ccl4.org>
53532              Date: Wed, 30 May 2001 23:20:58 +0100
53533              Message-ID: <20010530232058.B86445@plum.flirble.org>
53534      Branch: perl
53535            ! doop.c
53536 ____________________________________________________________________________
53537 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
53538         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
53539              From: Michael G Schwern <schwern@pobox.com> 
53540              Date: Wed, 30 May 2001 15:24:20 +0100
53541              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
53542      Branch: perl
53543            ! t/pragma/autouse.t
53544 ____________________________________________________________________________
53545 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
53546         Log: The regex trick wasn't a good idea.
53547      Branch: perl
53548            ! pod/perlfaq4.pod
53549 ____________________________________________________________________________
53550 [ 10329] By: nick                                  on 2001/05/30  18:34:35
53551         Log: Integrate mainline
53552      Branch: perlio
53553           !> (integrate 40 files)
53554 ____________________________________________________________________________
53555 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
53556         Log: Update Changes.
53557      Branch: perl
53558            ! Changes patchlevel.h
53559 ____________________________________________________________________________
53560 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
53561         Log: The metaconfig unit change for #10325.
53562      Branch: metaconfig
53563            + U/modified/afs.U
53564 ____________________________________________________________________________
53565 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
53566         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
53567              is now wrong.
53568      Branch: perl
53569            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
53570 ____________________________________________________________________________
53571 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
53572         Log: Introduce $Config{afsroot}.
53573      Branch: perl
53574            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53575            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
53576            ! win32/config.gc win32/config.vc
53577 ____________________________________________________________________________
53578 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
53579         Log: (Retracted by #10375.)
53580              
53581              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
53582      Branch: perl
53583            ! hints/linux.sh
53584 ____________________________________________________________________________
53585 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
53586         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
53587              (Also Configure tweaks needed; coming up soon.)
53588      Branch: perl
53589            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
53590 ____________________________________________________________________________
53591 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
53592         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
53593              From: Michael G Schwern <schwern@pobox.com>
53594              Date: Sun, 27 May 2001 10:29:43 +0100
53595              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
53596      Branch: perl
53597            ! lib/perl5db.pl
53598 ____________________________________________________________________________
53599 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
53600         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
53601              and Abhijit Menon-Sen.
53602      Branch: perl
53603            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
53604            ! perl.c pp_sys.c regcomp.c
53605 ____________________________________________________________________________
53606 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
53607         Log: Fix the BOOT section to call myU2time properly.
53608      Branch: perl
53609            ! ext/Time/HiRes/HiRes.xs
53610 ____________________________________________________________________________
53611 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
53612         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
53613              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
53614              Date: Wed, 30 May 2001 09:44:29 -0400
53615              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
53616              
53617              Detypo; plus add one more trick.
53618      Branch: perl
53619            ! pod/perlfaq4.pod
53620 ____________________________________________________________________________
53621 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
53622         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)
53623              From: Michael G Schwern <schwern@pobox.com>
53624              Date: Wed, 30 May 2001 14:39:06 +0100
53625              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
53626      Branch: perl
53627            ! lib/autouse.pm t/pragma/autouse.t
53628 ____________________________________________________________________________
53629 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
53630         Log: Subject: Re: AIX and gcc (moving targets)
53631              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53632              Date: Wed, 30 May 2001 15:25:08 +0200
53633              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
53634      Branch: perl
53635            ! ext/Time/HiRes/HiRes.xs
53636 ____________________________________________________________________________
53637 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
53638         Log: Subject: [PATCH t/TEST] sorting tests
53639              From: Michael G Schwern <schwern@pobox.com>
53640              Date: Wed, 30 May 2001 10:24:02 +0100
53641              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
53642      Branch: perl
53643            ! t/TEST
53644 ____________________________________________________________________________
53645 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
53646         Log: Subject: [ID 20010529.002] typos in man page perlre
53647              From: bart@cg681574-a.adubn1.nj.home.com 
53648              Date: Tue, 29 May 2001 13:58:59 -0500
53649              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
53650      Branch: perl
53651            ! pod/perlre.pod
53652 ____________________________________________________________________________
53653 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
53654         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
53655              From: "Craig A. Berry" <craigberry@mac.com>
53656              Date: Tue, 29 May 2001 23:23:45 -0500
53657              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
53658      Branch: perl
53659            ! t/lib/extutils.t t/pragma/autouse.t
53660 ____________________________________________________________________________
53661 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
53662         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)
53663              From: David Dyck <dcd@tc.fluke.com>
53664              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
53665              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
53666      Branch: perl
53667            ! t/lib/filefind.t
53668 ____________________________________________________________________________
53669 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
53670         Log: AIX hints update for gcc from Merijn H. Brand.
53671      Branch: perl
53672            ! hints/aix.sh
53673 ____________________________________________________________________________
53674 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
53675         Log: Retract #10295 and #10296: a more generic solution
53676              is needed (there's something funny with gcc on AIX).
53677      Branch: perl
53678            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
53679 ____________________________________________________________________________
53680 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
53681         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
53682              From: Hugo <hv@crypt.compulink.co.uk>
53683              Date: Wed, 30 May 2001 11:59:19 +0100
53684              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
53685              
53686              localizing $@ has unfortunate semantics - if you die past
53687              a local $@, the die message is lost.
53688      Branch: perl
53689            ! lib/utf8_heavy.pl
53690 ____________________________________________________________________________
53691 [ 10309] By: nick                                  on 2001/05/30  08:23:02
53692         Log: Integrate mainline (autouse works again.)
53693      Branch: perlio
53694           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
53695           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
53696           !> pod/perlvar.pod t/op/cmp.t
53697 ____________________________________________________________________________
53698 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
53699         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
53700              From: David Dyck <dcd@tc.fluke.com>
53701              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
53702              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
53703      Branch: perl
53704            ! lib/File/Find.pm
53705 ____________________________________________________________________________
53706 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
53707         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
53708              From: Nicholas Clark <nick@ccl4.org>
53709              Date: Tue, 29 May 2001 23:16:09 +0100
53710              Message-ID: <20010529231609.U86445@plum.flirble.org>
53711              
53712              Make the test output slightly clearer by distinguishing
53713              between '' and undef.
53714      Branch: perl
53715            ! t/op/cmp.t
53716 ____________________________________________________________________________
53717 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
53718         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
53719              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53720              Date: Tue, 29 May 2001 19:15:19 -0400
53721              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
53722      Branch: perl
53723            ! hints/os2.sh
53724 ____________________________________________________________________________
53725 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
53726         Log: Subject: perlvar.pod addition
53727              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
53728              Date: Fri, 25 May 2001 20:23:12 +0200
53729              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
53730              
53731              Subject: Re: perlvar.pod addition
53732              From: "Abigail" <abigail@foad.org> 
53733              Date: Fri, 25 May 2001 22:00:39 +0200
53734              Message-ID: <20010525200039.28029.qmail@foad.org>
53735              
53736              Mention $a and $b in perlvar.
53737      Branch: perl
53738            ! pod/perlvar.pod
53739 ____________________________________________________________________________
53740 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
53741         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
53742              From: Jeff Pinyan <jeffp@crusoe.net>
53743              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
53744              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
53745      Branch: perl
53746            ! pod/perlvar.pod
53747 ____________________________________________________________________________
53748 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
53749         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
53750              From: Jeff Pinyan <jeffp@crusoe.net>
53751              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
53752              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
53753      Branch: perl
53754            ! pod/perlfaq6.pod
53755 ____________________________________________________________________________
53756 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
53757         Log: Mention Time::localtime and Time::gmtime.
53758      Branch: perl
53759            ! ext/Time/Piece/Piece.pm
53760 ____________________________________________________________________________
53761 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
53762         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
53763              From: Michael G Schwern <schwern@pobox.com>
53764              Date: Tue, 29 May 2001 18:51:32 +0100
53765              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
53766      Branch: perl
53767            ! pod/perlfaq4.pod
53768 ____________________________________________________________________________
53769 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
53770         Log: Retract #10243.
53771      Branch: perl
53772            ! lib/autouse.pm
53773 ____________________________________________________________________________
53774 [ 10299] By: nick                                  on 2001/05/29  18:41:19
53775         Log: Post weekend integrate mainline (fails one test pragma/autouse).
53776      Branch: perlio
53777           +> (branch 29 files)
53778           !> (integrate 91 files)
53779 ____________________________________________________________________________
53780 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
53781         Log: Update Changes.
53782      Branch: perl
53783            ! Changes patchlevel.h
53784 ____________________________________________________________________________
53785 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
53786         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
53787              before Perl_load_module/Perl_call_method and restore the value
53788              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
53789      Branch: perl
53790            ! utf8.c
53791 ____________________________________________________________________________
53792 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
53793         Log: Subject: Re: AIX and gcc (moving targets)
53794              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53795              Date: Tue, 29 May 2001 17:59:40 +0200
53796              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
53797      Branch: perl
53798            ! ext/Storable/Makefile.PL
53799 ____________________________________________________________________________
53800 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
53801         Log: Subject: Re: AIX and gcc (moving targets)
53802              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53803              Date: Tue, 29 May 2001 12:32:57 +0200
53804              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
53805      Branch: perl
53806            ! ext/POSIX/Makefile.PL
53807 ____________________________________________________________________________
53808 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
53809         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
53810              From: Michael G Schwern <schwern@pobox.com>
53811              Date: Tue, 29 May 2001 09:53:29 +0100
53812              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
53813              
53814              (#10280 retracted)
53815      Branch: perl
53816            ! lib/Test/Harness.pm t/lib/test-harness.t
53817 ____________________________________________________________________________
53818 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
53819         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
53820              From: Michael G Schwern <schwern@pobox.com>
53821              Date: Tue, 29 May 2001 09:19:52 +0100
53822              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
53823      Branch: perl
53824            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
53825            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
53826            + t/lib/Test/todo.t
53827            ! MANIFEST lib/Test.pm t/TEST
53828 ____________________________________________________________________________
53829 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
53830         Log: From: Michael G Schwern <schwern@pobox.com>
53831              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
53832              Date: Tue, 29 May 2001 08:26:09 +0100
53833              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
53834      Branch: perl
53835            ! t/TEST
53836 ____________________________________________________________________________
53837 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
53838         Log: Add tests for Time::gmtime and Time::localtime.
53839      Branch: perl
53840            + t/lib/time-gmtime.t t/lib/time-localtime.t
53841            ! MANIFEST t/lib/1_compile.t
53842 ____________________________________________________________________________
53843 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
53844         Log: Add test for File::stat.
53845      Branch: perl
53846            + t/lib/filestat.t
53847            ! MANIFEST t/lib/1_compile.t
53848 ____________________________________________________________________________
53849 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
53850         Log: Add test for Net::servent.
53851      Branch: perl
53852            + t/lib/net-sent.t
53853            ! MANIFEST t/lib/1_compile.t
53854 ____________________________________________________________________________
53855 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
53856         Log: Add test for Net::protoent.
53857      Branch: perl
53858            + t/lib/net-pent.t
53859            ! MANIFEST t/lib/1_compile.t
53860 ____________________________________________________________________________
53861 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
53862         Log: Add test for Net::netent.
53863      Branch: perl
53864            + t/lib/net-nent.t
53865            ! MANIFEST t/lib/1_compile.t
53866 ____________________________________________________________________________
53867 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
53868         Log: Add test for User::grent.  Portability doubtful.
53869      Branch: perl
53870            + t/lib/user-grent.t
53871            ! MANIFEST t/lib/1_compile.t
53872 ____________________________________________________________________________
53873 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
53874         Log: Add test for User::pwent.
53875              Probably will fall down somewhere for portability reasons.
53876      Branch: perl
53877            + t/lib/user-pwent.t
53878            ! MANIFEST t/lib/1_compile.t
53879 ____________________________________________________________________________
53880 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
53881         Log: Metaconfig units changes for #10283.
53882      Branch: metaconfig
53883            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
53884            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
53885            ! U/installdirs/sitescript.U U/modified/Signal.U
53886 ____________________________________________________________________________
53887 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
53888         Log: Subject: [PATCH 5.6.1] signal names in Configure
53889              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53890              Date: Tue, 29 May 2001 03:52:25 -0400
53891              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
53892              
53893              Subject: [PATCH 5.6.1] older perl in Configure
53894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53895              Date: Tue, 29 May 2001 03:55:40 -0400
53896              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
53897              
53898              Subject: [PATCH 5.6.1] goofs in Configure
53899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53900              Date: Tue, 29 May 2001 04:13:07 -0400
53901              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
53902              
53903              Configure portability tweaks.
53904      Branch: perl
53905            ! Configure
53906 ____________________________________________________________________________
53907 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
53908         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
53909              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53910              Date: Tue, 29 May 2001 04:07:06 -0400
53911              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
53912      Branch: perl
53913            ! os2/os2.c
53914 ____________________________________________________________________________
53915 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
53916         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
53917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53918              Date: Tue, 29 May 2001 04:01:38 -0400
53919              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
53920      Branch: perl
53921            ! hints/os2.sh os2/Makefile.SHs
53922 ____________________________________________________________________________
53923 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
53924         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
53925              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53926              Date: Tue, 29 May 2001 03:50:18 -0400
53927              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
53928      Branch: perl
53929            ! lib/Test/Harness.pm
53930 ____________________________________________________________________________
53931 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
53932         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
53933      Branch: perl
53934            ! lib/utf8_heavy.pl
53935 ____________________________________________________________________________
53936 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
53937         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
53938              From: Hugo <hv@crypt.compulink.co.uk>
53939              Date: Tue, 29 May 2001 03:03:45 +0100
53940              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
53941              
53942              Explanation why the $@ always gets the UTF8 flag when under use utf8--
53943              because we told it to have the flag when under use utf8.
53944      Branch: perl
53945            ! pp_ctl.c
53946 ____________________________________________________________________________
53947 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
53948         Log: At least a partial fix for 20010528.004.
53949      Branch: perl
53950            ! lib/utf8_heavy.pl
53951 ____________________________________________________________________________
53952 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
53953         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
53954              From: Nicholas Clark <nick@ccl4.org> 
53955              Date: Mon, 28 May 2001 23:39:38 +0100
53956              Message-ID: <20010528233938.M86445@plum.flirble.org>
53957              
53958              More portable non-zero UV.
53959      Branch: perl
53960            ! t/lib/extutils.t
53961 ____________________________________________________________________________
53962 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
53963         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
53964              From: Nicholas Clark <nick@ccl4.org>
53965              Date: Mon, 28 May 2001 22:46:09 +0100
53966              Message-ID: <20010528224608.L86445@plum.flirble.org>
53967              
53968              Test also "make clean".
53969      Branch: perl
53970            ! t/lib/extutils.t
53971 ____________________________________________________________________________
53972 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
53973         Log: Subject: Re: Would -Wno-unused -Wall be better?
53974              From: Michael G Schwern <schwern@pobox.com>
53975              Date: Tue, 29 May 2001 00:55:54 +0100
53976              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
53977      Branch: perl
53978            ! pp.h
53979 ____________________________________________________________________________
53980 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
53981         Log: Add a test for 20010528.007, fixed in #10272.
53982      Branch: perl
53983            ! t/op/misc.t toke.c
53984 ____________________________________________________________________________
53985 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
53986         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
53987              From: Hugo <hv@crypt.compulink.co.uk>
53988              Date: Tue, 29 May 2001 00:23:23 +0100
53989              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
53990      Branch: perl
53991            ! toke.c
53992 ____________________________________________________________________________
53993 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
53994         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
53995              From: Michael G Schwern <schwern@pobox.com>
53996              Date: Tue, 29 May 2001 00:42:59 +0100
53997              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
53998      Branch: perl
53999            ! t/pragma/autouse.t
54000 ____________________________________________________________________________
54001 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
54002         Log: Some shells seemingly arrange the signal handlers differently
54003              (bug id 20010521.004).
54004      Branch: perl
54005            ! t/lib/sigaction.t
54006 ____________________________________________________________________________
54007 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
54008         Log: Regen perlmodlib.
54009      Branch: perl
54010            ! pod/perlmodlib.pod
54011 ____________________________________________________________________________
54012 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
54013         Log: Update Changes.
54014      Branch: perl
54015            ! Changes patchlevel.h
54016 ____________________________________________________________________________
54017 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
54018         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
54019              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
54020              Date: Mon, 28 May 2001 14:56:35 -0500
54021              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
54022      Branch: perl
54023            ! pod/perlnewmod.pod
54024 ____________________________________________________________________________
54025 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
54026         Log: Regen toc.
54027      Branch: perl
54028            ! pod/perltoc.pod
54029 ____________________________________________________________________________
54030 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
54031         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
54032              From: "Richard Soderberg" <rs@crystalflame.net>
54033              Date: Mon, 28 May 2001 12:31:23 -0700
54034              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
54035      Branch: perl
54036            ! t/op/splice.t
54037 ____________________________________________________________________________
54038 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
54039         Log: The #10260 was too bold: locales and utf8 still do not mix.
54040      Branch: perl
54041            ! t/pragma/locale.t
54042 ____________________________________________________________________________
54043 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
54044         Log: Subject: [PATCH] Pod nitpicks
54045              From: "Richard Soderberg" <rs@crystalflame.net>
54046              Date: Mon, 28 May 2001 10:08:58 -0700
54047              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
54048      Branch: perl
54049            ! pod/perl571delta.pod pod/perlapi.pod sv.h
54050 ____________________________________________________________________________
54051 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
54052         Log: Upgrade to I18N::LangTags 0.22.
54053      Branch: perl
54054            + lib/I18N/LangTags/List.pod
54055            ! MANIFEST lib/I18N/LangTags.pm
54056 ____________________________________________________________________________
54057 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
54058         Log: A slightly more serious bug found by -Mutf8; op/misc and
54059              lib/complex dumped core.
54060      Branch: perl
54061            ! regexec.c
54062 ____________________________________________________________________________
54063 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
54064         Log: Various buglets shaken out by -Mutf8.
54065      Branch: perl
54066            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
54067            ! t/pragma/locale.t
54068 ____________________________________________________________________________
54069 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
54070         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
54071      Branch: perl
54072            ! t/lib/carp.t
54073 ____________________________________________________________________________
54074 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
54075         Log: Subject: [PATCH] todo patch
54076              From: Artur Bergman <artur@contiller.se> 
54077              Date: Mon, 28 May 2001 17:03:51 +0200
54078              Message-ID: <B7383577.F34%artur@contiller.se>
54079      Branch: perl
54080            ! pod/perltodo.pod
54081 ____________________________________________________________________________
54082 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
54083         Log: Subject: typo in perlguts.pod
54084              From: "John P. Linderman" <jpl@research.att.com>
54085              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
54086              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
54087      Branch: perl
54088            ! pod/perlguts.pod
54089 ____________________________________________________________________________
54090 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
54091         Log: Subject: AIX and gcc (moving targets)
54092              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54093              Date: Mon, 28 May 2001 12:54:04 +0200
54094              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
54095      Branch: perl
54096            ! hints/aix.sh
54097 ____________________________________________________________________________
54098 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
54099         Log: Subject: Re: perlio + multiple perl_alloc..destruct
54100              From: Doug MacEachern <dougm@covalent.net>
54101              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
54102              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
54103      Branch: perl
54104            ! perlio.c
54105 ____________________________________________________________________________
54106 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
54107         Log: The #10251 wasn't quite up-to-the-code.
54108      Branch: perl
54109            ! t/op/misc.t
54110 ____________________________________________________________________________
54111 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
54112         Log: Test case for bug 20010526.004, fixed in #10252.
54113      Branch: perl
54114            ! t/op/taint.t
54115 ____________________________________________________________________________
54116 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
54117         Log: Subject: Re: [ID 20010526.004] Taint looses value
54118              From: Hugo <hv@crypt.compulink.co.uk>
54119              Date: Sun, 27 May 2001 20:39:32 +0100
54120              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
54121      Branch: perl
54122            ! sv.c
54123 ____________________________________________________________________________
54124 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
54125         Log: Test case for 20010422.005, fixed by #10250.
54126      Branch: perl
54127            ! t/op/misc.t
54128 ____________________________________________________________________________
54129 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
54130         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
54131              From: Spider Boardman <spider@Orb.Nashua.NH.US>
54132              Date: Mon, 28 May 2001 06:39:12 -0400
54133              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
54134      Branch: perl
54135            ! toke.c
54136 ____________________________________________________________________________
54137 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
54138         Log: Linerewrapping.
54139      Branch: perl
54140            ! lib/open.pm
54141 ____________________________________________________________________________
54142 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
54143         Log: Updates on the modules list.
54144      Branch: perl
54145            ! t/lib/1_compile.t
54146 ____________________________________________________________________________
54147 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
54148         Log: Add a test for PerlIO.
54149              
54150              (I probably got the crlf/raw thing wrong for clrfy platforms...)
54151      Branch: perl
54152            + t/lib/perlio.t
54153            ! MANIFEST lib/PerlIO.pm
54154 ____________________________________________________________________________
54155 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
54156         Log: Add a test for carp et alia.
54157      Branch: perl
54158            + t/lib/carp.t
54159            ! MANIFEST
54160 ____________________________________________________________________________
54161 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
54162         Log: Adding the new test would be swell.
54163      Branch: perl
54164            + t/pragma/autouse.t
54165 ____________________________________________________________________________
54166 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
54167         Log: Add a test for the autouse pragma.
54168      Branch: perl
54169            ! MANIFEST
54170 ____________________________________________________________________________
54171 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
54172         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
54173              From: dLux <dlux@spam.sch.bme.hu>
54174              Date: Sun, 27 May 2001 16:14:26 +0200
54175              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
54176      Branch: perl
54177            ! lib/autouse.pm
54178 ____________________________________________________________________________
54179 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
54180         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
54181              From: "Richard Soderberg" <rs@crystalflame.net>
54182              Date: Mon, 28 May 2001 03:56:36 -0700
54183              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
54184      Branch: perl
54185            ! utils/dprofpp.PL
54186 ____________________________________________________________________________
54187 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
54188         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
54189              From: "Stephen P. Potter" <spp@spotter.yi.org>
54190              Date: Tue, 22 May 2001 11:40:25 -0400
54191              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
54192              
54193              Subject: Re: [ID 20010522.003] Time::Local module bug
54194              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
54195              Date: Tue, 22 May 2001 11:50:19 -0400
54196              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
54197      Branch: perl
54198            ! lib/Time/Local.pm
54199 ____________________________________________________________________________
54200 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
54201         Log: The PERL_DL_NONLAZY can have whitespace in front.
54202      Branch: perl
54203            ! t/lib/extutils.t
54204 ____________________________________________________________________________
54205 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
54206         Log: Document strftime() and strptime().
54207      Branch: perl
54208            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
54209 ____________________________________________________________________________
54210 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
54211         Log: Make Time::Piece::strptime() to be a function, not a method.
54212      Branch: perl
54213            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
54214 ____________________________________________________________________________
54215 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
54216         Log: Tweak the test to be more portable.
54217      Branch: perl
54218            ! t/lib/extutils.t
54219 ____________________________________________________________________________
54220 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
54221         Log: Subject: PATCH: Re: Re: Attributes that tie
54222              From: Leon Brocard <acme@astray.com>
54223              Date: Sun, 27 May 2001 12:37:29 +0100
54224              Message-ID: <20010527123729.A22663@ns0.astray.com>
54225              
54226              Document that variable attributes are not currently usable
54227              for tieing.  (An ugly limitation that should be fixed.)
54228      Branch: perl
54229            ! lib/attributes.pm
54230 ____________________________________________________________________________
54231 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
54232         Log: Microperl tweaks.
54233      Branch: perl
54234            ! Makefile.micro uconfig.h uconfig.sh
54235 ____________________________________________________________________________
54236 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
54237         Log: Add make target for microperl (kind of silly, but convenient).
54238      Branch: perl
54239            ! Makefile.SH
54240 ____________________________________________________________________________
54241 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
54242         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
54243              for microperl.)
54244      Branch: perl
54245            ! doio.c
54246 ____________________________________________________________________________
54247 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
54248         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
54249              From: rspier@pobox.com (Robert Spier)
54250              Date: Sat, 26 May 2001 20:05:23 -0400
54251              Message-ID: <15120.17603.148648.12430@rls.cx>
54252              
54253              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
54254              From: rspier@pobox.com (Robert Spier)
54255              Date: Sun, 27 May 2001 00:23:12 -0400
54256              Message-ID: <15120.33072.511966.767230@rls.cx>
54257      Branch: perl
54258            ! doio.c pod/perlfunc.pod
54259 ____________________________________________________________________________
54260 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
54261         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
54262      Branch: perl
54263            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54264 ____________________________________________________________________________
54265 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
54266         Log: Add README.tru64.
54267      Branch: perl
54268            + README.tru64
54269 ____________________________________________________________________________
54270 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
54271         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
54272      Branch: perl
54273            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
54274            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
54275            ! MANIFEST
54276 ____________________________________________________________________________
54277 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
54278         Log: Integrate I18N::LangTags from Sean Burke.
54279              
54280              TODO: the language list from RFC 3066 needs to be integrated
54281              and made available somehow.  The list is included in the
54282              I18N-LangTags 0.21 distribution, but it is undocumented
54283              and unconnected to the module.
54284      Branch: perl
54285            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
54286            ! MANIFEST
54287 ____________________________________________________________________________
54288 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
54289         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
54290              envisioned by Sarathy.
54291      Branch: perl
54292            ! t/op/ver.t toke.c
54293 ____________________________________________________________________________
54294 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
54295         Log: Subject: [ID 20010525.001] Pod typo nits fixed
54296              From: lvirden@cas.org
54297              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
54298              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
54299              
54300              minus the perlsolaris decimation plus the
54301              
54302              Subject: Re: [ID 20010525.001] Pod typo nits fixed
54303              From: "Philip Newton" <Philip.Newton@gmx.net>
54304              Date: Fri, 25 May 2001 18:05:55 +0200
54305              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
54306      Branch: perl
54307            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
54308            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
54309            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
54310            ! pod/perlutil.pod pod/perlxstut.pod
54311 ____________________________________________________________________________
54312 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
54313         Log: return clauses are nice.
54314      Branch: perl
54315            ! sv.c
54316 ____________________________________________________________________________
54317 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
54318         Log: Subject: change 10199 backwards?
54319              From: Doug MacEachern <dougm@covalent.net>
54320              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
54321              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
54322      Branch: perl
54323            ! sv.c
54324 ____________________________________________________________________________
54325 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
54326         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
54327              From: Hugo <hv@crypt.compulink.co.uk>
54328              Date: Sat, 26 May 2001 17:05:12 +0100
54329              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
54330      Branch: perl
54331            + t/op/gmagic.t
54332            ! MANIFEST doop.c embed.h embed.pl global.sym
54333            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
54334            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
54335 ____________________________________________________________________________
54336 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
54337         Log: Regen headers for #10221.
54338      Branch: perl
54339            ! global.sym objXSUB.h perlapi.c
54340 ____________________________________________________________________________
54341 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
54342         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
54343              From: Juha Laiho <juha.laiho@Elma.Net>
54344              Date: Thu, 3 May 2001 09:51:30 +0300
54345              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
54346      Branch: perl
54347            ! embed.pl
54348 ____________________________________________________________________________
54349 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
54350         Log: Subject: Re: [PATCH] Re: stability of sort()?
54351              From: "John P. Linderman" <jpl@research.att.com>
54352              Date: Sat, 26 May 2001 13:27:19 -0400
54353              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
54354      Branch: perl
54355            ! pod/perlfunc.pod
54356 ____________________________________________________________________________
54357 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
54358         Log: Integrate perlio:
54359              
54360              [ 10212]
54361              Change perlguts docs to not suggest PUSHi etc. for multiple results,
54362              add a few more notes there on use of mortals on the stack.
54363      Branch: perl
54364           !> pod/perlguts.pod
54365 ____________________________________________________________________________
54366 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
54367         Log: Subject: [PATCH perl@10210] PerlIO for VMS
54368              From: "Craig A. Berry" <craigberry@mac.com>
54369              Date: Sat, 26 May 2001 09:34:11 -0500
54370              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
54371      Branch: perl
54372            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
54373            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
54374            ! vms/vmsish.h
54375 ____________________________________________________________________________
54376 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
54377         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
54378              From: David Dyck <dcd@tc.fluke.com>
54379              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
54380              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
54381      Branch: perl
54382            ! lib/perl5db.pl
54383 ____________________________________________________________________________
54384 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
54385         Log: Subject: utf8 regexp tests
54386              From: Hugo <hv@crypt.compulink.co.uk>
54387              Date: Fri, 25 May 2001 22:35:01 +0100
54388              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
54389      Branch: perl
54390            ! t/op/regexp.t
54391 ____________________________________________________________________________
54392 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
54393         Log: Subject: [PATCH] Re: stability of sort()?
54394              From: Nicholas Clark <nick@ccl4.org>
54395              Date: Fri, 25 May 2001 22:40:19 +0100
54396              Message-ID: <20010525224019.B86445@plum.flirble.org>
54397      Branch: perl
54398            ! pod/perlfunc.pod
54399 ____________________________________________________________________________
54400 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
54401         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
54402              From: John Peacock <jpeacock@rowman.com>
54403              Date: Thu, 24 May 2001 22:14:01 -0400
54404              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
54405      Branch: perl
54406            ! mg.c scope.c sv.c
54407 ____________________________________________________________________________
54408 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
54409         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
54410              From: Nicholas Clark <nick@ccl4.org>
54411              Date: Sun, 20 May 2001 19:24:13 +0100
54412              Message-ID: <20010520192413.G83222@plum.flirble.org>
54413      Branch: perl
54414            + lib/ExtUtils/Constant.pm t/lib/extutils.t
54415            ! MANIFEST utils/h2xs.PL
54416 ____________________________________________________________________________
54417 [ 10212] By: nick                                  on 2001/05/26  09:49:28
54418         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
54419              add a few more notes there on use of mortals on the stack.
54420      Branch: perlio
54421            ! pod/perlguts.pod
54422 ____________________________________________________________________________
54423 [ 10211] By: nick                                  on 2001/05/26  09:05:36
54424         Log: Integrate mainline
54425      Branch: perlio
54426           +> t/lib/fcntl.t t/pragma/vars.t
54427           !> (integrate 49 files)
54428 ____________________________________________________________________________
54429 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
54430         Log: Update Changes.
54431      Branch: perl
54432            ! Changes patchlevel.h
54433 ____________________________________________________________________________
54434 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
54435         Log: Based on
54436              
54437              Subject: [PATCH pp.c] Wrapping pack("C",256)
54438              From: Simon Cozens <simon@netthink.co.uk>
54439              Date: Sat, 12 May 2001 17:58:41 +0100
54440              Message-ID: <20010512175841.A6132@netthink.co.uk>
54441      Branch: perl
54442            ! pod/perldiag.pod pp.c t/pragma/warn/pp
54443 ____________________________________________________________________________
54444 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
54445         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
54446              From: "Brendan O'Dea" <bod@compusol.com.au>
54447              Date: Fri, 25 May 2001 11:18:29 +1000
54448              Message-ID: <20010525111829.A28411@compusol.com.au>
54449              
54450              (Slightly modified.)
54451      Branch: perl
54452            ! lib/Term/Cap.pm
54453 ____________________________________________________________________________
54454 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
54455         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
54456              From: Hugo <hv@crypt.compulink.co.uk>
54457              Date: Fri, 25 May 2001 02:13:25 +0100
54458              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
54459      Branch: perl
54460            ! t/op/misc.t
54461 ____________________________________________________________________________
54462 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
54463         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
54464              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
54465              Date: Fri, 25 May 2001 10:25:36 +0900
54466              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
54467      Branch: perl
54468            ! regcomp.c regexec.c
54469 ____________________________________________________________________________
54470 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
54471         Log: Subject: [PATCH #2] stash autovivification and method call error messages
54472              From: Ilmari Karonen <iltzu@sci.fi>
54473              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
54474              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
54475      Branch: perl
54476            ! gv.c pp_hot.c t/op/method.t
54477 ____________________________________________________________________________
54478 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
54479         Log: Add make target and documentation for gprof profiling.
54480      Branch: perl
54481            ! Makefile.SH pod/perlhack.pod
54482 ____________________________________________________________________________
54483 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
54484         Log: Subject: Don't think about UTF8 
54485              From: Mike Guy <mjtg@cam.ac.uk> 
54486              Date: Tue, 22 May 2001 14:35:39 +0100
54487              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
54488      Branch: perl
54489            ! sv.h
54490 ____________________________________________________________________________
54491 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
54492         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
54493              From: Geraint A Edwards <gedge@serf.org> 
54494              Date: Thu, 24 May 2001 22:51:24 +0100
54495              Message-Id: <20010524225124.A34981@cymru.serf.org>
54496      Branch: perl
54497            ! x2p/find2perl.PL
54498 ____________________________________________________________________________
54499 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
54500         Log: DB_File has its own attribute story.
54501      Branch: perl
54502            ! ext/DB_File/DB_File.xs
54503 ____________________________________________________________________________
54504 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
54505         Log: Subject: Re: Making perl with -Wall
54506              From: Andy Dougherty <doughera@lafayette.edu>
54507              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
54508              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
54509      Branch: perl
54510            ! perl.h
54511 ____________________________________________________________________________
54512 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
54513         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
54514              From: "Richard Soderberg" <rs@crystalflame.net>
54515              Date: Thu, 24 May 2001 08:58:16 -0700
54516              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
54517      Branch: perl
54518            ! sv.c
54519 ____________________________________________________________________________
54520 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
54521         Log: IV/UV casting fixes from Nicholas Clark.
54522      Branch: perl
54523            ! perl.h pp_sys.c util.c
54524 ____________________________________________________________________________
54525 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
54526         Log: Subject: Re: Making perl with -Wall
54527              From: Michael G Schwern <schwern@pobox.com>
54528              Date: Thu, 24 May 2001 15:40:28 +0100
54529              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
54530      Branch: perl
54531            ! malloc.c perl.h
54532 ____________________________________________________________________________
54533 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
54534         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
54535              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54536              Date: Tue, 22 May 2001 11:49:37 +0200
54537              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
54538      Branch: metaconfig
54539            ! U/modified/Oldsym.U
54540      Branch: metaconfig/U/perl
54541            ! patchlevel.U
54542      Branch: perl
54543            ! Configure config_h.SH myconfig.SH
54544 ____________________________________________________________________________
54545 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
54546         Log: Under versiononly install also the scripts with the version suffix.
54547              (e.g. .../bin/h2xs5.7.1)
54548      Branch: perl
54549            ! installperl
54550 ____________________________________________________________________________
54551 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
54552         Log: Subject: [PATCH] Stop segfault in mg.c:636
54553              From: "Richard Soderberg" <rs@crystalflame.net>
54554              Date: Thu, 24 May 2001 05:51:52 -0700
54555              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
54556      Branch: perl
54557            ! mg.c
54558 ____________________________________________________________________________
54559 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
54560         Log: Iteration continues; hopefully convergently.
54561      Branch: perl
54562            ! t/lib/b-stash.t
54563 ____________________________________________________________________________
54564 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
54565         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
54566              From: Gisle Aas <gisle@ActiveState.com>
54567              Date: 23 May 2001 16:13:10 -0700
54568              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
54569      Branch: perl
54570            ! op.c toke.c
54571 ____________________________________________________________________________
54572 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
54573         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
54574              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54575              Date: Thu, 24 May 2001 05:05:22 -0500
54576              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
54577      Branch: perl
54578            ! lib/dumpvar.pl lib/perl5db.pl
54579 ____________________________________________________________________________
54580 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
54581         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
54582              From: David Dyck <dcd@tc.fluke.com>
54583              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
54584              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
54585      Branch: perl
54586            ! lib/perl5db.pl
54587 ____________________________________________________________________________
54588 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
54589         Log: Tiny pod nits on READMEs, mostly whitespace issues.
54590      Branch: perl
54591            ! README.amiga README.dos README.macos README.mpeix README.vmesa
54592            ! README.win32
54593 ____________________________________________________________________________
54594 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
54595         Log: The DG/UX part of the 20010521.005.
54596      Branch: perl
54597            ! README.dgux
54598 ____________________________________________________________________________
54599 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
54600         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
54601              From: Hugo <hv@crypt.compulink.co.uk>
54602              Date: Mon, 21 May 2001 16:32:02 +0100
54603              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
54604      Branch: perl
54605            ! regcomp.c t/op/misc.t
54606 ____________________________________________________________________________
54607 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
54608         Log: Subject: [PATCH] Extra UNIVERSAL tests
54609              From: Mike Guy <mjtg@cam.ac.uk>
54610              Date: Wed, 23 May 2001 12:29:20 +0100
54611              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
54612      Branch: perl
54613            ! t/op/universal.t
54614 ____________________________________________________________________________
54615 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
54616         Log: Subject: [PATCH] Remove EQ keyword
54617              From: Mike Guy <mjtg@cam.ac.uk>
54618              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
54619              Date: Wed, 23 May 2001 11:17:29 +0100
54620      Branch: perl
54621            ! keywords.h keywords.pl
54622 ____________________________________________________________________________
54623 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
54624         Log: Subject: [PATCH] lib/perl5db.pl
54625              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54626              Date: Wed, 23 May 2001 02:18:03 -0500
54627              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
54628      Branch: perl
54629            ! lib/perl5db.pl
54630 ____________________________________________________________________________
54631 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
54632         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
54633              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
54634              Date: Tue, 22 May 2001 23:34:41 -0500
54635              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
54636      Branch: perl
54637            ! lib/Term/Cap.pm
54638 ____________________________________________________________________________
54639 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
54640         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
54641              From: davem@fdgroup.co.uk
54642              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
54643              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
54644      Branch: perl
54645            ! emacs/e2ctags.pl
54646 ____________________________________________________________________________
54647 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
54648         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
54649              From: Michael G Schwern <schwern@pobox.com>
54650              Date: Tue, 22 May 2001 14:15:09 +0100
54651              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
54652      Branch: perl
54653            ! lib/vars.pm
54654 ____________________________________________________________________________
54655 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
54656         Log: Subject: [PATCH lib/vars.pm] Odd code nit
54657              From: Michael G Schwern <schwern@pobox.com>
54658              Date: Tue, 22 May 2001 14:14:28 +0100
54659              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
54660      Branch: perl
54661            ! lib/vars.pm
54662 ____________________________________________________________________________
54663 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
54664         Log: Use the new use vars feature.
54665      Branch: perl
54666            ! t/lib/b-stash.t
54667 ____________________________________________________________________________
54668 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
54669         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
54670              From: Mike Guy <mjtg@cam.ac.uk>
54671              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54672              Date: Tue, 22 May 2001 13:11:39 +0100
54673      Branch: perl
54674            + t/pragma/vars.t
54675            ! MANIFEST lib/vars.pm t/lib/1_compile.t
54676 ____________________________________________________________________________
54677 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
54678         Log: -qlongdouble considered harmful by Merijn.
54679      Branch: perl
54680            ! hints/aix.sh
54681 ____________________________________________________________________________
54682 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
54683         Log: Update Changes.
54684      Branch: perl
54685            ! Changes patchlevel.h
54686 ____________________________________________________________________________
54687 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
54688         Log: Add a test of its very own for Fcntl.  Hopefully portable.
54689      Branch: perl
54690            + t/lib/fcntl.t
54691            ! MANIFEST
54692 ____________________________________________________________________________
54693 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
54694         Log: Must be trickier for 'minitest' not to die.
54695      Branch: perl
54696            ! t/op/taint.t
54697 ____________________________________________________________________________
54698 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
54699         Log: Can't declare other people's variables.
54700      Branch: perl
54701            ! t/lib/b-stash.t
54702 ____________________________________________________________________________
54703 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
54704         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
54705      Branch: perl
54706            ! doio.c t/op/taint.t
54707 ____________________________________________________________________________
54708 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
54709         Log: The OS/2 variable needs to be declared.
54710      Branch: perl
54711            ! t/lib/b-stash.t
54712 ____________________________________________________________________________
54713 [ 10170] By: nick                                  on 2001/05/20  16:48:29
54714         Log: Integrate mainline
54715      Branch: perlio
54716           !> (integrate 41 files)
54717 ____________________________________________________________________________
54718 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
54719         Log: Small perlsec updates: clarify the taintedness of filename
54720              globbing; suggest using Scalar::Util::tainted().
54721      Branch: perl
54722            ! pod/perlsec.pod
54723 ____________________________________________________________________________
54724 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
54725         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
54726              From: Dave Mitchell <davem@fdgroup.co.uk>
54727              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
54728              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
54729      Branch: perl
54730            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
54731            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
54732            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
54733            ! xsutils.c
54734 ____________________________________________________________________________
54735 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
54736         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
54737              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54738              Date: Sat, 19 May 2001 04:08:46 -0400
54739              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
54740      Branch: perl
54741            ! lib/ExtUtils/Mksymlists.pm makedef.pl
54742 ____________________________________________________________________________
54743 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
54744         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
54745              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54746              Date: Sat, 19 May 2001 04:30:45 -0400
54747              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
54748      Branch: perl
54749            ! os2/os2.c
54750 ____________________________________________________________________________
54751 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
54752         Log: Subject: [PATCH 5.6.1] build bugs OS/2
54753              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54754              Date: Sat, 19 May 2001 04:35:28 -0400
54755              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
54756      Branch: perl
54757            ! os2/Makefile.SHs os2/os2.c
54758 ____________________________________________________________________________
54759 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
54760         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
54761              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54762              Date: Sat, 19 May 2001 04:04:23 -0400
54763              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
54764              
54765              (In bleadperl patched b-stash.t instead of b.t)
54766      Branch: perl
54767            ! t/lib/b-stash.t t/lib/bigfltpm.t
54768 ____________________________________________________________________________
54769 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
54770         Log: Subject: [PATCH 5.6.1] perl5db
54771              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54772              Date: Sat, 19 May 2001 03:49:09 -0400
54773              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
54774      Branch: perl
54775            ! lib/perl5db.pl
54776 ____________________________________________________________________________
54777 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
54778         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
54779              From: Gisle Aas <gisle@ActiveState.com>
54780              Date: 18 May 2001 14:24:51 -0700
54781              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
54782      Branch: perl
54783            ! pp_ctl.c
54784 ____________________________________________________________________________
54785 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
54786         Log: Subject: [PATCH] Chomp should not always stringify
54787              From: Gisle Aas <gisle@ActiveState.com>
54788              Date: 18 May 2001 07:55:25 -0700
54789              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
54790      Branch: perl
54791            ! doop.c t/op/chop.t
54792 ____________________________________________________________________________
54793 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
54794         Log: Integrate perlio:
54795              
54796              [ 10159]
54797              Document some more of open's features.
54798      Branch: perl
54799           !> pod/perlfunc.pod
54800 ____________________________________________________________________________
54801 [ 10159] By: nick                                  on 2001/05/20  09:39:46
54802         Log: Document some more of open's features.
54803      Branch: perlio
54804            ! pod/perlfunc.pod
54805 ____________________________________________________________________________
54806 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
54807         Log: back out change#10153 (it has compatibility issues such as the
54808              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
54809              benefit for 5.6.x doesn't seem worth the risk)
54810      Branch: maint-5.6/perl
54811            ! toke.c
54812 ____________________________________________________________________________
54813 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
54814         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
54815      Branch: perl
54816            ! x2p/s2p.PL
54817 ____________________________________________________________________________
54818 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
54819         Log: Update Changes.
54820      Branch: perl
54821            ! Changes patchlevel.h
54822 ____________________________________________________________________________
54823 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
54824         Log: Integrate change #10144 from maintperl.
54825              
54826              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
54827      Branch: perl
54828           !> win32/config.bc win32/config.gc win32/config.vc
54829           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54830 ____________________________________________________________________________
54831 [ 10154] By: nick                                  on 2001/05/18  07:23:03
54832         Log: Integrate mainline.
54833      Branch: perlio
54834           +> README.dgux t/lib/i18n-collate.t utils.lst
54835           !> (integrate 49 files)
54836 ____________________________________________________________________________
54837 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
54838         Log: Integrate change #7224 from mainline into maintperl.
54839              
54840              Allow @+ and @- to be doublequoted, from Simon Cozens. 
54841              (Approved by Larry, see Tom's comment in 20000830.005.)
54842      Branch: maint-5.6/perl
54843           !> toke.c
54844 ____________________________________________________________________________
54845 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
54846         Log: Subject: [PATCH bleadperl] small lookbehind fix
54847              From: Hugo <hv@crypt.compulink.co.uk>
54848              Date: Fri, 18 May 2001 00:07:19 +0100
54849              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
54850      Branch: perl
54851            ! regexec.c
54852 ____________________________________________________________________________
54853 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
54854         Log: Detypos.
54855      Branch: perl
54856            ! installman utils.lst
54857 ____________________________________________________________________________
54858 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
54859         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
54860              in 20001222.001.
54861      Branch: perl
54862            ! t/lib/glob-basic.t
54863 ____________________________________________________________________________
54864 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
54865         Log: Subject: [PATCH] Test for bug 20010515.004
54866              From: Benjamin Sugars <bsugars@canoe.ca>
54867              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
54868              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
54869      Branch: perl
54870            ! t/op/misc.t
54871 ____________________________________________________________________________
54872 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
54873         Log: Integrate #10145 from maintperl.
54874              
54875              fix for ID 20010515.004 (needs test)
54876      Branch: perl
54877           !> pp_hot.c
54878 ____________________________________________________________________________
54879 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
54880         Log: Thinko noticed by Doug MacEachern.
54881      Branch: perl
54882            ! thread.h
54883 ____________________________________________________________________________
54884 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
54885         Log: Subject: Re: [PATCH] HERE mark in regex
54886              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
54887              Date: Thu, 17 May 2001 12:20:33 -0400
54888              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
54889      Branch: perl
54890            ! t/op/re_tests
54891 ____________________________________________________________________________
54892 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
54893         Log: fix for ID 20010515.004 (needs test)
54894      Branch: maint-5.6/perl
54895            ! pp_hot.c
54896 ____________________________________________________________________________
54897 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
54898         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
54899      Branch: maint-5.6/perl
54900            ! win32/config.bc win32/config.gc win32/config.vc
54901            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54902 ____________________________________________________________________________
54903 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
54904         Log: Macrofy the getspecific (and use it also in util.c)
54905      Branch: perl
54906            ! thread.h util.c
54907 ____________________________________________________________________________
54908 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
54909         Log: Use the unchecked thread-specific key fetch also in Tru64.
54910      Branch: perl
54911            ! thread.h
54912 ____________________________________________________________________________
54913 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
54914         Log: Subject: [PATCH 5.6.1]Quick thread speedup
54915              From: Dan Sugalski <dan@sidhe.org> 
54916              Date: Wed, 16 May 2001 18:05:19 -0400
54917              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
54918      Branch: perl
54919            ! thread.h util.c
54920 ____________________________________________________________________________
54921 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
54922         Log: I think this is quite enough testing for a deprecated feature.
54923      Branch: perl
54924            + t/lib/i18n-collate.t
54925            ! MANIFEST t/lib/1_compile.t
54926 ____________________________________________________________________________
54927 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
54928         Log: More HP-UX lore from Jeff Okamoto.
54929      Branch: perl
54930            ! README.hpux
54931 ____________________________________________________________________________
54932 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
54933         Log: Sort utils.lst for easier maintenance.
54934      Branch: perl
54935            ! utils.lst
54936 ____________________________________________________________________________
54937 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
54938         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
54939              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54940              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
54941              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
54942              
54943              Add pod2latex to utils.lst.
54944      Branch: perl
54945            ! MANIFEST utils.lst
54946 ____________________________________________________________________________
54947 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
54948         Log: Subject: Re: [PATCH] HERE mark in regex
54949              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
54950              Date: Wed, 16 May 2001 13:04:43 -0400
54951              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
54952      Branch: perl
54953            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
54954            ! t/op/regmesg.t t/pragma/warn/regcomp
54955 ____________________________________________________________________________
54956 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
54957         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
54958              From: Simon Cozens <simon@netthink.co.uk>
54959              Date: Wed, 16 May 2001 18:02:08 +0100
54960              Message-ID: <20010516180208.A6458@netthink.co.uk>
54961      Branch: perl
54962            ! installman utils.lst
54963 ____________________________________________________________________________
54964 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
54965         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
54966              From: "Philip Newton" <pnewton@gmx.de>
54967              Date: Tue, 15 May 2001 15:09:30 +0200
54968              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
54969              
54970              Test case for #10128.
54971      Branch: perl
54972            ! t/pragma/warn/pp_hot
54973 ____________________________________________________________________________
54974 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
54975         Log: Update Changes.
54976      Branch: perl
54977            ! Changes patchlevel.h
54978 ____________________________________________________________________________
54979 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
54980         Log: Deprecate pseudo-hashes.
54981      Branch: perl
54982            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
54983 ____________________________________________________________________________
54984 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
54985         Log: HP-UX hints update from Merijn.
54986      Branch: perl
54987            ! hints/hpux.sh
54988 ____________________________________________________________________________
54989 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
54990         Log: README.hpux update from Merijn.
54991      Branch: perl
54992            ! README.hpux
54993 ____________________________________________________________________________
54994 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
54995         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
54996              From: Simon Cozens <simon@netthink.co.uk>
54997              Date: Wed, 16 May 2001 15:57:55 +0100
54998              Message-ID: <20010516155755.A4728@netthink.co.uk>
54999      Branch: perl
55000            + utils.lst
55001            ! MANIFEST installman installperl
55002 ____________________________________________________________________________
55003 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
55004         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
55005              From: "Philip Newton" <pnewton@gmx.de>
55006              Date: Tue, 15 May 2001 16:31:05 +0200
55007              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
55008              
55009              Fix PERL_Y2KWARN test to check before rather than after appending.
55010      Branch: perl
55011            ! pp_hot.c
55012 ____________________________________________________________________________
55013 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
55014         Log: Regen Porting stuff.
55015      Branch: perl
55016            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
55017            ! config_h.SH
55018 ____________________________________________________________________________
55019 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
55020         Log: Metaconfig unit change for #10125.
55021      Branch: metaconfig
55022            ! U/modified/Oldconfig.U
55023 ____________________________________________________________________________
55024 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
55025         Log: Use OSVERS.
55026      Branch: perl
55027            ! Configure config_h.SH perl.c
55028 ____________________________________________________________________________
55029 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
55030         Log: Regen toc.
55031      Branch: perl
55032            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55033 ____________________________________________________________________________
55034 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
55035         Log: Adding the README.dgux to the MANIFEST would be a good idea.
55036      Branch: perl
55037            ! MANIFEST
55038 ____________________________________________________________________________
55039 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
55040         Log: Move the stack desire definition to thread.h.
55041      Branch: perl
55042            ! ext/Thread/Thread.xs thread.h
55043 ____________________________________________________________________________
55044 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
55045         Log: DG-UX threading patches, including a README.dgux,
55046              from Takis Psarogiannakopoulos.
55047      Branch: perl
55048            + README.dgux
55049            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
55050 ____________________________________________________________________________
55051 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
55052         Log: Subject: [PATCH B::Deparse] More on /x regexes
55053              From: Robin Houston <robin@kitsite.com>
55054              Date: Tue, 15 May 2001 19:09:35 +0100
55055              Message-ID: <20010515190935.A27268@penderel>
55056      Branch: perl
55057            ! ext/B/B/Deparse.pm
55058 ____________________________________________________________________________
55059 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
55060         Log: Document that the core time() may be rounding rather
55061              than truncating, would have saved at least my confusion.
55062      Branch: perl
55063            ! ext/Time/HiRes/HiRes.pm
55064 ____________________________________________________________________________
55065 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
55066         Log: Subject: perl-current/t/time-hires.t
55067              From: John Peacock <jpeacock@rowman.com>
55068              Date: Fri, 11 May 2001 14:09:41 -0400
55069              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
55070      Branch: perl
55071            ! t/lib/time-hires.t
55072 ____________________________________________________________________________
55073 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
55074         Log: Subject: [PATCH dump.c] Op private flags
55075              From: Simon Cozens <simon@netthink.co.uk>
55076              Date: Sun, 13 May 2001 20:20:36 +0100
55077              Message-ID: <20010513202036.A21896@netthink.co.uk>
55078      Branch: perl
55079            ! dump.c
55080 ____________________________________________________________________________
55081 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
55082         Log: Upgrade to Switch 2.03.
55083      Branch: perl
55084            ! lib/Switch.pm
55085 ____________________________________________________________________________
55086 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
55087         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
55088              to PERL_CONFIG_SH and use it consistently.
55089      Branch: maint-5.6/perl
55090           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
55091           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
55092           !> myconfig.SH writemain.SH
55093 ____________________________________________________________________________
55094 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
55095         Log: Metaconfig units changes for #10113.
55096      Branch: metaconfig
55097            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
55098 ____________________________________________________________________________
55099 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
55100         Log: The problem described in 20010514.031 still wasn't
55101              fully cured, there were remnants of $CONFIG when
55102              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
55103              to avoid future conflicts.
55104      Branch: perl
55105            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
55106            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
55107            ! myconfig.SH writemain.SH
55108 ____________________________________________________________________________
55109 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
55110         Log: Half of #10107 got lost.
55111      Branch: perl
55112            ! ext/B/B/Deparse.pm
55113 ____________________________________________________________________________
55114 [ 10111] By: nick                                  on 2001/05/15  08:39:14
55115         Log: Integrate mainline.
55116      Branch: perlio
55117           +> ext/POSIX/hints/uts.pl
55118            - Todo Todo-5.6 t/camel-III/vstring.t
55119           !> (integrate 48 files)
55120 ____________________________________________________________________________
55121 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
55122         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
55123              From: Robin Houston <robin@kitsite.com>
55124              Date: Mon, 14 May 2001 22:27:08 +0100
55125              Message-ID: <20010514222708.A22963@penderel>
55126      Branch: perl
55127            ! t/TestInit.pm
55128 ____________________________________________________________________________
55129 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
55130         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
55131              From: Robin Houston <robin@kitsite.com>
55132              Date: Mon, 14 May 2001 22:16:43 +0100
55133              Message-ID: <20010514221643.A22437@penderel>
55134      Branch: perl
55135            ! ext/B/B/Deparse.pm
55136 ____________________________________________________________________________
55137 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
55138         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
55139              From: Robin Houston <robin@kitsite.com>
55140              Date: Mon, 14 May 2001 22:03:44 +0100
55141              Message-ID: <20010514220344.A20643@penderel>
55142      Branch: perl
55143            ! ext/B/B/Deparse.pm
55144 ____________________________________________________________________________
55145 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
55146         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
55147              From: Robin Houston <robin@kitsite.com>
55148              Date: Mon, 14 May 2001 22:10:07 +0100
55149              Message-ID: <20010514221007.A21118@penderel>
55150      Branch: perl
55151            ! ext/B/B/Deparse.pm
55152 ____________________________________________________________________________
55153 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
55154         Log: Fix for 20010514.037; substr() didn't invalidate the locale
55155              collation magic.
55156      Branch: perl
55157            ! pp.c
55158 ____________________________________________________________________________
55159 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
55160         Log: Update Changes.
55161      Branch: perl
55162            ! Changes patchlevel.h
55163 ____________________________________________________________________________
55164 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
55165         Log: Retract #10094.
55166      Branch: perl
55167            ! lib/Pod/Text.pm
55168 ____________________________________________________________________________
55169 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
55170         Log: Integrate change #10100 from maintperl.
55171              
55172              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
55173              bug ID 20010514.027)
55174      Branch: perl
55175           !> mg.c pp_ctl.c
55176 ____________________________________________________________________________
55177 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
55178         Log: Document the deprecatedness of suidperl.
55179      Branch: perl
55180            ! INSTALL pod/perlfaq1.pod
55181 ____________________________________________________________________________
55182 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
55183         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
55184              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55185              Date: Mon, 14 May 2001 09:38:59 -0400
55186              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
55187      Branch: perl
55188            ! lib/ExtUtils/MM_Unix.pm
55189 ____________________________________________________________________________
55190 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
55191         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
55192              bug ID 20010514.027)
55193              
55194              TODO: this needs a testsuite addition
55195      Branch: maint-5.6/perl
55196            ! mg.c pp_ctl.c
55197 ____________________________________________________________________________
55198 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
55199         Log: More DWIMminess for Class::Struct: calling the array or hash
55200              accessors only with one argument, an array or a hash reference,
55201              sets the underlying array or hash.  This mirrors nicely also
55202              the usage in the constructor.
55203              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
55204      Branch: perl
55205            ! lib/Class/Struct.pm t/lib/class-struct.t
55206 ____________________________________________________________________________
55207 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
55208         Log: Reference cmp'ing should go through the whole stringification
55209              process shebang, as pointed out by Sarathy in #10091.
55210      Branch: perl
55211            ! pp.c
55212 ____________________________________________________________________________
55213 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
55214         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
55215              From: Simon Cozens <simon@netthink.co.uk>
55216              Date: Sat, 12 May 2001 16:36:27 +0100
55217              Message-ID: <20010512163627.A5522@netthink.co.uk>
55218              
55219              with some additions salvaged from Todo and Todo-5.6 before
55220              retiring them.
55221      Branch: perl
55222            - Todo Todo-5.6
55223            ! MANIFEST pod/perltodo.pod
55224 ____________________________________________________________________________
55225 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
55226         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
55227              From: "Golubev I. N." <gin@mo.msk.ru>
55228              Date: Mon, 07 May 2001 14:33:34 (GMT)
55229              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
55230      Branch: perl
55231            ! perl.h
55232 ____________________________________________________________________________
55233 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
55234         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
55235              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
55236              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
55237              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
55238      Branch: perl
55239            ! lib/ExtUtils/MM_Unix.pm
55240 ____________________________________________________________________________
55241 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
55242         Log: (Retracted by #10104.)
55243              
55244              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
55245              From: barries <barries@slaysys.com>
55246              Date: Sat, 12 May 2001 01:28:10 -0400
55247              Message-ID: <20010512012810.B26358@jester.slaysys.com>
55248      Branch: perl
55249            ! lib/Pod/Text.pm
55250 ____________________________________________________________________________
55251 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
55252         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
55253              From: Mike Guy <mjtg@cam.ac.uk>
55254              Date: Sat, 12 May 2001 19:24:33 +0100
55255              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
55256      Branch: perl
55257            ! lib/AutoSplit.pm
55258 ____________________________________________________________________________
55259 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
55260         Log: Yet another HP-UX hints tweak from Merijn.
55261      Branch: perl
55262            ! hints/hpux.sh
55263 ____________________________________________________________________________
55264 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
55265         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
55266              isn't defined (changes#9366,9368,9370 from mainline without the
55267              pp_scmp() change)
55268      Branch: maint-5.6/perl
55269            ! pp.c pp.h pp_hot.c
55270 ____________________________________________________________________________
55271 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
55272         Log: The sorting seems to happen now automatically.
55273      Branch: perl
55274            ! t/lib/glob-basic.t
55275 ____________________________________________________________________________
55276 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
55277         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
55278              From: Benjamin Sugars <bsugars@canoe.ca>
55279              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
55280              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
55281      Branch: perl
55282            ! pod/perlfunc.pod
55283 ____________________________________________________________________________
55284 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
55285         Log: Subject: Re: undef(&foo) does not work for XS functions
55286              From: Doug MacEachern <dougm@covalent.net>
55287              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
55288              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
55289      Branch: perl
55290            ! op.c
55291 ____________________________________________________________________________
55292 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
55293         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
55294              From: Peter Prymmer <pvhp@forte.com>
55295              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
55296              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
55297      Branch: perl
55298            ! t/op/append.t
55299 ____________________________________________________________________________
55300 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
55301         Log: Update Changes.
55302      Branch: perl
55303            ! Changes patchlevel.h
55304 ____________________________________________________________________________
55305 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
55306         Log: Remove the 'asciir' re subpragma.  Should instead implement
55307              the 'physical vs logical' range scheme:
55308              
55309              \xAA-\xCC is a native physical range, you want that range of
55310              codepoints in your native encoding.  In EBCDIC the codepoints
55311              in the gaps (between i-j and r-s) should be included.
55312              
55313              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
55314              codepoints in Unicode.
55315              
55316              a-z is a logical range, you want that range of 'logical' codepoints
55317              in your native encoding.  In EBCDIC the codepoints in the gaps
55318              (between i-j and r-s) should not be included.
55319              
55320              Mixed cases (a-\xAA, etc) should either be errors, or maybe
55321              the 'logical' endpoints should be converted to native/Unicode
55322              codepoints, and the range handled as a physical range.
55323              
55324              'Logical endpoints' are to be recognized only in the A-Z, a-z,
55325              and 0-9 ranges.  Probably a warning should be given for mixed
55326              cases like A-z or a-9 (since such expressions are encoding
55327              dependent), with a recommendation to use physical ranges.
55328      Branch: perl
55329            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
55330            ! t/op/regexp.t
55331 ____________________________________________________________________________
55332 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
55333         Log: Make the test to cleanup the test directory tree
55334              both before and after the testing so that we always
55335              have a clean slate to work with.
55336      Branch: perl
55337            ! t/lib/filefind.t
55338 ____________________________________________________________________________
55339 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
55340         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
55341              From: Jon Eveland <jweveland@yahoo.com>
55342              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
55343              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
55344      Branch: perl
55345            ! pod/perlfunc.pod
55346 ____________________________________________________________________________
55347 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
55348         Log: Merge the camel-III/vstring.t with op/ver.t.
55349      Branch: perl
55350            - t/camel-III/vstring.t
55351            ! MANIFEST t/TEST t/harness t/op/ver.t
55352 ____________________________________________________________________________
55353 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
55354         Log: Add test.deparse make target.
55355      Branch: perl
55356            ! Makefile.SH
55357 ____________________________________________________________________________
55358 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
55359         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
55360              From: Robin Houston <robin@kitsite.com>
55361              Date: Fri, 11 May 2001 12:02:22 +0100
55362              Message-ID: <20010511120222.A11529@penderel>
55363      Branch: perl
55364            ! ext/B/B/Deparse.pm t/op/method.t
55365 ____________________________________________________________________________
55366 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
55367         Log: A nicely working combination for UTS from Hal Morris.
55368      Branch: perl
55369            + ext/POSIX/hints/uts.pl
55370            ! MANIFEST hints/uts.sh
55371 ____________________________________________________________________________
55372 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
55373         Log: i_ieeefp=undef for UTS.
55374      Branch: perl
55375            ! hints/uts.sh
55376 ____________________________________________________________________________
55377 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
55378         Log: Subject: RE: rand(0) is rand(1)
55379              From: Larry Shatzer <lshatzer@islanddata.com>
55380              Date: Thu, 10 May 2001 11:09:27 -0700
55381              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
55382      Branch: perl
55383            ! pod/perlfunc.pod
55384 ____________________________________________________________________________
55385 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
55386         Log: Subject: [patch] make op_{clear,null} public
55387              From: Doug MacEachern <dougm@covalent.net>
55388              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
55389              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
55390      Branch: perl
55391            ! embed.h embed.pl op.c proto.h
55392 ____________________________________________________________________________
55393 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
55394         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
55395              From: Robin Houston <robin@kitsite.com>
55396              Date: Thu, 10 May 2001 18:54:59 +0100
55397              Message-ID: <20010510185459.A5995@penderel>
55398      Branch: perl
55399            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
55400 ____________________________________________________________________________
55401 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
55402         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
55403              From: Robin Houston <robin@kitsite.com>
55404              Date: Thu, 10 May 2001 12:56:39 +0100
55405              Message-ID: <20010510125639.A2119@penderel>
55406      Branch: perl
55407            ! ext/B/B/Deparse.pm
55408 ____________________________________________________________________________
55409 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
55410         Log: Retract #10070, not ready yet.
55411      Branch: perl
55412            ! ext/B/B/Deparse.pm
55413 ____________________________________________________________________________
55414 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
55415         Log: The metaconfig unit change for #10071.
55416      Branch: metaconfig
55417            ! U/modified/mallocsrc.U
55418 ____________________________________________________________________________
55419 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
55420         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
55421      Branch: perl
55422            ! Configure
55423 ____________________________________________________________________________
55424 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
55425         Log: (Retracted by #10073)
55426              
55427              Subject: Re: [PATCH t/TEST] B::Deparse tester 
55428              From: Hugo <hv@crypt.compulink.co.uk>
55429              Date: Thu, 10 May 2001 05:48:09 +0100
55430              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
55431      Branch: perl
55432            ! ext/B/B/Deparse.pm
55433 ____________________________________________________________________________
55434 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
55435         Log: Add a for(func()) test.
55436      Branch: perl
55437            ! t/cmd/for.t
55438 ____________________________________________________________________________
55439 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
55440         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
55441              From: Robin Houston <robin@kitsite.com>
55442              Date: Thu, 10 May 2001 13:50:08 +0100
55443              Message-ID: <20010510135008.A2454@penderel>
55444      Branch: perl
55445            ! ext/B/B/Deparse.pm
55446 ____________________________________________________________________________
55447 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
55448         Log: A thinko in #10065.
55449      Branch: perl
55450            ! hv.c
55451 ____________________________________________________________________________
55452 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
55453         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
55454              From: Robin Houston <robin@kitsite.com>
55455              Date: Thu, 10 May 2001 02:10:34 +0100
55456              Message-ID: <20010510021034.A19421@penderel>
55457      Branch: perl
55458            ! ext/B/B.xs ext/B/B/Deparse.pm
55459 ____________________________________________________________________________
55460 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
55461         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
55462              From: Doug MacEachern <dougm@covalent.net>
55463              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
55464              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
55465      Branch: perl
55466            ! hv.c
55467 ____________________________________________________________________________
55468 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
55469         Log: One more workaround for the UTS compiler from Hal Morris.
55470      Branch: perl
55471            ! perl.h
55472 ____________________________________________________________________________
55473 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
55474         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
55475              From: Robin Houston <robin@kitsite.com>
55476              Date: Thu, 10 May 2001 01:02:08 +0100
55477              Message-ID: <20010510010208.A18200@penderel>
55478      Branch: perl
55479            ! ext/B/B/Debug.pm
55480 ____________________________________________________________________________
55481 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
55482         Log: Subject: [PATCH] Simplify deb_curcv() a bit
55483              From: Benjamin Sugars <bsugars@canoe.ca>
55484              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
55485              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
55486      Branch: perl
55487            ! run.c
55488 ____________________________________________________________________________
55489 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
55490         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
55491              From: Benjamin Sugars <bsugars@canoe.ca>
55492              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
55493              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
55494      Branch: perl
55495            ! t/lib/io_scalar.t
55496 ____________________________________________________________________________
55497 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
55498         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
55499              From: Peter Prymmer <pvhp@forte.com>
55500              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
55501              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
55502      Branch: perl
55503            ! t/lib/md5-file.t
55504 ____________________________________________________________________________
55505 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
55506         Log: Subject: [PATCH t/TEST] B::Deparse tester
55507              From: Robin Houston <robin@kitsite.com>
55508              Date: Wed, 9 May 2001 19:17:50 +0100
55509              Message-ID: <20010509191750.A16940@penderel>
55510      Branch: perl
55511            ! ext/B/O.pm t/TEST
55512 ____________________________________________________________________________
55513 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
55514         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
55515              From: Jeff Pinyan <jeffp@crusoe.net>
55516              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
55517              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
55518      Branch: perl
55519            ! lib/Pod/Html.pm
55520 ____________________________________________________________________________
55521 [ 10057] By: nick                                  on 2001/05/09  18:37:56
55522         Log: Integrate mainline.
55523      Branch: perlio
55524           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
55525           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
55526 ____________________________________________________________________________
55527 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
55528         Log: Update Changes.
55529      Branch: perl
55530            ! Changes patchlevel.h
55531 ____________________________________________________________________________
55532 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
55533         Log: Integrate perlio:
55534              
55535              [ 10050]
55536              win32, regen_config_h
55537      Branch: perl
55538           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
55539 ____________________________________________________________________________
55540 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
55541         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
55542              From: Benjamin Sugars <bsugars@canoe.ca>
55543              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
55544              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
55545      Branch: perl
55546            ! perlio.c
55547 ____________________________________________________________________________
55548 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
55549         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
55550              From: Benjamin Sugars <bsugars@canoe.ca>
55551              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
55552              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
55553      Branch: perl
55554            ! ext/PerlIO/Scalar/Scalar.xs
55555 ____________________________________________________________________________
55556 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
55557         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
55558              From: Jeff Pinyan <jeffp@crusoe.net>
55559              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
55560              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
55561      Branch: perl
55562            ! lib/Pod/Html.pm
55563 ____________________________________________________________________________
55564 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
55565         Log: EPOC tweak from Olaf Flebbe.
55566      Branch: perl
55567            ! epoc/epocish.h
55568 ____________________________________________________________________________
55569 [ 10050] By: nick                                  on 2001/05/09  14:37:57
55570         Log: win32, regen_config_h
55571      Branch: perlio
55572            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55573 ____________________________________________________________________________
55574 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
55575         Log: Integrate perlio:
55576              
55577              [ 10048]
55578              If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
55579              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
55580      Branch: perl
55581           !> pp_sys.c
55582 ____________________________________________________________________________
55583 [ 10048] By: nick                                  on 2001/05/09  11:59:50
55584         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
55585              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
55586      Branch: perlio
55587            ! pp_sys.c
55588 ____________________________________________________________________________
55589 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
55590         Log: Integrate perlio:
55591              
55592              [ 10045]
55593              MULTIPLICITY/DEBUGGING build fix.
55594      Branch: perl
55595           !> run.c
55596 ____________________________________________________________________________
55597 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
55598         Log: Subject: Re: Less warnings during configure
55599              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55600              Date: Wed, 09 May 2001 13:12:49 +0200
55601              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
55602      Branch: perl
55603            ! hints/hpux.sh
55604 ____________________________________________________________________________
55605 [ 10045] By: nick                                  on 2001/05/09  09:56:59
55606         Log: MULTIPLICITY/DEBUGGING build fix.
55607      Branch: perlio
55608            ! run.c
55609 ____________________________________________________________________________
55610 [ 10044] By: nick                                  on 2001/05/09  09:46:37
55611         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
55612      Branch: perlio
55613           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
55614            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
55615           !> (integrate 65 files)
55616 ____________________________________________________________________________
55617 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
55618         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
55619              From: Robin Houston <robin@kitsite.com>
55620              Date: Tue, 8 May 2001 19:38:00 +0100
55621              Message-ID: <20010508193800.A4389@penderel>
55622              
55623              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
55624              From: Robin Houston <robin@kitsite.com>
55625              Date: Tue, 8 May 2001 20:03:57 +0100
55626              Message-ID: <20010508200357.A4614@penderel>
55627              
55628              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
55629              From: Robin Houston <robin@kitsite.com>
55630              Date: Wed, 9 May 2001 00:12:05 +0100
55631              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
55632      Branch: perl
55633            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
55634 ____________________________________________________________________________
55635 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
55636         Log: Retract #10031.
55637      Branch: perl
55638            ! pod/perlfunc.pod
55639 ____________________________________________________________________________
55640 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
55641         Log: The metaconfig unit changes for #10040.
55642      Branch: metaconfig/U/perl
55643            ! Checkcc.U d_dlsymun.U dlsrc.U
55644 ____________________________________________________________________________
55645 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
55646         Log: The Configure half of
55647              
55648              Subject: Less warnings during configure
55649              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55650              Date: Tue, 08 May 2001 08:44:02 +0200
55651              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
55652      Branch: perl
55653            ! Configure
55654 ____________________________________________________________________________
55655 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
55656         Log: Subject: Less warnings during configure
55657              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55658              Date: Tue, 08 May 2001 08:44:02 +0200
55659              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
55660      Branch: perl
55661            ! hints/hpux.sh
55662 ____________________________________________________________________________
55663 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
55664         Log: Don't forget to whine about \d__\d.
55665      Branch: perl
55666            ! t/pragma/warn/toke toke.c
55667 ____________________________________________________________________________
55668 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
55669         Log: Allow underscores also in the exponent part.
55670      Branch: perl
55671            ! t/pragma/warn/toke toke.c
55672 ____________________________________________________________________________
55673 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
55674         Log: CodeMagicCD doesn't look like an *I*DE.
55675      Branch: perl
55676            ! pod/perlfaq3.pod
55677 ____________________________________________________________________________
55678 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
55679         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
55680              to be consistently down).
55681      Branch: perl
55682            ! pod/perlfaq3.pod
55683 ____________________________________________________________________________
55684 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
55685         Log: Upgrade to Text::Balanced 1.84.
55686      Branch: perl
55687            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
55688 ____________________________________________________________________________
55689 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
55690         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
55691              From: Benjamin Sugars <bsugars@canoe.ca>
55692              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
55693              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
55694      Branch: perl
55695            ! run.c
55696 ____________________________________________________________________________
55697 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
55698         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
55699              From: Peter Prymmer <pvhp@forte.com>
55700              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
55701              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
55702      Branch: perl
55703            ! t/pod/plainer.t
55704 ____________________________________________________________________________
55705 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
55706         Log: (Retracted by #10042)
55707              
55708              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
55709              From: "Philip Newton" <pnewton@gmx.de>
55710              Date: Tue, 8 May 2001 09:18:10 +0200
55711              Message-ID: <3AF7B9D2.28861.603732@localhost>
55712      Branch: perl
55713            ! pod/perlfunc.pod
55714 ____________________________________________________________________________
55715 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
55716         Log: Subject: [PATCH B::Deparse] Document known bugs
55717              From: Robin Houston <robin@kitsite.com>
55718              Date: Tue, 8 May 2001 01:53:34 +0100
55719              Message-ID: <20010508015334.A32394@penderel>
55720      Branch: perl
55721            ! ext/B/B/Deparse.pm
55722 ____________________________________________________________________________
55723 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
55724         Log: Subject: Re: Perl book, magazine and website updates.
55725              From: "Philip Newton" <pnewton@gmx.de>
55726              Date: Mon, 7 May 2001 17:03:58 +0200
55727              Message-ID: <3AF6D57E.5387.1E29930@localhost>
55728      Branch: perl
55729            ! pod/perlfaq2.pod
55730 ____________________________________________________________________________
55731 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
55732         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
55733              From: Peter Prymmer <pvhp@forte.com>
55734              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
55735              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
55736      Branch: perl
55737            ! t/io/fflush.t
55738 ____________________________________________________________________________
55739 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
55740         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
55741              From: Robin Houston <robin@kitsite.com>
55742              Date: Tue, 8 May 2001 01:14:55 +0100
55743              Message-ID: <20010508011455.A32162@penderel>
55744      Branch: perl
55745            ! ext/B/B/Deparse.pm
55746 ____________________________________________________________________________
55747 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
55748         Log: Typo in #10025.
55749      Branch: perl
55750            ! hints/uts.sh
55751 ____________________________________________________________________________
55752 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
55753         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
55754      Branch: perl
55755            ! hints/uts.sh
55756 ____________________________________________________________________________
55757 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
55758         Log: Subject: Re: [ID 20010506.045] question about hash syntax
55759              From: Peter Scott <Peter@PSDT.com>
55760              Date: Sun, 06 May 2001 13:10:40 -0700
55761              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
55762      Branch: perl
55763            ! pod/perl56delta.pod
55764 ____________________________________________________________________________
55765 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
55766         Log: Configure should figure out the list of dynamic extensions
55767              just fine in UTS-- and in fact it does, as reported by Hal Morris.
55768      Branch: perl
55769            ! hints/uts.sh
55770 ____________________________________________________________________________
55771 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
55772         Log: Update Changes.
55773      Branch: perl
55774            ! Changes patchlevel.h
55775 ____________________________________________________________________________
55776 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
55777         Log: Subject: [PATCH regcomp.c] Insecure regexes
55778              From: Robin Houston <robin@kitsite.com>
55779              Date: Mon, 7 May 2001 21:56:12 +0100
55780              Message-ID: <20010507215612.A31114@penderel>
55781      Branch: perl
55782            ! regcomp.c
55783 ____________________________________________________________________________
55784 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
55785         Log: Drop the foobar.perl.com references for now until Simon
55786              gets them sorted out.
55787      Branch: perl
55788            ! pod/perlfaq2.pod
55789 ____________________________________________________________________________
55790 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
55791         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
55792              From: Prymmer/Kahn <pvhp@best.com>
55793              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
55794              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
55795      Branch: perl
55796            ! lib/Devel/SelfStubber.pm
55797 ____________________________________________________________________________
55798 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
55799         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
55800              From: Prymmer/Kahn <pvhp@best.com>
55801              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
55802              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
55803      Branch: perl
55804            ! win32/Makefile
55805 ____________________________________________________________________________
55806 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
55807         Log: s/WebTechnique's/WebTechniques/
55808      Branch: perl
55809            ! pod/perlfaq2.pod
55810 ____________________________________________________________________________
55811 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
55812         Log: Llama 3 updates from Randal.
55813      Branch: perl
55814            ! pod/perlfaq2.pod
55815 ____________________________________________________________________________
55816 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
55817         Log: Subject: [PATCH] Help -Dt show correct pad variables
55818              From: Benjamin Sugars <ben.sugars@home.com>
55819              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
55820              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
55821      Branch: perl
55822            ! embed.h embed.pl proto.h run.c
55823 ____________________________________________________________________________
55824 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
55825         Log: Subject: [PATCH] Document C<our $foo : shared>
55826              From: Benjamin Sugars <ben.sugars@home.com>
55827              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
55828              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
55829      Branch: perl
55830            ! pod/perlfunc.pod
55831 ____________________________________________________________________________
55832 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
55833         Log: Subject: [PATCH B::Deparse] undefined folded constants
55834              From: Robin Houston <robin@kitsite.com>
55835              Date: Sun, 6 May 2001 17:19:09 +0100
55836              Message-ID: <20010506171909.A7046@penderel>
55837      Branch: perl
55838            ! ext/B/B/Deparse.pm
55839 ____________________________________________________________________________
55840 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
55841         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
55842              From: Robin Houston <robin@kitsite.com>
55843              Message-ID: <20010506164654.A6848@penderel>
55844              Date: Sun, 6 May 2001 16:46:54 +0100
55845      Branch: perl
55846            ! ext/B/B/Deparse.pm
55847 ____________________________________________________________________________
55848 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
55849         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
55850              From: Robin Houston <robin@kitsite.com>
55851              Date: Sun, 6 May 2001 14:47:02 +0100
55852              Message-ID: <20010506144702.A6308@penderel>
55853      Branch: perl
55854            ! t/op/my_stash.t
55855 ____________________________________________________________________________
55856 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
55857         Log: Subject: Perl book, magazine and website updates.
55858              From: Simon Cozens <simon@netthink.co.uk>
55859              Date: Sun, 6 May 2001 16:55:36 +0100
55860              Message-ID: <20010506165536.A1795@netthink.co.uk>
55861      Branch: perl
55862            ! pod/perlbook.pod pod/perlfaq2.pod
55863 ____________________________________________________________________________
55864 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
55865         Log: Tweaks on the Tru64 prof options.
55866      Branch: perl
55867            ! pod/perlhack.pod
55868 ____________________________________________________________________________
55869 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
55870         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
55871              From: Robin Houston <robin@kitsite.com>
55872              Date: Sun, 6 May 2001 14:40:51 +0100
55873              Message-ID: <20010506144051.A6279@penderel>
55874      Branch: perl
55875            ! t/pod/testp2pt.pl
55876 ____________________________________________________________________________
55877 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
55878         Log: Subject: [PATCH B::Deparse] scoping
55879              From: Robin Houston <robin@kitsite.com>
55880              Date: Sun, 6 May 2001 14:36:56 +0100
55881              Message-ID: <20010506143656.A4006@penderel>
55882      Branch: perl
55883            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
55884 ____________________________________________________________________________
55885 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
55886         Log: Document the undefinedness of bitshifting out of range.
55887      Branch: perl
55888            ! pod/perlop.pod
55889 ____________________________________________________________________________
55890 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
55891         Log: Retract #10003 and update the IDE descriptions a bit.
55892      Branch: perl
55893            ! pod/perlfaq3.pod
55894 ____________________________________________________________________________
55895 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
55896         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
55897              From: Prymmer/Kahn <pvhp@best.com>
55898              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
55899              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
55900      Branch: perl
55901            ! win32/Makefile win32/buildext.pl win32/config.bc
55902            ! win32/config.gc win32/config.vc
55903 ____________________________________________________________________________
55904 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
55905         Log: (Retracted by #10005.)
55906      Branch: perl
55907            ! pod/perlfaq3.pod
55908 ____________________________________________________________________________
55909 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
55910         Log: It's "psed", not "sed".
55911      Branch: perl
55912            ! x2p/s2p.PL
55913 ____________________________________________________________________________
55914 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
55915         Log: Update Changes.
55916      Branch: perl
55917            ! Changes patchlevel.h
55918 ____________________________________________________________________________
55919 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
55920         Log: Subject: Re: bleadperl make install fails due to "psed"
55921              From: andreas.koenig@anima.de (Andreas J. Koenig)
55922              Date: 05 May 2001 18:23:28 +0200
55923              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
55924      Branch: perl
55925            ! x2p/Makefile.SH x2p/s2p.PL
55926 ____________________________________________________________________________
55927 [  9999] By: jhi                                   on 2001/05/05  18:28:09
55928         Log: AUTHORS updates.
55929      Branch: perl
55930            ! AUTHORS
55931 ____________________________________________________________________________
55932 [  9998] By: jhi                                   on 2001/05/05  18:16:00
55933         Log: Updates on the pods related to the modules included since 5.6.
55934              
55935              TODO: perltodo really could use major updating.
55936      Branch: perl
55937            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
55938            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
55939            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
55940            ! pod/perlsyn.pod pod/perltodo.pod
55941 ____________________________________________________________________________
55942 [  9997] By: jhi                                   on 2001/05/05  17:35:17
55943         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
55944              from Kurt Skauen.
55945      Branch: perl
55946            + hints/atheos.sh
55947            ! MANIFEST
55948 ____________________________________________________________________________
55949 [  9996] By: jhi                                   on 2001/05/05  17:25:00
55950         Log: Add preemptive #undefs for some of the shorter and more prone
55951              to collision regcomp.h #defines.  (Background: the MASK collided
55952              with a system header #define in Rhapsody.)
55953      Branch: perl
55954            ! regcomp.h
55955 ____________________________________________________________________________
55956 [  9995] By: jhi                                   on 2001/05/05  13:24:21
55957         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
55958              From: Nicholas Clark <nick@ccl4.org>
55959              Date: Sat, 5 May 2001 14:46:39 +0100
55960              Message-ID: <20010505144639.O53513@plum.flirble.org>
55961              
55962              Add a test for the constants (if any) being processed correctly.
55963      Branch: perl
55964            ! utils/h2xs.PL
55965 ____________________________________________________________________________
55966 [  9994] By: jhi                                   on 2001/05/05  02:11:03
55967         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
55968              From: Peter Prymmer <pvhp@forte.com>
55969              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
55970              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
55971      Branch: perl
55972            ! t/lib/b-stash.t
55973 ____________________________________________________________________________
55974 [  9993] By: jhi                                   on 2001/05/05  02:03:49
55975         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
55976              From: Peter Prymmer <pvhp@forte.com>
55977              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
55978              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
55979      Branch: perl
55980            ! perlio.c vms/vmsish.h
55981 ____________________________________________________________________________
55982 [  9992] By: jhi                                   on 2001/05/04  17:21:12
55983         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
55984              From: Robin Barker <rmb1@cise.npl.co.uk>
55985              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
55986              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
55987      Branch: perl
55988            + t/pod/plainer.t
55989            ! MANIFEST
55990 ____________________________________________________________________________
55991 [  9991] By: jhi                                   on 2001/05/04  16:47:45
55992         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
55993              From: Robin Barker <rmb1@cise.npl.co.uk>
55994              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
55995              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
55996      Branch: perl
55997            ! regcomp.c
55998 ____________________________________________________________________________
55999 [  9990] By: jhi                                   on 2001/05/04  14:37:20
56000         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
56001              From: Prymmer/Kahn <pvhp@best.com>
56002              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
56003              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
56004      Branch: perl
56005            ! t/lib/b-stash.t
56006 ____________________________________________________________________________
56007 [  9989] By: jhi                                   on 2001/05/04  14:03:58
56008         Log: Introduce perl572delta, update Todo, add the missing
56009              mention about signal safety since 5.7.1 (though this
56010              requires verification and more details.)
56011      Branch: perl
56012            + pod/perl572delta.pod
56013            ! MANIFEST Todo pod/perl571delta.pod
56014 ____________________________________________________________________________
56015 [  9988] By: jhi                                   on 2001/05/04  12:41:51
56016         Log: Subject: [PATCH perl@9944] long =item
56017              From: Robin Barker <rmb1@cise.npl.co.uk>
56018              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
56019              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
56020      Branch: perl
56021            ! ext/Time/HiRes/HiRes.pm
56022 ____________________________________________________________________________
56023 [  9987] By: jhi                                   on 2001/05/04  12:39:19
56024         Log: The #9901 had removed one line essential for EBCDIC.
56025      Branch: perl
56026            ! regcomp.c
56027 ____________________________________________________________________________
56028 [  9986] By: jhi                                   on 2001/05/04  12:30:23
56029         Log: Subject: cygwin/Makefile.SHs INSTALL patch
56030              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
56031              Date: Mon, 08 Jan 2001 04:59:21 +0200
56032              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
56033      Branch: perl
56034            ! cygwin/Makefile.SHs
56035 ____________________________________________________________________________
56036 [  9985] By: jhi                                   on 2001/05/04  03:51:39
56037         Log: Encode/IO doc tweaks.
56038      Branch: perl
56039            ! ext/Encode/Encode.pm
56040 ____________________________________________________________________________
56041 [  9984] By: jhi                                   on 2001/05/04  03:29:34
56042         Log: Remove GDBM_File from the dynamic extensions for UTS,
56043              GDBM is not a standard feature.
56044      Branch: perl
56045            ! hints/uts.sh
56046 ____________________________________________________________________________
56047 [  9983] By: jhi                                   on 2001/05/04  03:22:59
56048         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
56049      Branch: perl
56050            ! pod/perlretut.pod
56051 ____________________________________________________________________________
56052 [  9982] By: jhi                                   on 2001/05/03  23:21:03
56053         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
56054              From: Benjamin Sugars <bsugars@canoe.ca>
56055              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
56056              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
56057      Branch: perl
56058            ! dump.c
56059 ____________________________________________________________________________
56060 [  9981] By: jhi                                   on 2001/05/03  23:20:05
56061         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
56062              From: Benjamin Sugars <bsugars@canoe.ca>
56063              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
56064              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
56065      Branch: perl
56066            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56067 ____________________________________________________________________________
56068 [  9980] By: jhi                                   on 2001/05/03  23:15:29
56069         Log: Integrate perlio:
56070              
56071              [  9976]
56072              Allow $answer = encode($object,$text); like it says in docs.
56073              
56074              [  9975]
56075              Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
56076              to be in scope (fair enough), and also a package variable (our) for eval to see it.
56077      Branch: perl
56078           !> ext/Encode/Encode.pm
56079 ____________________________________________________________________________
56080 [  9979] By: jhi                                   on 2001/05/03  16:54:59
56081         Log: Install psed man page.
56082      Branch: perl
56083            ! installman
56084 ____________________________________________________________________________
56085 [  9978] By: jhi                                   on 2001/05/03  16:45:58
56086         Log: Remove unused files; noted by Sarathy.
56087      Branch: perl
56088            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
56089            ! MANIFEST
56090 ____________________________________________________________________________
56091 [  9977] By: jhi                                   on 2001/05/03  16:42:30
56092         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
56093              From: Andy Dougherty <doughera@lafayette.edu>
56094              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
56095              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
56096      Branch: perl
56097            ! INSTALL
56098 ____________________________________________________________________________
56099 [  9976] By: nick                                  on 2001/05/03  16:40:42
56100         Log: Allow $answer = encode($object,$text); like it says in docs.
56101      Branch: perlio
56102            ! ext/Encode/Encode.pm
56103 ____________________________________________________________________________
56104 [  9975] By: nick                                  on 2001/05/03  16:22:30
56105         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
56106              to be in scope (fair enough), and also a package variable (our) for eval to see it.
56107      Branch: perlio
56108            ! ext/Encode/Encode.pm
56109 ____________________________________________________________________________
56110 [  9974] By: nick                                  on 2001/05/03  15:48:17
56111         Log: Integrate mainline.
56112      Branch: perlio
56113           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
56114           +> t/lib/filter-simple.t t/lib/next.t
56115           !> (integrate 70 files)
56116 ____________________________________________________________________________
56117 [  9973] By: jhi                                   on 2001/05/03  13:09:09
56118         Log: Update Changes.
56119      Branch: perl
56120            ! Changes patchlevel.h
56121 ____________________________________________________________________________
56122 [  9972] By: jhi                                   on 2001/05/03  12:58:33
56123         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
56124              From: Prymmer/Kahn <pvhp@best.com>
56125              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
56126              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
56127      Branch: perl
56128            ! t/io/fflush.t
56129 ____________________________________________________________________________
56130 [  9971] By: jhi                                   on 2001/05/03  12:57:26
56131         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
56132              From: Prymmer/Kahn <pvhp@best.com>
56133              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
56134              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
56135      Branch: perl
56136            ! win32/FindExt.pm
56137 ____________________________________________________________________________
56138 [  9970] By: jhi                                   on 2001/05/03  02:42:46
56139         Log: Can't croak sans thread context, from Doug MacEachern.
56140      Branch: perl
56141            ! toke.c
56142 ____________________________________________________________________________
56143 [  9969] By: jhi                                   on 2001/05/03  01:23:48
56144         Log: Subject: Random input test and Perl
56145              From: Ilya Zakharevich <ilya@math.berkeley.edu>
56146              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
56147              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
56148      Branch: perl
56149            ! toke.c
56150 ____________________________________________________________________________
56151 [  9968] By: jhi                                   on 2001/05/02  22:17:21
56152         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
56153              From: Peter Prymmer <pvhp@forte.com>
56154              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
56155              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
56156      Branch: perl
56157            ! pod/perlfunc.pod pod/perlport.pod
56158 ____________________________________________________________________________
56159 [  9967] By: jhi                                   on 2001/05/02  20:12:45
56160         Log: Workaround for UTS compiler casting bug from Hal Morris.
56161      Branch: perl
56162            ! perl.h
56163 ____________________________________________________________________________
56164 [  9966] By: jhi                                   on 2001/05/02  18:31:37
56165         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
56166              From: Dan Sugalski <dan@sidhe.org>
56167              Date: Wed, 02 May 2001 15:23:22 -0400
56168              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
56169      Branch: perl
56170            ! perl.c vms/vms.c
56171 ____________________________________________________________________________
56172 [  9965] By: jhi                                   on 2001/05/02  18:21:29
56173         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
56174      Branch: perl
56175            ! pod/perlfunc.pod
56176 ____________________________________________________________________________
56177 [  9964] By: jhi                                   on 2001/05/02  18:15:01
56178         Log: Document large files in INSTALL, document also the %x
56179              limitation if not use64bitint, closes bug 20010326.007.
56180      Branch: perl
56181            ! INSTALL
56182 ____________________________________________________________________________
56183 [  9963] By: jhi                                   on 2001/05/02  17:24:47
56184         Log: perlmodlib tweaks; regen pods.
56185      Branch: perl
56186            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
56187            ! pod/perltoc.pod
56188 ____________________________________________________________________________
56189 [  9962] By: jhi                                   on 2001/05/02  17:14:00
56190         Log: Fix for a segfault, from Marc Lehmann.
56191      Branch: perl
56192            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
56193 ____________________________________________________________________________
56194 [  9961] By: jhi                                   on 2001/05/02  15:55:53
56195         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
56196              From: "Philip Newton" <pnewton@gmx.de>
56197              Date: Wed, 2 May 2001 18:39:03 +0200
56198              Message-ID: <3AF05447.15525.173B588@localhost>
56199      Branch: perl
56200            ! pod/perlop.pod
56201 ____________________________________________________________________________
56202 [  9960] By: jhi                                   on 2001/05/02  15:35:37
56203         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
56204              From: Dan Sugalski <dan@sidhe.org>
56205              Date: Wed, 02 May 2001 11:37:27 -0400
56206              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
56207      Branch: perl
56208            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
56209            ! thread.h vms/vms.c vms/vmsish.h
56210 ____________________________________________________________________________
56211 [  9959] By: jhi                                   on 2001/05/02  15:21:08
56212         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
56213              From: Benjamin Sugars <bsugars@canoe.ca>
56214              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
56215              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
56216      Branch: perl
56217            ! ext/PerlIO/Scalar/Scalar.xs
56218 ____________________________________________________________________________
56219 [  9958] By: jhi                                   on 2001/05/02  15:15:53
56220         Log: Bug in #9915, spotted by Mike Guy.
56221      Branch: perl
56222            ! installperl
56223 ____________________________________________________________________________
56224 [  9957] By: jhi                                   on 2001/05/02  13:26:01
56225         Log: Add a test for not griping about references as array
56226              indices if the reference has magic in it (overloaded
56227              methods).
56228      Branch: perl
56229            ! pod/perldiag.pod t/pragma/warn/pp_hot
56230 ____________________________________________________________________________
56231 [  9956] By: jhi                                   on 2001/05/02  13:07:01
56232         Log: Retracted a bit too much in #9952.
56233      Branch: perl
56234            ! t/pragma/sub_lval.t
56235 ____________________________________________________________________________
56236 [  9955] By: jhi                                   on 2001/05/02  13:05:38
56237         Log: Test for #9952.
56238      Branch: perl
56239            ! t/op/tie.t
56240 ____________________________________________________________________________
56241 [  9954] By: jhi                                   on 2001/05/02  11:48:18
56242         Log: Additional note on the encoding example: one cannot
56243              convert string constants in-place.
56244      Branch: perl
56245            ! ext/Encode/Encode.pm
56246 ____________________________________________________________________________
56247 [  9953] By: jhi                                   on 2001/05/02  11:43:51
56248         Log: Note that if you have recent enough Perl you already
56249              have Filter::Util::Call.
56250      Branch: perl
56251            ! lib/Filter/Simple.pm
56252 ____________________________________________________________________________
56253 [  9952] By: jhi                                   on 2001/05/02  11:31:53
56254         Log: Retract changes #8254 and #8255, causes coredump in
56255              'tie FH, "main"', reported by Abigail, culprit found by
56256              Benjamin Sugars.  Mirrors maintperl change #9950.
56257      Branch: perl
56258            ! op.c t/pragma/sub_lval.t
56259 ____________________________________________________________________________
56260 [  9951] By: jhi                                   on 2001/05/02  11:14:29
56261         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
56262      Branch: perl
56263            + t/lib/MyFilter.pm
56264 ____________________________________________________________________________
56265 [  9950] By: gsar                                  on 2001/05/02  03:17:11
56266         Log: revert integration of changes#8254,8255 in change#8620 (causes
56267              a coredump in C<tie FH, 'foo'>; the idea itself may need better
56268              rationalization)
56269      Branch: maint-5.6/perl
56270            ! op.c t/pragma/sub_lval.t
56271 ____________________________________________________________________________
56272 [  9949] By: gsar                                  on 2001/05/02  02:56:32
56273         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
56274              
56275              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
56276              
56277              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
56278      Branch: maint-5.6/perl
56279           !> hints/svr5.sh
56280 ____________________________________________________________________________
56281 [  9948] By: gsar                                  on 2001/05/02  02:49:15
56282         Log: pod/find.t breaks on VMS (from Craig Berry)
56283      Branch: maint-5.6/perl
56284            ! t/pod/find.t
56285 ____________________________________________________________________________
56286 [  9947] By: jhi                                   on 2001/05/02  02:43:09
56287         Log: Add an encoding conversion example.
56288      Branch: perl
56289            ! ext/Encode/Encode.pm
56290 ____________________________________________________________________________
56291 [  9946] By: jhi                                   on 2001/05/02  01:34:22
56292         Log: Another coat of paint but still nowhere finished.
56293              Need to decide on the semantics of strptime(): should
56294              strptime() be a function instead of a method?  To do
56295              the week/monthname-strptiming the i18n/l10n bullet needs
56296              to be bitten with gusto.
56297      Branch: perl
56298            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
56299 ____________________________________________________________________________
56300 [  9945] By: jhi                                   on 2001/05/01  23:40:52
56301         Log: Update Changes.
56302      Branch: perl
56303            ! Changes patchlevel.h
56304 ____________________________________________________________________________
56305 [  9944] By: jhi                                   on 2001/05/01  23:33:37
56306         Log: Add known-to-be-tested modules to the list-to-be-skipped.
56307      Branch: perl
56308            ! t/lib/1_compile.t
56309 ____________________________________________________________________________
56310 [  9943] By: jhi                                   on 2001/05/01  23:24:40
56311         Log: Subject: BorlandC++ fix
56312              From: "Vadim Konovalov" <watman@inbox.ru>
56313              Date: Mon, 30 Apr 2001 20:12:26 -0700
56314              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
56315      Branch: perl
56316            ! win32/makefile.mk
56317 ____________________________________________________________________________
56318 [  9942] By: jhi                                   on 2001/05/01  23:18:02
56319         Log: Update to Filter::Simple 0.60, create a test for it.
56320      Branch: perl
56321            + t/lib/filter-simple.t
56322            ! MANIFEST lib/Filter/Simple.pm
56323 ____________________________________________________________________________
56324 [  9941] By: jhi                                   on 2001/05/01  19:47:24
56325         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
56326              From: Hugo <hv@crypt.compulink.co.uk>
56327              Date: Tue, 01 May 2001 20:12:20 +0100
56328              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
56329      Branch: perl
56330            ! pp_hot.c t/op/re_tests
56331 ____________________________________________________________________________
56332 [  9940] By: jhi                                   on 2001/05/01  19:42:16
56333         Log: Integrate perlio:
56334              
56335              [  9936]
56336              Fix for base.pm clobbering $VERSION
56337              
56338              [  9935]
56339              Test for base.pm clobbering $VERSION.
56340      Branch: perl
56341           !> lib/base.pm t/lib/fields.t
56342 ____________________________________________________________________________
56343 [  9939] By: jhi                                   on 2001/05/01  19:39:51
56344         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
56345              From: Benjamin Sugars <bsugars@canoe.ca>
56346              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
56347              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
56348      Branch: perl
56349            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56350 ____________________________________________________________________________
56351 [  9938] By: jhi                                   on 2001/05/01  19:34:09
56352         Log: Add NEXT, a pseudo-class for method redispatching.
56353              <Damian>NEXT.pm probably offers more bang-for-buck
56354              than anything else I've ever written.</Damian>
56355      Branch: perl
56356            + lib/NEXT.pm t/lib/next.t
56357            ! MANIFEST
56358 ____________________________________________________________________________
56359 [  9937] By: jhi                                   on 2001/05/01  19:21:41
56360         Log: Update to Switch 2.02.
56361      Branch: perl
56362            ! lib/Switch.pm t/lib/switch.t
56363 ____________________________________________________________________________
56364 [  9936] By: nick                                  on 2001/05/01  19:09:21
56365         Log: Fix for base.pm clobbering $VERSION
56366      Branch: perlio
56367            ! lib/base.pm
56368 ____________________________________________________________________________
56369 [  9935] By: nick                                  on 2001/05/01  18:54:38
56370         Log: Test for base.pm clobbering $VERSION.
56371      Branch: perlio
56372            ! t/lib/fields.t
56373 ____________________________________________________________________________
56374 [  9934] By: jhi                                   on 2001/05/01  18:39:10
56375         Log: Add information about Scalar::Util::blessed.
56376      Branch: perl
56377            ! pod/perlobj.pod
56378 ____________________________________________________________________________
56379 [  9933] By: jhi                                   on 2001/05/01  18:33:51
56380         Log: Subject: Extra UNIVERSAL documentation
56381              From: Mike Guy <mjtg@cam.ac.uk>
56382              Date: Tue, 01 May 2001 20:12:11 +0100
56383              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
56384      Branch: perl
56385            ! pod/perlobj.pod
56386 ____________________________________________________________________________
56387 [  9932] By: jhi                                   on 2001/05/01  18:26:54
56388         Log: Subject: Autoflush in tests as appropriate
56389              From: Mike Guy <mjtg@cam.ac.uk>
56390              Date: Tue, 01 May 2001 20:05:31 +0100
56391              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
56392      Branch: perl
56393            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
56394            ! t/op/taint.t
56395 ____________________________________________________________________________
56396 [  9931] By: jhi                                   on 2001/05/01  18:02:29
56397         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
56398              From: Benjamin Sugars <bsugars@canoe.ca>
56399              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
56400              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
56401      Branch: perl
56402            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
56403 ____________________________________________________________________________
56404 [  9930] By: jhi                                   on 2001/05/01  15:12:26
56405         Log: Subject: Re: Finally got a round tuit
56406              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56407              Date: Tue, 01 May 2001 14:14:10 +0200
56408              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
56409              
56410              The -DP part, slightly modified.
56411      Branch: perl
56412            ! perl.c
56413 ____________________________________________________________________________
56414 [  9929] By: jhi                                   on 2001/05/01  14:17:15
56415         Log: Subject: Re: Finally got a round tuit
56416              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56417              Date: Tue, 01 May 2001 16:34:06 +0200
56418              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
56419              
56420              cpp and optimization tweaks for HP-UX.
56421      Branch: perl
56422            ! hints/hpux.sh
56423 ____________________________________________________________________________
56424 [  9928] By: jhi                                   on 2001/05/01  13:24:20
56425         Log: Tune the scan_num() comments to reality.
56426      Branch: perl
56427            ! toke.c
56428 ____________________________________________________________________________
56429 [  9927] By: jhi                                   on 2001/05/01  13:14:01
56430         Log: Subject: [PATCH B::Deparse] optimised sort
56431              From: Robin Houston <robin@kitsite.com>
56432              Date: Tue, 1 May 2001 14:07:12 +0100
56433              Message-ID: <20010501140712.A4266@penderel>
56434      Branch: perl
56435            ! ext/B/B/Deparse.pm
56436 ____________________________________________________________________________
56437 [  9926] By: jhi                                   on 2001/05/01  13:10:53
56438         Log: Subject: [PATCH t/lib/b-deparse.t] 
56439              From: Robin Houston <robin@kitsite.com>
56440              Date: Tue, 1 May 2001 13:37:42 +0100
56441              Message-ID: <20010501133742.A4082@penderel>
56442      Branch: perl
56443            ! t/lib/b-deparse.t
56444 ____________________________________________________________________________
56445 [  9925] By: jhi                                   on 2001/05/01  13:10:13
56446         Log: Subject: [PATCH B::Deparse] for(;;), sort
56447              From: Robin Houston <robin@kitsite.com>
56448              Date: Tue, 1 May 2001 13:35:00 +0100
56449              Message-ID: <20010501133500.A4061@penderel>
56450      Branch: perl
56451            ! ext/B/B/Deparse.pm
56452 ____________________________________________________________________________
56453 [  9924] By: jhi                                   on 2001/05/01  13:09:22
56454         Log: Subject: [PATCH B::Deparse] do, warn, use
56455              From: Robin Houston <robin@kitsite.com>
56456              Date: Tue, 1 May 2001 13:31:03 +0100
56457              Message-ID: <20010501133103.A4041@penderel>
56458      Branch: perl
56459            ! ext/B/B/Deparse.pm
56460 ____________________________________________________________________________
56461 [  9923] By: jhi                                   on 2001/05/01  11:45:36
56462         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
56463              From: Benjamin Sugars <ben.sugars@home.com>
56464              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
56465              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
56466      Branch: perl
56467            + t/io/fflush.t
56468            ! MANIFEST
56469 ____________________________________________________________________________
56470 [  9922] By: jhi                                   on 2001/05/01  11:35:42
56471         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
56472              From: Peter Prymmer <pvhp@forte.com>
56473              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
56474              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
56475      Branch: perl
56476            ! t/lib/selfstubber.t
56477 ____________________________________________________________________________
56478 [  9921] By: jhi                                   on 2001/04/30  16:34:33
56479         Log: Subject: [PATCH B::Concise] suppress warning
56480              From: Robin Houston <robin@kitsite.com>
56481              Date: Mon, 30 Apr 2001 16:09:49 +0100
56482              Message-ID: <20010430160949.A25086@penderel>
56483      Branch: perl
56484            ! ext/B/B/Concise.pm
56485 ____________________________________________________________________________
56486 [  9920] By: jhi                                   on 2001/04/30  13:56:04
56487         Log: Strip the *markers* from #9919.
56488      Branch: perl
56489            ! pod/perlfaq.pod pod/perlfaq5.pod
56490 ____________________________________________________________________________
56491 [  9919] By: jhi                                   on 2001/04/30  13:54:04
56492         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
56493              From: Gwyn Judd <b.judd@xtra.co.nz>
56494              Date: Sun, 29 Apr 2001 01:47:49 +1200
56495              Message-ID: <20010429014749.A4418@thislove>
56496      Branch: perl
56497            ! pod/perlfaq.pod pod/perlfaq5.pod
56498 ____________________________________________________________________________
56499 [  9918] By: jhi                                   on 2001/04/30  13:13:54
56500         Log: More_tweakage.
56501      Branch: perl
56502            ! pod/perldata.pod pod/perldiag.pod
56503 ____________________________________________________________________________
56504 [  9917] By: jhi                                   on 2001/04/30  13:01:27
56505         Log: Update Changes.
56506      Branch: perl
56507            ! Changes patchlevel.h
56508 ____________________________________________________________________________
56509 [  9916] By: jhi                                   on 2001/04/30  12:57:03
56510         Log: T_w_e_a_k_a_g_e.
56511      Branch: perl
56512            ! pod/perldata.pod pod/perldiag.pod
56513 ____________________________________________________________________________
56514 [  9915] By: jhi                                   on 2001/04/30  12:39:29
56515         Log: Install s2p also as psed.
56516              
56517              TODO: psed documentation?
56518      Branch: perl
56519            ! installperl
56520 ____________________________________________________________________________
56521 [  9914] By: jhi                                   on 2001/04/30  12:29:21
56522         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
56523              From: Jens Hamisch <jens@Strawberry.COM>
56524              Date: Fri, 27 Apr 2001 17:00:36 +0200
56525              Message-ID: <20010427170036.K1372@Strawberry.COM>
56526              
56527              SOCKS5_VERSION_NAME is the right symbol to detect
56528              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
56529              function called socks5_init() is available, and even that is
56530              not universal, most SOCKS5 installations use SOCKSinit()).
56531      Branch: perl
56532            ! perlio.c
56533 ____________________________________________________________________________
56534 [  9913] By: jhi                                   on 2001/04/30  12:22:15
56535         Log: Allow a zero timeout on IO::Socket accept and connect--
56536              though one really shouldn't do that.  Based on
56537              
56538              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
56539              From: "John Holdsworth" <coldwave@bigfoot.com>
56540              Date: Sun, 4 Feb 2001 12:48:18 +0100
56541              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
56542      Branch: perl
56543            ! ext/IO/lib/IO/Socket.pm
56544 ____________________________________________________________________________
56545 [  9912] By: jhi                                   on 2001/04/30  11:27:27
56546         Log: Save the spot of regprev (see #9911) for binary compatibility;
56547              regen API.
56548      Branch: perl
56549            ! embedvar.h perlapi.h thrdvar.h
56550 ____________________________________________________________________________
56551 [  9911] By: jhi                                   on 2001/04/30  11:22:03
56552         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
56553              From: Hugo <hv@crypt.compulink.co.uk>
56554              Date: Sun, 29 Apr 2001 17:09:30 +0100
56555              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
56556      Branch: perl
56557            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
56558 ____________________________________________________________________________
56559 [  9910] By: jhi                                   on 2001/04/30  11:15:12
56560         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
56561              a dummy for PL_numeric_radix); no pressing reason to break
56562              binary compatibility; regen API.
56563      Branch: perl
56564            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
56565            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
56566 ____________________________________________________________________________
56567 [  9909] By: jhi                                   on 2001/04/30  10:56:08
56568         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
56569              From: Walt Mankowski <waltman@netaxs.com>
56570              Date: Sun, 29 Apr 2001 21:53:48 -0400
56571              Message-ID: <20010429215348.A3971@netaxs.com>
56572      Branch: perl
56573            ! pod/perlfunc.pod
56574 ____________________________________________________________________________
56575 [  9908] By: jhi                                   on 2001/04/30  10:49:40
56576         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
56577      Branch: perl
56578            ! t/lib/selfstubber.t
56579 ____________________________________________________________________________
56580 [  9907] By: nick                                  on 2001/04/30  09:26:50
56581         Log: Integrate mainline.
56582      Branch: perlio
56583           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
56584 ____________________________________________________________________________
56585 [  9906] By: jhi                                   on 2001/04/29  23:24:20
56586         Log: Abigail spotted a thinko in #9905.
56587      Branch: perl
56588            ! pod/perldiag.pod
56589 ____________________________________________________________________________
56590 [  9905] By: jhi                                   on 2001/04/29  15:55:39
56591         Log: Changed the underscore/undebar syntax in numeric constants;
56592              now any grouping will do, as long as the underscores are not
56593              consecutive (so "zero-grouping" is out), and they do not begin
56594              or end the integer or fractional parts.
56595      Branch: perl
56596            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
56597 ____________________________________________________________________________
56598 [  9904] By: nick                                  on 2001/04/29  15:43:22
56599         Log: Integrate mainline.
56600      Branch: perlio
56601           +> (branch 98 files)
56602            - lib/unicode/Block.pl
56603            - lib/unicode/In/AlphabeticPresentationForms.pl
56604            - lib/unicode/In/Arabic.pl
56605            - lib/unicode/In/ArabicPresentationForms-A.pl
56606            - lib/unicode/In/ArabicPresentationForms-B.pl
56607            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
56608            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
56609            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
56610            - lib/unicode/In/BopomofoExtended.pl
56611            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
56612            - lib/unicode/In/CJKCompatibility.pl
56613            - lib/unicode/In/CJKCompatibilityForms.pl
56614            - lib/unicode/In/CJKCompatibilityIdeographs.pl
56615            - lib/unicode/In/CJKRadicalsSupplement.pl
56616            - lib/unicode/In/CJKSymbolsandPunctuation.pl
56617            - lib/unicode/In/CJKUnifiedIdeographs.pl
56618            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
56619            - lib/unicode/In/Cherokee.pl
56620            - lib/unicode/In/CombiningDiacriticalMarks.pl
56621            - lib/unicode/In/CombiningHalfMarks.pl
56622            - lib/unicode/In/CombiningMarksforSymbols.pl
56623            - lib/unicode/In/ControlPictures.pl
56624            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
56625            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
56626            - lib/unicode/In/EnclosedAlphanumerics.pl
56627            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
56628            - lib/unicode/In/Ethiopic.pl
56629            - lib/unicode/In/GeneralPunctuation.pl
56630            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
56631            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
56632            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
56633            - lib/unicode/In/HalfwidthandFullwidthForms.pl
56634            - lib/unicode/In/HangulCompatibilityJamo.pl
56635            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
56636            - lib/unicode/In/Hebrew.pl
56637            - lib/unicode/In/HighPrivateUseSurrogates.pl
56638            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
56639            - lib/unicode/In/IPAExtensions.pl
56640            - lib/unicode/In/IdeographicDescriptionCharacters.pl
56641            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
56642            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
56643            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
56644            - lib/unicode/In/Latin-1Supplement.pl
56645            - lib/unicode/In/LatinExtended-A.pl
56646            - lib/unicode/In/LatinExtended-B.pl
56647            - lib/unicode/In/LatinExtendedAdditional.pl
56648            - lib/unicode/In/LetterlikeSymbols.pl
56649            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
56650            - lib/unicode/In/MathematicalOperators.pl
56651            - lib/unicode/In/MiscellaneousSymbols.pl
56652            - lib/unicode/In/MiscellaneousTechnical.pl
56653            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
56654            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
56655            - lib/unicode/In/OpticalCharacterRecognition.pl
56656            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
56657            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
56658            - lib/unicode/In/SmallFormVariants.pl
56659            - lib/unicode/In/SpacingModifierLetters.pl
56660            - lib/unicode/In/Specials.pl
56661            - lib/unicode/In/SuperscriptsandSubscripts.pl
56662            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
56663            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
56664            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
56665            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
56666            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
56667           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
56668           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
56669           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
56670           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
56671           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
56672           !> utf8.c win32/Makefile
56673 ____________________________________________________________________________
56674 [  9903] By: jhi                                   on 2001/04/29  14:30:53
56675         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
56676              From: Prymmer/Kahn <pvhp@best.com>
56677              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
56678              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
56679      Branch: perl
56680            ! win32/Makefile
56681 ____________________________________________________________________________
56682 [  9902] By: jhi                                   on 2001/04/29  02:52:44
56683         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
56684              From: "Abigail" <abigail@foad.org>
56685              Date: Sun, 29 Apr 2001 03:14:25 +0200
56686              Message-ID: <20010429011425.24503.qmail@foad.org>
56687      Branch: perl
56688            ! ext/IO/lib/IO/Seekable.pm
56689 ____________________________________________________________________________
56690 [  9901] By: jhi                                   on 2001/04/29  02:04:46
56691         Log: In character classes one couldn't have 0x80..0xff characters
56692              at the left hand side if there were 0x100.. characters in the
56693              character class.
56694      Branch: perl
56695            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
56696            ! t/op/pat.t utf8.c
56697 ____________________________________________________________________________
56698 [  9900] By: jhi                                   on 2001/04/28  22:55:04
56699         Log: Forgot the latest mktables.PL from #9899.
56700      Branch: perl
56701            ! lib/unicode/mktables.PL
56702 ____________________________________________________________________________
56703 [  9899] By: jhi                                   on 2001/04/28  22:53:28
56704         Log: Explain the \p{} and \P{} error message better and
56705              have prettier prettyprint in In.pl.
56706      Branch: perl
56707            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
56708            ! pod/perldiag.pod
56709 ____________________________________________________________________________
56710 [  9898] By: jhi                                   on 2001/04/28  21:03:34
56711         Log: Add one possible explanation for the "Invalid [] range" error.
56712      Branch: perl
56713            ! pod/perldiag.pod
56714 ____________________________________________________________________________
56715 [  9897] By: jhi                                   on 2001/04/28  17:18:26
56716         Log: Add a level of indirection to the implementation of \p{InFoo}
56717              so that we don't have to have long filenames.  (Nothing changes
56718              in the user interface.)   The indirection is defined in
56719              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
56720              Also rename some the character classes by removing '-' from
56721              the classnames, and finally renamed Block.pl as Blocks.pl.
56722      Branch: perl
56723            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
56724            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
56725            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
56726            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
56727            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
56728            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
56729            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
56730            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
56731            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
56732            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
56733            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
56734            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
56735            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
56736            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
56737            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
56738            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
56739            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
56740            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
56741            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
56742            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
56743            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
56744            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
56745            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
56746            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
56747            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
56748            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
56749            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
56750            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
56751            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
56752            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
56753            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
56754            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
56755            + lib/unicode/In/94.pl lib/unicode/In/95.pl
56756            - lib/unicode/Block.pl
56757            - lib/unicode/In/AlphabeticPresentationForms.pl
56758            - lib/unicode/In/Arabic.pl
56759            - lib/unicode/In/ArabicPresentationForms-A.pl
56760            - lib/unicode/In/ArabicPresentationForms-B.pl
56761            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
56762            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
56763            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
56764            - lib/unicode/In/BopomofoExtended.pl
56765            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
56766            - lib/unicode/In/CJKCompatibility.pl
56767            - lib/unicode/In/CJKCompatibilityForms.pl
56768            - lib/unicode/In/CJKCompatibilityIdeographs.pl
56769            - lib/unicode/In/CJKRadicalsSupplement.pl
56770            - lib/unicode/In/CJKSymbolsandPunctuation.pl
56771            - lib/unicode/In/CJKUnifiedIdeographs.pl
56772            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
56773            - lib/unicode/In/Cherokee.pl
56774            - lib/unicode/In/CombiningDiacriticalMarks.pl
56775            - lib/unicode/In/CombiningHalfMarks.pl
56776            - lib/unicode/In/CombiningMarksforSymbols.pl
56777            - lib/unicode/In/ControlPictures.pl
56778            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
56779            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
56780            - lib/unicode/In/EnclosedAlphanumerics.pl
56781            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
56782            - lib/unicode/In/Ethiopic.pl
56783            - lib/unicode/In/GeneralPunctuation.pl
56784            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
56785            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
56786            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
56787            - lib/unicode/In/HalfwidthandFullwidthForms.pl
56788            - lib/unicode/In/HangulCompatibilityJamo.pl
56789            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
56790            - lib/unicode/In/Hebrew.pl
56791            - lib/unicode/In/HighPrivateUseSurrogates.pl
56792            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
56793            - lib/unicode/In/IPAExtensions.pl
56794            - lib/unicode/In/IdeographicDescriptionCharacters.pl
56795            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
56796            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
56797            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
56798            - lib/unicode/In/Latin-1Supplement.pl
56799            - lib/unicode/In/LatinExtended-A.pl
56800            - lib/unicode/In/LatinExtended-B.pl
56801            - lib/unicode/In/LatinExtendedAdditional.pl
56802            - lib/unicode/In/LetterlikeSymbols.pl
56803            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
56804            - lib/unicode/In/MathematicalOperators.pl
56805            - lib/unicode/In/MiscellaneousSymbols.pl
56806            - lib/unicode/In/MiscellaneousTechnical.pl
56807            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
56808            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
56809            - lib/unicode/In/OpticalCharacterRecognition.pl
56810            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
56811            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
56812            - lib/unicode/In/SmallFormVariants.pl
56813            - lib/unicode/In/SpacingModifierLetters.pl
56814            - lib/unicode/In/Specials.pl
56815            - lib/unicode/In/SuperscriptsandSubscripts.pl
56816            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
56817            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
56818            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
56819            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
56820            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
56821            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
56822            ! pod/perlunicode.pod
56823 ____________________________________________________________________________
56824 [  9896] By: jhi                                   on 2001/04/28  14:33:17
56825         Log: Update the information on shared library path on HP-UX.
56826      Branch: perl
56827            ! INSTALL
56828 ____________________________________________________________________________
56829 [  9895] By: jhi                                   on 2001/04/28  14:32:30
56830         Log: Because #9894 seems to do the trick, this workaround can be removed.
56831      Branch: perl
56832            ! t/lib/selfstubber.t
56833 ____________________________________________________________________________
56834 [  9894] By: jhi                                   on 2001/04/28  14:26:13
56835         Log: For PerlIO flush the children's file handles (on fork/exec/system).
56836      Branch: perl
56837            ! perl.h
56838 ____________________________________________________________________________
56839 [  9893] By: jhi                                   on 2001/04/28  14:23:15
56840         Log: Test tweak for #9891.
56841      Branch: perl
56842            ! t/lib/b-deparse.t
56843 ____________________________________________________________________________
56844 [  9892] By: jhi                                   on 2001/04/28  14:10:13
56845         Log: New HP-UX hints from Merijn.
56846      Branch: perl
56847            ! hints/hpux.sh
56848 ____________________________________________________________________________
56849 [  9891] By: jhi                                   on 2001/04/28  14:07:27
56850         Log: Subject: [PATCH B::Deparse] non-block scopes
56851              From: Robin Houston <robin@kitsite.com>
56852              Date: Fri, 27 Apr 2001 19:15:14 +0100
56853              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
56854      Branch: perl
56855            ! ext/B/B/Deparse.pm
56856 ____________________________________________________________________________
56857 [  9890] By: nick                                  on 2001/04/27  19:41:25
56858         Log: Integrate mainline
56859      Branch: perlio
56860           +> t/lib/selfstubber.t
56861           !> (integrate 50 files)
56862 ____________________________________________________________________________
56863 [  9889] By: jhi                                   on 2001/04/27  18:23:46
56864         Log: Subject: Re: selfstubber test fail on bleadperl
56865              From: Mike Guy <mjtg@cam.ac.uk>
56866              Date: Fri, 27 Apr 2001 19:31:18 +0100
56867              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
56868      Branch: perl
56869            ! t/lib/selfstubber.t
56870 ____________________________________________________________________________
56871 [  9888] By: jhi                                   on 2001/04/27  16:20:54
56872         Log: Test tweak for #9886.
56873      Branch: perl
56874            ! t/lib/b-deparse.t
56875 ____________________________________________________________________________
56876 [  9887] By: jhi                                   on 2001/04/27  16:16:33
56877         Log: Buffering issue at least in Solaris (even with perlio).
56878      Branch: perl
56879            ! t/lib/selfstubber.t
56880 ____________________________________________________________________________
56881 [  9886] By: jhi                                   on 2001/04/27  14:59:23
56882         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
56883              From: Robin Houston <robin@kitsite.com>
56884              Date: Fri, 27 Apr 2001 16:53:20 +0100
56885              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
56886      Branch: perl
56887            ! ext/B/B/Deparse.pm
56888 ____________________________________________________________________________
56889 [  9885] By: jhi                                   on 2001/04/27  14:23:51
56890         Log: Update Changes.
56891      Branch: perl
56892            ! Changes patchlevel.h
56893 ____________________________________________________________________________
56894 [  9884] By: jhi                                   on 2001/04/27  14:14:12
56895         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
56896              From: "Philip Newton" <pnewton@gmx.de>
56897              Date: Fri, 27 Apr 2001 16:40:13 +0200
56898              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
56899      Branch: perl
56900            ! pod/perldata.pod
56901 ____________________________________________________________________________
56902 [  9883] By: jhi                                   on 2001/04/27  13:28:19
56903         Log: Add LOG_PERROR; prettify the "removed".
56904      Branch: perl
56905            ! ext/Sys/Syslog/Syslog.xs
56906 ____________________________________________________________________________
56907 [  9882] By: jhi                                   on 2001/04/27  13:13:18
56908         Log: h2xs tweaks: use NV instead of double, "quote" the removed
56909              prefixes for clarity (especially when nothing is removed),
56910              slight pod reformats.
56911      Branch: perl
56912            ! utils/h2xs.PL
56913 ____________________________________________________________________________
56914 [  9881] By: jhi                                   on 2001/04/27  12:58:48
56915         Log: Don't bother creating existing directories.
56916      Branch: perl
56917            ! utils/h2xs.PL
56918 ____________________________________________________________________________
56919 [  9880] By: jhi                                   on 2001/04/27  12:45:39
56920         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
56921              From: Mike Schilli <m@perlmeister.com>
56922              Date: Wed, 25 Apr 2001 01:29:21 -0700
56923              Message-id: <3AE68AE1.6A981723@perlmeister.com>
56924      Branch: perl
56925            ! utils/h2xs.PL
56926 ____________________________________________________________________________
56927 [  9879] By: jhi                                   on 2001/04/27  12:40:55
56928         Log: break is not yet Perl.  Added the template license also to README.
56929      Branch: perl
56930            ! utils/h2xs.PL
56931 ____________________________________________________________________________
56932 [  9878] By: jhi                                   on 2001/04/27  03:08:20
56933         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
56934              From: Tim Jenness <t.jenness@jach.hawaii.edu>
56935              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
56936              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
56937      Branch: perl
56938            ! t/lib/xs-typemap.t
56939 ____________________________________________________________________________
56940 [  9877] By: jhi                                   on 2001/04/26  23:54:40
56941         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
56942              From: "Abigail" <abigail@foad.org>
56943              Date: Fri, 27 Apr 2001 01:44:28 +0200
56944              Message-ID: <20010426234428.19786.qmail@foad.org>
56945      Branch: perl
56946            ! utils/h2xs.PL
56947 ____________________________________________________________________________
56948 [  9876] By: jhi                                   on 2001/04/26  23:52:06
56949         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
56950              From: Peter Prymmer <pvhp@forte.com>
56951              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
56952              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
56953      Branch: perl
56954            ! t/lib/selfstubber.t
56955 ____________________________________________________________________________
56956 [  9875] By: jhi                                   on 2001/04/26  23:48:10
56957         Log: Deparse nits.
56958      Branch: perl
56959            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
56960 ____________________________________________________________________________
56961 [  9874] By: jhi                                   on 2001/04/26  22:46:05
56962         Log: Document ANYOF_CLASS.
56963      Branch: perl
56964            ! regcomp.h
56965 ____________________________________________________________________________
56966 [  9873] By: jhi                                   on 2001/04/26  22:35:03
56967         Log: Subject: Re: [PATCH @9846] dumping ANYOF
56968              From: Hugo <hv@crypt.compulink.co.uk>
56969              Date: Thu, 26 Apr 2001 23:33:38 +0100
56970              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
56971      Branch: perl
56972            ! regcomp.c regcomp.h
56973 ____________________________________________________________________________
56974 [  9872] By: jhi                                   on 2001/04/26  22:34:31
56975         Log: Subject: [PATCH] more for Devel::SelfStubber
56976              From: Nicholas Clark <nick@ccl4.org>
56977              Date: Fri, 27 Apr 2001 00:13:52 +0100
56978              Message-ID: <20010427001351.K88186@plum.flirble.org>
56979      Branch: perl
56980            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
56981 ____________________________________________________________________________
56982 [  9871] By: jhi                                   on 2001/04/26  21:59:17
56983         Log: Subject: [PATCH B::Deparse] formats must be flush left
56984              From: Robin Houston <robin@kitsite.com>
56985              Date: Thu, 26 Apr 2001 23:54:29 +0100
56986              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
56987      Branch: perl
56988            ! ext/B/B/Deparse.pm
56989 ____________________________________________________________________________
56990 [  9870] By: jhi                                   on 2001/04/26  21:57:37
56991         Log: If some of the constants are prefixes of others,
56992              the prefixes may never get recognized.  (See 20010426.006.)
56993      Branch: perl
56994            ! utils/h2xs.PL
56995 ____________________________________________________________________________
56996 [  9869] By: jhi                                   on 2001/04/26  21:50:42
56997         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
56998              From: Chris Bongaarts <cab@tc.umn.edu>
56999              Date: Thu, 26 Apr 2001 17:10:31 -0500
57000              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
57001      Branch: perl
57002            ! ext/Sys/Syslog/Syslog.xs
57003 ____________________________________________________________________________
57004 [  9868] By: jhi                                   on 2001/04/26  21:35:12
57005         Log: Further cuts and more docs from Graham Barr.
57006      Branch: perl
57007            ! ext/List/Util/lib/List/Util.pm
57008            ! ext/List/Util/lib/Scalar/Util.pm
57009 ____________________________________________________________________________
57010 [  9867] By: jhi                                   on 2001/04/26  21:18:57
57011         Log: Subject: [PATCH 5.7.1] DB_File-1.77
57012              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
57013              Date: Thu, 26 Apr 2001 22:37:53 +0100
57014              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
57015      Branch: perl
57016            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
57017            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
57018 ____________________________________________________________________________
57019 [  9866] By: jhi                                   on 2001/04/26  21:12:31
57020         Log: Subject: [PATCH B::Deparse] fix easy bugs
57021              From: Robin Houston <robin@kitsite.com>
57022              Date: Thu, 26 Apr 2001 23:03:33 +0100
57023              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
57024      Branch: perl
57025            ! ext/B/B/Deparse.pm
57026 ____________________________________________________________________________
57027 [  9865] By: jhi                                   on 2001/04/26  20:26:13
57028         Log: Update Changes.
57029      Branch: perl
57030            ! Changes patchlevel.h
57031 ____________________________________________________________________________
57032 [  9864] By: jhi                                   on 2001/04/26  19:27:48
57033         Log: Dethinko from Robin Houston.
57034      Branch: perl
57035            ! ext/B/B/Deparse.pm
57036 ____________________________________________________________________________
57037 [  9863] By: jhi                                   on 2001/04/26  19:10:35
57038         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
57039              From: Robin Houston <robin@kitsite.com>
57040              Date: Thu, 26 Apr 2001 21:08:32 +0100
57041              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
57042      Branch: perl
57043            ! ext/B/B/Deparse.pm
57044 ____________________________________________________________________________
57045 [  9862] By: jhi                                   on 2001/04/26  19:04:23
57046         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57047              From: Robin Houston <robin@kitsite.com>
57048              Date: Thu, 26 Apr 2001 20:52:50 +0100
57049              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
57050      Branch: perl
57051            ! ext/B/B/Deparse.pm
57052 ____________________________________________________________________________
57053 [  9861] By: jhi                                   on 2001/04/26  18:56:14
57054         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
57055              From: Mike Guy <mjtg@cam.ac.uk>
57056              Date: Thu, 26 Apr 2001 14:22:40 +0100
57057              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
57058      Branch: perl
57059            ! pod/perlobj.pod
57060 ____________________________________________________________________________
57061 [  9860] By: jhi                                   on 2001/04/26  18:46:42
57062         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57063              From: Robin Houston <robin@kitsite.com>
57064              Date: Thu, 26 Apr 2001 20:34:29 +0100
57065              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
57066              
57067              Hashes do not interpolate.
57068      Branch: perl
57069            ! ext/B/B/Deparse.pm
57070 ____________________________________________________________________________
57071 [  9859] By: jhi                                   on 2001/04/26  18:43:51
57072         Log: Subject: The Time::Piece conspiracy unmasked!!!
57073              From: Mike Guy <mjtg@cam.ac.uk>
57074              Date: Thu, 26 Apr 2001 19:02:50 +0100
57075              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
57076              
57077              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
57078              From: Mike Guy <mjtg@cam.ac.uk>
57079              Date: Thu, 26 Apr 2001 19:08:21 +0100
57080              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
57081              
57082              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
57083              From: Graham Barr <gbarr@pobox.com>
57084              Date: Thu, 26 Apr 2001 19:12:03 +0100
57085              Message-ID: <20010426191203.A70835@pobox.com>
57086              
57087              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
57088      Branch: perl
57089            ! ext/List/Util/lib/List/Util.pm
57090            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
57091 ____________________________________________________________________________
57092 [  9858] By: jhi                                   on 2001/04/26  18:17:42
57093         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
57094              From: Robin Houston <robin@kitsite.com>
57095              Date: Thu, 26 Apr 2001 16:09:35 +0100
57096              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
57097      Branch: perl
57098            ! t/comp/proto.t
57099 ____________________________________________________________________________
57100 [  9857] By: jhi                                   on 2001/04/26  18:04:59
57101         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
57102              From: barries <barries@slaysys.com>
57103              Date: Thu, 26 Apr 2001 12:01:10 -0400
57104              Message-ID: <20010426120110.E29698@jester.slaysys.com>
57105      Branch: perl
57106            ! pod/perldiag.pod
57107 ____________________________________________________________________________
57108 [  9856] By: jhi                                   on 2001/04/26  18:03:33
57109         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
57110              Date: Thu, 26 Apr 2001 17:13:41 +0100
57111              From: Robin Houston <robin@kitsite.com>
57112              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
57113              
57114              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
57115              From: Robin Houston <robin@kitsite.com>
57116              Date: Thu, 26 Apr 2001 18:44:29 +0100
57117              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
57118      Branch: perl
57119            ! ext/B/B/Deparse.pm
57120 ____________________________________________________________________________
57121 [  9855] By: jhi                                   on 2001/04/26  17:56:04
57122         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
57123              From: Robin Houston <robin@kitsite.com>
57124              Date: Thu, 26 Apr 2001 17:04:08 +0100
57125              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
57126      Branch: perl
57127            ! ext/B/B/Deparse.pm
57128 ____________________________________________________________________________
57129 [  9854] By: jhi                                   on 2001/04/26  17:47:26
57130         Log: Subject: Re: Short test case for undef %stash:: crash
57131              From: Benjamin Sugars <bsugars@canoe.ca> 
57132              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
57133              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
57134              Changed and moved the perldiag entry.
57135      Branch: perl
57136            ! gv.c pod/perldiag.pod
57137 ____________________________________________________________________________
57138 [  9853] By: jhi                                   on 2001/04/26  14:35:16
57139         Log: Beginnings of strptime().  Do not touch the wet paint.
57140      Branch: perl
57141            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
57142 ____________________________________________________________________________
57143 [  9852] By: jhi                                   on 2001/04/26  13:17:21
57144         Log: Retract #9851, core dumps from pod2man.
57145      Branch: perl
57146            ! regcomp.c
57147 ____________________________________________________________________________
57148 [  9851] By: jhi                                   on 2001/04/26  11:54:41
57149         Log: (Retracted by #9852.)
57150              
57151              Subject: [PATCH @9846] dumping ANYOF
57152              From: Hugo <hv@crypt.compulink.co.uk>
57153              Date: Thu, 26 Apr 2001 05:32:38 +0100
57154              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
57155      Branch: perl
57156            ! regcomp.c
57157 ____________________________________________________________________________
57158 [  9850] By: jhi                                   on 2001/04/26  02:34:44
57159         Log: If ccflags was empty the _previous_ $* containing all the
57160              environment variables and Configure variables was used,
57161              which lead, among other bad things, into $ccflags being your
57162              uname -a output, which lead into test compile with cc failing,
57163              which lead into gcc being selected, which didn't work that well
57164              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
57165              with large files, et cetera.
57166      Branch: perl
57167            ! hints/hpux.sh
57168 ____________________________________________________________________________
57169 [  9849] By: jhi                                   on 2001/04/26  01:44:57
57170         Log: Make selfstubber test more portable.
57171      Branch: perl
57172            ! t/lib/selfstubber.t
57173 ____________________________________________________________________________
57174 [  9848] By: jhi                                   on 2001/04/26  00:50:26
57175         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
57176              From: Benjamin Sugars <ben.sugars@home.com>
57177              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
57178              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
57179      Branch: perl
57180            ! ext/Cwd/Cwd.xs
57181 ____________________________________________________________________________
57182 [  9847] By: jhi                                   on 2001/04/26  00:46:58
57183         Log: Subject: [PATCH: perl@9841] VMS updates
57184              From: Peter Prymmer <pvhp@forte.com>
57185              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
57186              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
57187      Branch: perl
57188            ! README.vms configure.com vms/descrip_mms.template
57189            ! vms/ext/filespec.t
57190 ____________________________________________________________________________
57191 [  9846] By: jhi                                   on 2001/04/26  00:11:56
57192         Log: re 'debug' was broken by #9084.
57193      Branch: perl
57194            ! ext/re/re.xs
57195 ____________________________________________________________________________
57196 [  9845] By: jhi                                   on 2001/04/25  22:33:17
57197         Log: Subject: [PATCH] test for Devel::SelfStubber
57198              From: Nicholas Clark <nick@ccl4.org>
57199              Date: Thu, 26 Apr 2001 00:00:54 +0100
57200              Message-ID: <20010426000054.D89026@plum.flirble.org>
57201      Branch: perl
57202            + t/lib/selfstubber.t
57203            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
57204 ____________________________________________________________________________
57205 [  9844] By: jhi                                   on 2001/04/25  22:29:32
57206         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
57207              From: Paul Johnson <paul@pjcj.net>
57208              Date: Thu, 26 Apr 2001 00:46:08 +0200
57209              Message-ID: <20010426004608.H2338@pjcj.net>
57210      Branch: perl
57211            ! ext/B/B/Concise.pm
57212 ____________________________________________________________________________
57213 [  9843] By: jhi                                   on 2001/04/25  22:28:28
57214         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
57215              From: Peter Prymmer <pvhp@forte.com>
57216              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
57217              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
57218      Branch: perl
57219            ! ext/Cwd/Cwd.xs
57220 ____________________________________________________________________________
57221 [  9842] By: jhi                                   on 2001/04/25  20:58:12
57222         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
57223              From: John Peacock <jpeacock@rowman.com>
57224              Date: Wed, 25 Apr 2001 17:30:26 -0400
57225              Message-ID: <3AE741F2.B3217464@rowman.com>
57226      Branch: perl
57227            ! lib/Math/BigInt.pm t/lib/bigintpm.t
57228 ____________________________________________________________________________
57229 [  9841] By: jhi                                   on 2001/04/25  20:07:05
57230         Log: Update Changes.
57231      Branch: perl
57232            ! Changes patchlevel.h
57233 ____________________________________________________________________________
57234 [  9840] By: jhi                                   on 2001/04/25  19:56:51
57235         Log: Yet another HP-UX hints version from Merijn.
57236      Branch: perl
57237            ! hints/hpux.sh
57238 ____________________________________________________________________________
57239 [  9839] By: jhi                                   on 2001/04/25  19:53:04
57240         Log: abs_path() didn't terminate the filename correctly,
57241              in DIRNAMLENless systems like HP-UX this would fail.
57242      Branch: perl
57243            ! ext/Cwd/Cwd.xs
57244 ____________________________________________________________________________
57245 [  9838] By: jhi                                   on 2001/04/25  16:37:26
57246         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
57247              From: Mike Guy <mjtg@cam.ac.uk>
57248              Date: Wed, 25 Apr 2001 18:31:47 +0100
57249              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
57250      Branch: perl
57251            ! op.c
57252 ____________________________________________________________________________
57253 [  9837] By: jhi                                   on 2001/04/25  16:21:53
57254         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
57255              From: Jon Eveland <jweveland@yahoo.com>
57256              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
57257              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
57258      Branch: perl
57259            ! lib/perl5db.pl
57260 ____________________________________________________________________________
57261 [  9836] By: jhi                                   on 2001/04/25  14:17:50
57262         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
57263              From: "Philip Newton" <pnewton@gmx.de>
57264              Date: Wed, 25 Apr 2001 17:05:58 +0200
57265              Message-ID: <3AE703F6.3234.1833C45@localhost>
57266      Branch: perl
57267            ! Porting/patching.pod
57268 ____________________________________________________________________________
57269 [  9835] By: jhi                                   on 2001/04/25  13:58:07
57270         Log: It would seem that both ar and full_ar need to be overridden
57271              for HP-UX to avoid the GNU ar.
57272      Branch: perl
57273            ! hints/hpux.sh
57274 ____________________________________________________________________________
57275 [  9834] By: jhi                                   on 2001/04/25  13:50:40
57276         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
57277              From: "Philip Newton" <pnewton@gmx.de>
57278              Date: Wed, 25 Apr 2001 16:09:23 +0200
57279              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
57280              
57281              Detypo.
57282      Branch: perl
57283            ! t/op/misc.t
57284 ____________________________________________________________________________
57285 [  9833] By: jhi                                   on 2001/04/25  12:36:11
57286         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
57287      Branch: perl
57288            ! hints/hpux.sh
57289 ____________________________________________________________________________
57290 [  9832] By: jhi                                   on 2001/04/25  12:33:36
57291         Log: New version of HP-UX hints from Merijn.
57292      Branch: perl
57293            ! hints/hpux.sh
57294 ____________________________________________________________________________
57295 [  9831] By: jhi                                   on 2001/04/25  03:39:45
57296         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
57297      Branch: perl
57298            ! hints/hpux.sh
57299 ____________________________________________________________________________
57300 [  9830] By: jhi                                   on 2001/04/25  02:53:25
57301         Log: The tzname[] bit is not needed by util.c -- and causes
57302              heartburn in VMS (and it missing was probably the cause of
57303              the Mac OS X trouble).  Ouch.
57304      Branch: perl
57305            ! ext/POSIX/POSIX.xs util.c
57306 ____________________________________________________________________________
57307 [  9829] By: jhi                                   on 2001/04/25  00:10:06
57308         Log: Metaconfig unit change for #9828.
57309      Branch: metaconfig
57310            ! U/compline/ccflags.U
57311 ____________________________________________________________________________
57312 [  9828] By: jhi                                   on 2001/04/25  00:04:18
57313         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
57314              (which is actually the reason for the change, we need to pass
57315              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
57316              EP/IX, OS/2, and TitanOS, based on the hints files.
57317      Branch: perl
57318            ! Configure config_h.SH
57319 ____________________________________________________________________________
57320 [  9827] By: jhi                                   on 2001/04/24  23:49:20
57321         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
57322              the $cat must have an absolute path.
57323      Branch: perl
57324            ! makedepend.SH
57325 ____________________________________________________________________________
57326 [  9826] By: jhi                                   on 2001/04/24  23:40:53
57327         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
57328      Branch: perl
57329            ! README.amiga
57330 ____________________________________________________________________________
57331 [  9825] By: jhi                                   on 2001/04/24  23:35:35
57332         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
57333              From: "Philip Newton" <pnewton@gmx.de>
57334              Date: Tue, 24 Apr 2001 18:52:49 +0200
57335              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
57336      Branch: perl
57337            ! x2p/find2perl.PL
57338 ____________________________________________________________________________
57339 [  9824] By: jhi                                   on 2001/04/24  23:33:07
57340         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
57341              Some gcc specifics dropped out due to extensive rewriting;
57342              will be put back later as needed.
57343      Branch: perl
57344            ! hints/hpux.sh
57345 ____________________________________________________________________________
57346 [  9823] By: jhi                                   on 2001/04/24  23:27:57
57347         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
57348      Branch: perl
57349            ! ext/POSIX/POSIX.xs
57350 ____________________________________________________________________________
57351 [  9822] By: jhi                                   on 2001/04/24  23:25:21
57352         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
57353              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57354              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
57355              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
57356      Branch: perl
57357            ! ext/XS/Typemap/Typemap.xs
57358 ____________________________________________________________________________
57359 [  9821] By: jhi                                   on 2001/04/24  23:24:10
57360         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
57361              From: "Abigail" <abigail@foad.org>
57362              Date: Tue, 24 Apr 2001 23:12:03 +0200
57363              Message-ID: <20010424211203.7901.qmail@foad.org>
57364      Branch: perl
57365            ! pod/perlport.pod
57366 ____________________________________________________________________________
57367 [  9820] By: jhi                                   on 2001/04/24  23:23:15
57368         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
57369              From: Matt Sergeant <matt@sergeant.org>
57370              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
57371              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
57372      Branch: perl
57373            ! pod/perlfaq4.pod
57374 ____________________________________________________________________________
57375 [  9819] By: nick                                  on 2001/04/24  18:49:43
57376         Log: Integrate mainline.
57377      Branch: perlio
57378           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
57379           !> (integrate 37 files)
57380 ____________________________________________________________________________
57381 [  9818] By: jhi                                   on 2001/04/24  14:35:23
57382         Log: Update Changes.
57383      Branch: perl
57384            ! Changes patchlevel.h
57385 ____________________________________________________________________________
57386 [  9817] By: jhi                                   on 2001/04/24  14:09:17
57387         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
57388              From: "Philip Newton" <pnewton@gmx.de>
57389              Date: Tue, 24 Apr 2001 12:58:12 +0200
57390              Message-ID: <3AE57864.8304.B77A0A@localhost> 
57391              
57392              plus add CPAN to the list of modules that have their own tests.
57393      Branch: perl
57394            ! t/lib/1_compile.t
57395 ____________________________________________________________________________
57396 [  9816] By: jhi                                   on 2001/04/24  14:07:03
57397         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
57398              From: Michael G Schwern <schwern@pobox.com>
57399              Date: Sat, 21 Apr 2001 22:35:00 +0100
57400              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
57401      Branch: perl
57402            ! t/lib/1_compile.t
57403 ____________________________________________________________________________
57404 [  9815] By: jhi                                   on 2001/04/24  13:54:32
57405         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
57406              From: Robin Houston <robin@kitsite.com>
57407              Date: Tue, 24 Apr 2001 15:51:18 +0100
57408              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
57409      Branch: perl
57410            ! ext/B/B/Deparse.pm
57411 ____________________________________________________________________________
57412 [  9814] By: jhi                                   on 2001/04/24  13:17:34
57413         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
57414              From: Bill Glicker <billg@burrelles.com>
57415              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
57416              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
57417      Branch: perl
57418            ! hints/svr5.sh
57419 ____________________________________________________________________________
57420 [  9813] By: jhi                                   on 2001/04/24  12:54:23
57421         Log: Prevent path disclosure (probing for existence of filenames)
57422              using suidperl; bug id 20010322.218.
57423      Branch: perl
57424            ! perl.c pod/perldiag.pod
57425 ____________________________________________________________________________
57426 [  9812] By: jhi                                   on 2001/04/24  12:08:36
57427         Log: Retract #9811.
57428      Branch: perl
57429            ! ext/POSIX/POSIX.xs
57430 ____________________________________________________________________________
57431 [  9811] By: jhi                                   on 2001/04/24  11:57:35
57432         Log: (Retracted by #9812.)
57433      Branch: perl
57434            ! ext/POSIX/POSIX.xs
57435 ____________________________________________________________________________
57436 [  9810] By: jhi                                   on 2001/04/24  03:32:35
57437         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
57438      Branch: perl
57439            ! util.c
57440 ____________________________________________________________________________
57441 [  9809] By: jhi                                   on 2001/04/24  03:16:13
57442         Log: The Math::BigFloat::import() was broken.
57443              (Fixes bug id 20010422.002.)
57444      Branch: perl
57445            ! lib/Math/BigFloat.pm
57446 ____________________________________________________________________________
57447 [  9808] By: jhi                                   on 2001/04/24  01:11:40
57448         Log: Additional dependencies; should help for parallel makes
57449              not to fail on missing lib/lib.pm or lib/re.pm.
57450      Branch: perl
57451            ! Makefile.SH
57452 ____________________________________________________________________________
57453 [  9807] By: jhi                                   on 2001/04/24  00:57:01
57454         Log: Update the test failure disclaimer.
57455      Branch: perl
57456            ! t/pragma/warn/pp_hot
57457 ____________________________________________________________________________
57458 [  9806] By: jhi                                   on 2001/04/24  00:54:04
57459         Log: Add make target "install-all" which is alias for "install"
57460              to cater for case-preserving filesystems like HFS+.
57461      Branch: perl
57462            ! INSTALL Makefile.SH
57463 ____________________________________________________________________________
57464 [  9805] By: jhi                                   on 2001/04/24  00:47:28
57465         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
57466              From: Peter Prymmer <pvhp@forte.com>
57467              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
57468              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
57469              
57470              (Ken William's message forwarded from macosx@perl.org)
57471      Branch: perl
57472            ! hints/darwin.sh
57473 ____________________________________________________________________________
57474 [  9804] By: jhi                                   on 2001/04/23  23:57:35
57475         Log: Cut-and-pasto.
57476      Branch: perl
57477            ! perlio.c
57478 ____________________________________________________________________________
57479 [  9803] By: jhi                                   on 2001/04/23  23:52:25
57480         Log: More PerlIO robustness.
57481      Branch: perl
57482            ! perlio.c
57483 ____________________________________________________________________________
57484 [  9802] By: jhi                                   on 2001/04/23  23:43:35
57485         Log: Make the "STD* opened only for ..." errors more consistent.
57486      Branch: perl
57487            ! doio.c
57488 ____________________________________________________________________________
57489 [  9801] By: jhi                                   on 2001/04/23  23:34:26
57490         Log: Test case for #9800.
57491      Branch: perl
57492            ! t/op/misc.t
57493 ____________________________________________________________________________
57494 [  9800] By: jhi                                   on 2001/04/23  23:14:43
57495         Log: Avoid coredump on 'close STDERR; die' by making
57496              the PerlIO calls more robust.  Also use SETERRNO()
57497              instead of errno = to be more VMS-ready.
57498      Branch: perl
57499            ! perlio.c
57500 ____________________________________________________________________________
57501 [  9799] By: jhi                                   on 2001/04/23  21:41:10
57502         Log: Subject: test for ID 20010423.002
57503              From: Robin Houston <robin@kitsite.com>
57504              Date: Mon, 23 Apr 2001 16:52:21 +0100
57505              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
57506      Branch: perl
57507            ! t/op/avhv.t
57508 ____________________________________________________________________________
57509 [  9798] By: jhi                                   on 2001/04/23  21:40:07
57510         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
57511              From: David Dyck <dcd@tc.fluke.com>
57512              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
57513              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
57514      Branch: perl
57515            ! installperl
57516 ____________________________________________________________________________
57517 [  9797] By: jhi                                   on 2001/04/23  21:37:56
57518         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
57519              From: Benjamin Sugars <bsugars@canoe.ca>
57520              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
57521              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
57522      Branch: perl
57523            ! ext/Cwd/Cwd.xs lib/Cwd.pm
57524 ____________________________________________________________________________
57525 [  9796] By: jhi                                   on 2001/04/23  21:29:24
57526         Log: Synchronize h2xs and pod2man some more on the documentation
57527              templates they propose.
57528      Branch: perl
57529            ! pod/pod2man.PL utils/h2xs.PL
57530 ____________________________________________________________________________
57531 [  9795] By: jhi                                   on 2001/04/23  17:30:40
57532         Log: Add one more naughty test for base64; make encoding logic cleaner.
57533      Branch: perl
57534            ! t/lib/mimeb64.t
57535 ____________________________________________________________________________
57536 [  9794] By: jhi                                   on 2001/04/23  13:51:32
57537         Log: Update Changes.
57538      Branch: perl
57539            ! Changes patchlevel.h
57540 ____________________________________________________________________________
57541 [  9793] By: jhi                                   on 2001/04/23  13:44:18
57542         Log: Duplicate lines.
57543      Branch: perl
57544            ! MANIFEST
57545 ____________________________________________________________________________
57546 [  9792] By: jhi                                   on 2001/04/23  13:39:13
57547         Log: Subject: Re: PATCH 5.7.1
57548              From: Mark-Jason Dominus <mjd@plover.com>
57549              Date: Mon, 23 Apr 2001 10:30:21 -0400
57550              Message-ID: <20010423143021.17335.qmail@plover.com>
57551      Branch: perl
57552            ! perl.h sv.c
57553 ____________________________________________________________________________
57554 [  9791] By: jhi                                   on 2001/04/23  13:32:40
57555         Log: Add the CPAN.pm 1.59_54 tests.
57556      Branch: perl
57557            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
57558            ! MANIFEST
57559 ____________________________________________________________________________
57560 [  9790] By: jhi                                   on 2001/04/23  13:21:55
57561         Log: Subject: Deparse nit
57562              From: Robin Houston <robin@kitsite.com>
57563              Date: Mon, 23 Apr 2001 12:38:20 +0100
57564              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
57565      Branch: perl
57566            ! ext/B/B/Deparse.pm
57567 ____________________________________________________________________________
57568 [  9789] By: jhi                                   on 2001/04/23  13:19:07
57569         Log: Subject: [PATCH] bug 20010423.002
57570              From: Robin Houston <robin@kitsite.com>
57571              Date: Mon, 23 Apr 2001 13:12:30 +0100
57572              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
57573      Branch: perl
57574            ! pp.c
57575 ____________________________________________________________________________
57576 [  9788] By: jhi                                   on 2001/04/23  13:02:49
57577         Log: Subject: PATCH [5.7.1] hv.c unused #define
57578              From: Mark-Jason Dominus <mjd@plover.com>
57579              Date: Sun, 22 Apr 2001 14:17:49 -0400
57580              Message-ID: <20010422181749.26976.qmail@plover.com>
57581      Branch: perl
57582            ! hv.c
57583 ____________________________________________________________________________
57584 [  9787] By: jhi                                   on 2001/04/23  13:02:02
57585         Log: Subject: PATCH 5.7.1
57586              From: Mark-Jason Dominus <mjd@plover.com>
57587              Date: Sun, 22 Apr 2001 15:12:57 -0400
57588              Message-ID: <20010422191258.6539.qmail@plover.com>
57589              
57590              plus Sarathy's STMT_START + STMT_END suggestion.
57591      Branch: perl
57592            ! perl.h
57593 ____________________________________________________________________________
57594 [  9786] By: jhi                                   on 2001/04/23  12:53:25
57595         Log: Fix for
57596              
57597              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
57598              From: dLux <dlux@spam.sch.bme.hu>
57599              Date: Mon, 23 Apr 2001 01:25:26 +0200
57600              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
57601              
57602              (SvGROW really does return a char *.)
57603      Branch: perl
57604            ! pod/perlapi.pod sv.h
57605 ____________________________________________________________________________
57606 [  9785] By: jhi                                   on 2001/04/23  04:34:04
57607         Log: Time::Piece work continues.  $t->day removed since
57608              I think it's too confusing.  Now has normal and
57609              abbreviated length weekday names and month names,
57610              the names change with _names(), not _list().
57611              Now has strftime() in Perl, _strftime() is
57612              the libc version (to which strftime() falls back
57613              if it doesn't know the format.  To do: the reverse
57614              of strftime, strptime(), and the localisation of both.
57615      Branch: perl
57616            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
57617            ! t/lib/time-piece.t
57618 ____________________________________________________________________________
57619 [  9784] By: jhi                                   on 2001/04/23  02:41:46
57620         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
57621              From: andreas.koenig@anima.de (Andreas J. Koenig)
57622              Date: 23 Apr 2001 05:20:55 +0200
57623              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
57624      Branch: perl
57625            ! t/pragma/overload.t
57626 ____________________________________________________________________________
57627 [  9783] By: jhi                                   on 2001/04/22  23:32:42
57628         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
57629              From: Robin Houston <robin@kitsite.com>
57630              Date: Mon, 23 Apr 2001 00:38:18 +0100
57631              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
57632      Branch: perl
57633            ! ext/B/B/Deparse.pm
57634 ____________________________________________________________________________
57635 [  9782] By: jhi                                   on 2001/04/22  20:55:43
57636         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
57637              From: Simon Cozens <simon@netthink.co.uk>
57638              Date: Sun, 22 Apr 2001 18:47:25 +0100
57639              Message-ID: <20010422184725.A14411@netthink.co.uk>
57640      Branch: perl
57641            ! sv.c t/pragma/overload.t
57642 ____________________________________________________________________________
57643 [  9781] By: jhi                                   on 2001/04/22  20:52:13
57644         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
57645              From: Robin Houston <robin@kitsite.com>
57646              Date: Sun, 22 Apr 2001 22:14:50 +0100
57647              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
57648      Branch: perl
57649            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
57650 ____________________________________________________________________________
57651 [  9780] By: nick                                  on 2001/04/22  20:40:31
57652         Log: Integrate mainline.
57653      Branch: perlio
57654           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
57655           +> t/lib/b-stash.t
57656           !> (integrate 38 files)
57657 ____________________________________________________________________________
57658 [  9779] By: jhi                                   on 2001/04/22  15:16:03
57659         Log: Subject: IO::Socket::INET patch
57660              From: andrew deryabin <djsf@technarchy.ru>
57661              Date: Sat, 21 Apr 2001 17:46:52 +0400
57662              Message-ID: <20010421174652.B1426@technarchy>
57663      Branch: perl
57664            ! ext/IO/lib/IO/Socket/INET.pm
57665 ____________________________________________________________________________
57666 [  9778] By: jhi                                   on 2001/04/22  15:14:33
57667         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
57668              From: Mark-Jason Dominus <mjd@plover.com>
57669              Date: Sat, 21 Apr 2001 21:27:49 -0400
57670              Message-ID: <20010422012749.27024.qmail@plover.com>
57671      Branch: perl
57672            ! regcomp.c
57673 ____________________________________________________________________________
57674 [  9777] By: jhi                                   on 2001/04/22  15:10:51
57675         Log: Subject: Re: Regex debugger patch 
57676              From: Mark-Jason Dominus <mjd@plover.com>
57677              Date: Sat, 21 Apr 2001 21:48:51 -0400
57678              Message-ID: <20010422014851.27165.qmail@plover.com>
57679      Branch: perl
57680            ! pod/perldebguts.pod
57681 ____________________________________________________________________________
57682 [  9776] By: jhi                                   on 2001/04/22  15:09:48
57683         Log: Subject: Re: Regex debugger patch
57684              From: Mark-Jason Dominus <mjd@plover.com>
57685              Date: Sat, 21 Apr 2001 14:24:39 -0400
57686              Message-ID: <20010421182439.16508.qmail@plover.com>
57687              
57688              Regex debugger backend.
57689      Branch: perl
57690            ! regcomp.c regexp.h
57691 ____________________________________________________________________________
57692 [  9775] By: jhi                                   on 2001/04/21  16:45:40
57693         Log: Subject: [PATCH] Typo in utf8.h
57694              From: Jesús Quiroga <jquiroga@pobox.com>
57695              Date: Sat, 21 Apr 2001 19:25:33 +0200
57696              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
57697      Branch: perl
57698            ! utf8.h
57699 ____________________________________________________________________________
57700 [  9774] By: jhi                                   on 2001/04/21  16:43:52
57701         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
57702              From: Joe Orton <jorton@redhat.com>
57703              Date: Tue, 17 Apr 2001 15:50:43 +0100
57704              Message-Id: <20010417155043.D19132@eu.c2.net>
57705      Branch: perl
57706            ! hints/svr5.sh
57707 ____________________________________________________________________________
57708 [  9773] By: jhi                                   on 2001/04/21  15:30:15
57709         Log: Subject: Patch utils/h2xs.PL
57710              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57711              Date: Sat, 21 Apr 2001 10:32:16 -0500
57712              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
57713              
57714              Add MAILING list and LICENSE templates.
57715      Branch: perl
57716            ! utils/h2xs.PL
57717 ____________________________________________________________________________
57718 [  9772] By: jhi                                   on 2001/04/21  15:28:36
57719         Log: Subject: perlfaq2.patch for 5.7.1
57720              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57721              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
57722              Date: Fri, 20 Apr 2001 16:42:19 -0500
57723              
57724              rm an extra tab, a blurb about the xx.cpan to clarify
57725              which countries actually have that and dejanews is history
57726              as well as most of that nonsensical entry.
57727      Branch: perl
57728            ! pod/perlfaq2.pod
57729 ____________________________________________________________________________
57730 [  9771] By: jhi                                   on 2001/04/21  15:27:17
57731         Log: Subject: perlfaq1.patch for 5.7.1
57732              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57733              Date: Fri, 20 Apr 2001 16:57:36 -0500
57734              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
57735              
57736              Evil URLs must die. Especially when they are broken.
57737      Branch: perl
57738            ! pod/perlfaq1.pod
57739 ____________________________________________________________________________
57740 [  9770] By: jhi                                   on 2001/04/21  15:23:38
57741         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
57742              From: Michael G Schwern <schwern@pobox.com>
57743              Date: Sat, 21 Apr 2001 16:11:12 +0100
57744              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
57745      Branch: perl
57746            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
57747            + t/lib/b-stash.t
57748            ! MANIFEST ext/B/B.pm t/lib/b.t
57749 ____________________________________________________________________________
57750 [  9769] By: jhi                                   on 2001/04/21  15:03:32
57751         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
57752              From: Michael G Schwern <schwern@pobox.com>
57753              Date: Sat, 21 Apr 2001 09:48:00 +0100
57754              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
57755      Branch: perl
57756            ! utils/h2ph.PL
57757 ____________________________________________________________________________
57758 [  9768] By: jhi                                   on 2001/04/21  14:33:49
57759         Log: PerlIO and Encode doc cleanup and tweaks.
57760      Branch: perl
57761            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
57762            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
57763 ____________________________________________________________________________
57764 [  9767] By: jhi                                   on 2001/04/21  12:40:16
57765         Log: Integrate perlio:
57766              
57767              [  9766]
57768              Avoid core dump on
57769              open(STDOUT,">",\$foo);
57770      Branch: perl
57771           !> doio.c
57772 ____________________________________________________________________________
57773 [  9766] By: nick                                  on 2001/04/20  18:28:35
57774         Log: Avoid core dump on
57775              open(STDOUT,">",\$foo);
57776      Branch: perlio
57777            ! doio.c
57778 ____________________________________________________________________________
57779 [  9765] By: jhi                                   on 2001/04/20  13:23:43
57780         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
57781              From: Robin Houston <robin@kitsite.com>
57782              Date: Fri, 20 Apr 2001 14:29:22 +0100
57783              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
57784      Branch: perl
57785            ! ext/B/B.pm ext/B/B/Deparse.pm
57786 ____________________________________________________________________________
57787 [  9764] By: jhi                                   on 2001/04/20  13:19:33
57788         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
57789              From: Peter Prymmer <pvhp@forte.com>
57790              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
57791              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
57792      Branch: perl
57793            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
57794            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
57795            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
57796            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
57797 ____________________________________________________________________________
57798 [  9763] By: jhi                                   on 2001/04/20  12:36:39
57799         Log: Subject: Re: A new PerlIO coredump
57800              From: Nick Ing-Simmons <nik@tiuk.ti.com>
57801              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
57802              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
57803      Branch: perl
57804            ! doio.c
57805 ____________________________________________________________________________
57806 [  9762] By: jhi                                   on 2001/04/19  23:02:30
57807         Log: Update Changes.
57808      Branch: perl
57809            ! Changes patchlevel.h
57810 ____________________________________________________________________________
57811 [  9761] By: jhi                                   on 2001/04/19  22:59:19
57812         Log: More cleanup cleanup.
57813      Branch: perl
57814            ! Makefile.SH win32/Makefile win32/makefile.mk
57815 ____________________________________________________________________________
57816 [  9760] By: jhi                                   on 2001/04/19  22:50:31
57817         Log: lib/Time is non-empty, let's not rmdir it.
57818      Branch: perl
57819            ! Makefile.SH
57820 ____________________________________________________________________________
57821 [  9759] By: jhi                                   on 2001/04/19  22:36:51
57822         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
57823              From: Robin Houston <robin@kitsite.com>
57824              Date: Fri, 20 Apr 2001 00:18:53 +0100
57825              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
57826      Branch: perl
57827            ! ext/B/B/Deparse.pm
57828 ____________________________________________________________________________
57829 [  9758] By: jhi                                   on 2001/04/19  22:36:00
57830         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
57831              From: Peter Prymmer <pvhp@forte.com>
57832              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
57833              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
57834      Branch: perl
57835            ! ext/Cwd/Cwd.xs
57836 ____________________________________________________________________________
57837 [  9757] By: nick                                  on 2001/04/19  18:53:54
57838         Log: Blind (untested) integrate of mainline.
57839      Branch: perlio
57840           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
57841           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
57842           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
57843           !> (integrate 53 files)
57844 ____________________________________________________________________________
57845 [  9756] By: jhi                                   on 2001/04/19  16:59:23
57846         Log: Document and test Time::Piece.
57847      Branch: perl
57848            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
57849            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
57850 ____________________________________________________________________________
57851 [  9755] By: jhi                                   on 2001/04/19  12:13:29
57852         Log: A better fix for the \x{12345678} trouble from NI-S.
57853      Branch: perl
57854            ! utf8.c
57855 ____________________________________________________________________________
57856 [  9754] By: jhi                                   on 2001/04/19  11:56:07
57857         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
57858              From: Robin Houston <robin@kitsite.com>
57859              Date: Wed, 18 Apr 2001 17:58:33 +0100
57860              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
57861      Branch: perl
57862            ! ext/B/B/Deparse.pm op.c
57863 ____________________________________________________________________________
57864 [  9753] By: jhi                                   on 2001/04/19  04:21:52
57865         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
57866              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
57867              Date: Thu, 19 Apr 2001 01:11:41 -0400
57868              Message-ID: <20010419011141.A5798@cpan.org>
57869      Branch: perl
57870            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
57871 ____________________________________________________________________________
57872 [  9752] By: jhi                                   on 2001/04/19  02:41:10
57873         Log: The new time utils need to be thread-aware, too.
57874      Branch: perl
57875            ! util.c
57876 ____________________________________________________________________________
57877 [  9751] By: jhi                                   on 2001/04/19  02:26:47
57878         Log: Compilation nit noticed by AIX compiler.
57879      Branch: perl
57880            ! perlio.c
57881 ____________________________________________________________________________
57882 [  9750] By: jhi                                   on 2001/04/19  02:20:06
57883         Log: The new time utils need to be public.
57884      Branch: perl
57885            ! embed.pl
57886 ____________________________________________________________________________
57887 [  9749] By: jhi                                   on 2001/04/19  01:42:39
57888         Log: Regen toc.
57889      Branch: perl
57890            ! pod/perltoc.pod
57891 ____________________________________________________________________________
57892 [  9748] By: jhi                                   on 2001/04/19  01:41:10
57893         Log: Add Time::Piece, a slight rewrite of Time::Object,
57894              from Matt Sergeant.
57895      Branch: perl
57896            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
57897            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
57898            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
57899            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
57900            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
57901            ! win32/makefile.mk
57902 ____________________________________________________________________________
57903 [  9747] By: jhi                                   on 2001/04/19  00:55:35
57904         Log: The new metaconfig unit from strftime.
57905      Branch: metaconfig/U/perl
57906            + d_strftime.U
57907 ____________________________________________________________________________
57908 [  9746] By: jhi                                   on 2001/04/19  00:54:54
57909         Log: Move the strftime() wrapper from POSIX.xs to util.c
57910              as my_strftime(), requires HAS_STRFTIME.
57911      Branch: perl
57912            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57913            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
57914            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
57915            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
57916            ! vos/config.ga.h win32/config.bc win32/config.gc
57917            ! win32/config.vc
57918 ____________________________________________________________________________
57919 [  9745] By: jhi                                   on 2001/04/18  23:11:03
57920         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
57921              in preparation of Time::Piece.
57922      Branch: perl
57923            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
57924 ____________________________________________________________________________
57925 [  9744] By: jhi                                   on 2001/04/18  22:33:12
57926         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
57927              From: Peter Prymmer <pvhp@forte.com>
57928              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
57929              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
57930      Branch: perl
57931            ! t/lib/exporter.t
57932 ____________________________________________________________________________
57933 [  9743] By: jhi                                   on 2001/04/18  22:32:23
57934         Log: Subject: Fwd: pod2html leaves cache files lying around?
57935              From: Rajesh Vaidheeswarran <rv@gnu.org>
57936              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
57937              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
57938      Branch: perl
57939            ! lib/Pod/Html.pm
57940 ____________________________________________________________________________
57941 [  9742] By: jhi                                   on 2001/04/18  20:31:49
57942         Log: Update Changes.
57943      Branch: perl
57944            ! Changes patchlevel.h
57945 ____________________________________________________________________________
57946 [  9741] By: jhi                                   on 2001/04/18  20:23:02
57947         Log: Declare hints only if needed.
57948      Branch: perl
57949            ! ext/B/B/Deparse.pm
57950 ____________________________________________________________________________
57951 [  9740] By: jhi                                   on 2001/04/18  19:06:05
57952         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
57953              bug noticed by Robin Houston; basically the code of detecting
57954              value wraparound was acting differently under different compilers
57955              and platforms.  The workaround is to remove the overflow check
57956              for now, a real fix would be to do the overflow (portably) right.
57957      Branch: perl
57958            ! t/op/pat.t utf8.c
57959 ____________________________________________________________________________
57960 [  9739] By: jhi                                   on 2001/04/18  19:01:23
57961         Log: Subject: [PATCH B::Deparse] some pragma support
57962              From: Robin Houston <robin@kitsite.com>
57963              Date: Wed, 18 Apr 2001 19:32:12 +0100
57964              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
57965      Branch: perl
57966            ! ext/B/B/Deparse.pm
57967 ____________________________________________________________________________
57968 [  9738] By: jhi                                   on 2001/04/18  15:16:37
57969         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
57970              From: Benjamin Sugars <bsugars@canoe.ca>
57971              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
57972              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
57973      Branch: perl
57974            ! t/op/glob.t
57975 ____________________________________________________________________________
57976 [  9737] By: jhi                                   on 2001/04/18  13:24:50
57977         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
57978              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57979              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
57980              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
57981      Branch: perl
57982            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
57983            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
57984 ____________________________________________________________________________
57985 [  9736] By: jhi                                   on 2001/04/18  04:15:14
57986         Log: The #9735 also changes the subtest 12.
57987      Branch: perl
57988            ! t/lib/b.t
57989 ____________________________________________________________________________
57990 [  9735] By: jhi                                   on 2001/04/18  03:55:17
57991         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
57992              From: David Dyck <dcd@tc.fluke.com>
57993              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
57994              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
57995      Branch: perl
57996            ! ext/B/B/Deparse.pm
57997 ____________________________________________________________________________
57998 [  9734] By: jhi                                   on 2001/04/18  03:54:11
57999         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
58000              From: Gisle Aas <gisle@ActiveState.com>
58001              Date: 17 Apr 2001 19:06:45 -0700
58002              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
58003      Branch: perl
58004            ! pp_hot.c t/op/misc.t
58005 ____________________________________________________________________________
58006 [  9733] By: jhi                                   on 2001/04/17  22:25:22
58007         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
58008              From: "Abigail" <abigail@foad.org>
58009              Date: Wed, 18 Apr 2001 01:17:46 +0200
58010              Message-ID: <20010417231746.21657.qmail@foad.org>
58011      Branch: perl
58012            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
58013 ____________________________________________________________________________
58014 [  9732] By: jhi                                   on 2001/04/17  20:47:56
58015         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
58016              From: Robin Houston <robin@kitsite.com>
58017              Date: Tue, 17 Apr 2001 22:37:42 +0100
58018              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
58019      Branch: perl
58020            ! ext/B/B/Deparse.pm
58021 ____________________________________________________________________________
58022 [  9731] By: nick                                  on 2001/04/17  20:46:35
58023         Log: Re-sync for t/lib/b.t fix
58024      Branch: perlio
58025           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
58026 ____________________________________________________________________________
58027 [  9730] By: jhi                                   on 2001/04/17  20:45:29
58028         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
58029              From: Robin Houston <robin@kitsite.com>
58030              Date: Tue, 17 Apr 2001 22:29:36 +0100
58031              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
58032      Branch: perl
58033            ! ext/B/B.xs ext/B/B/Deparse.pm
58034 ____________________________________________________________________________
58035 [  9729] By: jhi                                   on 2001/04/17  20:43:11
58036         Log: Subject: Deparse - parenthesise args to undeclared subs
58037              From: Robin Houston <robin@kitsite.com>
58038              Date: Tue, 17 Apr 2001 21:31:05 +0100
58039              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
58040      Branch: perl
58041            ! ext/B/B/Deparse.pm
58042 ____________________________________________________________________________
58043 [  9728] By: jhi                                   on 2001/04/17  18:57:30
58044         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
58045              From: Benjamin Sugars <ben.sugars@home.com>
58046              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
58047              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
58048      Branch: perl
58049            ! t/lib/cwd.t
58050 ____________________________________________________________________________
58051 [  9727] By: jhi                                   on 2001/04/17  18:20:20
58052         Log: Subject: [PATCH B::Deparse] ambient pragmas
58053              From: Robin Houston <robin@kitsite.com>
58054              Date: Tue, 17 Apr 2001 20:01:59 +0100
58055              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
58056      Branch: perl
58057            ! ext/B/B/Deparse.pm t/lib/b.t
58058 ____________________________________________________________________________
58059 [  9726] By: nick                                  on 2001/04/17  16:33:51
58060         Log: Integrate mainline (t/lib/b.t fails test 2...)
58061      Branch: perlio
58062           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
58063           +> ext/List/Util/README ext/List/Util/Util.xs
58064           +> ext/List/Util/lib/List/Util.pm
58065           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
58066           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
58067           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
58068           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
58069           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
58070           !> (integrate 31 files)
58071 ____________________________________________________________________________
58072 [  9725] By: jhi                                   on 2001/04/17  12:14:24
58073         Log: Subject: multiple B::* changes
58074              From: Robin Houston <robin@kitsite.com>
58075              Date: Thu, 12 Apr 2001 20:12:27 +0100
58076              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
58077      Branch: perl
58078            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
58079 ____________________________________________________________________________
58080 [  9724] By: jhi                                   on 2001/04/17  11:59:05
58081         Log: Thread-awareness from Doug MacEachern.
58082      Branch: perl
58083            ! ext/List/Util/Util.xs
58084 ____________________________________________________________________________
58085 [  9723] By: jhi                                   on 2001/04/17  11:57:41
58086         Log: Make the test more portable.
58087      Branch: perl
58088            ! t/lib/cwd.t
58089 ____________________________________________________________________________
58090 [  9722] By: jhi                                   on 2001/04/17  11:53:50
58091         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
58092              From: Benjamin Sugars <ben.sugars@home.com>
58093              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
58094              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
58095      Branch: perl
58096            ! t/lib/cwd.t
58097 ____________________________________________________________________________
58098 [  9721] By: jhi                                   on 2001/04/17  11:52:17
58099         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
58100              From: Benjamin Sugars <bsugars@canoe.ca>
58101              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
58102              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
58103      Branch: perl
58104            ! op.c
58105 ____________________________________________________________________________
58106 [  9720] By: jhi                                   on 2001/04/17  11:35:42
58107         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
58108              From: Chris Nandor <pudge@pobox.com>
58109              Date: Tue, 17 Apr 2001 00:30:49 -0400
58110              Message-Id: <p05100207b701768712de@[10.0.1.177]>
58111      Branch: perl
58112            ! ext/File/Glob/bsd_glob.c gv.c
58113 ____________________________________________________________________________
58114 [  9719] By: jhi                                   on 2001/04/17  11:32:13
58115         Log: Subject: [PATCH] Tweten->West
58116              From: Casey West <casey@geeknest.com>
58117              Date: Mon, 16 Apr 2001 12:11:22 -0400
58118              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
58119      Branch: perl
58120            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
58121            ! pod/perltie.pod
58122 ____________________________________________________________________________
58123 [  9718] By: jhi                                   on 2001/04/16  03:22:52
58124         Log: Update Changes.
58125      Branch: perl
58126            ! Changes patchlevel.h
58127 ____________________________________________________________________________
58128 [  9717] By: jhi                                   on 2001/04/16  03:06:28
58129         Log: Regen toc.
58130      Branch: perl
58131            ! pod/perltoc.pod
58132 ____________________________________________________________________________
58133 [  9716] By: jhi                                   on 2001/04/16  02:58:42
58134         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
58135              From: Prymmer/Kahn <pvhp@best.com>
58136              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
58137              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
58138      Branch: perl
58139            ! utf8.c
58140 ____________________________________________________________________________
58141 [  9715] By: jhi                                   on 2001/04/15  23:40:35
58142         Log: Subject: Re: Net::Ping patch, adds stream protocol
58143              From: bronson@rinspin.com (Scott Bronson)
58144              Date: Tue, 10 Apr 2001 23:58:33 -0700
58145              Message-ID: <20010410235833.N29719@rinspin.com>
58146      Branch: perl
58147            ! lib/Net/Ping.pm
58148 ____________________________________________________________________________
58149 [  9714] By: jhi                                   on 2001/04/15  23:31:46
58150         Log: Printing out the ok messages helps successful testing.
58151      Branch: perl
58152            ! t/lib/time-hires.t
58153 ____________________________________________________________________________
58154 [  9713] By: jhi                                   on 2001/04/15  21:43:24
58155         Log: Update Douglas Wegscheid's email.
58156      Branch: perl
58157            ! AUTHORS
58158 ____________________________________________________________________________
58159 [  9712] By: jhi                                   on 2001/04/15  21:40:41
58160         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
58161              From: Michael G Schwern <schwern@pobox.com>
58162              Date: Sat, 14 Apr 2001 22:40:50 +0100
58163              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
58164      Branch: perl
58165            + t/lib/exporter.t
58166            ! MANIFEST lib/Exporter/Heavy.pm
58167 ____________________________________________________________________________
58168 [  9711] By: jhi                                   on 2001/04/15  21:39:21
58169         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
58170              From: Michael G Schwern <schwern@pobox.com>
58171              Date: Sat, 14 Apr 2001 22:13:59 +0100
58172              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
58173      Branch: perl
58174            ! t/op/loopctl.t
58175 ____________________________________________________________________________
58176 [  9710] By: jhi                                   on 2001/04/15  21:30:19
58177         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
58178              From: Michael G Schwern <schwern@pobox.com>
58179              Date: Sat, 14 Apr 2001 22:05:32 +0100
58180              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
58181      Branch: perl
58182            ! t/pragma/warnings.t
58183 ____________________________________________________________________________
58184 [  9709] By: jhi                                   on 2001/04/15  19:34:09
58185         Log: Integrate changes #9706,9707 from maintperl into mainline.
58186              
58187              change#7210 broke .packlist generation
58188              
58189              ExtUtils::Installed doesn't quote regex metacharacters in paths
58190              before using them in match; also make it work for dosish platforms
58191      Branch: perl
58192           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
58193 ____________________________________________________________________________
58194 [  9708] By: jhi                                   on 2001/04/15  19:31:01
58195         Log: Test also the scalar aspect of getitimer().
58196      Branch: perl
58197            ! t/lib/time-hires.t
58198 ____________________________________________________________________________
58199 [  9707] By: gsar                                  on 2001/04/15  17:24:20
58200         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
58201              before using them in match; also make it work for dosish platforms
58202      Branch: maint-5.6/perl
58203            ! lib/ExtUtils/Installed.pm
58204 ____________________________________________________________________________
58205 [  9706] By: gsar                                  on 2001/04/15  17:21:59
58206         Log: change#7210 broke .packlist generation (listed only filename
58207              rather than fully qualified path name)
58208      Branch: maint-5.6/perl
58209            ! lib/ExtUtils/Install.pm
58210 ____________________________________________________________________________
58211 [  9705] By: jhi                                   on 2001/04/15  12:36:33
58212         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
58213      Branch: perl
58214            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
58215            ! t/lib/time-hires.t
58216 ____________________________________________________________________________
58217 [  9704] By: jhi                                   on 2001/04/15  10:49:08
58218         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
58219              From: Prymmer/Kahn <pvhp@best.com>
58220              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
58221              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
58222      Branch: perl
58223            ! lib/utf8.pm pod/perlebcdic.pod
58224 ____________________________________________________________________________
58225 [  9703] By: jhi                                   on 2001/04/15  02:26:26
58226         Log: I keep forgetting to sort MANIFEST.
58227      Branch: perl
58228            ! MANIFEST
58229 ____________________________________________________________________________
58230 [  9702] By: jhi                                   on 2001/04/15  02:07:47
58231         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
58232              Now we have blessed, reftype, tainted, first, reduce, ...
58233      Branch: perl
58234            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
58235            + ext/List/Util/README ext/List/Util/Util.xs
58236            + ext/List/Util/lib/List/Util.pm
58237            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
58238            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
58239            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
58240            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
58241            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
58242            ! MANIFEST
58243 ____________________________________________________________________________
58244 [  9701] By: jhi                                   on 2001/04/14  15:05:25
58245         Log: Subject: RE: dprofpp.pl updates 
58246              From: Carl Eklof <CEklof@endeca.com>
58247              Date: Thu, 12 Apr 2001 18:45:46 -0400
58248              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
58249      Branch: perl
58250            ! utils/dprofpp.PL
58251 ____________________________________________________________________________
58252 [  9700] By: jhi                                   on 2001/04/14  14:44:55
58253         Log: Do not just blindly add CR.
58254      Branch: perl
58255            ! Porting/makerel
58256 ____________________________________________________________________________
58257 [  9699] By: jhi                                   on 2001/04/13  13:17:01
58258         Log: Update Changes.
58259      Branch: perl
58260            ! Changes patchlevel.h
58261 ____________________________________________________________________________
58262 [  9698] By: jhi                                   on 2001/04/13  12:44:48
58263         Log: Integrate perlio:
58264              
58265              [  9696]
58266              Fix core dump on binmode($fh,'Scalar')
58267      Branch: perl
58268           !> ext/PerlIO/Scalar/Scalar.xs
58269 ____________________________________________________________________________
58270 [  9697] By: jhi                                   on 2001/04/13  12:29:15
58271         Log: Add more debug output to the test.
58272      Branch: perl
58273            ! t/lib/cwd.t
58274 ____________________________________________________________________________
58275 [  9696] By: nick                                  on 2001/04/13  10:14:29
58276         Log: Fix core dump on binmode($fh,'Scalar')
58277      Branch: perlio
58278            ! ext/PerlIO/Scalar/Scalar.xs
58279 ____________________________________________________________________________
58280 [  9695] By: nick                                  on 2001/04/13  09:05:42
58281         Log: Integrate mainline
58282      Branch: perlio
58283           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58284           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
58285           +> t/lib/time-hires.t
58286           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
58287           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
58288           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
58289           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
58290           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
58291           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
58292           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
58293 ____________________________________________________________________________
58294 [  9694] By: jhi                                   on 2001/04/12  22:23:35
58295         Log: Integrate change #9693 from maintperl into mainline.
58296              
58297              $VERSION and Version() on the same line provokes a warning from
58298              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
58299      Branch: perl
58300           !> lib/Devel/SelfStubber.pm
58301 ____________________________________________________________________________
58302 [  9693] By: gsar                                  on 2001/04/12  21:55:56
58303         Log: $VERSION and Version() on the same line provokes a warning from
58304              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
58305      Branch: maint-5.6/perl
58306            ! lib/Devel/SelfStubber.pm
58307 ____________________________________________________________________________
58308 [  9692] By: jhi                                   on 2001/04/12  13:54:00
58309         Log: This is at least 5.005.
58310      Branch: perl
58311            ! ext/Time/HiRes/HiRes.xs
58312 ____________________________________________________________________________
58313 [  9691] By: jhi                                   on 2001/04/12  13:37:20
58314         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
58315      Branch: perl
58316            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
58317            ! win32/Makefile win32/makefile.mk
58318 ____________________________________________________________________________
58319 [  9690] By: jhi                                   on 2001/04/12  01:34:46
58320         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
58321      Branch: perl
58322            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58323            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
58324            + t/lib/time-hires.t
58325            ! MANIFEST
58326 ____________________________________________________________________________
58327 [  9689] By: jhi                                   on 2001/04/12  00:28:39
58328         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
58329              From: Gisle Aas <gisle@ActiveState.com>
58330              Date: 11 Apr 2001 16:36:11 -0700
58331              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
58332      Branch: perl
58333            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
58334 ____________________________________________________________________________
58335 [  9688] By: jhi                                   on 2001/04/12  00:27:39
58336         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
58337              From: Gisle Aas <gisle@ActiveState.com>
58338              Date: 11 Apr 2001 11:13:24 -0700
58339              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
58340      Branch: perl
58341            ! ext/MIME/Base64/Base64.xs
58342 ____________________________________________________________________________
58343 [  9687] By: jhi                                   on 2001/04/11  19:51:47
58344         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
58345      Branch: perl
58346            ! Todo-5.6
58347 ____________________________________________________________________________
58348 [  9686] By: jhi                                   on 2001/04/11  16:54:25
58349         Log: Subject: [PATCH opcode.pl] Documentation of table format
58350              From: Simon Cozens <simon@netthink.co.uk>
58351              Date: Wed, 11 Apr 2001 12:59:31 +0100
58352              Message-ID: <20010411125931.A25681@netthink.co.uk>
58353      Branch: perl
58354            ! opcode.pl
58355 ____________________________________________________________________________
58356 [  9685] By: jhi                                   on 2001/04/11  16:53:15
58357         Log: Subject: [PATCH] prototype("CORE::recv")
58358              From: Simon Cozens <simon@netthink.co.uk>
58359              Date: Wed, 11 Apr 2001 13:24:35 +0100
58360              Message-ID: <20010411132435.A26169@netthink.co.uk>
58361      Branch: perl
58362            ! pp.c t/comp/proto.t
58363 ____________________________________________________________________________
58364 [  9684] By: jhi                                   on 2001/04/11  16:47:13
58365         Log: FAQ (and AUTHORS) update from Dan Carson: the information
58366              was several years obsolete, Term::Readkey has been updated
58367              to have the functionality.
58368      Branch: perl
58369            ! AUTHORS pod/perlfaq5.pod
58370 ____________________________________________________________________________
58371 [  9683] By: jhi                                   on 2001/04/11  12:15:46
58372         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
58373              From: Calle Dybedahl <calle@lysator.liu.se>
58374              Date: 10 Apr 2001 16:44:16 +0200
58375              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
58376      Branch: perl
58377            ! ext/MIME/Base64/Base64.xs
58378 ____________________________________________________________________________
58379 [  9682] By: jhi                                   on 2001/04/11  12:12:26
58380         Log: A more minimal fix for 20010410.006 from Hugo.
58381      Branch: perl
58382            ! regexec.c
58383 ____________________________________________________________________________
58384 [  9681] By: jhi                                   on 2001/04/11  11:34:23
58385         Log: Integrate changes #9678,9679 from maintline into mainperl.
58386              
58387              addendum to change#9676
58388              
58389              up $File::Glob::VERSION; add a note pointing out the version of
58390              the OpenBSD glob bsd_glob.c resembles
58391      Branch: perl
58392           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58393           !> ext/File/Glob/bsd_glob.h
58394 ____________________________________________________________________________
58395 [  9680] By: jhi                                   on 2001/04/11  11:30:38
58396         Log: Bad test numbering in integrate in #9677.
58397              Fixes ID 20010411.001.
58398      Branch: perl
58399            ! t/op/pat.t
58400 ____________________________________________________________________________
58401 [  9679] By: gsar                                  on 2001/04/11  03:38:40
58402         Log: up $File::Glob::VERSION; add a note pointing out the version of
58403              the OpenBSD glob bsd_glob.c resembles
58404      Branch: maint-5.6/perl
58405            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
58406            ! ext/File/Glob/bsd_glob.h
58407 ____________________________________________________________________________
58408 [  9678] By: gsar                                  on 2001/04/11  03:09:48
58409         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
58410              revision 1.8.10.1 found here:
58411              
58412              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
58413      Branch: maint-5.6/perl
58414            ! ext/File/Glob/bsd_glob.c
58415 ____________________________________________________________________________
58416 [  9677] By: jhi                                   on 2001/04/11  02:54:39
58417         Log: Integrate changes #9675,9676 from maintperl into mainline.
58418              
58419              fix for bug 20010410.006, undo change#7115
58420              
58421              port the OpenBSD glob() security patch
58422      Branch: perl
58423           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
58424           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
58425           !> t/op/pat.t
58426 ____________________________________________________________________________
58427 [  9676] By: gsar                                  on 2001/04/11  02:19:02
58428         Log: port the glob() security patch found at:
58429              
58430              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
58431              
58432              CERT advisory for the issue is here:
58433              
58434              http://www.cert.org/advisories/CA-2001-07.html
58435              
58436              Note that the security scare is only relevant for those who are
58437              foolish enough to build suidperl (which is now officially discouraged)
58438      Branch: maint-5.6/perl
58439            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
58440            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
58441 ____________________________________________________________________________
58442 [  9675] By: gsar                                  on 2001/04/10  23:52:11
58443         Log: fix for bug 20010410.006
58444              
58445              undo change#7115 (came into maint-5.6 as change#8156)
58446              
58447              add tests to keep it from coming back
58448      Branch: maint-5.6/perl
58449            ! regexec.c t/op/pat.t
58450 ____________________________________________________________________________
58451 [  9674] By: nick                                  on 2001/04/10  20:39:31
58452         Log: Integrate mainline
58453      Branch: perlio
58454           +> Porting/testall.atom
58455           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
58456           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
58457           !> t/lib/lc-uk.t t/pod/find.t
58458 ____________________________________________________________________________
58459 [  9673] By: nick                                  on 2001/04/10  18:46:14
58460         Log: Integrate against change 9670 aka perl-5.7.1
58461      Branch: perlio
58462           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
58463           !> (integrate 53 files)
58464 ____________________________________________________________________________
58465 [  9672] By: jhi                                   on 2001/04/10  13:45:01
58466         Log: Add a script for doing cumulative profile of the test suite.
58467              (Requires ATOM, that is, Tru64.)
58468      Branch: perl
58469            + Porting/testall.atom
58470            ! MANIFEST
58471 ____________________________________________________________________________
58472 [  9671] By: jhi                                   on 2001/04/10  12:38:53
58473         Log: Missing std block.
58474      Branch: perl
58475            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
58476            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
58477            ! t/pod/find.t
58478 ____________________________________________________________________________
58479 [  9670] By: jhi                                   on 2001/04/10  01:25:58
58480         Log: This is 5.7.1.
58481      Branch: perl
58482            ! patchlevel.h
58483 ____________________________________________________________________________
58484 [  9669] By: jhi                                   on 2001/04/10  01:09:14
58485         Log: Update Changes.
58486      Branch: perl
58487            ! Changes patchlevel.h
58488 ____________________________________________________________________________
58489 [  9668] By: jhi                                   on 2001/04/10  01:00:38
58490         Log: Regen toc.
58491      Branch: perl
58492            ! pod/perltoc.pod
58493 ____________________________________________________________________________
58494 [  9667] By: jhi                                   on 2001/04/10  00:52:16
58495         Log: Update perlhist.
58496      Branch: perl
58497            ! pod/perlhist.pod
58498 ____________________________________________________________________________
58499 [  9666] By: jhi                                   on 2001/04/09  23:38:59
58500         Log: Slight wording tweaks from Damian to #9658.
58501      Branch: perl
58502            ! pod/perlobj.pod
58503 ____________________________________________________________________________
58504 [  9665] By: jhi                                   on 2001/04/09  19:56:06
58505         Log: Subject: [PATCH perlutil.pod] Nit
58506              From: Simon Cozens <simon@netthink.co.uk>
58507              Date: Mon, 9 Apr 2001 20:29:44 +0100
58508              Message-ID: <20010409202944.A14796@the.earth.li>
58509      Branch: perl
58510            ! pod/perlutil.pod
58511 ____________________________________________________________________________
58512 [  9664] By: jhi                                   on 2001/04/09  19:54:42
58513         Log: Subject: Re: perl571delta.pod@9631
58514              From: Mike Guy <mjtg@cam.ac.uk>
58515              Date: Mon, 09 Apr 2001 18:09:14 +0100
58516              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
58517      Branch: perl
58518            ! pod/perl571delta.pod
58519 ____________________________________________________________________________
58520 [  9663] By: jhi                                   on 2001/04/09  13:43:35
58521         Log: Update Changes.
58522      Branch: perl
58523            ! Changes patchlevel.h
58524 ____________________________________________________________________________
58525 [  9662] By: jhi                                   on 2001/04/09  13:24:46
58526         Log: tweak tweak.
58527      Branch: perl
58528            ! AUTHORS pod/perl571delta.pod
58529 ____________________________________________________________________________
58530 [  9661] By: jhi                                   on 2001/04/09  13:15:13
58531         Log: Thinko in manual patch applying.
58532      Branch: perl
58533            ! sv.c
58534 ____________________________________________________________________________
58535 [  9660] By: jhi                                   on 2001/04/09  13:07:53
58536         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
58537              From: Robin Barker <rmb1@cise.npl.co.uk> 
58538              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
58539              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
58540              
58541              (This corrects the case where the "isn't numeric" string contains \0s
58542              and is longer than the temporary buffer, and contains \0 at the point
58543              the string would be truncated by "...".) 
58544      Branch: perl
58545            ! sv.c
58546 ____________________________________________________________________________
58547 [  9659] By: jhi                                   on 2001/04/09  12:57:41
58548         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
58549      Branch: perl
58550            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
58551            ! t/lib/cgi-function.t t/lib/cgi-html.t
58552 ____________________________________________________________________________
58553 [  9658] By: jhi                                   on 2001/04/09  12:48:47
58554         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
58555              From: Ilmari Karonen <iltzu@sci.fi>
58556              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
58557              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
58558              
58559              Rearrange and rewrite the Method Invocation section
58560              to explain the concepts in nicer order.
58561      Branch: perl
58562            ! pod/perlobj.pod
58563 ____________________________________________________________________________
58564 [  9657] By: jhi                                   on 2001/04/09  12:35:58
58565         Log: Upgrade to podlators 1.09, from Russ Allbery.
58566      Branch: perl
58567            ! lib/Pod/Man.pm lib/Pod/Text.pm
58568 ____________________________________________________________________________
58569 [  9656] By: jhi                                   on 2001/04/09  12:31:53
58570         Log: perl571delta.
58571      Branch: perl
58572            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
58573 ____________________________________________________________________________
58574 [  9655] By: jhi                                   on 2001/04/09  12:20:09
58575         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
58576              From: Prymmer/Kahn <pvhp@best.com>
58577              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
58578              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
58579      Branch: perl
58580            ! lib/utf8.pm pod/perlunicode.pod
58581 ____________________________________________________________________________
58582 [  9654] By: gsar                                  on 2001/04/09  03:38:33
58583         Log: here lies 5.6.1
58584      Branch: maint-5.6/perl
58585            ! Changes
58586 ____________________________________________________________________________
58587 [  9653] By: jhi                                   on 2001/04/09  03:25:24
58588         Log: Update perlhist.
58589      Branch: perl
58590            ! pod/perlhist.pod
58591 ____________________________________________________________________________
58592 [  9652] By: jhi                                   on 2001/04/09  03:18:49
58593         Log: perl571delta tweaking continues.
58594      Branch: perl
58595            ! pod/perl571delta.pod
58596 ____________________________________________________________________________
58597 [  9651] By: gsar                                  on 2001/04/09  03:11:19
58598         Log: update Changes, patchlevel.h &c.
58599      Branch: maint-5.6/perl
58600            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
58601            ! pod/perltoc.pod
58602 ____________________________________________________________________________
58603 [  9650] By: jhi                                   on 2001/04/09  02:40:24
58604         Log: Integrate the perlfork half of #9513 from maintperl into mainline
58605              (the perlunicode half is obsolete)
58606      Branch: perl
58607            ! pod/perlfork.pod
58608 ____________________________________________________________________________
58609 [  9649] By: gsar                                  on 2001/04/09  02:35:43
58610         Log: tweak perldelta as suggested by Jarkko
58611      Branch: maint-5.6/perl
58612            ! pod/perldelta.pod
58613 ____________________________________________________________________________
58614 [  9648] By: jhi                                   on 2001/04/09  02:13:04
58615         Log: Integrate change #9646 from maintperl into mainline.
58616              
58617              add note about ithreads and Thread.pm
58618      Branch: perl
58619           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
58620 ____________________________________________________________________________
58621 [  9647] By: jhi                                   on 2001/04/09  02:10:18
58622         Log: Bad assumption that shortsize == 2.
58623      Branch: perl
58624            ! t/lib/xs-typemap.t
58625 ____________________________________________________________________________
58626 [  9646] By: gsar                                  on 2001/04/09  00:48:04
58627         Log: add note about ithreads and Thread.pm (too many people are
58628              confused by the fact that Thread.pm is built and installed
58629              under non-5005threads but doesn't work)
58630      Branch: maint-5.6/perl
58631            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
58632 ____________________________________________________________________________
58633 [  9645] By: gsar                                  on 2001/04/09  00:19:03
58634         Log: update perldelta.pod for changes in 5.6.1
58635      Branch: maint-5.6/perl
58636            ! Changes pod/perldelta.pod
58637 ____________________________________________________________________________
58638 [  9644] By: jhi                                   on 2001/04/08  20:37:00
58639         Log: Integrate change #9639 from maintperl into mainline:
58640              on windows, many of the README.* pods were being copied to
58641              the wrong location
58642      Branch: perl
58643           !> win32/Makefile win32/makefile.mk
58644 ____________________________________________________________________________
58645 [  9643] By: jhi                                   on 2001/04/08  20:07:11
58646         Log: Integrate change #9624 from maintperl into mainline:
58647              the pod tests were not okay.  (t/pod/find.t changes ignored)
58648      Branch: perl
58649           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
58650           !> t/pod/include.t t/pod/included.t t/pod/lref.t
58651           !> t/pod/multiline_items.t t/pod/nested_items.t
58652           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
58653           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
58654 ____________________________________________________________________________
58655 [  9642] By: jhi                                   on 2001/04/08  19:57:17
58656         Log: Integrate change #9638 from maintperl into mainline:
58657              update to latest JPL from the anoncvs repository
58658      Branch: perl
58659           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
58660           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
58661           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
58662 ____________________________________________________________________________
58663 [  9641] By: jhi                                   on 2001/04/08  19:53:30
58664         Log: perl571delta updates.
58665      Branch: perl
58666            ! lib/Filter/Simple.pm pod/perl571delta.pod
58667 ____________________________________________________________________________
58668 [  9640] By: gsar                                  on 2001/04/08  19:20:46
58669         Log: integrate change#9634 from mainline
58670              
58671              Fix the perlmodlib generation (didn't understand separate .pod
58672              files; didn't understand -- as the name-thing separator).
58673              Update the CPAN mirrors list.
58674      Branch: maint-5.6/perl
58675            ! pod/perlmodlib.pod
58676           !> pod/perlmodlib.PL
58677 ____________________________________________________________________________
58678 [  9639] By: gsar                                  on 2001/04/08  18:57:31
58679         Log: on windows, many of the README.* pods were being copied to the wrong
58680              location
58681      Branch: maint-5.6/perl
58682            ! win32/Makefile win32/makefile.mk
58683 ____________________________________________________________________________
58684 [  9638] By: gsar                                  on 2001/04/08  18:38:25
58685         Log: update to latest JPL from the anoncvs repository
58686      Branch: maint-5.6/perl
58687            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
58688            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
58689            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
58690 ____________________________________________________________________________
58691 [  9637] By: jhi                                   on 2001/04/08  17:53:53
58692         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
58693      Branch: perl
58694            ! pod/perl571delta.pod
58695 ____________________________________________________________________________
58696 [  9636] By: jhi                                   on 2001/04/08  17:18:32
58697         Log: Regen toc.
58698      Branch: perl
58699            ! pod/perltoc.pod
58700 ____________________________________________________________________________
58701 [  9635] By: jhi                                   on 2001/04/08  17:16:33
58702         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
58703              From: "Craig A. Berry" <craigberry@mac.com>
58704              Date: Sun, 08 Apr 2001 12:30:16 -0500
58705              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
58706      Branch: perl
58707            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
58708 ____________________________________________________________________________
58709 [  9634] By: jhi                                   on 2001/04/08  17:09:19
58710         Log: Fix the perlmodlib generation (didn't understand separate .pod
58711              files; didn't understand -- as the name-thing separator).
58712              
58713              Update the CPAN mirrors list.
58714      Branch: perl
58715            ! pod/perlmodlib.PL pod/perlmodlib.pod
58716 ____________________________________________________________________________
58717 [  9633] By: jhi                                   on 2001/04/08  16:49:17
58718         Log: Sort MANIFEST.
58719      Branch: perl
58720            ! MANIFEST
58721 ____________________________________________________________________________
58722 [  9632] By: gsar                                  on 2001/04/08  16:36:06
58723         Log: add $Tie::RefHash::VERSION
58724      Branch: maint-5.6/perl
58725            ! lib/Tie/RefHash.pm
58726 ____________________________________________________________________________
58727 [  9631] By: jhi                                   on 2001/04/08  16:10:15
58728         Log: perl571delta updates based on p5p feedback; still needs
58729              lots of examples.
58730      Branch: perl
58731            ! pod/perl571delta.pod
58732 ____________________________________________________________________________
58733 [  9630] By: jhi                                   on 2001/04/08  15:59:13
58734         Log: Update the list of supported platforms to talk about 5.7.1
58735              (and 5.6.1)
58736      Branch: perl
58737            ! pod/perlport.pod
58738 ____________________________________________________________________________
58739 [  9629] By: jhi                                   on 2001/04/08  15:55:41
58740         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
58741              from maintperl into mainline: perlport updates.
58742      Branch: perl
58743            ! pod/perlport.pod
58744 ____________________________________________________________________________
58745 [  9628] By: jhi                                   on 2001/04/08  15:53:17
58746         Log: perlsolaris.pod copied to wrong directory.
58747      Branch: perl
58748            ! win32/makefile.mk
58749 ____________________________________________________________________________
58750 [  9627] By: jhi                                   on 2001/04/08  14:48:18
58751         Log: Subject: Typos in perl571delta.pod
58752              From: "Stephen P. Potter" <spp@spotter.yi.org>
58753              Date: Sat, 07 Apr 2001 20:37:05 -0400
58754              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
58755      Branch: perl
58756            ! pod/perl571delta.pod
58757 ____________________________________________________________________________
58758 [  9626] By: jhi                                   on 2001/04/08  14:39:04
58759         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
58760      Branch: perl
58761            ! gv.c
58762 ____________________________________________________________________________
58763 [  9625] By: nick                                  on 2001/04/08  10:14:23
58764         Log: Integrate mainline
58765      Branch: perlio
58766           +> pod/perl570delta.pod pod/perl571delta.pod
58767           !> (integrate 27 files)
58768 ____________________________________________________________________________
58769 [  9624] By: gsar                                  on 2001/04/08  06:08:17
58770         Log: test in t/pod/* were busted
58771              
58772              these tests are still not enabled in t/{harness,TEST}
58773      Branch: maint-5.6/perl
58774            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
58775            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
58776            ! t/pod/multiline_items.t t/pod/nested_items.t
58777            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
58778            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
58779 ____________________________________________________________________________
58780 [  9623] By: gsar                                  on 2001/04/08  03:37:01
58781         Log: integrate change#9470 from mainline
58782              
58783              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
58784      Branch: maint-5.6/perl
58785           !> ext/Socket/Socket.xs
58786 ____________________________________________________________________________
58787 [  9622] By: jhi                                   on 2001/04/07  22:40:47
58788         Log: Update Changes.
58789      Branch: perl
58790            ! Changes patchlevel.h
58791 ____________________________________________________________________________
58792 [  9621] By: jhi                                   on 2001/04/07  22:34:16
58793         Log: Update AUTHORS.
58794      Branch: perl
58795            ! AUTHORS
58796 ____________________________________________________________________________
58797 [  9620] By: jhi                                   on 2001/04/07  22:12:47
58798         Log: Forgot to bump the number of tests in #9164.
58799      Branch: perl
58800            ! t/op/array.t
58801 ____________________________________________________________________________
58802 [  9619] By: jhi                                   on 2001/04/07  22:09:50
58803         Log: Bump patchlevel to 5.7.1.
58804      Branch: perl
58805            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58806            ! config_h.SH patchlevel.h
58807 ____________________________________________________________________________
58808 [  9618] By: jhi                                   on 2001/04/07  22:02:41
58809         Log: Populate perl571delta.
58810      Branch: perl
58811            ! pod/perl571delta.pod
58812 ____________________________________________________________________________
58813 [  9617] By: jhi                                   on 2001/04/07  22:01:23
58814         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
58815              to forget it later; do not change patchlevel.h yet or regenerate
58816              Configure yet.
58817      Branch: perl
58818            ! epoc/config.sh win32/Makefile win32/config_H.bc
58819            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
58820 ____________________________________________________________________________
58821 [  9616] By: jhi                                   on 2001/04/07  17:46:33
58822         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
58823      Branch: perl
58824            ! pod/perl571delta.pod
58825 ____________________________________________________________________________
58826 [  9615] By: jhi                                   on 2001/04/07  17:33:21
58827         Log: Change the toc configuration.
58828      Branch: perl
58829            ! pod/buildtoc.PL pod/perl.pod
58830 ____________________________________________________________________________
58831 [  9614] By: jhi                                   on 2001/04/07  17:29:47
58832         Log: Subject: PATCH: $[
58833              From: Robin Houston <robin@kitsite.com>
58834              Date: Fri, 6 Apr 2001 18:10:14 +0100
58835              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
58836      Branch: perl
58837            ! op.c t/op/array.t
58838 ____________________________________________________________________________
58839 [  9613] By: jhi                                   on 2001/04/07  17:28:26
58840         Log: Subject: [PATCH perl@9424] isn't numeric warning
58841              From: Robin Barker <rmb1@cise.npl.co.uk>
58842              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
58843              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
58844      Branch: perl
58845            ! sv.c t/pragma/warn/sv
58846 ____________________________________________________________________________
58847 [  9612] By: jhi                                   on 2001/04/07  17:26:45
58848         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
58849              From: Mike Guy <mjtg@cam.ac.uk>
58850              Date: Fri, 06 Apr 2001 12:47:06 +0100
58851              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
58852      Branch: perl
58853            ! dump.c t/lib/peek.t
58854 ____________________________________________________________________________
58855 [  9611] By: jhi                                   on 2001/04/07  17:21:35
58856         Log: Create perl571delta and seed it off with the perldelta changes
58857              since 5.7.0; remove those changes from perldelta and rename it
58858              as perl570delta; recreate perldelta but leave it almost empty.
58859      Branch: perl
58860            + pod/perl570delta.pod pod/perl571delta.pod
58861            ! MANIFEST pod/perldelta.pod
58862 ____________________________________________________________________________
58863 [  9610] By: jhi                                   on 2001/04/07  16:56:32
58864         Log: Denit.
58865      Branch: perl
58866            ! pod/perldelta.pod
58867 ____________________________________________________________________________
58868 [  9609] By: jhi                                   on 2001/04/07  16:38:32
58869         Log: Retract #9523: needs more thought.
58870      Branch: perl
58871            ! Makefile.SH
58872 ____________________________________________________________________________
58873 [  9608] By: jhi                                   on 2001/04/07  14:59:20
58874         Log: atmark() code cleanaup.
58875      Branch: perl
58876            ! ext/IO/IO.xs
58877 ____________________________________________________________________________
58878 [  9607] By: jhi                                   on 2001/04/07  14:48:14
58879         Log: Integrate change #9605 from maintperl into mainline.
58880              
58881              can't optimize away scope entry if tr/// is present
58882      Branch: perl
58883           !> op.c t/op/tr.t
58884 ____________________________________________________________________________
58885 [  9606] By: jhi                                   on 2001/04/07  14:43:59
58886         Log: Integrate perlio:
58887              
58888              [  9604]
58889              Split out extension finding code from buildext.pl into FindExt.pm
58890              Use it to get Config.pm's idea of available extensions in line
58891              with what is built.
58892              
58893              [  9603]
58894              Cleanup correction for failed :Via() layer, also set an error code.
58895              
58896              [  9602]
58897              Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
58898              style. So don't use binmode() on the handles so that Win32 etc. see
58899              same sequence and produce same digests.
58900              
58901              [  9601]
58902              Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
58903              Else it complains and so crlf layer (say) does not get pushed.
58904              
58905              [  9599]
58906              Quote $VERSION in Encode.pm.
58907              regen_config_h as requested.
58908      Branch: perl
58909           +> win32/FindExt.pm
58910           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
58911           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
58912 ____________________________________________________________________________
58913 [  9605] By: gsar                                  on 2001/04/07  11:52:40
58914         Log: can't optimize away scope entry if tr/// is present
58915      Branch: maint-5.6/perl
58916            ! op.c t/op/tr.t
58917 ____________________________________________________________________________
58918 [  9604] By: nick                                  on 2001/04/07  11:39:45
58919         Log: Split out extension finding code from buildext.pl into FindExt.pm
58920              Use it to get Config.pm's idea of available extensions in line
58921              with what is built.
58922      Branch: perlio
58923            + win32/FindExt.pm
58924            ! MANIFEST win32/buildext.pl win32/config_sh.PL
58925            ! win32/makefile.mk
58926 ____________________________________________________________________________
58927 [  9603] By: nick                                  on 2001/04/07  09:11:38
58928         Log: Cleanup correction for failed :Via() layer, also set an error code.
58929      Branch: perlio
58930            ! ext/PerlIO/Via/Via.xs
58931 ____________________________________________________________________________
58932 [  9602] By: nick                                  on 2001/04/07  08:38:04
58933         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
58934              style. So don't use binmode() on the handles so that Win32 etc. see
58935              same sequence and produce same digests.
58936      Branch: perlio
58937            ! t/lib/md5-file.t
58938 ____________________________________________________________________________
58939 [  9601] By: nick                                  on 2001/04/07  08:36:26
58940         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
58941              Else it complains and so crlf layer (say) does not get pushed.
58942      Branch: perlio
58943            ! perlio.c
58944 ____________________________________________________________________________
58945 [  9600] By: jhi                                   on 2001/04/06  23:00:09
58946         Log: Integrate change #9599 from perlio into mainline.
58947      Branch: perl
58948           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
58949           !> win32/config_H.vc
58950 ____________________________________________________________________________
58951 [  9599] By: nick                                  on 2001/04/06  21:42:43
58952         Log: Quote $VERSION in Encode.pm.
58953              regen_config_h as requested.
58954      Branch: perlio
58955            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
58956            ! win32/config_H.vc
58957 ____________________________________________________________________________
58958 [  9598] By: nick                                  on 2001/04/06  20:34:59
58959         Log: Integrate mainline
58960      Branch: perlio
58961           +> README.macos
58962           !> (integrate 39 files)
58963 ____________________________________________________________________________
58964 [  9597] By: gsar                                  on 2001/04/06  18:06:35
58965         Log: integrate change#9464 from mainline (addendum to change#8313)
58966              
58967              Subject: [PATCH @9452] Better peep()ing for foreach() loops
58968      Branch: maint-5.6/perl
58969           !> op.c
58970 ____________________________________________________________________________
58971 [  9596] By: jhi                                   on 2001/04/06  17:26:03
58972         Log: The d_casti32=undef is good for you even when not use64bitall.
58973      Branch: perl
58974            ! hints/hpux.sh
58975 ____________________________________________________________________________
58976 [  9595] By: gsar                                  on 2001/04/06  14:57:17
58977         Log: add a low-impact fix to accommodate darwin-ism
58978      Branch: maint-5.6/perl
58979            ! ext/Errno/Errno_pm.PL
58980 ____________________________________________________________________________
58981 [  9594] By: jhi                                   on 2001/04/06  14:55:14
58982         Log: Integrate changes #9528,9593 from mainline into maintperl;
58983              tweaking the editor/IDE/shell list.
58984      Branch: maint-5.6/perl
58985           !> pod/perlfaq3.pod
58986 ____________________________________________________________________________
58987 [  9593] By: jhi                                   on 2001/04/06  14:51:39
58988         Log: Make the editor/IDE/shell list a little bit airier.
58989      Branch: perl
58990            ! pod/perlfaq3.pod
58991 ____________________________________________________________________________
58992 [  9592] By: gsar                                  on 2001/04/06  14:45:18
58993         Log: integrate change#9477 from mainline (base.pm doc tweak)
58994              
58995              missing doc entry for fmod()
58996      Branch: maint-5.6/perl
58997            ! lib/Math/BigFloat.pm
58998           !> lib/base.pm
58999 ____________________________________________________________________________
59000 [  9591] By: jhi                                   on 2001/04/06  13:55:48
59001         Log: Regen toc.
59002      Branch: perl
59003            ! pod/perltoc.pod
59004 ____________________________________________________________________________
59005 [  9590] By: jhi                                   on 2001/04/06  13:54:52
59006         Log: Math::BigFloat patches from John Peacock.  The equivalent
59007              of #9586 from maintperl but reworked by John to work with
59008              the bleadperl.
59009      Branch: perl
59010            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
59011 ____________________________________________________________________________
59012 [  9589] By: jhi                                   on 2001/04/06  13:42:23
59013         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
59014      Branch: perl
59015            ! ext/Digest/MD5/Makefile.PL
59016 ____________________________________________________________________________
59017 [  9588] By: jhi                                   on 2001/04/06  13:31:45
59018         Log: Integrate changes #9584,9587 from maintperl into mainline.
59019              
59020              keep eval"" CVs alive until the end of the statement in which
59021              they're called
59022              
59023              add README.macos (from Chris Nandor)
59024              
59025              tyop in change#9555
59026      Branch: perl
59027           +> README.macos
59028           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
59029           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
59030           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
59031           !> win32/makefile.mk
59032 ____________________________________________________________________________
59033 [  9587] By: gsar                                  on 2001/04/06  07:31:30
59034         Log: add README.macos (from Chris Nandor)
59035              
59036              tyop in change#9555
59037      Branch: maint-5.6/perl
59038            + README.macos
59039            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
59040            ! win32/Makefile win32/makefile.mk
59041 ____________________________________________________________________________
59042 [  9586] By: gsar                                  on 2001/04/06  07:08:54
59043         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
59044      Branch: maint-5.6/perl
59045            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
59046 ____________________________________________________________________________
59047 [  9585] By: gsar                                  on 2001/04/06  06:58:44
59048         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
59049              from mainline
59050              
59051              Subject: [PATCH] Base64 update to perlfaq9.pod
59052              
59053              Subject: [PATCH AUTHORS] Housekeeping
59054              
59055              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
59056              Mac OS X (Darwin) has extra pwent fields.
59057              
59058              Subject: [PATCH B::*] print control-character vars readably
59059              Needs EBCDICification.
59060              
59061              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
59062              
59063              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
59064              
59065              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
59066              
59067              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
59068              
59069              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
59070              
59071              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
59072              
59073              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
59074              
59075              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
59076              
59077              FreeBSD hints tweak from Anton Berezin.
59078              
59079              Subject: [PATCH foolperl & bleadperl] README.vms update
59080              
59081              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
59082      Branch: maint-5.6/perl
59083           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
59084           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
59085           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
59086 ____________________________________________________________________________
59087 [  9584] By: gsar                                  on 2001/04/06  04:09:00
59088         Log: keep eval"" CVs alive until the end of the statement in which
59089              they're called; this avoids a coredump ensuing from search for
59090              lexicals in code such as:
59091              
59092              sub bug {
59093              my $s = @_;
59094              eval q[sub { eval 'sub { &$s }' }];
59095              }
59096              bug("x")->()->();
59097              
59098              this code still doesn't work as intended (as it has remained
59099              since time immemorial), but it doesn't provoke a coredump anymore
59100      Branch: maint-5.6/perl
59101            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
59102            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
59103 ____________________________________________________________________________
59104 [  9583] By: jhi                                   on 2001/04/05  23:52:51
59105         Log: Update Changes.
59106      Branch: perl
59107            ! Changes patchlevel.h
59108 ____________________________________________________________________________
59109 [  9582] By: jhi                                   on 2001/04/05  23:11:23
59110         Log: Slight doc tweak.
59111      Branch: perl
59112            ! pod/perlunicode.pod
59113 ____________________________________________________________________________
59114 [  9581] By: jhi                                   on 2001/04/05  23:04:11
59115         Log: Integrate perlio:
59116              
59117              [  9569]
59118              Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
59119              
59120              [  9549]
59121              Downgrade "Wide character in print" to a warning.
59122      Branch: perl
59123           !> pod/perlunicode.pod
59124 ____________________________________________________________________________
59125 [  9580] By: jhi                                   on 2001/04/05  23:03:29
59126         Log: Test for #9579.
59127      Branch: perl
59128            ! t/op/do.t
59129 ____________________________________________________________________________
59130 [  9579] By: jhi                                   on 2001/04/05  22:54:17
59131         Log: Subject: [PATCH] Propagate calling context for do '...'
59132              From: Gisle Aas <gisle@ActiveState.com>
59133              Date: 04 Apr 2001 20:17:29 -0700
59134              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
59135      Branch: perl
59136            ! pod/perlfunc.pod pp_ctl.c
59137 ____________________________________________________________________________
59138 [  9578] By: jhi                                   on 2001/04/05  22:52:51
59139         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
59140              From: Peter Prymmer <pvhp@forte.com>
59141              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
59142              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
59143      Branch: perl
59144            ! README.vms
59145 ____________________________________________________________________________
59146 [  9577] By: jhi                                   on 2001/04/05  22:48:22
59147         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
59148              From: "Craig A. Berry" <craigberry@mac.com>
59149              Date: Thu, 5 Apr 2001 13:43:28 -0500
59150              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
59151      Branch: perl
59152            ! README.vms
59153 ____________________________________________________________________________
59154 [  9576] By: jhi                                   on 2001/04/05  22:31:38
59155         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
59156              From: Michael G Schwern <schwern@pobox.com>
59157              Date: Thu, 5 Apr 2001 21:53:21 +0100
59158              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
59159      Branch: perl
59160            ! lib/base.pm t/lib/fields.t
59161 ____________________________________________________________________________
59162 [  9575] By: jhi                                   on 2001/04/05  22:26:10
59163         Log: FreeBSD hints tweak from Anton Berezin.
59164      Branch: perl
59165            ! hints/freebsd.sh
59166 ____________________________________________________________________________
59167 [  9574] By: jhi                                   on 2001/04/05  22:24:03
59168         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
59169              From: David Dyck <dcd@tc.fluke.com>
59170              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
59171              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
59172      Branch: perl
59173            ! t/op/oct.t
59174 ____________________________________________________________________________
59175 [  9573] By: jhi                                   on 2001/04/05  22:23:06
59176         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
59177              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
59178              From: David Dyck <dcd@tc.fluke.com>
59179              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
59180      Branch: perl
59181            ! pp.c
59182 ____________________________________________________________________________
59183 [  9572] By: jhi                                   on 2001/04/05  22:14:47
59184         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
59185              From: Robin Houston <robin@kitsite.com>
59186              Date: Thu, 5 Apr 2001 20:56:48 +0100
59187              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
59188      Branch: perl
59189            ! ext/B/B/Deparse.pm
59190 ____________________________________________________________________________
59191 [  9571] By: jhi                                   on 2001/04/05  22:12:53
59192         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
59193              From: Robin Houston <robin@kitsite.com>
59194              Date: Thu, 5 Apr 2001 19:55:51 +0100
59195              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
59196      Branch: perl
59197            ! ext/B/B/Deparse.pm
59198 ____________________________________________________________________________
59199 [  9570] By: jhi                                   on 2001/04/05  22:11:06
59200         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
59201              From: Robin Houston <robin@kitsite.com>
59202              Date: Thu, 5 Apr 2001 20:16:29 +0100
59203              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
59204      Branch: perl
59205            ! ext/B/B/Deparse.pm
59206 ____________________________________________________________________________
59207 [  9569] By: nick                                  on 2001/04/05  21:32:26
59208         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
59209      Branch: perlio
59210            ! pod/perlunicode.pod
59211 ____________________________________________________________________________
59212 [  9568] By: nick                                  on 2001/04/05  19:38:09
59213         Log: Integrate mainline
59214      Branch: perlio
59215           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
59216           !> (integrate 35 files)
59217 ____________________________________________________________________________
59218 [  9567] By: jhi                                   on 2001/04/05  18:31:45
59219         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
59220              From: Robin Houston <robin@kitsite.com>
59221              Date: Thu, 5 Apr 2001 18:03:23 +0100
59222              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
59223      Branch: perl
59224            ! ext/B/B/Deparse.pm
59225 ____________________________________________________________________________
59226 [  9566] By: jhi                                   on 2001/04/05  18:29:35
59227         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
59228              From: Robin Houston <robin@kitsite.com>
59229              Date: Thu, 5 Apr 2001 16:45:18 +0100
59230              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
59231      Branch: perl
59232            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
59233 ____________________________________________________________________________
59234 [  9565] By: jhi                                   on 2001/04/05  18:24:23
59235         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
59236              From: Robin Houston <robin@kitsite.com>
59237              Date: Thu, 5 Apr 2001 14:50:09 +0100
59238              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
59239      Branch: perl
59240            ! ext/B/B/Deparse.pm
59241 ____________________________________________________________________________
59242 [  9564] By: jhi                                   on 2001/04/05  18:23:03
59243         Log: Subject: [PATCH B::*] print control-character vars readably
59244              From: Robin Houston <robin@kitsite.com>
59245              Date: Thu, 5 Apr 2001 14:27:38 +0100
59246              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
59247              
59248              Needs EBCDICification.
59249      Branch: perl
59250            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
59251            ! ext/B/B/Terse.pm
59252 ____________________________________________________________________________
59253 [  9563] By: jhi                                   on 2001/04/05  18:20:32
59254         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
59255              Date: Thu, 5 Apr 2001 13:21:42 -0400
59256              From: Paul Schinder <schinder@pobox.com>
59257              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
59258              
59259              Mac OS X (Darwin) has extra pwent fields.
59260      Branch: perl
59261            ! t/op/pwent.t
59262 ____________________________________________________________________________
59263 [  9562] By: jhi                                   on 2001/04/05  17:57:51
59264         Log: Regen toc.
59265      Branch: perl
59266            ! pod/perltoc.pod
59267 ____________________________________________________________________________
59268 [  9561] By: jhi                                   on 2001/04/05  17:47:33
59269         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
59270      Branch: metaconfig
59271            ! U/Glossary.patch
59272      Branch: metaconfig/U/perl
59273            + d_u32align.U
59274            ! d_cmsghdr_s.U d_msghdr_s.U
59275 ____________________________________________________________________________
59276 [  9560] By: jhi                                   on 2001/04/05  17:47:01
59277         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
59278              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
59279              Introduce probes for struct msghdr, struct cmsghdr,
59280              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
59281              ualarm, usleep, for possible later extension work.
59282      Branch: perl
59283            + t/lib/md5-align.t
59284            ! Configure MANIFEST Porting/Glossary Porting/config.sh
59285            ! Porting/config_H config_h.SH configure.com epoc/config.sh
59286            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
59287            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
59288            ! vos/config.ga.h win32/config.bc win32/config.gc
59289            ! win32/config.vc
59290 ____________________________________________________________________________
59291 [  9559] By: jhi                                   on 2001/04/05  13:03:04
59292         Log: Be traditional in your cpp (for the Errno extension).
59293      Branch: perl
59294            ! hints/darwin.sh
59295 ____________________________________________________________________________
59296 [  9558] By: jhi                                   on 2001/04/05  13:00:05
59297         Log: Add $Config{cppflags} to the gcc incantation.
59298      Branch: perl
59299            ! ext/Errno/Errno_pm.PL
59300 ____________________________________________________________________________
59301 [  9557] By: jhi                                   on 2001/04/05  04:22:39
59302         Log: Introduce Sean Burke's Class::ISA 0.32.
59303      Branch: perl
59304            + lib/Class/ISA.pm t/lib/class-isa.t
59305            ! MANIFEST
59306 ____________________________________________________________________________
59307 [  9556] By: jhi                                   on 2001/04/05  04:09:50
59308         Log: Subject: [PATCH AUTHORS] Housekeeping
59309              From: Paul Johnson <paul@pjcj.net> 
59310              Date: Wed, 4 Apr 2001 22:45:47 +0200
59311              Message-ID: <20010404224547.D9548@pjcj.net>
59312      Branch: perl
59313            ! AUTHORS
59314 ____________________________________________________________________________
59315 [  9555] By: jhi                                   on 2001/04/05  04:06:33
59316         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
59317              From: Gisle Aas <gisle@ActiveState.com>
59318              Date: 04 Apr 2001 14:23:04 -0700
59319              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
59320      Branch: perl
59321            ! pod/perlfaq9.pod
59322 ____________________________________________________________________________
59323 [  9554] By: jhi                                   on 2001/04/05  04:05:49
59324         Log: Downgrade also the "Wide character" diagnostic.
59325      Branch: perl
59326            ! pod/perldiag.pod
59327 ____________________________________________________________________________
59328 [  9553] By: jhi                                   on 2001/04/05  04:00:33
59329         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
59330              maintperl into mainline.
59331              
59332              "double" should be "NV"; standard typemap is missing entry
59333              for NV
59334              
59335              s/djSP/dSP/
59336              
59337              Downgrade "Wide character in print" to a warning.
59338              
59339              B::Deparse fix for ${^FOO} and documentation for PVX() method
59340              (from Robin Houston)
59341              
59342              tr/// doesn't null-terminate the result in some situations
59343              (from Gisle Aas)
59344      Branch: perl
59345           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
59346           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
59347           !> t/io/utf8.t t/op/tr.t
59348 ____________________________________________________________________________
59349 [  9552] By: jhi                                   on 2001/04/05  03:52:50
59350         Log: Retract changes #9542 and #9538 (from maintperl, integrated
59351              at #9540), shouldn't be needed because of the perlio changes.
59352      Branch: perl
59353            ! util.c
59354 ____________________________________________________________________________
59355 [  9551] By: gsar                                  on 2001/04/05  00:18:34
59356         Log: tr/// doesn't null-terminate the result in some situations
59357              (from Gisle Aas)
59358      Branch: maint-5.6/perl
59359            ! doop.c t/op/tr.t
59360 ____________________________________________________________________________
59361 [  9550] By: gsar                                  on 2001/04/04  20:04:17
59362         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
59363              (from Robin Houston)
59364      Branch: maint-5.6/perl
59365            ! ext/B/B.pm ext/B/B/Deparse.pm
59366 ____________________________________________________________________________
59367 [  9549] By: nick                                  on 2001/04/04  18:56:15
59368         Log: Downgrade "Wide character in print" to a warning.
59369      Branch: perlio
59370            ! doio.c t/io/utf8.t
59371 ____________________________________________________________________________
59372 [  9548] By: gsar                                  on 2001/04/04  18:51:49
59373         Log: integrate changes#9460,9462,9482,9521,9522
59374              
59375              Subject: PATCH: B::Debug should show LOOP-specific fields
59376              
59377              Subject: B::Deparse precedence bug. (Patch included.)
59378              
59379              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
59380              
59381              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
59382              
59383              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
59384      Branch: maint-5.6/perl
59385           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
59386           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
59387 ____________________________________________________________________________
59388 [  9547] By: gsar                                  on 2001/04/04  18:49:16
59389         Log: s/djSP/dSP/
59390      Branch: maint-5.6/perl
59391            ! ext/Thread/Thread.xs
59392 ____________________________________________________________________________
59393 [  9546] By: nick                                  on 2001/04/04  18:44:00
59394         Log: Integrate mainline.
59395      Branch: perlio
59396           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
59397           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
59398 ____________________________________________________________________________
59399 [  9545] By: gsar                                  on 2001/04/04  18:38:52
59400         Log: integrate change#8837 from mainline
59401              
59402              Subject: [patch] -Wall cleanup round 2
59403      Branch: maint-5.6/perl
59404           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
59405           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
59406           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
59407           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
59408           !> ext/SDBM_File/SDBM_File.xs
59409 ____________________________________________________________________________
59410 [  9544] By: gsar                                  on 2001/04/04  17:49:57
59411         Log: "double" should be "NV"; standard typemap is missing entry
59412              for NV
59413      Branch: maint-5.6/perl
59414            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
59415 ____________________________________________________________________________
59416 [  9543] By: jhi                                   on 2001/04/04  14:13:18
59417         Log: Thou shalt not (just) match for English error messages.
59418      Branch: perl
59419            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
59420            ! os2/OS2/Process/Process.pm
59421 ____________________________________________________________________________
59422 [  9542] By: jhi                                   on 2001/04/04  13:20:39
59423         Log: Make the stdio tricks of fflush_all() to exist only if
59424              stdio is being used.
59425      Branch: perl
59426            ! util.c
59427 ____________________________________________________________________________
59428 [  9541] By: jhi                                   on 2001/04/04  04:20:24
59429         Log: Subject: Re: [PATCH] Lighten up glob
59430              From: Benjamin Sugars <bsugars@canoe.ca>
59431              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
59432              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
59433      Branch: perl
59434            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
59435            ! util.c
59436 ____________________________________________________________________________
59437 [  9540] By: jhi                                   on 2001/04/04  04:03:57
59438         Log: Integrate changes #9538,9539 from maintperl into mainline.
59439              
59440              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
59441              for use with _fwalk() (fix for change#7705)
59442              
59443              another tweak needed for SunOS 4.1.x build (from Mike Guy)
59444              (cp -f is not portable)
59445      Branch: perl
59446           !> Makefile.SH util.c
59447 ____________________________________________________________________________
59448 [  9539] By: gsar                                  on 2001/04/04  03:01:14
59449         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
59450      Branch: maint-5.6/perl
59451            ! Makefile.SH
59452 ____________________________________________________________________________
59453 [  9538] By: gsar                                  on 2001/04/04  01:00:38
59454         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
59455              for use with _fwalk() (fix for change#7705)
59456      Branch: maint-5.6/perl
59457            ! util.c
59458 ____________________________________________________________________________
59459 [  9537] By: nick                                  on 2001/04/03  19:24:55
59460         Log: Integrate mainline
59461      Branch: perlio
59462           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
59463           +> lib/unicode/PropList.html
59464            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
59465           !> (integrate 69 files)
59466 ____________________________________________________________________________
59467 [  9536] By: jhi                                   on 2001/04/03  18:02:31
59468         Log: Integrate change #9533 from maintperl into mainline.
59469              
59470              better fix for change#9517 to accomodate UNC paths like
59471              \\server\share\foo, and paths with trailing backslash
59472              like c:\this\
59473      Branch: perl
59474           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
59475 ____________________________________________________________________________
59476 [  9535] By: jhi                                   on 2001/04/03  17:58:07
59477         Log: Change the push/unshift warning to be of class syntax, not misc.
59478      Branch: perl
59479            ! op.c pod/perldiag.pod t/pragma/warn/op
59480 ____________________________________________________________________________
59481 [  9534] By: jhi                                   on 2001/04/03  15:03:46
59482         Log: Change the push/unshift warning (#9532) to talk about "no values"
59483              instead of "no arguments".
59484      Branch: perl
59485            ! op.c pod/perldiag.pod t/pragma/warn/op
59486 ____________________________________________________________________________
59487 [  9533] By: gsar                                  on 2001/04/03  14:30:07
59488         Log: better fix for change#9517 to accomodate UNC paths like
59489              \\server\share\foo, and paths with trailing backslash
59490              like c:\this\
59491      Branch: maint-5.6/perl
59492            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
59493 ____________________________________________________________________________
59494 [  9532] By: jhi                                   on 2001/04/03  13:11:46
59495         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
59496              From: Robin Houston <robin@kitsite.com>
59497              Date: Mon, 2 Apr 2001 15:03:29 +0100
59498              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
59499      Branch: perl
59500            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
59501 ____________________________________________________________________________
59502 [  9531] By: jhi                                   on 2001/04/03  13:06:34
59503         Log: Integrate change #9530 from maintperl into mainline.
59504              
59505              accomodate VMS "mailbox overflow" quirk in testsuite (from
59506              Craig Berry)
59507      Branch: perl
59508           !> t/lib/socket.t
59509 ____________________________________________________________________________
59510 [  9530] By: gsar                                  on 2001/04/03  04:56:41
59511         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
59512              Craig Berry)
59513      Branch: maint-5.6/perl
59514            ! t/lib/socket.t
59515 ____________________________________________________________________________
59516 [  9529] By: jhi                                   on 2001/04/03  02:34:34
59517         Log: Update Changes.
59518      Branch: perl
59519            ! Changes patchlevel.h
59520 ____________________________________________________________________________
59521 [  9528] By: jhi                                   on 2001/04/03  01:27:57
59522         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
59523              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
59524              To: perl5-porters@perl.org
59525              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
59526      Branch: perl
59527            ! pod/perlfaq3.pod
59528 ____________________________________________________________________________
59529 [  9527] By: jhi                                   on 2001/04/03  01:22:09
59530         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
59531              From: Peter Prymmer <pvhp@forte.com>
59532              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
59533              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
59534      Branch: perl
59535            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
59536 ____________________________________________________________________________
59537 [  9526] By: jhi                                   on 2001/04/03  01:18:25
59538         Log: The metaconfig unit changes for #9525.
59539      Branch: metaconfig
59540            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
59541      Branch: metaconfig/U/perl
59542            ! use64bits.U
59543 ____________________________________________________________________________
59544 [  9525] By: jhi                                   on 2001/04/03  01:17:30
59545         Log: Configure sanity checks:
59546              * if use64bitall is attempted but pointers are only 32-bit,
59547              'downgrade' to use64bitint
59548              * if use64bitint is attempted but there's no quad type,
59549              forget about use64bitint (well, the default for it is 'n',
59550              the user can still override this)
59551              * if pointers are 64 bits, do not try to use Perl's malloc
59552      Branch: perl
59553            ! Configure
59554 ____________________________________________________________________________
59555 [  9524] By: gsar                                  on 2001/04/03  01:09:12
59556         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
59557      Branch: maint-5.6/perl
59558            ! pp_sys.c
59559 ____________________________________________________________________________
59560 [  9523] By: jhi                                   on 2001/04/03  00:02:31
59561         Log: (Retracted by #9609)
59562              
59563              Make it harder for parallel makes to enter 'test' before
59564              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
59565              should be unhappy enough, but sometimes parallel makes seem
59566              to sneak past both in Tru64 and AIX.)
59567      Branch: perl
59568            ! Makefile.SH
59569 ____________________________________________________________________________
59570 [  9522] By: jhi                                   on 2001/04/02  22:35:31
59571         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
59572              Date: Mon, 2 Apr 2001 22:54:10 +0100
59573              From: Robin Houston <robin@kitsite.com>
59574              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
59575      Branch: perl
59576            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
59577 ____________________________________________________________________________
59578 [  9521] By: jhi                                   on 2001/04/02  22:32:23
59579         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
59580              From: Robin Houston <robin@kitsite.com>
59581              Date: Mon, 2 Apr 2001 20:24:03 +0100
59582              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
59583      Branch: perl
59584            ! ext/B/B/Concise.pm
59585 ____________________________________________________________________________
59586 [  9520] By: jhi                                   on 2001/04/02  22:30:43
59587         Log: Subject: [PATCH] REALLY pedantic hv.h nit
59588              From: Simon Cozens <simon@netthink.co.uk>
59589              Date: Mon, 2 Apr 2001 15:43:06 +0100
59590              Message-ID: <20010402154306.A21711@netthink.co.uk>
59591      Branch: perl
59592            ! hv.h
59593 ____________________________________________________________________________
59594 [  9519] By: jhi                                   on 2001/04/02  22:28:04
59595         Log: Based on
59596              
59597              Subject: [foolperl] EPOC fix
59598              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59599              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
59600              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
59601      Branch: perl
59602            ! pp_sys.c
59603 ____________________________________________________________________________
59604 [  9518] By: jhi                                   on 2001/04/02  22:22:34
59605         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
59606              
59607              README.win32 tweaks; add a note about alternative location for
59608              getting a gcc-2.95.2 that will build perl properly on windows
59609              
59610              add some notes about gutsy threading matters
59611              
59612              many of the utilities interpolate literal paths within doublequotes
59613              (fails on dosish platforms where path contains backslashes)
59614      Branch: perl
59615           !> README.win32 pod/perlguts.pod utils/perldoc.PL
59616           !> x2p/find2perl.PL x2p/s2p.PL
59617 ____________________________________________________________________________
59618 [  9517] By: gsar                                  on 2001/04/02  19:52:21
59619         Log: many of the utilities interpolate literal paths within doublequotes
59620              (fails on dosish platforms where path contains backslashes)
59621      Branch: maint-5.6/perl
59622            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
59623 ____________________________________________________________________________
59624 [  9516] By: gsar                                  on 2001/04/02  05:49:37
59625         Log: a foolish release
59626      Branch: maint-5.6/perl
59627            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
59628            ! pod/perltoc.pod
59629 ____________________________________________________________________________
59630 [  9515] By: gsar                                  on 2001/04/02  05:04:29
59631         Log: add missing changelog summaries
59632      Branch: maint-5.6/perl
59633            ! Changes
59634 ____________________________________________________________________________
59635 [  9514] By: gsar                                  on 2001/04/02  04:07:13
59636         Log: add some notes about gutsy threading matters
59637      Branch: maint-5.6/perl
59638            ! pod/perlguts.pod
59639 ____________________________________________________________________________
59640 [  9513] By: gsar                                  on 2001/04/02  03:25:21
59641         Log: add more prominent caveat notices about experimental features
59642      Branch: maint-5.6/perl
59643            ! pod/perlfork.pod pod/perlunicode.pod
59644 ____________________________________________________________________________
59645 [  9512] By: gsar                                  on 2001/04/02  02:54:33
59646         Log: integrate changes#9479,9509 from mainline
59647              
59648              [PATCH] File::Glob stuff for Mac OS
59649              
59650              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
59651      Branch: maint-5.6/perl
59652           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
59653           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
59654           !> t/lib/glob-taint.t
59655 ____________________________________________________________________________
59656 [  9511] By: gsar                                  on 2001/04/02  02:38:24
59657         Log: README.win32 tweaks; add a note about alternative location for
59658              getting a gcc-2.95.2 that will build perl properly on windows
59659      Branch: maint-5.6/perl
59660            ! README.win32
59661 ____________________________________________________________________________
59662 [  9510] By: jhi                                   on 2001/04/01  20:45:10
59663         Log: An ambiguousity warning.
59664      Branch: perl
59665            ! t/lib/trig.t
59666 ____________________________________________________________________________
59667 [  9509] By: jhi                                   on 2001/04/01  19:53:47
59668         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
59669              From: Jonathan Stowe <gellyfish@gellyfish.com>
59670              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
59671              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
59672      Branch: perl
59673            ! ext/File/Glob/bsd_glob.c
59674 ____________________________________________________________________________
59675 [  9508] By: jhi                                   on 2001/04/01  19:35:03
59676         Log: Update Changes.
59677      Branch: perl
59678            ! Changes patchlevel.h
59679 ____________________________________________________________________________
59680 [  9507] By: jhi                                   on 2001/04/01  19:24:01
59681         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
59682              from mainline to maintperl: pod tweaks.
59683      Branch: maint-5.6/perl
59684           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
59685           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
59686           !> pod/perlvar.pod
59687 ____________________________________________________________________________
59688 [  9506] By: jhi                                   on 2001/04/01  19:11:53
59689         Log: Commit Sarathy to April release of 5.6.1 :-)
59690      Branch: perl
59691            ! pod/perlfaq1.pod
59692 ____________________________________________________________________________
59693 [  9505] By: jhi                                   on 2001/04/01  19:03:15
59694         Log: Subject: PATCH 5.6.0 (perldebug.pod)
59695              From: Mark-Jason Dominus <mjd@plover.com>
59696              Date: Sun, 01 Apr 2001 14:25:11 -0400
59697              Message-ID: <20010401182511.9247.qmail@plover.com>
59698      Branch: perl
59699            ! pod/perldebug.pod
59700 ____________________________________________________________________________
59701 [  9504] By: jhi                                   on 2001/04/01  18:43:09
59702         Log: Add great_circle_direction().
59703      Branch: perl
59704            ! lib/Math/Trig.pm t/lib/trig.t
59705 ____________________________________________________________________________
59706 [  9503] By: jhi                                   on 2001/04/01  17:29:12
59707         Log: Unicode ReadMe update for Unicode 3.1.
59708      Branch: perl
59709            ! lib/unicode/ReadMe.txt
59710 ____________________________________________________________________________
59711 [  9502] By: jhi                                   on 2001/04/01  17:18:40
59712         Log: Integrate change #9501 from maintperl into mainline.
59713              
59714              fix the perlembed notes on multiple interpreters
59715              
59716              fix ExtUtils::Embed to work passably on Windows
59717      Branch: perl
59718           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
59719 ____________________________________________________________________________
59720 [  9501] By: gsar                                  on 2001/04/01  07:21:57
59721         Log: fix the perlembed notes on multiple interpreters
59722              
59723              fix ExtUtils::Embed to work passably on Windows
59724      Branch: maint-5.6/perl
59725            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
59726 ____________________________________________________________________________
59727 [  9500] By: jhi                                   on 2001/04/01  05:58:23
59728         Log: Test for #9499.
59729      Branch: perl
59730            ! t/op/tr.t
59731 ____________________________________________________________________________
59732 [  9499] By: jhi                                   on 2001/04/01  05:55:46
59733         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
59734      Branch: perl
59735            ! embed.h embed.pl op.c proto.h
59736 ____________________________________________________________________________
59737 [  9498] By: jhi                                   on 2001/04/01  05:44:34
59738         Log: Protect the workaround hunk more.
59739      Branch: perl
59740            ! toke.c
59741 ____________________________________________________________________________
59742 [  9497] By: jhi                                   on 2001/04/01  00:24:25
59743         Log: Integrate changes #9493,9494,9495,9496 from maintperl
59744              into mainline.
59745              
59746              fix a broken workaround for Borland compiler in change#4739
59747              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
59748              
59749              nits spotted by Borland compiler
59750              
59751              avoid redefinition warnings under Borland 5.02
59752              
59753              various nits identified by the Borland 5.5 compiler; remove suppression
59754              of a few warnings
59755      Branch: perl
59756           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
59757           !> win32/win32.h
59758 ____________________________________________________________________________
59759 [  9496] By: gsar                                  on 2001/03/31  23:22:28
59760         Log: various nits identified by the Borland 5.5 compiler; remove suppression
59761              of a few warnings
59762      Branch: maint-5.6/perl
59763            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
59764 ____________________________________________________________________________
59765 [  9495] By: gsar                                  on 2001/03/31  21:03:08
59766         Log: avoid redefinition warnings under Borland 5.02
59767      Branch: maint-5.6/perl
59768            ! win32/makefile.mk
59769 ____________________________________________________________________________
59770 [  9494] By: gsar                                  on 2001/03/31  20:18:59
59771         Log: nits spotted by Borland compiler
59772      Branch: maint-5.6/perl
59773            ! utf8.h win32/win32.h
59774 ____________________________________________________________________________
59775 [  9493] By: gsar                                  on 2001/03/31  20:18:05
59776         Log: fix a broken workaround for Borland compiler in change#4739
59777              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
59778      Branch: maint-5.6/perl
59779            ! toke.c
59780 ____________________________________________________________________________
59781 [  9492] By: jhi                                   on 2001/03/31  18:36:24
59782         Log: Integrate change #9491 from maintperl into mainline.
59783              
59784              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
59785              directory is relative (need to fetch the full path name *before*
59786              the chdir!)
59787      Branch: perl
59788           !> lib/Cwd.pm
59789 ____________________________________________________________________________
59790 [  9491] By: gsar                                  on 2001/03/31  17:01:56
59791         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
59792              directory is relative (need to fetch the full path name *before*
59793              the chdir!)
59794              
59795              this is a followup patch for change#6749
59796      Branch: maint-5.6/perl
59797            ! lib/Cwd.pm
59798 ____________________________________________________________________________
59799 [  9490] By: jhi                                   on 2001/03/31  15:50:18
59800         Log: Subject: Re: [PATCH] av.h cosmetics
59801              From: Simon Cozens <simon@netthink.co.uk>
59802              Date: Sat, 31 Mar 2001 13:09:59 +0100
59803              Message-ID: <20010331130959.A22000@netthink.co.uk>
59804              
59805              Document AvALLOC.
59806      Branch: perl
59807            ! pod/perlguts.pod
59808 ____________________________________________________________________________
59809 [  9489] By: jhi                                   on 2001/03/31  15:48:44
59810         Log: Subject: [PATCH] Re: Math::Big* v1.21
59811              From: Tels <perl_dummy@bloodgate.com>
59812              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
59813              Message-Id: <200103311125.GAA377738@www08.hway.net>
59814      Branch: perl
59815            ! pod/perlop.pod
59816 ____________________________________________________________________________
59817 [  9488] By: jhi                                   on 2001/03/31  03:39:51
59818         Log: Debug output tweak.
59819      Branch: perl
59820            ! t/lib/cwd.t
59821 ____________________________________________________________________________
59822 [  9487] By: jhi                                   on 2001/03/31  03:33:02
59823         Log: OverVMSification.
59824      Branch: perl
59825            ! t/lib/cwd.t
59826 ____________________________________________________________________________
59827 [  9486] By: jhi                                   on 2001/03/31  03:01:40
59828         Log: Missed MANIFESTations in #9483.
59829      Branch: perl
59830            ! MANIFEST
59831 ____________________________________________________________________________
59832 [  9485] By: jhi                                   on 2001/03/31  02:58:17
59833         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
59834              From: Peter Prymmer <pvhp@forte.com>
59835              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
59836              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
59837      Branch: perl
59838            ! regexec.c t/lib/cwd.t
59839 ____________________________________________________________________________
59840 [  9484] By: jhi                                   on 2001/03/31  01:04:41
59841         Log: Obsolete file (see #3938)
59842      Branch: perl
59843            - lib/unicode/README.Ethiopic
59844            ! MANIFEST
59845 ____________________________________________________________________________
59846 [  9483] By: jhi                                   on 2001/03/31  00:52:42
59847         Log: Update to Unicode 3.1.
59848              (Rename Names.txt to NamesList.txt.)
59849      Branch: perl
59850            + lib/unicode/NamesList.txt lib/unicode/PropList.html
59851            - lib/unicode/Names.txt
59852            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
59853            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
59854            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
59855            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
59856            ! lib/unicode/UCD.html lib/unicode/Unicode.html
59857            ! lib/unicode/rename lib/unicode/version
59858 ____________________________________________________________________________
59859 [  9482] By: jhi                                   on 2001/03/30  23:33:44
59860         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
59861              From: Robin Houston <robin@kitsite.com>
59862              Date: Fri, 30 Mar 2001 20:07:22 +0100
59863              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
59864      Branch: perl
59865            ! ext/B/B/Deparse.pm
59866 ____________________________________________________________________________
59867 [  9481] By: jhi                                   on 2001/03/30  23:20:25
59868         Log: Subject: Re: [PATCH] CwdXS, Take 2
59869              From: Benjamin Sugars <bsugars@canoe.ca>
59870              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
59871              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
59872      Branch: perl
59873            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
59874            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
59875 ____________________________________________________________________________
59876 [  9480] By: jhi                                   on 2001/03/30  22:52:38
59877         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
59878              From: David Dyck <dcd@tc.fluke.com>
59879              Date: Fri, 30 Mar 2001 14:44:13 -0800
59880              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
59881              
59882              The t/rantests flags file creation was accidentally
59883              removed by #9217.
59884      Branch: perl
59885            ! Makefile.SH
59886 ____________________________________________________________________________
59887 [  9479] By: jhi                                   on 2001/03/30  22:45:45
59888         Log: Subject: [PATCH] File::Glob stuff for Mac OS
59889              From: Chris Nandor <pudge@pobox.com>
59890              Date: Fri, 30 Mar 2001 16:51:00 -0500
59891              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
59892      Branch: perl
59893            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
59894            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
59895            ! t/lib/glob-taint.t
59896 ____________________________________________________________________________
59897 [  9478] By: jhi                                   on 2001/03/30  22:43:12
59898         Log: Subject: fix for win32/buildext.pl
59899              From: "Vadim Konovalov" <watman@inbox.ru>
59900              Date: Sat, 31 Mar 2001 00:50:36 +0400
59901              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
59902      Branch: perl
59903            ! win32/buildext.pl
59904 ____________________________________________________________________________
59905 [  9477] By: jhi                                   on 2001/03/30  22:41:16
59906         Log: Subject: small base.pm doc patch
59907              From: Leon Brocard <acme@astray.com>
59908              Date: Fri, 30 Mar 2001 21:49:57 +0100
59909              Message-ID: <20010330214957.B8733@ns0.astray.com>
59910      Branch: perl
59911            ! lib/base.pm
59912 ____________________________________________________________________________
59913 [  9476] By: jhi                                   on 2001/03/30  18:16:57
59914         Log: Subject: [PATCH] av.h cosmetics
59915              From: Simon Cozens <simon@netthink.co.uk>
59916              Date: Fri, 30 Mar 2001 18:12:28 +0100
59917              Message-ID: <20010330181228.A9319@netthink.co.uk>
59918      Branch: perl
59919            ! av.h
59920 ____________________________________________________________________________
59921 [  9475] By: jhi                                   on 2001/03/30  18:15:50
59922         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
59923              From: "Philip Newton" <pnewton@gmx.de>
59924              Date: Fri, 30 Mar 2001 19:06:57 +0200
59925              Message-ID: <3AC4D951.14815.1AC7068@localhost>
59926      Branch: perl
59927            ! pod/perlhack.pod
59928 ____________________________________________________________________________
59929 [  9474] By: jhi                                   on 2001/03/30  18:14:02
59930         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
59931              From: Benjamin Sugars <bsugars@canoe.ca>
59932              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
59933              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
59934      Branch: perl
59935            ! t/lib/glob-basic.t
59936 ____________________________________________________________________________
59937 [  9473] By: jhi                                   on 2001/03/30  16:09:24
59938         Log: Update Changes.
59939      Branch: perl
59940            ! Changes patchlevel.h
59941 ____________________________________________________________________________
59942 [  9472] By: jhi                                   on 2001/03/30  15:16:08
59943         Log: Integrate perlio:
59944              
59945              [  9471]
59946              Should be (^O eq 'MSWin32') not 'Win32'
59947              Fail #12 seems real - chdir is in wrong dir.
59948              
59949              [  9467]
59950              Skip order test of glob if case-ignoring system cannot 
59951              create a.test and A.test
59952      Branch: perl
59953           !> t/lib/cwd.t t/lib/glob-basic.t
59954 ____________________________________________________________________________
59955 [  9471] By: nick                                  on 2001/03/30  14:47:10
59956         Log: Should be (^O eq 'MSWin32') not 'Win32'
59957              Fail #12 seems real - chdir is in wrong dir.
59958      Branch: perlio
59959            ! t/lib/cwd.t
59960 ____________________________________________________________________________
59961 [  9470] By: jhi                                   on 2001/03/30  14:41:11
59962         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
59963              From: Radu Greab <radu@netsoft.ro>
59964              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
59965              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
59966              
59967              Replace #9352.
59968      Branch: perl
59969            ! ext/Socket/Socket.xs pp_sys.c
59970 ____________________________________________________________________________
59971 [  9469] By: jhi                                   on 2001/03/30  14:37:51
59972         Log: Subject: PATCH pod/perldiag.pod
59973              From: Robin Houston <robin@kitsite.com>
59974              Date: Fri, 30 Mar 2001 14:10:36 +0100
59975              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
59976      Branch: perl
59977            ! pod/perldiag.pod t/lib/glob-basic.t
59978 ____________________________________________________________________________
59979 [  9468] By: jhi                                   on 2001/03/30  14:36:36
59980         Log: Subject: Better diagnostic in io/fs.t
59981              From: andreas.koenig@anima.de (Andreas J. Koenig)
59982              Date: 30 Mar 2001 10:11:43 +0200
59983              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
59984      Branch: perl
59985            ! t/io/fs.t
59986 ____________________________________________________________________________
59987 [  9467] By: nick                                  on 2001/03/30  14:25:43
59988         Log: Skip order test of glob if case-ignoring system cannot 
59989              create a.test and A.test
59990      Branch: perlio
59991            ! t/lib/glob-basic.t
59992 ____________________________________________________________________________
59993 [  9466] By: nick                                  on 2001/03/30  13:03:12
59994         Log: Integrate mainline.
59995      Branch: perlio
59996            - ext/re/hints/aix.pl
59997           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
59998           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
59999           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
60000           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
60001 ____________________________________________________________________________
60002 [  9465] By: jhi                                   on 2001/03/30  03:53:37
60003         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
60004              the tests sometimes hang, sometimes not.)
60005      Branch: perl
60006            ! t/lib/io_multihomed.t t/lib/io_sock.t
60007 ____________________________________________________________________________
60008 [  9464] By: jhi                                   on 2001/03/30  02:56:04
60009         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
60010              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60011              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
60012              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
60013      Branch: perl
60014            ! op.c
60015 ____________________________________________________________________________
60016 [  9463] By: jhi                                   on 2001/03/30  02:34:48
60017         Log: Test for #9462.
60018      Branch: perl
60019            ! t/lib/b.t
60020 ____________________________________________________________________________
60021 [  9462] By: jhi                                   on 2001/03/30  02:29:37
60022         Log: Subject: B::Deparse precedence bug. (Patch included.)
60023              From: Jeremy Madea <jmadea@inktomi.com>
60024              Date: Thu, 29 Mar 2001 12:05:02 -0800
60025              Message-ID: <20010329120502.A24881@dr.inktomi.com>
60026      Branch: perl
60027            ! ext/B/B/Deparse.pm
60028 ____________________________________________________________________________
60029 [  9461] By: jhi                                   on 2001/03/30  02:18:41
60030         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
60031              From: Peter Prymmer <pvhp@forte.com>
60032              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
60033              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
60034      Branch: perl
60035            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
60036            ! t/lib/md5-file.t
60037 ____________________________________________________________________________
60038 [  9460] By: jhi                                   on 2001/03/30  02:17:07
60039         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
60040              From: Robin Houston <robin@kitsite.com>
60041              Date: Thu, 29 Mar 2001 20:47:56 +0100
60042              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
60043      Branch: perl
60044            ! ext/B/B/Debug.pm
60045 ____________________________________________________________________________
60046 [  9459] By: jhi                                   on 2001/03/30  02:16:05
60047         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
60048              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
60049              Date: Wed, 28 Mar 2001 18:02:20 -0600
60050              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
60051      Branch: perl
60052            ! lib/ExtUtils/MM_VMS.pm
60053 ____________________________________________________________________________
60054 [  9458] By: jhi                                   on 2001/03/30  02:07:58
60055         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
60056              From: "Joshua E. Rodd" <jrodd@pbs.org>
60057              Date: Wed, 28 Mar 2001 17:29:12 -0500
60058              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
60059      Branch: perl
60060            ! pod/perlop.pod
60061 ____________________________________________________________________________
60062 [  9457] By: jhi                                   on 2001/03/30  02:04:33
60063         Log: Subject: ext/re/aix.pl can go
60064              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60065              Date: Thu, 29 Mar 2001 12:03:28 +0200
60066              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
60067      Branch: perl
60068            - ext/re/hints/aix.pl
60069            ! MANIFEST
60070 ____________________________________________________________________________
60071 [  9456] By: jhi                                   on 2001/03/30  02:03:32
60072         Log: Integrate perlio:
60073              
60074              [  9455]
60075              DLL name has changed so installperl needs to know
60076              (Why isn't it working it out or passed it?)
60077              
60078              [  9454]
60079              Change Encode's check arguments to 'bool' so SvTRUE gets used
60080              and we don't get undef warnings.
60081      Branch: perl
60082           !> ext/Encode/Encode.xs installperl
60083 ____________________________________________________________________________
60084 [  9455] By: nick                                  on 2001/03/29  21:11:46
60085         Log: DLL name has changed so installperl needs to know
60086              (Why isn't it working it out or passed it?)
60087      Branch: perlio
60088            ! installperl
60089 ____________________________________________________________________________
60090 [  9454] By: nick                                  on 2001/03/29  20:56:12
60091         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
60092              and we don't get undef warnings.
60093      Branch: perlio
60094            ! ext/Encode/Encode.xs
60095 ____________________________________________________________________________
60096 [  9453] By: nick                                  on 2001/03/29  17:58:48
60097         Log: Integrate mainline
60098      Branch: perlio
60099           !> Changes patchlevel.h
60100 ____________________________________________________________________________
60101 [  9452] By: jhi                                   on 2001/03/29  16:44:55
60102         Log: Update Changes.
60103      Branch: perl
60104            ! Changes patchlevel.h
60105 ____________________________________________________________________________
60106 [  9451] By: nick                                  on 2001/03/29  16:31:38
60107         Log: Integrate mainline
60108      Branch: perlio
60109           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
60110           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
60111           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
60112           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
60113           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
60114 ____________________________________________________________________________
60115 [  9450] By: jhi                                   on 2001/03/29  16:29:17
60116         Log: Integrate perlio:
60117              
60118              [  9448]
60119              Make sure buildext.pl finds Errno.pm
60120      Branch: perl
60121           !> win32/buildext.pl
60122 ____________________________________________________________________________
60123 [  9449] By: jhi                                   on 2001/03/29  15:50:01
60124         Log: Update Changes.
60125      Branch: perl
60126            ! Changes patchlevel.h
60127 ____________________________________________________________________________
60128 [  9448] By: nick                                  on 2001/03/29  15:47:15
60129         Log: Make sure buildext.pl finds Errno.pm
60130      Branch: perlio
60131            ! win32/buildext.pl
60132 ____________________________________________________________________________
60133 [  9447] By: jhi                                   on 2001/03/29  15:39:34
60134         Log: Integrate perlio:
60135              
60136              [  9445]
60137              Fix breakage ... 
60138      Branch: perl
60139           !> win32/makefile.mk
60140 ____________________________________________________________________________
60141 [  9446] By: nick                                  on 2001/03/29  15:30:03
60142         Log: Integrate win32/makefile.mk with mainline.
60143      Branch: perlio
60144           !> win32/makefile.mk
60145 ____________________________________________________________________________
60146 [  9445] By: nick                                  on 2001/03/29  15:27:32
60147         Log: Fix breakage ... 
60148      Branch: perlio
60149            ! win32/makefile.mk
60150 ____________________________________________________________________________
60151 [  9444] By: jhi                                   on 2001/03/29  15:03:08
60152         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
60153              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
60154              Date: Thu, 29 Mar 2001 10:32:59 +0400
60155              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
60156      Branch: perl
60157            ! win32/makefile.mk
60158 ____________________________________________________________________________
60159 [  9443] By: jhi                                   on 2001/03/29  15:02:12
60160         Log: Integrate perlio:
60161              
60162              [  9442]
60163              Work in progress - determine win32 extensions to build via script.
60164              
60165              [  9435]
60166              Win32 has name conflict with ERROR
60167              
60168              [  9432]
60169              Make as-shipped compiler default to MSVC6 
60170              
60171              [  9431]
60172              Allow someone to write PerlIO::Array, PerlIO::Code, ...
60173              akin to PerlIO::Scalar.
60174              
60175              [  9429]
60176              Noticed that two tests were skipped as perlio:: package
60177              isn't there any more. Changed the skip condition.
60178              Avoid core-dump if sv_utf8_upgrade() called on something
60179              that does not become SvPOK after SvPV() (e.g. a ref).
60180      Branch: perl
60181           +> win32/buildext.pl
60182           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
60183           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
60184 ____________________________________________________________________________
60185 [  9442] By: nick                                  on 2001/03/29  14:59:11
60186         Log: Work in progress - determine win32 extensions to build via script.
60187      Branch: perlio
60188            + win32/buildext.pl
60189            ! MANIFEST win32/makefile.mk
60190 ____________________________________________________________________________
60191 [  9441] By: jhi                                   on 2001/03/29  14:51:47
60192         Log: Reintroduce the use of external pwd.
60193      Branch: perl
60194            ! t/lib/cwd.t
60195 ____________________________________________________________________________
60196 [  9440] By: jhi                                   on 2001/03/29  14:42:58
60197         Log: use warnings instead of -w.
60198      Branch: perl
60199            ! utils/h2xs.PL
60200 ____________________________________________________________________________
60201 [  9439] By: jhi                                   on 2001/03/29  14:41:52
60202         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
60203              From: Jonathan Stowe <gellyfish@gellyfish.com>
60204              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
60205              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
60206      Branch: perl
60207            ! utils/h2xs.PL
60208 ____________________________________________________________________________
60209 [  9438] By: jhi                                   on 2001/03/29  14:39:38
60210         Log: Subject: [PATCH perl@9424] minor pod nits
60211              From: Robin Barker <rmb1@cise.npl.co.uk>
60212              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
60213              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
60214      Branch: perl
60215            ! pod/perlhack.pod pod/perliol.pod
60216 ____________________________________________________________________________
60217 [  9437] By: jhi                                   on 2001/03/29  14:29:16
60218         Log: Subject: [PATCH perl@9424] typemap cast warning
60219              From: Robin Barker <rmb1@cise.npl.co.uk>
60220              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
60221              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
60222      Branch: perl
60223            ! lib/ExtUtils/typemap
60224 ____________________________________________________________________________
60225 [  9436] By: jhi                                   on 2001/03/29  14:26:03
60226         Log: Subject: [PATCH perl@9424] printf warning
60227              From: Robin Barker <rmb1@cise.npl.co.uk>
60228              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
60229              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
60230      Branch: perl
60231            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
60232            ! ext/Storable/Storable.xs toke.c
60233 ____________________________________________________________________________
60234 [  9435] By: nick                                  on 2001/03/29  14:23:31
60235         Log: Win32 has name conflict with ERROR
60236      Branch: perlio
60237            ! ext/PerlIO/Via/Via.xs
60238 ____________________________________________________________________________
60239 [  9434] By: jhi                                   on 2001/03/29  14:17:48
60240         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
60241              From: Peter Prymmer <pvhp@forte.com>
60242              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
60243              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
60244      Branch: perl
60245            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
60246 ____________________________________________________________________________
60247 [  9433] By: jhi                                   on 2001/03/29  13:52:44
60248         Log: test-prep target was missing.
60249      Branch: perl
60250            ! Makefile.SH
60251 ____________________________________________________________________________
60252 [  9432] By: nick                                  on 2001/03/29  12:40:03
60253         Log: Make as-shipped compiler default to MSVC6 
60254      Branch: perlio
60255            ! win32/makefile.mk
60256 ____________________________________________________________________________
60257 [  9431] By: nick                                  on 2001/03/29  12:12:16
60258         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
60259              akin to PerlIO::Scalar.
60260      Branch: perlio
60261            ! perlio.c perlio.h
60262 ____________________________________________________________________________
60263 [  9430] By: nick                                  on 2001/03/29  10:56:35
60264         Log: Integrate mainline.
60265      Branch: perlio
60266           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
60267           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
60268           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
60269           !> win32/makefile.mk win32/win32sck.c
60270 ____________________________________________________________________________
60271 [  9429] By: nick                                  on 2001/03/29  09:03:43
60272         Log: Noticed that two tests were skipped as perlio:: package
60273              isn't there any more. Changed the skip condition.
60274              Avoid core-dump if sv_utf8_upgrade() called on something
60275              that does not become SvPOK after SvPV() (e.g. a ref).
60276      Branch: perlio
60277            ! sv.c t/io/utf8.t t/lib/io_scalar.t
60278 ____________________________________________________________________________
60279 [  9428] By: jhi                                   on 2001/03/29  01:31:47
60280         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
60281              From: Benjamin Sugars <bsugars@canoe.ca> 
60282              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
60283              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
60284      Branch: perl
60285            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
60286            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
60287            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
60288 ____________________________________________________________________________
60289 [  9427] By: jhi                                   on 2001/03/29  00:49:30
60290         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
60291              From: "Vadim Konovalov" <watman@inbox.ru>
60292              Date: Thu, 29 Mar 2001 01:50:12 +0400
60293              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
60294      Branch: perl
60295            ! win32/makefile.mk win32/win32sck.c
60296 ____________________________________________________________________________
60297 [  9426] By: gsar                                  on 2001/03/29  00:28:04
60298         Log: dmake can only handle == and != in comparisons; support building
60299              with Borland's VCL libraries (from Vadim Konovalov)
60300      Branch: maint-5.6/perl
60301            ! win32/makefile.mk
60302 ____________________________________________________________________________
60303 [  9425] By: nick                                  on 2001/03/28  19:29:56
60304         Log: Integrate (@snapshot)
60305      Branch: perlio
60306           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
60307 ____________________________________________________________________________
60308 [  9424] By: jhi                                   on 2001/03/28  19:03:16
60309         Log: Update Changes.
60310      Branch: perl
60311            ! Changes patchlevel.h
60312 ____________________________________________________________________________
60313 [  9423] By: jhi                                   on 2001/03/28  18:52:09
60314         Log: Rmdir lib/XS on cleanup.
60315      Branch: perl
60316            ! Makefile.SH
60317 ____________________________________________________________________________
60318 [  9422] By: jhi                                   on 2001/03/28  18:49:34
60319         Log: Integrate perlio:
60320              
60321              [  9421]
60322              Loose duplicate chunk.
60323      Branch: perl
60324           !> t/op/utf8decode.t
60325 ____________________________________________________________________________
60326 [  9421] By: nick                                  on 2001/03/28  18:46:44
60327         Log: Loose duplicate chunk.
60328      Branch: perlio
60329            ! t/op/utf8decode.t
60330 ____________________________________________________________________________
60331 [  9420] By: nick                                  on 2001/03/28  18:44:11
60332         Log: Integrate mainline.
60333      Branch: perlio
60334           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
60335           !> vms/vmsish.h
60336 ____________________________________________________________________________
60337 [  9419] By: jhi                                   on 2001/03/28  18:42:05
60338         Log: Can't trust external pwds
60339              (either shell builtins or external programs)
60340      Branch: perl
60341            ! t/lib/cwd.t
60342 ____________________________________________________________________________
60343 [  9418] By: jhi                                   on 2001/03/28  18:34:05
60344         Log: Integrate perlio:
60345              
60346              [  9417]
60347              PerlIO.pm / perlio.pm conflict.
60348              Update some pods.
60349              Make t/op/utf8decode.t a text file.
60350      Branch: perl
60351            - lib/perlio.pm
60352           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
60353           !> t/op/utf8decode.t
60354 ____________________________________________________________________________
60355 [  9417] By: nick                                  on 2001/03/28  18:24:02
60356         Log: PerlIO.pm / perlio.pm conflict.
60357              Update some pods.
60358              Make t/op/utf8decode.t a text file.
60359      Branch: perlio
60360            - lib/perlio.pm
60361            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
60362            ! t/op/utf8decode.t
60363 ____________________________________________________________________________
60364 [  9416] By: jhi                                   on 2001/03/28  18:06:07
60365         Log: Integrate change #9409 from mainline to maintperl.
60366              
60367              Yet another tweak on AIX dynaloading.
60368      Branch: maint-5.6/perl
60369           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60370 ____________________________________________________________________________
60371 [  9415] By: gsar                                  on 2001/03/28  17:13:01
60372         Log: integrate changes#9377,9385,9401 from mainline
60373              
60374              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
60375              
60376              If directory entries compare equal case-insensitively,
60377              retry case-sensitively.
60378              
60379              Subject: [PATCH] B::Terse and warnings
60380      Branch: maint-5.6/perl
60381           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
60382           !> t/pragma/warn/perl
60383 ____________________________________________________________________________
60384 [  9414] By: jhi                                   on 2001/03/28  17:11:12
60385         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
60386              From: "Craig A. Berry" <craigberry@mac.com>
60387              Date: Wed, 28 Mar 2001 10:55:20 -0600
60388              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
60389      Branch: perl
60390            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
60391 ____________________________________________________________________________
60392 [  9413] By: jhi                                   on 2001/03/28  17:03:12
60393         Log: Dup hunk.
60394      Branch: perl
60395            ! t/op/utf8decode.t
60396 ____________________________________________________________________________
60397 [  9412] By: jhi                                   on 2001/03/28  17:02:36
60398         Log: Forced integrate from perlio.
60399      Branch: perl
60400           !> t/op/utf8decode.t
60401 ____________________________________________________________________________
60402 [  9411] By: nick                                  on 2001/03/28  16:50:03
60403         Log: Integrate mainline.
60404      Branch: perlio
60405           +> t/lib/cwd.t
60406           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60407           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
60408           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
60409           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
60410           !> t/pragma/warn/perl
60411 ____________________________________________________________________________
60412 [  9410] By: jhi                                   on 2001/03/28  16:44:23
60413         Log: Subject: Re: [PATCH] 9403 cannot be tested
60414              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60415              Date: Wed, 28 Mar 2001 18:33:56 +0200
60416              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
60417      Branch: perl
60418            ! makedef.pl
60419 ____________________________________________________________________________
60420 [  9409] By: jhi                                   on 2001/03/28  16:12:45
60421         Log: Yet another tweak on AIX dynaloading.
60422      Branch: perl
60423            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
60424 ____________________________________________________________________________
60425 [  9408] By: jhi                                   on 2001/03/28  15:52:55
60426         Log: Subject: [PATCH] 9403 cannot be tested
60427              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
60428              Date: Wed, 28 Mar 2001 17:23:00 +0200
60429              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
60430              
60431              A missing symbol.
60432      Branch: perl
60433            ! makedef.pl
60434 ____________________________________________________________________________
60435 [  9407] By: jhi                                   on 2001/03/28  15:47:43
60436         Log: Integrate perlio:
60437              
60438              [  9400]
60439              More EBCDIC tweaks:
60440              - one more swash issue &~(0xA0-1) did not do the right thing,
60441              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
60442              - add "use re 'asciirange'" to make [!-~] etc. work
60443              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
60444              - Choose a key for t/op/each.t test which gets encoded.
60445              - Skip utf8decode if this is UTF-EBCDIC.
60446      Branch: perl
60447            ! t/op/utf8decode.t
60448           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
60449           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
60450 ____________________________________________________________________________
60451 [  9406] By: jhi                                   on 2001/03/28  15:37:08
60452         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
60453              From: Benjamin Sugars <bsugars@canoe.ca> 
60454              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
60455              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
60456      Branch: perl
60457            + t/lib/cwd.t
60458            ! MANIFEST
60459 ____________________________________________________________________________
60460 [  9405] By: jhi                                   on 2001/03/28  15:13:18
60461         Log: pp_ne() needs a CORRECT boolean.
60462      Branch: perl
60463            ! pp.c
60464 ____________________________________________________________________________
60465 [  9404] By: jhi                                   on 2001/03/28  15:09:23
60466         Log: pp_ne() needs a boolean, not an integer.
60467      Branch: perl
60468            ! pp.c
60469 ____________________________________________________________________________
60470 [  9403] By: jhi                                   on 2001/03/28  14:47:43
60471         Log: (Retracted by #9404.)
60472      Branch: perl
60473            ! pp.c
60474 ____________________________________________________________________________
60475 [  9402] By: jhi                                   on 2001/03/28  14:43:59
60476         Log: Subject: Re: [PATCH] Typemap testing
60477              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
60478              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
60479              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
60480      Branch: perl
60481            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
60482            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
60483 ____________________________________________________________________________
60484 [  9401] By: jhi                                   on 2001/03/28  14:42:14
60485         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
60486              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
60487              Date: Sun, 25 Mar 2001 21:59:15 +0100
60488              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
60489              
60490              A variable will be checked for the "use once" warnings if:
60491              
60492              1. It is in the scope of a use warnings 'once'
60493              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
60494              
60495              Otherwise it won't be checked at all.
60496              
60497              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
60498              
60499              The enclosed patch partially fixes this issue. What I didn't
60500              get to work was the case where the "used once" warning is enabled
60501              in any file other than the main file.
60502      Branch: perl
60503            ! gv.c t/pragma/warn/perl
60504 ____________________________________________________________________________
60505 [  9400] By: nick                                  on 2001/03/28  14:38:24
60506         Log: More EBCDIC tweaks:
60507              - one more swash issue &~(0xA0-1) did not do the right thing,
60508              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
60509              - add "use re 'asciirange'" to make [!-~] etc. work
60510              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
60511              - Choose a key for t/op/each.t test which gets encoded.
60512              - Skip utf8decode if this is UTF-EBCDIC.
60513      Branch: perlio
60514            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
60515            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
60516 ____________________________________________________________________________
60517 [  9399] By: jhi                                   on 2001/03/28  14:21:00
60518         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
60519              Andreas Schwab.
60520      Branch: perl
60521            ! pp.c
60522 ____________________________________________________________________________
60523 [  9398] By: jhi                                   on 2001/03/28  00:55:56
60524         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
60525              From: David Dyck <dcd@tc.fluke.com>
60526              Date: Tue, 27 Mar 2001 15:16:24 -0800
60527              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
60528      Branch: perl
60529            ! ext/IO/lib/IO/Socket.pm
60530 ____________________________________________________________________________
60531 [  9397] By: jhi                                   on 2001/03/27  21:52:49
60532         Log: Integrate perlio:
60533              
60534              [  9395]
60535              Outline docs for PerlIO and PerlIO::Scalar
60536              
60537              [  9394]
60538              PerlIO::Via layer (alpha-ish).
60539      Branch: perl
60540           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
60541           +> ext/PerlIO/Via/Via.xs
60542           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
60543 ____________________________________________________________________________
60544 [  9396] By: nick                                  on 2001/03/27  21:45:13
60545         Log: Integrate mainline.
60546      Branch: perlio
60547           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
60548           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
60549 ____________________________________________________________________________
60550 [  9395] By: nick                                  on 2001/03/27  21:18:58
60551         Log: Outline docs for PerlIO and PerlIO::Scalar
60552      Branch: perlio
60553            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
60554 ____________________________________________________________________________
60555 [  9394] By: nick                                  on 2001/03/27  20:50:13
60556         Log: PerlIO::Via layer (alpha-ish).
60557      Branch: perlio
60558            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
60559            + ext/PerlIO/Via/Via.xs
60560            ! MANIFEST
60561 ____________________________________________________________________________
60562 [  9393] By: jhi                                   on 2001/03/27  20:49:55
60563         Log: Retract #9329 now that 9390 should take care of the matter.
60564      Branch: perl
60565            ! utils/h2xs.PL
60566 ____________________________________________________________________________
60567 [  9390] By: jhi                                   on 2001/03/27  20:47:50
60568         Log: Subject: Autoloading Errno.pm when %! is encountered
60569              From: Robin Houston <robin@kitsite.com>
60570              Date: Tue, 27 Mar 2001 20:57:11 +0100
60571              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
60572      Branch: perl
60573            ! embed.h embed.pl gv.c proto.h t/op/magic.t
60574 ____________________________________________________________________________
60575 [  9389] By: jhi                                   on 2001/03/27  20:24:31
60576         Log: Integrate perlio:
60577              
60578              [  9384]
60579              Various EBCDIC fixes:
60580              - major revelation that swash code is encoding aware,
60581              (or thought it was) - now it is ;-)
60582              - With that out of the way fix a slab of tr/// cases.
60583              - Fix Encode 'Unicode' to be true Unicode so tests pass.
60584              - As anticipated Base64.xs needed tweaks.
60585              - Until tr/// works right avoid old_encode64 in MIME tests.
60586      Branch: perl
60587           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
60588           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
60589           !> utf8.c
60590 ____________________________________________________________________________
60591 [  9388] By: jhi                                   on 2001/03/27  20:21:38
60592         Log: Better have a three-element array if one is going to assign
60593              to the third element of that array. (from Tim Jenness)
60594      Branch: perl
60595            ! ext/XS/Typemap/Typemap.xs
60596 ____________________________________________________________________________
60597 [  9387] By: nick                                  on 2001/03/27  20:15:43
60598         Log: Integrate mainline.
60599      Branch: perlio
60600           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
60601           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
60602           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
60603           +> t/lib/xs-typemap.t
60604           !> (integrate 34 files)
60605 ____________________________________________________________________________
60606 [  9386] By: jhi                                   on 2001/03/27  20:04:18
60607         Log: Subject: Re: perl@9359 breaks HTML::Parser
60608              From: Gisle Aas <gisle@ActiveState.com>
60609              Date: 27 Mar 2001 11:30:24 -0800
60610              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
60611              
60612              Clarify the UTF-8 issues of the API docs.
60613              (Slightly reworded and expanded.)
60614      Branch: perl
60615            ! pod/perlapi.pod sv.c sv.h
60616 ____________________________________________________________________________
60617 [  9385] By: jhi                                   on 2001/03/27  19:44:25
60618         Log: If directory entries compare equal case-insensitively,
60619              retry case-sensitively.
60620      Branch: perl
60621            ! ext/File/Glob/bsd_glob.c
60622 ____________________________________________________________________________
60623 [  9384] By: nick                                  on 2001/03/27  19:38:50
60624         Log: Various EBCDIC fixes:
60625              - major revelation that swash code is encoding aware,
60626              (or thought it was) - now it is ;-)
60627              - With that out of the way fix a slab of tr/// cases.
60628              - Fix Encode 'Unicode' to be true Unicode so tests pass.
60629              - As anticipated Base64.xs needed tweaks.
60630              - Until tr/// works right avoid old_encode64 in MIME tests.
60631      Branch: perlio
60632            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
60633            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
60634 ____________________________________________________________________________
60635 [  9383] By: jhi                                   on 2001/03/27  18:34:41
60636         Log: Add the std test suite BEGIN block.
60637      Branch: perl
60638            ! t/lib/xs-typemap.t
60639 ____________________________________________________________________________
60640 [  9382] By: jhi                                   on 2001/03/27  15:16:07
60641         Log: Add debugging output to the test.
60642      Branch: perl
60643            ! t/lib/glob-basic.t
60644 ____________________________________________________________________________
60645 [  9381] By: jhi                                   on 2001/03/27  15:08:10
60646         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
60647      Branch: perl
60648            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
60649            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
60650            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
60651            + t/lib/xs-typemap.t
60652            ! MANIFEST
60653 ____________________________________________________________________________
60654 [  9380] By: jhi                                   on 2001/03/27  14:48:34
60655         Log: Subject: [PATCH] Typemap testing
60656              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
60657              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
60658              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
60659              
60660              (The first part of the patch.)
60661      Branch: perl
60662            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
60663 ____________________________________________________________________________
60664 [  9379] By: jhi                                   on 2001/03/27  14:44:56
60665         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
60666              From: Benjamin Sugars <bsugars@canoe.ca> 
60667              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
60668              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
60669      Branch: perl
60670            ! t/lib/glob-basic.t
60671 ____________________________________________________________________________
60672 [  9378] By: jhi                                   on 2001/03/27  14:42:30
60673         Log: Subject: [PATCH] perlvar nit
60674              From: Simon Cozens <simon@netthink.co.uk>
60675              Date: Tue, 27 Mar 2001 01:12:01 +0100
60676              Message-ID: <20010327011201.A19179@netthink.co.uk>
60677      Branch: perl
60678            ! pod/perlvar.pod
60679 ____________________________________________________________________________
60680 [  9377] By: jhi                                   on 2001/03/27  14:36:26
60681         Log: Subject: [PATCH] B::Terse and warnings
60682              From: Benjamin Sugars <ben.sugars@home.com>
60683              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
60684              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
60685      Branch: perl
60686            ! ext/B/B.pm ext/B/B/Terse.pm
60687 ____________________________________________________________________________
60688 [  9376] By: jhi                                   on 2001/03/27  14:31:31
60689         Log: Document sockatmark() some.
60690      Branch: perl
60691            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
60692            ! pod/perltoc.pod
60693 ____________________________________________________________________________
60694 [  9375] By: jhi                                   on 2001/03/27  14:00:24
60695         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
60696              noted by Gisle and fixed by NI-S.
60697      Branch: perl
60698            ! sv.c
60699 ____________________________________________________________________________
60700 [  9374] By: jhi                                   on 2001/03/27  05:50:01
60701         Log: Regen toc.
60702      Branch: perl
60703            ! pod/perltoc.pod
60704 ____________________________________________________________________________
60705 [  9373] By: jhi                                   on 2001/03/27  05:43:51
60706         Log: Pixie documenting.
60707      Branch: perl
60708            ! Makefile.SH pod/perlhack.pod
60709 ____________________________________________________________________________
60710 [  9372] By: jhi                                   on 2001/03/27  05:29:34
60711         Log: Metaconfig unit changes for #9371.
60712      Branch: metaconfig
60713            ! U/modified/myhostname.U
60714      Branch: metaconfig/U/perl
60715            + d_sockatmark.U
60716            ! gccvers.U
60717 ____________________________________________________________________________
60718 [  9371] By: jhi                                   on 2001/03/27  05:29:07
60719         Log: Add sockatmark() probing.
60720      Branch: perl
60721            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60722            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
60723            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60724            ! vos/config.ga.h win32/config.bc win32/config.gc
60725            ! win32/config.vc
60726 ____________________________________________________________________________
60727 [  9370] By: jhi                                   on 2001/03/26  22:01:18
60728         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
60729              Really need to benchmark this.
60730      Branch: perl
60731            ! pp.c
60732 ____________________________________________________________________________
60733 [  9369] By: nick                                  on 2001/03/26  21:59:30
60734         Log: Integrate mainline.
60735      Branch: perlio
60736            ! ext/MIME/Base64/QuotedPrint.pm
60737           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
60738           !> patchlevel.h pod/perlhack.pod pp_sys.c
60739 ____________________________________________________________________________
60740 [  9368] By: jhi                                   on 2001/03/26  21:47:03
60741         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
60742              
60743              TODO1: perlbench.
60744              TODO2: le, lt, ge, gt?  Yech.
60745      Branch: perl
60746            ! pp.c
60747 ____________________________________________________________________________
60748 [  9367] By: jhi                                   on 2001/03/26  21:34:57
60749         Log: Too much cut-and-paste in #9363.
60750      Branch: perl
60751            ! pp_sys.c
60752 ____________________________________________________________________________
60753 [  9366] By: jhi                                   on 2001/03/26  21:20:53
60754         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
60755              From: Andreas Schwab <schwab@suse.de>
60756              Date: 26 Mar 2001 17:29:04 +0200
60757              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
60758              
60759              (The patch for 5.6.0 or so, this is a guess for bleadperl)
60760      Branch: perl
60761            ! pp_hot.c
60762 ____________________________________________________________________________
60763 [  9365] By: jhi                                   on 2001/03/26  21:07:54
60764         Log: Integrate perlio:
60765              
60766              [  9364]
60767              REFCNT botch in layer name cache hash.
60768      Branch: perl
60769           !> perlio.c
60770 ____________________________________________________________________________
60771 [  9364] By: nick                                  on 2001/03/26  20:30:48
60772         Log: REFCNT botch in layer name cache hash.
60773      Branch: perlio
60774            ! perlio.c
60775 ____________________________________________________________________________
60776 [  9363] By: jhi                                   on 2001/03/26  18:44:32
60777         Log: Subject: [PATCH] socket() leaks file descriptors
60778              From: Benjamin Sugars <bsugars@canoe.ca>
60779              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
60780              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
60781              
60782              Also sockpair() fixed similarly.
60783      Branch: perl
60784            ! pp_sys.c
60785 ____________________________________________________________________________
60786 [  9362] By: jhi                                   on 2001/03/26  18:37:52
60787         Log: Integrate perlio:
60788              
60789              [  9361]
60790              Implement flush of linebuffered streams on read of a tty.
60791              
60792              [  9360]
60793              Memory tweaks and notes for OEMVS.
60794      Branch: perl
60795           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
60796 ____________________________________________________________________________
60797 [  9361] By: nick                                  on 2001/03/26  17:32:06
60798         Log: Implement flush of linebuffered streams on read of a tty.
60799      Branch: perlio
60800            ! perlio.c perliol.h
60801 ____________________________________________________________________________
60802 [  9360] By: nick                                  on 2001/03/26  17:12:32
60803         Log: Memory tweaks and notes for OEMVS.
60804      Branch: perlio
60805            ! README.os390 miniperlmain.c t/op/pat.t
60806 ____________________________________________________________________________
60807 [  9359] By: jhi                                   on 2001/03/26  02:12:54
60808         Log: Update Changes.
60809      Branch: perl
60810            ! Changes patchlevel.h
60811 ____________________________________________________________________________
60812 [  9358] By: jhi                                   on 2001/03/26  02:05:32
60813         Log: Document the most common pixie options.
60814      Branch: perl
60815            ! pod/perlhack.pod
60816 ____________________________________________________________________________
60817 [  9357] By: jhi                                   on 2001/03/26  01:25:28
60818         Log: For perl.pixie check *before* compiling that optimize is -g,
60819              as for perl.third.
60820      Branch: perl
60821            ! Makefile.SH
60822 ____________________________________________________________________________
60823 [  9356] By: jhi                                   on 2001/03/26  01:13:41
60824         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
60825      Branch: perl
60826            ! Makefile.SH
60827 ____________________________________________________________________________
60828 [  9355] By: jhi                                   on 2001/03/26  01:11:19
60829         Log: Remove t/perl.third.
60830      Branch: perl
60831            ! Makefile.SH
60832 ____________________________________________________________________________
60833 [  9354] By: jhi                                   on 2001/03/26  00:23:38
60834         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
60835              IO::Sockatmark().
60836      Branch: perl
60837            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
60838 ____________________________________________________________________________
60839 [  9353] By: jhi                                   on 2001/03/25  22:25:04
60840         Log: Integrate perlio:
60841              
60842              [  9351]
60843              Fix readline in list mode to tell rest of world that it has
60844              things on the stack. Otherwise if perl code gets invoked
60845              underneath it it scribbles over results-so-far.
60846              (Why TIEHANDLE has not tripped on this is a mystery.)
60847              
60848              [  9350]
60849              win32/makefile.mk typos
60850              
60851              [  9348]
60852              Make it text
60853              
60854              [  9346]
60855              Add destruct time hook to PerlIO (for work-in-process implementing
60856              layers in perl code. In such cases layers need to be popped before
60857              we loose the ability to run perl code.)
60858              Also back-out "PerlIO::object" hook - it isn't going to work like that...
60859              
60860              [  9345]
60861              Avoid at leasy one of undefined warnings in Encode.
60862              
60863              [  9343]
60864              Missing return value.
60865      Branch: perl
60866           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
60867           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
60868           !> pp_hot.c win32/makefile.mk
60869 ____________________________________________________________________________
60870 [  9352] By: jhi                                   on 2001/03/25  22:21:41
60871         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
60872              From: Radu Greab <radu@netsoft.ro>
60873              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
60874              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
60875      Branch: perl
60876            ! pp_sys.c
60877 ____________________________________________________________________________
60878 [  9351] By: nick                                  on 2001/03/25  22:15:02
60879         Log: Fix readline in list mode to tell rest of world that it has
60880              things on the stack. Otherwise if perl code gets invoked
60881              underneath it it scribbles over results-so-far.
60882              (Why TIEHANDLE has not tripped on this is a mystery.)
60883      Branch: perlio
60884            ! pp_hot.c
60885 ____________________________________________________________________________
60886 [  9350] By: nick                                  on 2001/03/25  22:10:13
60887         Log: win32/makefile.mk typos
60888      Branch: perlio
60889            ! win32/makefile.mk
60890 ____________________________________________________________________________
60891 [  9349] By: nick                                  on 2001/03/25  21:31:14
60892         Log: Integrate now-non-binary file.
60893      Branch: perlio
60894           !> t/lib/mimeqp.t
60895 ____________________________________________________________________________
60896 [  9348] By: nick                                  on 2001/03/25  21:27:24
60897         Log: Make it text
60898      Branch: perlio
60899            ! t/lib/mimeqp.t
60900 ____________________________________________________________________________
60901 [  9347] By: nick                                  on 2001/03/25  21:25:37
60902         Log: Integrate mainline.
60903      Branch: perlio
60904           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
60905           !> lib/Term/ReadLine.pm t/lib/md5-file.t
60906 ____________________________________________________________________________
60907 [  9346] By: nick                                  on 2001/03/25  20:58:15
60908         Log: Add destruct time hook to PerlIO (for work-in-process implementing
60909              layers in perl code. In such cases layers need to be popped before
60910              we loose the ability to run perl code.)
60911              Also back-out "PerlIO::object" hook - it isn't going to work like that...
60912      Branch: perlio
60913            ! perl.c perlio.c perlio.h perliol.h
60914 ____________________________________________________________________________
60915 [  9345] By: nick                                  on 2001/03/25  20:49:11
60916         Log: Avoid at leasy one of undefined warnings in Encode.
60917      Branch: perlio
60918            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
60919 ____________________________________________________________________________
60920 [  9344] By: jhi                                   on 2001/03/25  20:37:43
60921         Log: A workaround for using Term::ReadLine in emacs minibuffer
60922              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
60923              additional tweaks from Ilya Zakharevich.
60924      Branch: perl
60925            ! lib/Term/ReadLine.pm
60926 ____________________________________________________________________________
60927 [  9343] By: nick                                  on 2001/03/25  20:21:14
60928         Log: Missing return value.
60929      Branch: perlio
60930            ! ext/PerlIO/Scalar/Scalar.xs
60931 ____________________________________________________________________________
60932 [  9342] By: jhi                                   on 2001/03/25  16:21:00
60933         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
60934              to equal the CPAN versions since no code changes have been made.
60935      Branch: perl
60936            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
60937            ! t/lib/md5-file.t
60938 ____________________________________________________________________________
60939 [  9341] By: jhi                                   on 2001/03/25  16:01:48
60940         Log: Escape 8-bit characters.
60941      Branch: perl
60942            ! t/lib/mimeqp.t
60943 ____________________________________________________________________________
60944 [  9340] By: gsar                                  on 2001/03/25  15:50:53
60945         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
60946              chars)
60947      Branch: perl
60948            + t/lib/mimeqp.t
60949 ____________________________________________________________________________
60950 [  9339] By: gsar                                  on 2001/03/25  15:48:50
60951         Log: delete mimeqp.t for later add with text mode set
60952      Branch: perl
60953            - t/lib/mimeqp.t
60954 ____________________________________________________________________________
60955 [  9338] By: nick                                  on 2001/03/25  09:01:57
60956         Log: Integrate mainline.
60957      Branch: perlio
60958           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60959           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
60960           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
60961           +> t/lib/mimeb64u.t t/lib/mimeqp.t
60962           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
60963           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
60964           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
60965 ____________________________________________________________________________
60966 [  9337] By: jhi                                   on 2001/03/25  04:23:24
60967         Log: Add MIME::Base64 here and there.  Again, a lot of
60968              optimism is in the air.
60969      Branch: perl
60970            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
60971            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
60972 ____________________________________________________________________________
60973 [  9336] By: jhi                                   on 2001/03/25  04:12:43
60974         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
60975              this by ear as I do not do Win32 programming.)
60976      Branch: perl
60977            ! win32/Makefile win32/makefile.mk
60978 ____________________________________________________________________________
60979 [  9335] By: jhi                                   on 2001/03/25  04:03:50
60980         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
60981      Branch: perl
60982            ! t/lib/md5-file.t
60983 ____________________________________________________________________________
60984 [  9334] By: jhi                                   on 2001/03/25  03:58:53
60985         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
60986      Branch: perl
60987            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60988            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
60989            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
60990            + t/lib/mimeb64u.t t/lib/mimeqp.t
60991            ! MANIFEST
60992 ____________________________________________________________________________
60993 [  9333] By: jhi                                   on 2001/03/24  20:14:37
60994         Log: Integrate perlio:
60995              
60996              [  9332]
60997              Fix un-init variable leading to spurious "Out of Memory!"
60998              
60999              [  9331]
61000              Tweak docs for C<open> (boy does that need wholesale revision...)
61001              and update layers internals doc.
61002      Branch: perl
61003           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
61004 ____________________________________________________________________________
61005 [  9332] By: nick                                  on 2001/03/24  19:40:34
61006         Log: Fix un-init variable leading to spurious "Out of Memory!"
61007      Branch: perlio
61008            ! doio.c
61009 ____________________________________________________________________________
61010 [  9331] By: nick                                  on 2001/03/24  19:09:59
61011         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
61012              and update layers internals doc.
61013      Branch: perlio
61014            ! pod/perlfunc.pod pod/perliol.pod
61015 ____________________________________________________________________________
61016 [  9330] By: jhi                                   on 2001/03/24  18:42:11
61017         Log: The length might be uninitialized garbage if the *svp is the undef.
61018      Branch: perl
61019            ! doio.c
61020 ____________________________________________________________________________
61021 [  9329] By: jhi                                   on 2001/03/24  18:26:57
61022         Log: (Retracted by #9393)
61023              
61024              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
61025              From: Simon Cozens <simon@netthink.co.uk>
61026              Date: Sat, 24 Mar 2001 17:13:17 +0000
61027              Message-ID: <20010324171317.A13406@netthink.co.uk>
61028      Branch: perl
61029            ! utils/h2xs.PL
61030 ____________________________________________________________________________
61031 [  9328] By: nick                                  on 2001/03/24  17:22:02
61032         Log: Integrate mainline.
61033      Branch: perlio
61034           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
61035           !> lib/unicode/version
61036 ____________________________________________________________________________
61037 [  9327] By: nick                                  on 2001/03/24  17:16:02
61038         Log: Integrate mainline.
61039      Branch: perlio
61040           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
61041           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
61042           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
61043           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
61044           +> t/lib/md5-file.t
61045           !> MANIFEST Makefile.SH configure.com djgpp/config.over
61046           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
61047           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
61048           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
61049           !> win32/makefile.mk
61050 ____________________________________________________________________________
61051 [  9326] By: jhi                                   on 2001/03/24  17:00:42
61052         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
61053      Branch: perl
61054            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
61055            ! lib/unicode/version
61056 ____________________________________________________________________________
61057 [  9325] By: jhi                                   on 2001/03/24  16:22:33
61058         Log: Subject: Re: B::Deparse bug (5.6.0)
61059              From: Robin Houston <robin@kitsite.com>
61060              Date: Sat, 24 Mar 2001 14:33:09 +0000
61061              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
61062      Branch: perl
61063            ! op.c pp.c t/lib/b.t t/op/repeat.t
61064 ____________________________________________________________________________
61065 [  9324] By: jhi                                   on 2001/03/24  16:21:56
61066         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
61067              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
61068              these additions may be too optimistic.
61069      Branch: perl
61070            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
61071            ! hints/uwin.sh hints/vmesa.sh
61072 ____________________________________________________________________________
61073 [  9323] By: jhi                                   on 2001/03/24  16:06:01
61074         Log: Integrate perlio:
61075              
61076              [  9322]
61077              Routine Win32 regen_config_h - no real changes.
61078              
61079              [  9321]
61080              PerlIO fixups for Win32:
61081              - provide win33_popenlist() - non-functional as yet.
61082              - avoid need for aTHX in PerlIO_debug calls - even if not 
61083              enabled args are still evaluated so Win32 has trouble during fork().
61084              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
61085              - Fixup makedef.pl for latest set of symbols.
61086              
61087              [  9320]
61088              POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
61089              was gibberish - broke it on WIn32 at least.
61090              
61091              [  9319]
61092              Generated files.
61093              
61094              [  9318]
61095              Implement:
61096              1.  open($fh,"+<",undef);  # add test to t/io/open.t
61097              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
61098      Branch: perl
61099           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
61100           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
61101            ! Makefile.SH
61102           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
61103           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
61104           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
61105           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
61106           !> win32/makefile.mk win32/perlhost.h win32/win32.c
61107           !> win32/win32iop.h
61108 ____________________________________________________________________________
61109 [  9322] By: nick                                  on 2001/03/24  14:39:12
61110         Log: Routine Win32 regen_config_h - no real changes.
61111      Branch: perlio
61112            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61113 ____________________________________________________________________________
61114 [  9321] By: nick                                  on 2001/03/24  14:31:49
61115         Log: PerlIO fixups for Win32:
61116              - provide win33_popenlist() - non-functional as yet.
61117              - avoid need for aTHX in PerlIO_debug calls - even if not 
61118              enabled args are still evaluated so Win32 has trouble during fork().
61119              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
61120              - Fixup makedef.pl for latest set of symbols.
61121      Branch: perlio
61122            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
61123            ! win32/perlhost.h win32/win32.c win32/win32iop.h
61124 ____________________________________________________________________________
61125 [  9320] By: nick                                  on 2001/03/24  14:26:58
61126         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
61127              was gibberish - broke it on WIn32 at least.
61128      Branch: perlio
61129            ! ext/POSIX/POSIX.xs
61130 ____________________________________________________________________________
61131 [  9319] By: nick                                  on 2001/03/24  11:29:41
61132         Log: Generated files.
61133      Branch: perlio
61134            ! embed.h global.sym objXSUB.h perlapi.c proto.h
61135 ____________________________________________________________________________
61136 [  9318] By: nick                                  on 2001/03/24  10:29:37
61137         Log: Implement:
61138              1.  open($fh,"+<",undef);  # add test to t/io/open.t
61139              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
61140      Branch: perlio
61141            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
61142            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
61143            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
61144            ! t/io/open.t t/io/utf8.t
61145 ____________________________________________________________________________
61146 [  9317] By: jhi                                   on 2001/03/23  23:41:25
61147         Log: AIX does seems to have optimization problems with its C compilers.
61148      Branch: perl
61149            ! hints/aix.sh
61150 ____________________________________________________________________________
61151 [  9316] By: jhi                                   on 2001/03/23  23:40:46
61152         Log: Integrate perlio:
61153              
61154              [  9314]
61155              Perlio internals re-organized.
61156              - open process creates AV of layer/arg pairs
61157              (appends layers from open() or open.pm to default list).
61158              - push arg is now an SV.
61159              - layer ->Open get passed the AV
61160              - open is no longer mandatory method.
61161              - topmost layer that has ->Open method does the open
61162              - any layers above are pushed once that returns.
61163              - vtable re-ordered so dummy layers need only provide push/pop methods.
61164              
61165              [  9313]
61166              Check in a stable (working) version before next round of tweaks.
61167              Changes include:
61168              - Move default layers code out of doio.c and into perlio.c
61169              - Single routine for parsing layer specification strings.
61170              - Skeleton support for demand loading of layers
61171              - Core-dump avoidance if PERLIO environment specifies loadable layer
61172              (does not _work_ as need IO to load and need load to do IO ...)
61173              
61174              [  9305]
61175              Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
61176              
61177              [  9304]
61178              Render -Duseperlio functional again.
61179              - this is "quick fix" which calls PerlIO_apply_layers after opening,
61180              which is what old scheme did. New scheme needs to change that
61181              to make open(...,\$scalar) etc. work but this will do for now.
61182              
61183              [  9303]
61184              Avoid "reopen" semantics for time being. Fix bug in dup logic.
61185              -Uuseperlio now works again.
61186              -Duseperlio is still poorly. Don't merge yet...
61187              
61188              [  9302]
61189              Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
61190              type code.
61191              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
61192              is its main caller. In particular now has access to "extra" args, and
61193              can tell when an open handle is "reopened" (or duped?).
61194              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
61195              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
61196              PerlIO_open() et. al. (i.e. other way round).
61197              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
61198              with args close to PerlIO_openn().
61199      Branch: perl
61200           +> lib/PerlIO.pm
61201           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
61202           !> perliol.h
61203 ____________________________________________________________________________
61204 [  9315] By: jhi                                   on 2001/03/23  22:16:30
61205         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
61206      Branch: perl
61207            ! t/lib/md5-file.t
61208 ____________________________________________________________________________
61209 [  9314] By: nick                                  on 2001/03/23  20:49:02
61210         Log: Perlio internals re-organized.
61211              - open process creates AV of layer/arg pairs
61212              (appends layers from open() or open.pm to default list).
61213              - push arg is now an SV.
61214              - layer ->Open get passed the AV
61215              - open is no longer mandatory method.
61216              - topmost layer that has ->Open method does the open
61217              - any layers above are pushed once that returns.
61218              - vtable re-ordered so dummy layers need only provide push/pop methods.
61219      Branch: perlio
61220            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
61221 ____________________________________________________________________________
61222 [  9313] By: nick                                  on 2001/03/23  16:27:41
61223         Log: Check in a stable (working) version before next round of tweaks.
61224              Changes include:
61225              - Move default layers code out of doio.c and into perlio.c
61226              - Single routine for parsing layer specification strings.
61227              - Skeleton support for demand loading of layers
61228              - Core-dump avoidance if PERLIO environment specifies loadable layer
61229              (does not _work_ as need IO to load and need load to do IO ...)
61230      Branch: perlio
61231            + lib/PerlIO.pm
61232            ! MANIFEST doio.c perlio.c
61233 ____________________________________________________________________________
61234 [  9312] By: gsar                                  on 2001/03/23  16:25:25
61235         Log: add execute bit to files with shebang lines in the repository;
61236              avoid clobbering execute bit in Porting/makerel 
61237      Branch: maint-5.6/perl
61238            ! (edit 144 files)
61239 ____________________________________________________________________________
61240 [  9311] By: jhi                                   on 2001/03/23  14:25:35
61241         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
61242      Branch: perl
61243            ! MANIFEST
61244 ____________________________________________________________________________
61245 [  9310] By: jhi                                   on 2001/03/23  13:45:04
61246         Log: Subject: [PATCH] Net::Ping
61247              From: Colin McMillen <mcmi0037@tc.umn.edu>
61248              Date: Thu, 22 Mar 2001 19:30:31 -0600
61249              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
61250      Branch: perl
61251            ! lib/Net/Ping.pm
61252 ____________________________________________________________________________
61253 [  9309] By: jhi                                   on 2001/03/23  13:39:13
61254         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
61255      Branch: perl
61256            ! t/lib/md5-aaa.t t/lib/md5-file.t
61257 ____________________________________________________________________________
61258 [  9308] By: jhi                                   on 2001/03/23  13:20:34
61259         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
61260              - bump the version to 2.14
61261              - drop the base64 tests since they require MIME::Base64
61262              - drop the rfc1321.txt
61263              - drop the hints/dec_osf.pl since it's only needed for
61264              pre-5.005_03 Perls
61265              Todo:
61266              - the U32 alignment testing is now removed; it needs to
61267              be reintroduced as as a Config variable (meaning also
61268              as a Configure test)
61269              - get the new EBCDIC md5sum for MD5.pm
61270              - test in Win32 to see how badly I botched the makefiles
61271      Branch: perl
61272            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
61273            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
61274            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
61275            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
61276            + t/lib/md5-file.t
61277            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
61278            ! win32/Makefile win32/makefile.mk
61279 ____________________________________________________________________________
61280 [  9307] By: jhi                                   on 2001/03/23  12:56:14
61281         Log: Integrate change #9306 from maintperl into mainline,
61282              AIX dynaloader for AIXes without <load.h>.
61283      Branch: perl
61284           !> ext/DynaLoader/hints/aix.pl
61285 ____________________________________________________________________________
61286 [  9306] By: jhi                                   on 2001/03/23  12:51:36
61287         Log: There are AIXes without /usr/include/load.h,
61288              patch from H.Merijn Brand.
61289      Branch: maint-5.6/perl
61290            ! ext/DynaLoader/hints/aix.pl
61291 ____________________________________________________________________________
61292 [  9305] By: nick                                  on 2001/03/23  11:00:42
61293         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
61294      Branch: perlio
61295            ! ext/Encode/Encode.xs perlio.c perlio.h
61296 ____________________________________________________________________________
61297 [  9304] By: nick                                  on 2001/03/23  10:20:46
61298         Log: Render -Duseperlio functional again.
61299              - this is "quick fix" which calls PerlIO_apply_layers after opening,
61300              which is what old scheme did. New scheme needs to change that
61301              to make open(...,\$scalar) etc. work but this will do for now.
61302      Branch: perlio
61303            ! perlio.c
61304 ____________________________________________________________________________
61305 [  9303] By: nick                                  on 2001/03/23  09:53:20
61306         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
61307              -Uuseperlio now works again.
61308              -Duseperlio is still poorly. Don't merge yet...
61309      Branch: perlio
61310            ! doio.c perlio.h
61311 ____________________________________________________________________________
61312 [  9302] By: nick                                  on 2001/03/22  22:26:51
61313         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
61314              type code.
61315              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
61316              is its main caller. In particular now has access to "extra" args, and
61317              can tell when an open handle is "reopened" (or duped?).
61318              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
61319              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
61320              PerlIO_open() et. al. (i.e. other way round).
61321              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
61322              with args close to PerlIO_openn().
61323      Branch: perlio
61324            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
61325 ____________________________________________________________________________
61326 [  9301] By: jhi                                   on 2001/03/22  20:58:04
61327         Log: Integrate perlio:
61328              
61329              [  9300]
61330              Don't include $@ in not ok message.
61331              
61332              [  9298]
61333              Give a meaning to '&' in n-arg open case:
61334              open($fh,"<&",$scalar);
61335              $scalar can be:
61336              - an integer which does "fdopen"
61337              open($fh,"<&",2); # like open($fh,"<&2")
61338              - something that will yield a file handle via sv_2io()
61339              useful for dup'ing anonymous handles.
61340              e.g.:
61341              open(my $fh,"<&",\*STDIN);
61342              open(my $dup,"<&",$fh);
61343              
61344              [  9297]
61345              Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
61346              
61347              [  9296]
61348              Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
61349              
61350              [  9295]
61351              If stdin, stdout or stderr get opened in unexpected read/write state
61352              then warn at time of open not at time of use.
61353              
61354              [  9294]
61355              Die on n-arg open(...,"",xxx,yyy,...)
61356              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
61357              - die on read/write cases so we can decide what it means later.
61358              
61359              [  9293]
61360              perlio tweaks (reported by Nick Clark)
61361              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
61362              error check in Pendinf_read().
61363      Branch: perl
61364           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
61365           !> t/io/open.t util.c
61366 ____________________________________________________________________________
61367 [  9300] By: nick                                  on 2001/03/22  17:36:32
61368         Log: Don't include $@ in not ok message.
61369      Branch: perlio
61370            ! t/io/open.t
61371 ____________________________________________________________________________
61372 [  9299] By: gsar                                  on 2001/03/22  16:53:45
61373         Log: back out changes#7532,7521 for now (appears to have problems
61374              on IRIX)
61375      Branch: maint-5.6/perl
61376            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61377            ! ext/POSIX/typemap pod/perlvar.pod
61378 ____________________________________________________________________________
61379 [  9298] By: nick                                  on 2001/03/22  14:35:46
61380         Log: Give a meaning to '&' in n-arg open case:
61381              open($fh,"<&",$scalar);
61382              $scalar can be:
61383              - an integer which does "fdopen"
61384              open($fh,"<&",2); # like open($fh,"<&2")
61385              - something that will yield a file handle via sv_2io()
61386              useful for dup'ing anonymous handles.
61387              e.g.:
61388              open(my $fh,"<&",\*STDIN);
61389              open(my $dup,"<&",$fh);
61390      Branch: perlio
61391            ! doio.c t/io/open.t
61392 ____________________________________________________________________________
61393 [  9297] By: nick                                  on 2001/03/22  13:34:35
61394         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
61395      Branch: perlio
61396            ! util.c
61397 ____________________________________________________________________________
61398 [  9296] By: nick                                  on 2001/03/22  12:51:20
61399         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
61400      Branch: perlio
61401            ! perl.c
61402 ____________________________________________________________________________
61403 [  9295] By: nick                                  on 2001/03/22  11:59:44
61404         Log: If stdin, stdout or stderr get opened in unexpected read/write state
61405              then warn at time of open not at time of use.
61406      Branch: perlio
61407            ! doio.c pp_hot.c pp_sys.c
61408 ____________________________________________________________________________
61409 [  9294] By: nick                                  on 2001/03/22  10:54:35
61410         Log: Die on n-arg open(...,"",xxx,yyy,...)
61411              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
61412              - die on read/write cases so we can decide what it means later.
61413      Branch: perlio
61414            ! doio.c embed.pl iperlsys.h util.c
61415 ____________________________________________________________________________
61416 [  9293] By: nick                                  on 2001/03/22  09:02:45
61417         Log: perlio tweaks (reported by Nick Clark)
61418              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
61419              error check in Pendinf_read().
61420      Branch: perlio
61421            ! perlio.c
61422 ____________________________________________________________________________
61423 [  9292] By: gsar                                  on 2001/03/22  07:12:00
61424         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
61425              fixes)
61426      Branch: maint-5.6/perl
61427           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
61428 ____________________________________________________________________________
61429 [  9291] By: jhi                                   on 2001/03/22  06:06:44
61430         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
61431      Branch: perl
61432            ! t/op/re_tests
61433 ____________________________________________________________________________
61434 [  9290] By: jhi                                   on 2001/03/22  05:57:01
61435         Log: Move MacOS Classic higher in the list of supported platforms.
61436      Branch: maint-5.6/perl
61437            ! pod/perlport.pod
61438 ____________________________________________________________________________
61439 [  9289] By: gsar                                  on 2001/03/22  05:35:04
61440         Log: revert part of change#6438 for compatibility (av_reify()
61441              appears to be needed to implement av_splice()ish things
61442              in XS)
61443      Branch: maint-5.6/perl
61444            ! embed.pl global.sym objXSUB.h perlapi.c
61445 ____________________________________________________________________________
61446 [  9288] By: gsar                                  on 2001/03/22  03:09:19
61447         Log: update copyright year
61448      Branch: maint-5.6/perl
61449            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
61450            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
61451            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
61452            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
61453            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
61454            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
61455            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
61456            ! x2p/walk.c
61457 ____________________________________________________________________________
61458 [  9287] By: jhi                                   on 2001/03/21  20:30:54
61459         Log: Integrate perlio:
61460              
61461              [  9285]
61462              Multiplicity fix for Dumper.
61463      Branch: perl
61464           !> ext/Data/Dumper/Dumper.xs
61465 ____________________________________________________________________________
61466 [  9286] By: gsar                                  on 2001/03/21  19:49:54
61467         Log: makefile.mk tweak
61468      Branch: maint-5.6/perl
61469            ! win32/Makefile win32/makefile.mk
61470 ____________________________________________________________________________
61471 [  9285] By: nick                                  on 2001/03/21  19:07:13
61472         Log: Multiplicity fix for Dumper.
61473      Branch: perlio
61474            ! ext/Data/Dumper/Dumper.xs
61475 ____________________________________________________________________________
61476 [  9284] By: nick                                  on 2001/03/21  19:01:07
61477         Log: Integrate mainline - (does not build xTHX issue in Dumper).
61478      Branch: perlio
61479           !> (integrate 27 files)
61480 ____________________________________________________________________________
61481 [  9283] By: jhi                                   on 2001/03/21  17:17:35
61482         Log: Integrate change #9282 from mainline into maintperl,
61483              4-arg UTF-8 substr().
61484      Branch: maint-5.6/perl
61485           !> pp.c
61486 ____________________________________________________________________________
61487 [  9282] By: jhi                                   on 2001/03/21  17:15:43
61488         Log: The #9270 would have leaked a scalar if pp_substr()
61489              returned early.
61490      Branch: perl
61491            ! pp.c
61492 ____________________________________________________________________________
61493 [  9281] By: gsar                                  on 2001/03/21  17:03:14
61494         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
61495      Branch: maint-5.6/perl
61496            ! win32/makefile.mk
61497 ____________________________________________________________________________
61498 [  9280] By: gsar                                  on 2001/03/21  17:01:20
61499         Log: some tweaks to change#9278 (fork() emulation should be enabled
61500              by setting BUILD_FLAVOR instead of changing the defaults)
61501      Branch: maint-5.6/perl
61502            ! win32/makefile.mk
61503 ____________________________________________________________________________
61504 [  9279] By: gsar                                  on 2001/03/21  16:47:19
61505         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
61506      Branch: maint-5.6/perl
61507            ! ext/File/Glob/Glob.pm
61508           !> lib/Cwd.pm
61509 ____________________________________________________________________________
61510 [  9278] By: jhi                                   on 2001/03/21  14:35:10
61511         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
61512              From: "Vadim Konovalov" <watman@inbox.ru>
61513              Date: Wed, 21 Mar 2001 01:53:51 +0300
61514              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
61515      Branch: maint-5.6/perl
61516            ! win32/makefile.mk win32/win32sck.c
61517 ____________________________________________________________________________
61518 [  9277] By: jhi                                   on 2001/03/21  13:58:28
61519         Log: Integrate change #9270 from mainline to maintperl:
61520              continued 4-arg UTF-8 substr() fixing.
61521      Branch: maint-5.6/perl
61522           !> pp.c t/op/substr.t
61523 ____________________________________________________________________________
61524 [  9276] By: jhi                                   on 2001/03/21  13:33:00
61525         Log: More pixie cleaning.
61526      Branch: perl
61527            ! Makefile.SH
61528 ____________________________________________________________________________
61529 [  9275] By: jhi                                   on 2001/03/21  03:54:17
61530         Log: Update Changes.
61531      Branch: perl
61532            ! Changes patchlevel.h
61533 ____________________________________________________________________________
61534 [  9274] By: jhi                                   on 2001/03/21  03:48:24
61535         Log: First stab at making Data::Dumper to grok Unicode.
61536              
61537              TODO: tests, EBCDICify.
61538      Branch: perl
61539            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
61540 ____________________________________________________________________________
61541 [  9273] By: jhi                                   on 2001/03/21  02:23:00
61542         Log: Fix for
61543              
61544              Subject: Memory leak in unquoted print   
61545              From: Benjamin Sugars <bsugars@canoe.ca> 
61546              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
61547              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
61548      Branch: perl
61549            ! perlio.c
61550 ____________________________________________________________________________
61551 [  9272] By: jhi                                   on 2001/03/21  01:33:17
61552         Log: Subject: Re: [PATCH] POSIX::getcwd()
61553              From: Benjamin Sugars <bsugars@canoe.ca> 
61554              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
61555              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
61556      Branch: perl
61557            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
61558 ____________________________________________________________________________
61559 [  9271] By: jhi                                   on 2001/03/21  01:22:52
61560         Log: Subject: [PATCH] Cwd.pm docs
61561              From: Benjamin Sugars <bsugars@canoe.ca>
61562              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
61563              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
61564      Branch: perl
61565            ! lib/Cwd.pm
61566 ____________________________________________________________________________
61567 [  9270] By: jhi                                   on 2001/03/21  01:16:29
61568         Log: Continue 4-arg substr() UTF-8 fixage.
61569      Branch: perl
61570            ! pp.c t/op/substr.t
61571 ____________________________________________________________________________
61572 [  9269] By: jhi                                   on 2001/03/21  00:46:14
61573         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
61574              
61575              revert the leak fix in change#9142 (problem needs a more experimental
61576              fix unsuitable for 5.6.1)
61577              
61578              do alphabetical sorting by default (for csh compatibility)
61579              
61580              cut-n-paste goof in change#9264
61581              
61582              VMS piping fixes (from Charles Lane)
61583      Branch: perl
61584           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
61585           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
61586           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
61587 ____________________________________________________________________________
61588 [  9268] By: jhi                                   on 2001/03/21  00:37:04
61589         Log: Integrate perlio:
61590              
61591              [  9267]
61592              More EBCDIC stuff:
61593              - Loose the extra level of function on ASCII.
61594              - spotted a chr(0) issue in sv.c
61595              - re-work of UTF-X tr/// ranges to work in Unicode
61596              space. Still issues with the "0xff is illegal UTF-8" hack.
61597              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
61598              (why do it once when you can do it all over the place :-(
61599              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
61600              need utf8.pm for swashes.
61601              - Simplified and commented scan_const() in toke.c
61602              Still something wrong regexp and tr (swashes?).
61603      Branch: perl
61604           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
61605           !> utf8.c utf8.h utfebcdic.h
61606 ____________________________________________________________________________
61607 [  9267] By: nick                                  on 2001/03/20  20:04:39
61608         Log: More EBCDIC stuff:
61609              - Loose the extra level of function on ASCII.
61610              - spotted a chr(0) issue in sv.c
61611              - re-work of UTF-X tr/// ranges to work in Unicode
61612              space. Still issues with the "0xff is illegal UTF-8" hack.
61613              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
61614              (why do it once when you can do it all over the place :-(
61615              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
61616              need utf8.pm for swashes.
61617              - Simplified and commented scan_const() in toke.c
61618              Still something wrong regexp and tr (swashes?).
61619      Branch: perlio
61620            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
61621            ! utf8.c utf8.h utfebcdic.h
61622 ____________________________________________________________________________
61623 [  9266] By: gsar                                  on 2001/03/20  19:16:43
61624         Log: VMS piping fixes (from Charles Lane)
61625      Branch: maint-5.6/perl
61626            ! vms/vms.c vms/vmspipe.com
61627 ____________________________________________________________________________
61628 [  9265] By: gsar                                  on 2001/03/20  17:53:52
61629         Log: cut-n-paste goof in change#9264
61630      Branch: maint-5.6/perl
61631            ! ext/File/Glob/Glob.xs
61632 ____________________________________________________________________________
61633 [  9264] By: gsar                                  on 2001/03/20  17:43:47
61634         Log: do alphabetical sorting by default (for csh compatibility);
61635              bsd_glob() does ASCII sort by default as usual, unless
61636              GLOB_ALPHASORT was specified
61637      Branch: maint-5.6/perl
61638            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
61639            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
61640            ! ext/File/Glob/bsd_glob.h
61641 ____________________________________________________________________________
61642 [  9263] By: gsar                                  on 2001/03/20  16:40:08
61643         Log: integrate change#9255 from mainline (unicode fix)
61644              
61645              substr($bytestr, i, n, $charstr)
61646      Branch: maint-5.6/perl
61647           !> Todo-5.6 pp.c t/op/substr.t
61648 ____________________________________________________________________________
61649 [  9262] By: gsar                                  on 2001/03/20  15:57:41
61650         Log: revert the leak fix in change#9142 (problem needs a more experimental
61651              fix unsuitable for 5.6.1)
61652      Branch: maint-5.6/perl
61653            ! scope.c
61654 ____________________________________________________________________________
61655 [  9261] By: jhi                                   on 2001/03/20  14:26:25
61656         Log: Integrate changes #9259,9260 from maintperl into mainline.
61657              
61658              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
61659              
61660              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
61661      Branch: perl
61662           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
61663 ____________________________________________________________________________
61664 [  9260] By: jhi                                   on 2001/03/20  14:05:46
61665         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
61666              From: Robin Barker <rmb1@cise.npl.co.uk>
61667              Date: Tue, 20 Mar 2001 10:12:04 GMT
61668              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
61669      Branch: maint-5.6/perl
61670            ! run.c
61671 ____________________________________________________________________________
61672 [  9259] By: jhi                                   on 2001/03/20  14:04:39
61673         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
61674              From: Chris Nandor <pudge@pobox.com>
61675              Date: Tue, 20 Mar 2001 00:40:56 -0500
61676              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
61677      Branch: maint-5.6/perl
61678            ! ext/POSIX/POSIX.xs lib/File/Path.pm
61679 ____________________________________________________________________________
61680 [  9258] By: jhi                                   on 2001/03/20  05:09:34
61681         Log: Update Changes.
61682      Branch: perl
61683            ! Changes patchlevel.h
61684 ____________________________________________________________________________
61685 [  9257] By: jhi                                   on 2001/03/20  05:04:25
61686         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
61687      Branch: perl
61688            ! t/op/tr.t
61689 ____________________________________________________________________________
61690 [  9256] By: jhi                                   on 2001/03/20  04:43:12
61691         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
61692              From: Peter Prymmer <pvhp@forte.com>
61693              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
61694              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
61695      Branch: maint-5.6/perl
61696            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
61697 ____________________________________________________________________________
61698 [  9255] By: jhi                                   on 2001/03/19  23:17:17
61699         Log: substr($bytestr, i, n, $charstr)
61700              
61701              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
61702      Branch: perl
61703            ! Todo-5.6 pp.c t/op/substr.t
61704 ____________________________________________________________________________
61705 [  9254] By: jhi                                   on 2001/03/19  22:25:09
61706         Log: Rearrange the make test target prerequisites so that
61707              in a parallel make 'all' is finished before 'test'.
61708      Branch: perl
61709            ! Makefile.SH
61710 ____________________________________________________________________________
61711 [  9253] By: jhi                                   on 2001/03/19  21:48:07
61712         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
61713              From: Robin Houston <robin@kitsite.com>
61714              Date: Mon, 19 Mar 2001 15:48:41 +0000
61715              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
61716      Branch: perl
61717            ! pp_ctl.c
61718 ____________________________________________________________________________
61719 [  9252] By: jhi                                   on 2001/03/19  21:42:27
61720         Log: Integrate perlio:
61721              
61722              [  9248]
61723              Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
61724              (Building on OS390 uses native YACC and YYDEBUG has other
61725              side effects.)
61726              
61727              [  9246]
61728              More EBCDIC fixes.
61729      Branch: perl
61730           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
61731           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
61732           !> utfebcdic.h vms/perly_c.vms
61733 ____________________________________________________________________________
61734 [  9251] By: jhi                                   on 2001/03/19  21:31:28
61735         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
61736              
61737              Dynaloading in 64-bit AIX with vac.
61738      Branch: perl
61739           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
61740           !> hints/aix.sh
61741 ____________________________________________________________________________
61742 [  9250] By: jhi                                   on 2001/03/19  21:18:00
61743         Log: A more robust solution for the 64bitall AIX dynaloading
61744              problem, from Jens-Uwe Mager.
61745      Branch: maint-5.6/perl
61746            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
61747 ____________________________________________________________________________
61748 [  9249] By: nick                                  on 2001/03/19  20:59:37
61749         Log: Integrate mainline.
61750      Branch: perlio
61751           !> (integrate 42 files)
61752 ____________________________________________________________________________
61753 [  9248] By: nick                                  on 2001/03/19  20:22:07
61754         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
61755              (Building on OS390 uses native YACC and YYDEBUG has other
61756              side effects.)
61757      Branch: perlio
61758            ! perly.c perly.y vms/perly_c.vms
61759 ____________________________________________________________________________
61760 [  9247] By: jhi                                   on 2001/03/19  19:59:53
61761         Log: 64-bit AIX dynaloading problem (see #9244) idea
61762              from Jens-Uwe Mager.
61763      Branch: maint-5.6/perl
61764            ! ext/DynaLoader/dl_aix.xs
61765 ____________________________________________________________________________
61766 [  9246] By: nick                                  on 2001/03/19  19:27:57
61767         Log: More EBCDIC fixes.
61768      Branch: perlio
61769            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
61770            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
61771 ____________________________________________________________________________
61772 [  9245] By: jhi                                   on 2001/03/19  19:05:19
61773         Log: Integrate change #9243 from mainline into maintperl.
61774              
61775              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
61776      Branch: maint-5.6/perl
61777           !> README.vmesa
61778 ____________________________________________________________________________
61779 [  9244] By: jhi                                   on 2001/03/19  19:03:15
61780         Log: Get 64bitall AIX building, but still does not test okay:
61781              dynaloading anything fails, for example for op/defins:
61782              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
61783              (update: fixed by #9247,9250)
61784      Branch: maint-5.6/perl
61785            ! hints/aix.sh
61786 ____________________________________________________________________________
61787 [  9243] By: jhi                                   on 2001/03/19  19:00:16
61788         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
61789              From: Robin Barker <rmb1@cise.npl.co.uk>
61790              Date: Mon, 19 Mar 2001 18:01:57 GMT
61791              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
61792      Branch: perl
61793            ! README.vmesa
61794 ____________________________________________________________________________
61795 [  9242] By: jhi                                   on 2001/03/19  18:58:43
61796         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
61797              
61798              TODO: tests.
61799      Branch: perl
61800            ! doop.c op.c
61801 ____________________________________________________________________________
61802 [  9241] By: gsar                                  on 2001/03/19  17:34:46
61803         Log: VMSify tests (from Charles Lane)
61804      Branch: maint-5.6/perl
61805            ! t/lib/filehand.t t/lib/texttabs.t
61806 ____________________________________________________________________________
61807 [  9240] By: jhi                                   on 2001/03/19  14:24:26
61808         Log: Integrate change #9233 from maintperl into mainline.
61809              
61810              some refcounts were incorrect in perl_clone()
61811      Branch: perl
61812           !> sv.c
61813 ____________________________________________________________________________
61814 [  9239] By: gsar                                  on 2001/03/19  09:23:17
61815         Log: this is 5.6.1-trial3
61816      Branch: maint-5.6/perl
61817            ! Changes
61818 ____________________________________________________________________________
61819 [  9238] By: gsar                                  on 2001/03/19  08:47:04
61820         Log: some new symbols are only available under ithreads
61821      Branch: maint-5.6/perl
61822            ! makedef.pl
61823 ____________________________________________________________________________
61824 [  9237] By: gsar                                  on 2001/03/19  08:42:28
61825         Log: update patchlevel.h, Changes, &c.
61826      Branch: maint-5.6/perl
61827            ! Changes patchlevel.h pod/perlhist.pod
61828           !> AUTHORS
61829 ____________________________________________________________________________
61830 [  9236] By: gsar                                  on 2001/03/19  08:17:49
61831         Log: integrate changes#8068,8717 from mainline
61832              
61833              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
61834              
61835              [PATCH CPAN 1.59_51] warning message (not!)
61836      Branch: maint-5.6/perl
61837           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
61838           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
61839           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
61840           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
61841           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
61842 ____________________________________________________________________________
61843 [  9235] By: gsar                                  on 2001/03/19  08:07:09
61844         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
61845              
61846              [PATCH] Add missing CV flags to dump.c
61847              
61848              Re: [patch] Re: PL_ptr_table
61849              
61850              Fixup non-ithread build after 8713
61851              
61852              Generated files form 8713 etc.
61853              
61854              Correct the correction :-(
61855              
61856              Documenting coderef @INC (Re: CPAN "make this script work" feature)
61857              
61858              Subject: Re: sync sync sync: have I missed any patches?
61859              Replace djSP with dSP.
61860      Branch: maint-5.6/perl
61861           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
61862           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
61863           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
61864           !> sv.c sv.h win32/perlhost.h
61865 ____________________________________________________________________________
61866 [  9234] By: gsar                                  on 2001/03/19  07:22:05
61867         Log: revert the change#9090 integrate for now (change looks somewhat
61868              incomplete in that [ha]v_exists() need something similar; lacks
61869              tests; &c.)
61870      Branch: maint-5.6/perl
61871            ! hv.c
61872 ____________________________________________________________________________
61873 [  9233] By: gsar                                  on 2001/03/19  07:10:01
61874         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
61875              destruction when there are unreferenced scalars (SvREFCNT==0)
61876      Branch: maint-5.6/perl
61877            ! sv.c
61878 ____________________________________________________________________________
61879 [  9232] By: jhi                                   on 2001/03/19  05:11:02
61880         Log: Regen api and toc.
61881      Branch: maint-5.6/perl
61882            ! pod/perlapi.pod pod/perltoc.pod
61883 ____________________________________________________________________________
61884 [  9231] By: jhi                                   on 2001/03/19  04:06:03
61885         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
61886              add a lost line in pp.c:pp_chop(), update to new op/chop.
61887              
61888              Clarify the description differentiating for and while; inspired by
61889              
61890              Subject: [ID 20010306.004] || != named unary operator
61891              
61892              The $Is_MacOS needs to be declared.
61893      Branch: maint-5.6/perl
61894            ! pp.c t/op/chop.t
61895           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
61896 ____________________________________________________________________________
61897 [  9230] By: jhi                                   on 2001/03/19  03:48:16
61898         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
61899              9079,9083,9089,9090,9091 from mainline to maintperl.
61900              
61901              Quieten some noise in Win32 builds
61902              
61903              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
61904              
61905              The perlretut was still talking about the old \p and \P
61906              definitions.
61907              
61908              More tweakage on the Unicode character class descriptions.
61909              
61910              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
61911              
61912              Subject: 'no *POSIX' Patch speeding up make on BS2000 
61913              
61914              Subject: [PATCH] perldata.pod here-doc docs
61915              
61916              Add /sbin and /usr/sbin to the list of directories scanned
61917              for setuid programs.  Takes care of bug id 20010309.003.
61918              
61919              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
61920              
61921              In op/stat #35 better to scan all the potential directories
61922              for setuids, not just the first one.
61923      Branch: maint-5.6/perl
61924            ! Makefile.SH
61925           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
61926           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
61927           !> t/op/stat.t toke.c win32/win32.h
61928 ____________________________________________________________________________
61929 [  9229] By: jhi                                   on 2001/03/19  02:31:50
61930         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
61931              From: Chris Nandor <pudge@pobox.com>
61932              Date: Sat, 10 Mar 2001 14:22:19 -0500
61933              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
61934      Branch: maint-5.6/perl
61935            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
61936            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
61937            ! t/lib/b.t t/lib/errno.t
61938 ____________________________________________________________________________
61939 [  9228] By: jhi                                   on 2001/03/19  02:29:59
61940         Log: Integrate changes #9113,9122 from mainline into maintperl.
61941              
61942              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?)
61943      Branch: maint-5.6/perl
61944           !> Configure README.os390 hints/os390.sh
61945 ____________________________________________________________________________
61946 [  9227] By: jhi                                   on 2001/03/19  02:22:35
61947         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
61948              into maintperl.
61949              
61950              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
61951              
61952              Forgot to check-in the larger part of #9120, duh.
61953              
61954              Subject: Another patch for integer.pm POD 
61955              
61956              h2ph strictness and cleanliness from Kurt Starsinic.
61957              
61958              Borland filename case problem.
61959              
61960              h2ph strictness and cleanliness from Kurt Starsinic.
61961              
61962              Subject: [PATCH] the uncontroversial doc patches
61963      Branch: maint-5.6/perl
61964           +> win32/sncfnmcs.pl
61965           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
61966           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
61967           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
61968           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
61969           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
61970           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
61971           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
61972 ____________________________________________________________________________
61973 [  9226] By: jhi                                   on 2001/03/19  02:10:21
61974         Log: Integrate changes #9207,9214 from mainline into maintperl.
61975              
61976              podchecker relaxations: =over has an *optional* number after it,
61977              and whitespace in L<> is okay.
61978      Branch: maint-5.6/perl
61979           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
61980           !> t/pod/poderrs.xr
61981 ____________________________________________________________________________
61982 [  9225] By: jhi                                   on 2001/03/19  02:07:38
61983         Log: Integrate change #9219 from maintperl into mainline.
61984              
61985              remove duplicated tests
61986      Branch: perl
61987           !> t/op/re_tests
61988 ____________________________________________________________________________
61989 [  9224] By: jhi                                   on 2001/03/19  02:06:11
61990         Log: Integrate change #9223 from mainline to maintperl.
61991              
61992              Document -Dmksymlinks.
61993      Branch: maint-5.6/perl
61994           !> INSTALL
61995 ____________________________________________________________________________
61996 [  9223] By: jhi                                   on 2001/03/19  02:01:25
61997         Log: Document -Dmksymlinks.
61998      Branch: perl
61999            ! INSTALL
62000 ____________________________________________________________________________
62001 [  9222] By: jhi                                   on 2001/03/19  01:15:35
62002         Log: The -Dmksymlinks wasn't working for maintperl.
62003      Branch: maint-5.6/perl
62004            ! Configure
62005 ____________________________________________________________________________
62006 [  9221] By: jhi                                   on 2001/03/19  00:49:43
62007         Log: Cleanup pixie residue.
62008      Branch: perl
62009            ! Makefile.SH
62010 ____________________________________________________________________________
62011 [  9220] By: jhi                                   on 2001/03/19  00:44:47
62012         Log: Document the use of pixie/prof; create make targets for it.
62013              
62014              TODO: make t/TEST pixie-aware.
62015      Branch: perl
62016            ! Makefile.SH pod/perlhack.pod
62017 ____________________________________________________________________________
62018 [  9219] By: gsar                                  on 2001/03/19  00:16:55
62019         Log: remove duplicated tests
62020      Branch: maint-5.6/perl
62021            ! t/op/re_tests
62022 ____________________________________________________________________________
62023 [  9218] By: jhi                                   on 2001/03/18  23:59:31
62024         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
62025      Branch: perl
62026            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
62027 ____________________________________________________________________________
62028 [  9217] By: jhi                                   on 2001/03/18  23:25:20
62029         Log: Rewrite the tests section of Makefile to be less redundant
62030              and to allow for more flexible test targets, many recursive
62031              make calls introduced.
62032      Branch: perl
62033            ! Makefile.SH
62034 ____________________________________________________________________________
62035 [  9216] By: jhi                                   on 2001/03/18  22:30:04
62036         Log: Document the use of Third Degree (sparsely).
62037      Branch: perl
62038            ! pod/perlhack.pod t/TEST
62039 ____________________________________________________________________________
62040 [  9215] By: jhi                                   on 2001/03/18  22:10:30
62041         Log: Make targets for testing with Third Degree.
62042      Branch: perl
62043            ! Makefile.SH
62044 ____________________________________________________________________________
62045 [  9214] By: jhi                                   on 2001/03/18  21:08:53
62046         Log: The podchecker relaxations need to mirrored also at the tests.
62047      Branch: perl
62048            ! t/pod/poderrs.xr
62049 ____________________________________________________________________________
62050 [  9213] By: jhi                                   on 2001/03/18  20:56:21
62051         Log: Update Changes.
62052      Branch: perl
62053            ! Changes patchlevel.h
62054 ____________________________________________________________________________
62055 [  9212] By: jhi                                   on 2001/03/18  20:36:59
62056         Log: Looking for config.sh in parent directories isn't
62057              very useful for the toplevel Makefile.
62058      Branch: perl
62059            ! Makefile.SH
62060 ____________________________________________________________________________
62061 [  9211] By: jhi                                   on 2001/03/18  20:33:37
62062         Log: On "make clean" take care of Third Degree droppings.
62063      Branch: perl
62064            ! Makefile.SH
62065 ____________________________________________________________________________
62066 [  9210] By: jhi                                   on 2001/03/18  20:21:34
62067         Log: Add a hook for running the tests under the Third Degree
62068              debugging tool (set $ENV{PERL_3LOG} to non-zero)
62069              
62070              TODO: Document the use of Third Degree.
62071      Branch: perl
62072            ! t/TEST
62073 ____________________________________________________________________________
62074 [  9209] By: jhi                                   on 2001/03/18  20:19:07
62075         Log: Regen toc and api pods.
62076      Branch: perl
62077            ! pod/perlapi.pod pod/perltoc.pod
62078 ____________________________________________________________________________
62079 [  9208] By: jhi                                   on 2001/03/18  20:12:12
62080         Log: Integrate changes #8128,9132 from mainline into maintperl,
62081              Tie::SubstrHash fixes.
62082      Branch: maint-5.6/perl
62083           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
62084 ____________________________________________________________________________
62085 [  9207] By: jhi                                   on 2001/03/18  20:07:43
62086         Log: podchecker relaxations from Michael Stevens.
62087      Branch: perl
62088            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
62089 ____________________________________________________________________________
62090 [  9206] By: jhi                                   on 2001/03/18  20:04:24
62091         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
62092      Branch: perl
62093            ! lib/Locale/Constants.pm lib/Locale/Country.pm
62094            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
62095            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
62096 ____________________________________________________________________________
62097 [  9205] By: jhi                                   on 2001/03/18  19:54:45
62098         Log: Integrate changes #9161,9162 from maintperl to mainline.
62099              
62100              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
62101              results
62102      Branch: perl
62103           !> t/op/magic.t
62104 ____________________________________________________________________________
62105 [  9204] By: jhi                                   on 2001/03/18  19:37:46
62106         Log: Make perl.third checks more understandable to the builder.
62107      Branch: perl
62108            ! Makefile.SH
62109 ____________________________________________________________________________
62110 [  9203] By: jhi                                   on 2001/03/18  19:20:54
62111         Log: Re-integrate #9138 from maintperl to mainline,
62112              the squelching of the unneeded "Scalars leaked" messages.
62113      Branch: perl
62114           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
62115           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
62116           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
62117 ____________________________________________________________________________
62118 [  9202] By: jhi                                   on 2001/03/18  18:48:36
62119         Log: More robust and more paranoid perl.third target.
62120      Branch: perl
62121            ! Makefile.SH
62122 ____________________________________________________________________________
62123 [  9201] By: jhi                                   on 2001/03/18  18:39:21
62124         Log: Integrate change #9197 from maintperl to mainline.
62125              
62126              more thorough cleaning of arenas.
62127      Branch: perl
62128           !> embed.pl perl.c proto.h sv.c t/op/sort.t
62129 ____________________________________________________________________________
62130 [  9200] By: jhi                                   on 2001/03/18  18:25:17
62131         Log: Integrate perlio:
62132              
62133              [  9199]
62134              Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
62135              is the sense of the test being done. Avoid some magical 127 and 128 values
62136              by using macros.
62137              
62138              [  9198]
62139              UTF-X encoding invariance for Encode:
62140              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
62141              - move the XS code for those to universal.c (so in miniperl)
62142              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
62143              - change ext/Encode/compile to use above.
62144              - Fix t/lib/encode.t for above
62145              - Teach t/lib/b.t to expect -uutf8
62146              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
62147              utf8.pm is needed.
62148              
62149              [  9196]
62150              Fix pragma/utf8.t # 15
62151              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
62152              are SvUTF8 as well.
62153      Branch: perl
62154           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
62155           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
62156           !> t/lib/encode.t toke.c universal.c utf8.c
62157 ____________________________________________________________________________
62158 [  9199] By: nick                                  on 2001/03/18  15:23:51
62159         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
62160              is the sense of the test being done. Avoid some magical 127 and 128 values
62161              by using macros.
62162      Branch: perlio
62163            ! doop.c pp_ctl.c sv.c toke.c
62164 ____________________________________________________________________________
62165 [  9198] By: nick                                  on 2001/03/18  14:18:12
62166         Log: UTF-X encoding invariance for Encode:
62167              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
62168              - move the XS code for those to universal.c (so in miniperl)
62169              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
62170              - change ext/Encode/compile to use above.
62171              - Fix t/lib/encode.t for above
62172              - Teach t/lib/b.t to expect -uutf8
62173              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
62174              utf8.pm is needed.
62175      Branch: perlio
62176            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
62177            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
62178 ____________________________________________________________________________
62179 [  9197] By: gsar                                  on 2001/03/18  12:15:57
62180         Log: more thorough cleaning of arenas--keep going until no more
62181              SvREFCNT_dec()s occur (this fixes the problem that causes the
62182              pesky "Scalars leaked" warnings)
62183      Branch: maint-5.6/perl
62184            ! embed.pl perl.c proto.h sv.c t/op/sort.t
62185 ____________________________________________________________________________
62186 [  9196] By: nick                                  on 2001/03/18  10:57:29
62187         Log: Fix pragma/utf8.t # 15
62188              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
62189              are SvUTF8 as well.
62190      Branch: perlio
62191            ! toke.c
62192 ____________________________________________________________________________
62193 [  9195] By: nick                                  on 2001/03/18  09:27:06
62194         Log: Integrate mainline
62195      Branch: perlio
62196           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
62197           !> t/op/pat.t
62198 ____________________________________________________________________________
62199 [  9194] By: jhi                                   on 2001/03/18  05:29:59
62200         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
62201              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
62202      Branch: perl
62203            ! op.c op.h t/op/misc.t t/op/pat.t
62204 ____________________________________________________________________________
62205 [  9193] By: jhi                                   on 2001/03/18  05:15:06
62206         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
62207      Branch: perl
62208            ! mg.c t/op/pat.t
62209 ____________________________________________________________________________
62210 [  9192] By: jhi                                   on 2001/03/18  04:22:43
62211         Log: tr/// UTF-8 patches from Inaba Hiroto.
62212      Branch: perl
62213            ! doop.c op.c
62214 ____________________________________________________________________________
62215 [  9191] By: jhi                                   on 2001/03/18  04:21:17
62216         Log: Integrate perlio:
62217              
62218              [  9190]
62219              Correct #if EBCDIC side typos.
62220              Builds and passes many tests on OS390.
62221      Branch: perl
62222           !> utf8.c utfebcdic.h
62223 ____________________________________________________________________________
62224 [  9190] By: nick                                  on 2001/03/17  20:32:01
62225         Log: Correct #if EBCDIC side typos.
62226              Builds and passes many tests on OS390.
62227      Branch: perlio
62228            ! utf8.c utfebcdic.h
62229 ____________________________________________________________________________
62230 [  9189] By: jhi                                   on 2001/03/17  18:55:49
62231         Log: Add prerequisites for the perl.third target.
62232      Branch: perl
62233            ! Makefile.SH
62234 ____________________________________________________________________________
62235 [  9188] By: jhi                                   on 2001/03/17  18:46:00
62236         Log: Integrate perlio:
62237              
62238              [  9186]
62239              MANIFEST addition :-(
62240              
62241              [  9185]
62242              Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
62243              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
62244              a superset of ASCII are invariant under the encoding. This is EBCDIC
62245              friendly as an encoded string can be looked at as being EBCDIC by lexer
62246              sprintf("0",...) etc. in same manner that a UTF-8 string be considered
62247              ASCII on ASCII machines.
62248              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
62249              seperate.
62250              - Add some more macros to comprehend different shift amounts and
62251              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
62252              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
62253              and conditionally #include it.
62254              EBCDIC build as yet untested.  ASCII still fails the one test.
62255              
62256              [  9184]
62257              Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
62258      Branch: perl
62259           +> utfebcdic.h
62260           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
62261 ____________________________________________________________________________
62262 [  9187] By: jhi                                   on 2001/03/17  18:38:47
62263         Log: Add a make rule for perl.third (the Third Degree memory debugging
62264              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
62265      Branch: perl
62266            ! Makefile.SH
62267 ____________________________________________________________________________
62268 [  9186] By: nick                                  on 2001/03/17  18:34:48
62269         Log: MANIFEST addition :-(
62270      Branch: perlio
62271            ! MANIFEST
62272 ____________________________________________________________________________
62273 [  9185] By: nick                                  on 2001/03/17  18:29:50
62274         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
62275              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
62276              a superset of ASCII are invariant under the encoding. This is EBCDIC
62277              friendly as an encoded string can be looked at as being EBCDIC by lexer
62278              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
62279              ASCII on ASCII machines.
62280              
62281              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
62282              seperate.
62283              - Add some more macros to comprehend different shift amounts and
62284              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
62285              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
62286              and conditionally #include it.
62287              
62288              EBCDIC build as yet untested.  ASCII still fails the one test.
62289      Branch: perlio
62290            + utfebcdic.h
62291            ! utf8.c utf8.h
62292 ____________________________________________________________________________
62293 [  9184] By: nick                                  on 2001/03/17  17:44:16
62294         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
62295      Branch: perlio
62296            ! doop.c perl.h pp.c utf8.h
62297 ____________________________________________________________________________
62298 [  9183] By: jhi                                   on 2001/03/17  15:55:42
62299         Log: Integrate perlio:
62300              
62301              [  9182]
62302              Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
62303              
62304              [  9180]
62305              EBCDIC Fixes.
62306              
62307              [  9173]
62308              1st day's EBCDIC fixes:
62309              - toke.c's parsing of strings needed attention
62310              needed to conditionally e2a if string was already UTF-8
62311              - e2a/a2e tables where wrong way round.
62312              - new macros in utf8.h
62313      Branch: perl
62314            ! MANIFEST
62315           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
62316 ____________________________________________________________________________
62317 [  9182] By: nick                                  on 2001/03/17  09:16:06
62318         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
62319      Branch: perlio
62320            ! t/op/pat.t
62321 ____________________________________________________________________________
62322 [  9181] By: nick                                  on 2001/03/17  09:15:11
62323         Log: Integrate mainline.
62324      Branch: perlio
62325           +> lib/Locale/Constants.pm lib/Locale/Country.pm
62326           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
62327           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
62328           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
62329           !> (integrate 83 files)
62330 ____________________________________________________________________________
62331 [  9180] By: nick                                  on 2001/03/16  17:23:21
62332         Log: EBCDIC Fixes.
62333      Branch: perlio
62334            ! perl.h sv.c toke.c utf8.c utf8.h
62335 ____________________________________________________________________________
62336 [  9179] By: jhi                                   on 2001/03/16  14:10:12
62337         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
62338              a change needed to work around an AIX compiler bug.
62339      Branch: perl
62340            ! ext/Storable/Storable.xs
62341 ____________________________________________________________________________
62342 [  9178] By: jhi                                   on 2001/03/16  03:19:59
62343         Log: With Damian's approval synchronize damian's modules'
62344              licensing with Perl's standard module licensing.
62345      Branch: perl
62346            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
62347 ____________________________________________________________________________
62348 [  9177] By: jhi                                   on 2001/03/16  03:15:34
62349         Log: Make the Filter::Util:Call files have their own copies
62350              of the Perl standard module licensing, from Paul Marquess.
62351      Branch: perl
62352            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
62353 ____________________________________________________________________________
62354 [  9176] By: jhi                                   on 2001/03/16  02:56:04
62355         Log: Subject: [PATCH] more pod patches
62356              From: Michael Stevens <michael@etla.org>
62357              Date: Thu, 15 Mar 2001 21:25:18 +0000
62358              Message-ID: <20010315212518.A18870@firedrake.org>
62359      Branch: perl
62360            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
62361            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
62362            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
62363            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
62364            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
62365            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
62366            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
62367            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
62368            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
62369            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
62370            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
62371            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
62372            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
62373            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
62374            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
62375            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
62376            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
62377            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
62378            ! lib/Locale/Country.pm lib/Locale/Language.pm
62379            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
62380            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
62381            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
62382            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
62383            ! os2/OS2/Process/Process.pm
62384 ____________________________________________________________________________
62385 [  9175] By: jhi                                   on 2001/03/16  02:53:32
62386         Log: Subject: [PATCH] the uncontroversial doc patches
62387              From: Michael Stevens <michael@etla.org>
62388              Date: Thu, 15 Mar 2001 20:01:12 +0000
62389              Message-ID: <20010315200112.A7636@firedrake.org>
62390      Branch: perl
62391            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
62392            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
62393            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
62394            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
62395            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
62396 ____________________________________________________________________________
62397 [  9174] By: jhi                                   on 2001/03/16  02:50:49
62398         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
62399              From: Paul Lindner <lindner@inuus.com>
62400              Date: Fri, 16 Mar 2001 11:28:03 -0800
62401              Message-ID: <20010316112803.A7577@inuus.com>
62402      Branch: perl
62403            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
62404 ____________________________________________________________________________
62405 [  9173] By: nick                                  on 2001/03/15  20:21:03
62406         Log: 1st day's EBCDIC fixes:
62407              - toke.c's parsing of strings needed attention
62408              needed to conditionally e2a if string was already UTF-8
62409              - e2a/a2e tables where wrong way round.
62410              - new macros in utf8.h
62411      Branch: perlio
62412            ! perl.h toke.c utf8.h
62413 ____________________________________________________________________________
62414 [  9172] By: jhi                                   on 2001/03/15  15:17:17
62415         Log: Update Changes.
62416      Branch: perl
62417            ! Changes patchlevel.h
62418 ____________________________________________________________________________
62419 [  9171] By: jhi                                   on 2001/03/15  15:09:32
62420         Log: Subject: Re: Another Borland C++ problem.
62421              From: "Vadim Konovalov" <watman@inbox.ru>
62422              Date: Sat, 10 Mar 2001 19:26:07 +0300
62423              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
62424              
62425              Borland filename case problem.
62426      Branch: perl
62427            + win32/sncfnmcs.pl
62428            ! MANIFEST README.win32
62429 ____________________________________________________________________________
62430 [  9170] By: jhi                                   on 2001/03/15  14:54:23
62431         Log: Add Locale::Codes 1.06, from Neil Bowers.
62432      Branch: perl
62433            + lib/Locale/Constants.pm lib/Locale/Country.pm
62434            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
62435            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
62436            + t/lib/lc-language.t t/lib/lc-uk.t
62437            ! MANIFEST
62438 ____________________________________________________________________________
62439 [  9169] By: jhi                                   on 2001/03/15  14:19:01
62440         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
62441      Branch: perl
62442            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
62443            ! ext/Storable/Storable.xs
62444 ____________________________________________________________________________
62445 [  9168] By: jhi                                   on 2001/03/15  14:13:22
62446         Log: Integrate changes #9120,9167 from mainline to maintperl.
62447              
62448              Subject: [PATCH 5.6.1] OS/2 docs
62449              
62450              Subject: [PATCH 5.6.1] perldoc
62451      Branch: maint-5.6/perl
62452           !> os2/Changes utils/perldoc.PL
62453 ____________________________________________________________________________
62454 [  9167] By: jhi                                   on 2001/03/15  14:07:42
62455         Log: Subject: [PATCH 5.6.1] perldoc
62456              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62457              Date: Wed, 14 Mar 2001 23:46:52 -0500
62458              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
62459      Branch: perl
62460            ! utils/perldoc.PL
62461 ____________________________________________________________________________
62462 [  9166] By: jhi                                   on 2001/03/15  13:53:15
62463         Log: sigaction test condition tweakage.
62464      Branch: perl
62465            ! t/lib/sigaction.t
62466 ____________________________________________________________________________
62467 [  9165] By: alanbur                               on 2001/03/15  03:49:17
62468         Log: Resynchronised with parent
62469      Branch: maint-5.6/pureperl
62470           +> os2/os2add.sym t/op/anonsub.t
62471           !> (integrate 72 files)
62472 ____________________________________________________________________________
62473 [  9164] By: jhi                                   on 2001/03/15  01:05:01
62474         Log: Avoid stomping off the beginning of an array in tr///.
62475      Branch: perl
62476            ! op.c
62477 ____________________________________________________________________________
62478 [  9163] By: jhi                                   on 2001/03/15  00:58:57
62479         Log: h2ph strictness and cleanliness from Kurt Starsinic.
62480      Branch: perl
62481            ! utils/h2ph.PL
62482 ____________________________________________________________________________
62483 [  9162] By: gsar                                  on 2001/03/15  00:56:53
62484         Log: avoid warnings
62485      Branch: maint-5.6/perl
62486            ! t/op/magic.t
62487 ____________________________________________________________________________
62488 [  9161] By: gsar                                  on 2001/03/15  00:52:09
62489         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
62490              results
62491      Branch: maint-5.6/perl
62492            ! t/op/magic.t
62493 ____________________________________________________________________________
62494 [  9160] By: jhi                                   on 2001/03/14  22:02:10
62495         Log: Do not use the Perl malloc in IRIX, suggested by
62496              Helmus Jarausch.
62497      Branch: perl
62498            ! hints/irix_6.sh
62499 ____________________________________________________________________________
62500 [  9159] By: nick                                  on 2001/03/14  21:45:59
62501         Log: Integrate mainline
62502      Branch: perlio
62503           +> t/op/loopctl.t
62504           !> (integrate 41 files)
62505 ____________________________________________________________________________
62506 [  9158] By: jhi                                   on 2001/03/14  21:10:09
62507         Log: The Day of the Retractions continues: the #9138
62508              (integrated in #9144) doesn't work well in mainline.
62509      Branch: perl
62510            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
62511            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
62512            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
62513 ____________________________________________________________________________
62514 [  9157] By: jhi                                   on 2001/03/14  20:58:12
62515         Log: The #9145 CANNOT be enabled: the clear_pmop code still
62516              dumps core all over in Tru64.
62517      Branch: perl
62518            ! op.c op.h t/op/pat.t
62519 ____________________________________________________________________________
62520 [  9156] By: jhi                                   on 2001/03/14  20:48:06
62521         Log: Integrate change #9154 from maintperl to mainline.
62522              
62523              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
62524              (caused Storable 1.0.10 to break on windows)
62525      Branch: perl
62526           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
62527           !> perlapi.c proto.h
62528 ____________________________________________________________________________
62529 [  9155] By: jhi                                   on 2001/03/14  20:23:53
62530         Log: Retract #9136: breaks threading (and binary compatibility).
62531      Branch: perl
62532            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
62533 ____________________________________________________________________________
62534 [  9154] By: gsar                                  on 2001/03/14  17:48:18
62535         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
62536              (caused Storable 1.0.10 to break on windows)
62537      Branch: maint-5.6/perl
62538            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
62539            ! perlapi.c proto.h
62540 ____________________________________________________________________________
62541 [  9153] By: jhi                                   on 2001/03/14  13:35:21
62542         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
62543      Branch: perl
62544            ! t/lib/sigaction.t
62545 ____________________________________________________________________________
62546 [  9152] By: gsar                                  on 2001/03/14  07:29:40
62547         Log: back out changes#9012,9010,9009 and parts of change#9016
62548              (causes ABRs under purify, and some prerequisites don't
62549              seem to be there in 5.6.x)
62550      Branch: maint-5.6/perl
62551            ! doop.c op.c t/op/tr.t toke.c
62552 ____________________________________________________________________________
62553 [  9151] By: gsar                                  on 2001/03/14  07:01:29
62554         Log: reenable change#9145 (the test was busted due to a missing
62555              C<print "ok 27\n">)
62556      Branch: perl
62557            ! op.c op.h t/op/pat.t
62558 ____________________________________________________________________________
62559 [  9150] By: jhi                                   on 2001/03/14  06:38:36
62560         Log: Retract #9145.
62561      Branch: perl
62562            ! op.c op.h t/op/pat.t
62563 ____________________________________________________________________________
62564 [  9149] By: jhi                                   on 2001/03/14  06:14:56
62565         Log: Retract #9143.
62566      Branch: perl
62567            ! op.c
62568 ____________________________________________________________________________
62569 [  9148] By: gsar                                  on 2001/03/14  06:13:02
62570         Log: Uninitialized Memory Read in regexec.c
62571      Branch: perl
62572            ! regexec.c
62573 ____________________________________________________________________________
62574 [  9147] By: jhi                                   on 2001/03/14  04:59:54
62575         Log: Subject: PATCH: make goto work in nested eval ""
62576              From: Robin Houston <robin@kitsite.com>
62577              Date: Wed, 14 Mar 2001 04:16:10 +0000
62578              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
62579      Branch: perl
62580            ! pp_ctl.c t/op/goto.t
62581 ____________________________________________________________________________
62582 [  9146] By: jhi                                   on 2001/03/14  04:42:54
62583         Log: Preserve the #ifdef PERL_CORE in perly.h.
62584      Branch: perl
62585            ! perly.fixer
62586 ____________________________________________________________________________
62587 [  9145] By: jhi                                   on 2001/03/14  03:57:41
62588         Log: (Retracted by #9150.)
62589      Branch: perl
62590            ! op.c op.h t/op/pat.t
62591 ____________________________________________________________________________
62592 [  9144] By: jhi                                   on 2001/03/14  03:50:38
62593         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
62594              
62595              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
62596              
62597              remove squelch controls for "Scalars leaked" messages in most places
62598              (these are now cured)
62599              
62600              fix another memory leak reported by purify (tie callbacks that
62601              croak can leak when wiping out magic)
62602      Branch: perl
62603           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
62604           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
62605           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
62606           !> t/pragma/warnings.t
62607 ____________________________________________________________________________
62608 [  9143] By: jhi                                   on 2001/03/14  03:37:53
62609         Log: (Retracted by #9149.)
62610      Branch: perl
62611            ! op.c
62612 ____________________________________________________________________________
62613 [  9142] By: gsar                                  on 2001/03/14  03:20:48
62614         Log: fix another memory leak reported by purify (tie callbacks that
62615              croak can leak when wiping out magic)
62616      Branch: maint-5.6/perl
62617            ! scope.c
62618 ____________________________________________________________________________
62619 [  9141] By: jhi                                   on 2001/03/14  02:55:00
62620         Log: Subject: PATCH for [ID 20010305.003]
62621              From: Robin Houston <robin@kitsite.com>
62622              Date: Wed, 14 Mar 2001 02:45:51 +0000
62623              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
62624      Branch: perl
62625            ! pp_ctl.c t/op/eval.t
62626 ____________________________________________________________________________
62627 [  9140] By: jhi                                   on 2001/03/14  02:41:54
62628         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
62629              Date: Wed, 14 Mar 2001 01:52:51 +0000
62630              From: Robin Houston <robin@kitsite.com>
62631              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
62632              
62633              Fix for 2000313.004.
62634      Branch: perl
62635            ! pp_ctl.c t/op/goto.t
62636 ____________________________________________________________________________
62637 [  9139] By: jhi                                   on 2001/03/14  02:40:50
62638         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
62639              From: Robin Houston <robin@kitsite.com>
62640              Date: Wed, 14 Mar 2001 00:43:45 +0000
62641              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
62642      Branch: perl
62643            + t/op/loopctl.t
62644            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
62645            ! vms/perly_c.vms
62646 ____________________________________________________________________________
62647 [  9138] By: gsar                                  on 2001/03/14  01:18:00
62648         Log: remove squelch controls for "Scalars leaked" messages in most places
62649              (these are now cured)
62650      Branch: maint-5.6/perl
62651            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
62652            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
62653            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
62654 ____________________________________________________________________________
62655 [  9137] By: gsar                                  on 2001/03/14  00:57:04
62656         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
62657      Branch: maint-5.6/perl
62658            ! regcomp.c
62659 ____________________________________________________________________________
62660 [  9136] By: jhi                                   on 2001/03/13  23:12:24
62661         Log: (Retracted by #9155)
62662              
62663              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
62664              From: Jens-Uwe Mager <jum@helios.de>
62665              Date: Wed, 21 Feb 2001 21:32:04 +0100
62666              Message-ID: <20010221213203.A18340@ans.helios.de>
62667      Branch: perl
62668            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
62669 ____________________________________________________________________________
62670 [  9135] By: jhi                                   on 2001/03/13  22:50:05
62671         Log: Integrate perlio:
62672              
62673              [  9126]
62674              #ifdef'ed out code to make packed side of pack/unpack
62675              octets. (i.e. pack('U') => encode_utf8).
62676      Branch: perl
62677           !> pp.c
62678 ____________________________________________________________________________
62679 [  9134] By: jhi                                   on 2001/03/13  22:49:05
62680         Log: Integrate change #9131 from maintperl into mainline.
62681              
62682              make the error text look more consistent in hints/hpux.sh
62683      Branch: perl
62684           !> hints/hpux.sh
62685 ____________________________________________________________________________
62686 [  9133] By: gsar                                  on 2001/03/13  22:46:20
62687         Log: integrate change#9067 from mainline
62688              
62689              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
62690      Branch: maint-5.6/perl
62691           !> lib/ExtUtils/MM_Unix.pm
62692 ____________________________________________________________________________
62693 [  9132] By: jhi                                   on 2001/03/13  22:41:21
62694         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
62695              From: "John P. Linderman" <jpl@research.att.com>
62696              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
62697              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
62698              
62699              A more correct prime finder.
62700      Branch: perl
62701            ! lib/Tie/SubstrHash.pm
62702 ____________________________________________________________________________
62703 [  9131] By: gsar                                  on 2001/03/13  22:30:42
62704         Log: make the error text look more consistent in hints/hpux.sh
62705      Branch: maint-5.6/perl
62706            ! hints/hpux.sh
62707 ____________________________________________________________________________
62708 [  9130] By: jhi                                   on 2001/03/13  22:23:44
62709         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
62710              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62711              Date: Tue, 13 Mar 2001 18:41:26 +0100
62712              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
62713              
62714              If the test is run non-interactively the default handler
62715              is different.
62716      Branch: perl
62717            ! t/lib/sigaction.t
62718 ____________________________________________________________________________
62719 [  9129] By: jhi                                   on 2001/03/13  22:20:21
62720         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
62721              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62722              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
62723              Date:     Tue, 13 Mar 2001 16:44:32 EST
62724      Branch: perl
62725            ! t/lib/1_compile.t
62726 ____________________________________________________________________________
62727 [  9128] By: jhi                                   on 2001/03/13  22:18:34
62728         Log: Subject: Another patch for integer.pm POD 
62729              From: "John L. Allen" <allen@grumman.com>
62730              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
62731              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
62732      Branch: perl
62733            ! lib/integer.pm
62734 ____________________________________________________________________________
62735 [  9127] By: nick                                  on 2001/03/13  21:26:30
62736         Log: Integrate mainline.
62737      Branch: perlio
62738           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
62739           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
62740           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
62741           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
62742           !> Changes Configure MANIFEST README.os2 README.os390
62743           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
62744           !> os2/Changes patchlevel.h win32/perlhost.h
62745 ____________________________________________________________________________
62746 [  9126] By: nick                                  on 2001/03/13  20:39:51
62747         Log: #ifdef'ed out code to make packed side of pack/unpack
62748              octets. (i.e. pack('U') => encode_utf8).
62749      Branch: perlio
62750            ! pp.c
62751 ____________________________________________________________________________
62752 [  9125] By: jhi                                   on 2001/03/13  15:07:16
62753         Log: Update Changes.
62754      Branch: perl
62755            ! Changes patchlevel.h
62756 ____________________________________________________________________________
62757 [  9124] By: jhi                                   on 2001/03/13  14:22:45
62758         Log: Workaround for the buggy ("internal compiler error")
62759              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
62760              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
62761              of Andreas König.
62762      Branch: perl
62763            ! ext/re/Makefile.PL hints/aix.sh
62764 ____________________________________________________________________________
62765 [  9123] By: jhi                                   on 2001/03/13  03:24:34
62766         Log: Typo in #9114.
62767      Branch: metaconfig
62768            ! U/modified/myhostname.U
62769 ____________________________________________________________________________
62770 [  9122] By: jhi                                   on 2001/03/13  03:24:06
62771         Log: Typo in #9113.
62772      Branch: perl
62773            ! Configure
62774 ____________________________________________________________________________
62775 [  9121] By: jhi                                   on 2001/03/13  01:53:05
62776         Log: Forgot to check-in the larger part of #9120, duh.
62777      Branch: perl
62778            ! README.os2
62779 ____________________________________________________________________________
62780 [  9120] By: jhi                                   on 2001/03/13  01:51:31
62781         Log: Subject: [PATCH 5.6.1] OS/2 docs
62782              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62783              Date: Mon, 12 Mar 2001 03:27:32 -0500
62784              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
62785      Branch: perl
62786            ! os2/Changes
62787 ____________________________________________________________________________
62788 [  9119] By: jhi                                   on 2001/03/13  01:49:41
62789         Log: Integrate change #9116 from maintperl into mainline.
62790              
62791              Win32::GetCwd() returns C: instead of C:\ in the root directory
62792              under ithreads
62793      Branch: perl
62794           !> win32/perlhost.h
62795 ____________________________________________________________________________
62796 [  9118] By: jhi                                   on 2001/03/13  01:13:39
62797         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
62798      Branch: perl
62799            + lib/Switch.pm t/lib/switch.t
62800            ! MANIFEST
62801 ____________________________________________________________________________
62802 [  9117] By: jhi                                   on 2001/03/13  01:03:17
62803         Log: Add Text::Balanced 1.83.
62804      Branch: perl
62805            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
62806            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
62807            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
62808            + t/lib/tb-xvari.t
62809            ! MANIFEST
62810 ____________________________________________________________________________
62811 [  9116] By: gsar                                  on 2001/03/13  00:55:53
62812         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
62813              under ithreads
62814      Branch: maint-5.6/perl
62815            ! win32/perlhost.h
62816 ____________________________________________________________________________
62817 [  9115] By: jhi                                   on 2001/03/13  00:54:09
62818         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
62819              From: "John L. Allen" <allen@grumman.com>
62820              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
62821              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
62822              
62823              use integer document clarification.
62824      Branch: perl
62825            ! lib/integer.pm
62826 ____________________________________________________________________________
62827 [  9114] By: jhi                                   on 2001/03/13  00:38:54
62828         Log: Metaconfig unit change for #9113.
62829      Branch: metaconfig
62830            ! U/modified/myhostname.U
62831 ____________________________________________________________________________
62832 [  9113] By: jhi                                   on 2001/03/13  00:38:35
62833         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?)
62834              From: Peter Prymmer <pvhp@forte.com>
62835              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
62836              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
62837      Branch: perl
62838            ! Configure README.os390 hints/os390.sh
62839 ____________________________________________________________________________
62840 [  9112] By: jhi                                   on 2001/03/13  00:29:00
62841         Log: Integrate perlio:
62842              
62843              [  9110]
62844              #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
62845      Branch: perl
62846           !> sv.c utf8.h
62847 ____________________________________________________________________________
62848 [  9111] By: nick                                  on 2001/03/12  21:16:33
62849         Log: Integrate mainline.
62850      Branch: perlio
62851           +> t/op/anonsub.t
62852           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
62853           !> proto.h sv.c
62854 ____________________________________________________________________________
62855 [  9110] By: nick                                  on 2001/03/12  21:00:13
62856         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
62857      Branch: perlio
62858            ! sv.c utf8.h
62859 ____________________________________________________________________________
62860 [  9109] By: jhi                                   on 2001/03/12  16:04:47
62861         Log: Integrate change #9108 from maintperl to mainline.
62862              
62863              fix memory leak in C<sub X { sub {} }> arising from a refcount
62864              loop between the outer sub and the inner prototype anonsub
62865              
62866              this also enables closures returned by subroutines that
62867              subsequently get redefined to work without generating coredumps :)
62868              
62869              completely removed the free_closures() hack--it shouldn't be
62870              needed anymore
62871      Branch: perl
62872           +> t/op/anonsub.t
62873           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
62874           !> proto.h sv.c
62875 ____________________________________________________________________________
62876 [  9108] By: gsar                                  on 2001/03/12  10:21:31
62877         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
62878              loop between the outer sub and the inner prototype anonsub
62879              
62880              this also enables closures returned by subroutines that
62881              subsequently get redefined to work without generating coredumps :)
62882              
62883              completely removed the free_closures() hack--it shouldn't be
62884              needed anymore
62885      Branch: maint-5.6/perl
62886            + t/op/anonsub.t
62887            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
62888            ! proto.h sv.c
62889 ____________________________________________________________________________
62890 [  9107] By: jhi                                   on 2001/03/12  05:15:31
62891         Log: Integrate perlio:
62892              
62893              [  9106]
62894              regcomp.c is working in native space, not Unicode space (if different)
62895              as it is doing compare against 'W' in \W etc.
62896              
62897              [  9105]
62898              Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
62899              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
62900              
62901              [  9104]
62902              Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
62903              
62904              [  9102]
62905              USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
62906              - exclude layer syms in makedef.pl for sfio
62907              - also inhibit Encode from trying to build ":encode()" layer.
62908      Branch: perl
62909           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
62910 ____________________________________________________________________________
62911 [  9106] By: nick                                  on 2001/03/11  20:10:12
62912         Log: regcomp.c is working in native space, not Unicode space (if different)
62913              as it is doing compare against 'W' in \W etc.
62914      Branch: perlio
62915            ! regcomp.c
62916 ____________________________________________________________________________
62917 [  9105] By: nick                                  on 2001/03/11  19:39:34
62918         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
62919              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
62920      Branch: perlio
62921            ! regcomp.c toke.c utf8.c
62922 ____________________________________________________________________________
62923 [  9104] By: nick                                  on 2001/03/11  18:15:44
62924         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
62925      Branch: perlio
62926            ! sv.c
62927 ____________________________________________________________________________
62928 [  9103] By: nick                                  on 2001/03/11  18:03:28
62929         Log: Integrate mainline (for regexp stuff).
62930      Branch: perlio
62931           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
62932           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
62933           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
62934           !> t/lib/errno.t t/op/pat.t
62935 ____________________________________________________________________________
62936 [  9102] By: nick                                  on 2001/03/11  17:44:20
62937         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
62938              - exclude layer syms in makedef.pl for sfio
62939              - also inhibit Encode from trying to build ":encode()" layer.
62940      Branch: perlio
62941            ! ext/Encode/Encode.xs makedef.pl
62942 ____________________________________________________________________________
62943 [  9101] By: jhi                                   on 2001/03/10  22:38:13
62944         Log: The $Is_MacOS needs to be declared.
62945      Branch: perl
62946            ! lib/ExtUtils/Manifest.pm
62947 ____________________________________________________________________________
62948 [  9100] By: jhi                                   on 2001/03/10  22:14:29
62949         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
62950              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
62951              pollute the symbolspace if using sfio.
62952      Branch: perl
62953            ! ext/Encode/Encode.xs
62954 ____________________________________________________________________________
62955 [  9099] By: jhi                                   on 2001/03/10  21:58:48
62956         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
62957              Date: Sat, 10 Mar 2001 14:23:55 -0500
62958              From: Chris Nandor <pudge@pobox.com>
62959              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
62960      Branch: perl
62961            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
62962            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
62963            ! t/lib/errno.t
62964 ____________________________________________________________________________
62965 [  9098] By: jhi                                   on 2001/03/10  21:38:30
62966         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
62967      Branch: perl
62968            ! regcomp.c regexec.c t/op/pat.t
62969 ____________________________________________________________________________
62970 [  9097] By: jhi                                   on 2001/03/10  14:38:07
62971         Log: Integrate perlio:
62972              
62973              [  9096]
62974              EBCDIC sanity - phase I
62975              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
62976              - use utf8n_xxxx (c.f. pvn) for forms which take length.
62977              - back out vN.N and $^V exceptions to e2a/a2e
62978              - make "locale" isxxx macros be uvchr (may be redundant?)
62979              Not clear yet that toUPPER_uni et. al. return being handled correctly.
62980              The tr// and rexexp stuff still needs an audit, assumption is they are working
62981              in Unicode space.
62982              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
62983      Branch: perl
62984           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
62985           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
62986           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
62987 ____________________________________________________________________________
62988 [  9096] By: nick                                  on 2001/03/10  11:55:43
62989         Log: EBCDIC sanity - phase I
62990              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
62991              - use utf8n_xxxx (c.f. pvn) for forms which take length.
62992              - back out vN.N and $^V exceptions to e2a/a2e
62993              - make "locale" isxxx macros be uvchr (may be redundant?)
62994              
62995              Not clear yet that toUPPER_uni et. al. return being handled correctly.
62996              The tr// and rexexp stuff still needs an audit, assumption is they are working
62997              in Unicode space.
62998              
62999              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
63000      Branch: perlio
63001            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
63002            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
63003            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
63004 ____________________________________________________________________________
63005 [  9095] By: jhi                                   on 2001/03/09  22:10:01
63006         Log: Integrate perlio:
63007              
63008              [  9094]
63009              Builds an passes all tests after integrate and this tweak.
63010      Branch: perl
63011           !> dump.c
63012 ____________________________________________________________________________
63013 [  9094] By: nick                                  on 2001/03/09  17:36:38
63014         Log: Builds an passes all tests after integrate and this tweak.
63015      Branch: perlio
63016            ! dump.c
63017 ____________________________________________________________________________
63018 [  9093] By: nick                                  on 2001/03/09  17:16:03
63019         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
63020      Branch: perlio
63021           +> lib/unicode/Scripts.txt t/lib/sigaction.t
63022           !> (integrate 79 files)
63023 ____________________________________________________________________________
63024 [  9092] By: jhi                                   on 2001/03/09  15:28:26
63025         Log: Update Changes.
63026      Branch: perl
63027            ! Changes patchlevel.h
63028 ____________________________________________________________________________
63029 [  9091] By: jhi                                   on 2001/03/09  15:25:05
63030         Log: In op/stat #35 better to scan all the potential directories
63031              for setuids, not just the first one.
63032      Branch: perl
63033            ! t/op/stat.t
63034 ____________________________________________________________________________
63035 [  9090] By: jhi                                   on 2001/03/09  15:01:27
63036         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
63037              From: rspier@pobox.com (Robert Spier)
63038              Date: Fri, 9 Mar 2001 03:30:20 -0500
63039              Message-ID: <15016.38044.381174.160189@rls.cx>
63040              
63041              EXISTS() returning undef mistakenly triggered a FETCH().
63042      Branch: perl
63043            ! hv.c
63044 ____________________________________________________________________________
63045 [  9089] By: jhi                                   on 2001/03/09  14:59:02
63046         Log: Add /sbin and /usr/sbin to the list of directories scanned
63047              for setuid programs.  Takes care of bug id 20010309.003.
63048      Branch: perl
63049            ! t/op/stat.t
63050 ____________________________________________________________________________
63051 [  9088] By: jhi                                   on 2001/03/09  14:48:32
63052         Log: Regen perlapi, perltoc.
63053      Branch: perl
63054            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
63055 ____________________________________________________________________________
63056 [  9087] By: jhi                                   on 2001/03/09  14:38:56
63057         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
63058              From: David Mitchell <davem@fdgroup.co.uk>
63059              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
63060              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
63061      Branch: perl
63062            ! dump.c perl.c perl.h pod/perlrun.pod
63063 ____________________________________________________________________________
63064 [  9086] By: jhi                                   on 2001/03/09  01:47:16
63065         Log: A modified version of
63066              
63067              Subject: [ID 20010307.005] POSIX::sigaction has various problems
63068              From: anders@broadcom.com
63069              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
63070              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
63071              
63072              Currently the sigaction.t test #6 fails (and is fudged to look
63073              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
63074              This may well be a genuine bug in Linux sigaction() (since at
63075              least Tru64, Solaris, and HP-UX disagree with Linux).
63076              Anyone with POSIX / SUSv2 tome handy?  The problem is that
63077              the flags of the oldaction don't match with the flags in
63078              the previously installed disposition.
63079      Branch: perl
63080            + t/lib/sigaction.t
63081            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
63082 ____________________________________________________________________________
63083 [  9085] By: jhi                                   on 2001/03/09  01:30:13
63084         Log: Subject: Re: mission impossible for the day
63085              From: Alex Gough <alex@rcon.org>
63086              Date: Thu, 08 Mar 2001 17:18:19 +0000
63087              Message-ID: <3AA7BEDB.8070409@rcon.org>
63088              
63089              If references (are overloaded) and can be directly stringified,
63090              show that instead of "stringified".
63091              
63092              (The problem, infinite mutual recursion caused by overloaded bool
63093              in Switch.pm, tracked by David Mitchell)
63094      Branch: perl
63095            ! lib/Carp/Heavy.pm
63096 ____________________________________________________________________________
63097 [  9084] By: jhi                                   on 2001/03/09  01:20:39
63098         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
63099              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
63100              From: David Mitchell <davem@fdgroup.co.uk>
63101              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
63102      Branch: perl
63103            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
63104            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
63105 ____________________________________________________________________________
63106 [  9083] By: jhi                                   on 2001/03/09  01:16:51
63107         Log: Subject: [PATCH] perldata.pod here-doc docs
63108              From: Jeff Pinyan <jeffp@crusoe.net>
63109              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
63110              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
63111      Branch: perl
63112            ! pod/perldata.pod
63113 ____________________________________________________________________________
63114 [  9082] By: jhi                                   on 2001/03/09  01:01:27
63115         Log: Subject: Re: Unicode/EBCDIC
63116              From: Peter Prymmer <pvhp@forte.com>
63117              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
63118              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
63119      Branch: perl
63120            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
63121 ____________________________________________________________________________
63122 [  9081] By: jhi                                   on 2001/03/08  13:41:30
63123         Log: Subject: Ooops, wrong 'no *POSIX' Patch
63124              From: Dorner Thomas <Thomas.Dorner@start.de>
63125              Date: Thu, 8 Mar 2001 08:43:28 +0100
63126              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
63127      Branch: perl
63128            ! hints/posix-bc.sh
63129 ____________________________________________________________________________
63130 [  9080] By: jhi                                   on 2001/03/08  13:11:42
63131         Log: It's Scripts.txt, not Script.txt.
63132      Branch: perl
63133            ! MANIFEST
63134 ____________________________________________________________________________
63135 [  9079] By: jhi                                   on 2001/03/08  12:59:05
63136         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
63137              From: Dorner Thomas <Thomas.Dorner@start.de>
63138              Date: Wed, 7 Mar 2001 14:13:31 +0100
63139              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
63140      Branch: perl
63141            ! makedepend.SH
63142 ____________________________________________________________________________
63143 [  9078] By: jhi                                   on 2001/03/08  12:57:43
63144         Log: Retract #9069, wrong patch.
63145      Branch: perl
63146            ! Makefile.SH
63147 ____________________________________________________________________________
63148 [  9077] By: jhi                                   on 2001/03/08  01:06:13
63149         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
63150      Branch: perl
63151            + lib/unicode/Scripts.txt
63152            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
63153            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
63154            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
63155            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
63156            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
63157            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
63158            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
63159            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
63160            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
63161            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
63162            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
63163            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
63164            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
63165            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
63166            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
63167            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
63168            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
63169            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
63170            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
63171            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
63172            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
63173            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
63174            ! lib/unicode/version
63175 ____________________________________________________________________________
63176 [  9076] By: jhi                                   on 2001/03/07  22:59:39
63177         Log: Integrate change #7784 from mainline into maintperl.
63178              
63179              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
63180      Branch: maint-5.6/perl
63181           !> pp_ctl.c t/op/pat.t
63182 ____________________________________________________________________________
63183 [  9075] By: jhi                                   on 2001/03/07  22:05:11
63184         Log: More UTF-8 test tweaks.
63185      Branch: perl
63186            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
63187 ____________________________________________________________________________
63188 [  9074] By: nick                                  on 2001/03/07  21:39:29
63189         Log: Integrate mainline.
63190      Branch: perlio
63191           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
63192           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
63193           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
63194           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
63195           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
63196 ____________________________________________________________________________
63197 [  9073] By: jhi                                   on 2001/03/07  16:37:09
63198         Log: Update Changes.
63199      Branch: perl
63200            ! Changes patchlevel.h
63201 ____________________________________________________________________________
63202 [  9072] By: jhi                                   on 2001/03/07  16:32:30
63203         Log: Subject: [ID 20010306.004] || != named unary operator
63204              From: abela@geneanet.org
63205              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
63206              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
63207      Branch: perl
63208            ! pod/perlop.pod
63209 ____________________________________________________________________________
63210 [  9071] By: jhi                                   on 2001/03/07  15:14:11
63211         Log: Subject: downgrading to bytes for common functions
63212              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
63213              Date: Wed, 7 Mar 2001 02:36:55 -0500
63214              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
63215      Branch: perl
63216            ! pp_sys.c
63217 ____________________________________________________________________________
63218 [  9070] By: jhi                                   on 2001/03/07  15:04:58
63219         Log: Clarify the description differentiating for and while; inspired by
63220              
63221              Subject: [ID 20010306.002] for/while difference in for definition
63222              From: abela@geneanet.org
63223              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
63224              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
63225      Branch: perl
63226            ! pod/perlsyn.pod
63227 ____________________________________________________________________________
63228 [  9069] By: jhi                                   on 2001/03/07  14:55:30
63229         Log: (Retracted by #9078.)
63230      Branch: perl
63231            ! Makefile.SH
63232 ____________________________________________________________________________
63233 [  9068] By: jhi                                   on 2001/03/07  14:51:17
63234         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
63235              From: Radu Greab <radu@netsoft.ro>
63236              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
63237              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
63238      Branch: perl
63239            ! pp.c t/op/chop.t
63240 ____________________________________________________________________________
63241 [  9067] By: jhi                                   on 2001/03/07  14:48:57
63242         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
63243              From: Simon Cozens <simon@netthink.co.uk>
63244              Date: Wed, 7 Mar 2001 13:59:28 +0000
63245              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
63246              
63247              In order to allow MakeMaker to build correct Makefiles,
63248              you need to change the order of the arguments in MM_Unix.pm
63249              as well. (Unless you have C89_CCMODE set, but we're trying
63250              to be POSIXly correct)
63251              
63252              Thanks to Merijn Broeren for tracking this down.
63253      Branch: perl
63254            ! lib/ExtUtils/MM_Unix.pm
63255 ____________________________________________________________________________
63256 [  9066] By: jhi                                   on 2001/03/07  14:30:02
63257         Log: Floating point too messy.
63258      Branch: perl
63259            ! t/camel-III/vstring.t
63260 ____________________________________________________________________________
63261 [  9065] By: jhi                                   on 2001/03/07  14:17:44
63262         Log: Integrate change #9064 from maintperl into mainline.
63263              
63264              fix memory leak in pack("Bb",...)
63265      Branch: perl
63266           !> perl.c
63267 ____________________________________________________________________________
63268 [  9064] By: gsar                                  on 2001/03/07  06:29:24
63269         Log: fix memory leak in pack("Bb",...)
63270      Branch: maint-5.6/perl
63271            ! perl.c
63272 ____________________________________________________________________________
63273 [  9063] By: jhi                                   on 2001/03/07  00:55:04
63274         Log: Major utf8 test reorganisation and rewrite.
63275              Hopefully no tests were lost in the shuffle.
63276              (The beginning of pragma/utf8 was lost intentionally,
63277              the tests were rather bogus and incomplete.)
63278      Branch: perl
63279            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
63280            ! t/pragma/utf8.t
63281 ____________________________________________________________________________
63282 [  9062] By: jhi                                   on 2001/03/07  00:41:16
63283         Log: More tweakage on the Unicode character class descriptions.
63284      Branch: perl
63285            ! lib/unicode/mktables.PL pod/perlretut.pod
63286 ____________________________________________________________________________
63287 [  9061] By: jhi                                   on 2001/03/06  23:12:38
63288         Log: The perlretut was still talking about the old \p and \P
63289              definitions.
63290      Branch: perl
63291            ! pod/perlretut.pod
63292 ____________________________________________________________________________
63293 [  9060] By: nick                                  on 2001/03/06  20:52:37
63294         Log: Integrate mainline (make test works again now).
63295      Branch: perlio
63296           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
63297 ____________________________________________________________________________
63298 [  9059] By: jhi                                   on 2001/03/06  15:36:14
63299         Log: 0.999... does equal 1.0, doesn't it?
63300      Branch: perl
63301            ! t/camel-III/vstring.t
63302 ____________________________________________________________________________
63303 [  9058] By: jhi                                   on 2001/03/06  15:34:00
63304         Log: Make /x{abcd}/ to work without use utf8.
63305      Branch: perl
63306            ! regcomp.c
63307 ____________________________________________________________________________
63308 [  9057] By: jhi                                   on 2001/03/06  03:02:36
63309         Log: Easier to outcomment all the three reset() tests for now.
63310      Branch: perl
63311            ! t/op/pat.t
63312 ____________________________________________________________________________
63313 [  9056] By: jhi                                   on 2001/03/06  02:30:02
63314         Log: Comment out the deadly reset; until the 20010301.005
63315              is finally fixed.
63316      Branch: perl
63317            ! t/op/pat.t
63318 ____________________________________________________________________________
63319 [  9055] By: jhi                                   on 2001/03/06  02:21:26
63320         Log: Integrate the change #9054 from mainline:
63321              retract the PMOP cleanup patch pending further investigation.
63322      Branch: maint-5.6/perl
63323           !> op.c op.h
63324 ____________________________________________________________________________
63325 [  9054] By: jhi                                   on 2001/03/06  02:19:57
63326         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
63327              with oddly familiar stack traces.
63328      Branch: perl
63329            ! op.c op.h
63330 ____________________________________________________________________________
63331 [  9053] By: jhi                                   on 2001/03/05  23:20:28
63332         Log: Integrate perlio:
63333              
63334              [  9052]
63335              skipping USE_PERLIO symbols correction.
63336              
63337              [  9051]
63338              More Encode alias tidying.
63339      Branch: perl
63340           +> ext/Encode/Encode/koi8-r.ucm
63341           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
63342           !> makedef.pl
63343 ____________________________________________________________________________
63344 [  9052] By: nick                                  on 2001/03/05  23:08:17
63345         Log: skipping USE_PERLIO symbols correction.
63346      Branch: perlio
63347            ! makedef.pl
63348 ____________________________________________________________________________
63349 [  9051] By: nick                                  on 2001/03/05  22:35:07
63350         Log: More Encode alias tidying.
63351      Branch: perlio
63352            + ext/Encode/Encode/koi8-r.ucm
63353            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
63354 ____________________________________________________________________________
63355 [  9050] By: jhi                                   on 2001/03/05  21:44:29
63356         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
63357              Sarathy's fix for ID 20010301.005.
63358      Branch: maint-5.6/perl
63359           !> op.c op.h
63360 ____________________________________________________________________________
63361 [  9049] By: nick                                  on 2001/03/05  19:54:04
63362         Log: Integrate Jarkko's Encode.pm tweak.
63363      Branch: perlio
63364           !> ext/Encode/Encode.pm
63365 ____________________________________________________________________________
63366 [  9048] By: nick                                  on 2001/03/05  19:47:57
63367         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
63368      Branch: perlio
63369           +> os2/os2add.sym
63370           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
63371           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
63372           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
63373           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
63374           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
63375 ____________________________________________________________________________
63376 [  9047] By: jhi                                   on 2001/03/05  19:25:26
63377         Log: Regen perlapi.
63378      Branch: perl
63379            ! pod/perlapi.pod
63380 ____________________________________________________________________________
63381 [  9046] By: jhi                                   on 2001/03/05  19:12:14
63382         Log: Integrate perlio:
63383              
63384              [  9043]
63385              Update MANIFEST for new test.
63386              
63387              [  9042]
63388              Some tests for Camel 3rd edition features.
63389              Make gethostbyaddr() test in above work.
63390      Branch: perl
63391           +> t/camel-III/vstring.t
63392           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
63393 ____________________________________________________________________________
63394 [  9045] By: jhi                                   on 2001/03/05  19:10:36
63395         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
63396      Branch: perl
63397            ! ext/Encode/Encode.pm
63398 ____________________________________________________________________________
63399 [  9044] By: jhi                                   on 2001/03/05  18:49:12
63400         Log: Forgot the other half of the PMOP patch (#9033).
63401      Branch: perl
63402            ! op.h
63403 ____________________________________________________________________________
63404 [  9043] By: nick                                  on 2001/03/05  18:14:47
63405         Log: Update MANIFEST for new test.
63406      Branch: perlio
63407            ! MANIFEST
63408 ____________________________________________________________________________
63409 [  9042] By: nick                                  on 2001/03/05  18:12:41
63410         Log: Some tests for Camel 3rd edition features.
63411              Make gethostbyaddr() test in above work.
63412      Branch: perlio
63413            + t/camel-III/vstring.t
63414            ! pp.h pp_sys.c t/TEST t/harness
63415 ____________________________________________________________________________
63416 [  9041] By: jhi                                   on 2001/03/05  17:41:48
63417         Log: Add more ISO 8859 encoding aliases.
63418      Branch: perl
63419            ! ext/Encode/Encode.pm
63420 ____________________________________________________________________________
63421 [  9040] By: jhi                                   on 2001/03/05  17:30:43
63422         Log: Integrate perlio:
63423              
63424              [  9039]
63425              Missed added file.
63426              
63427              [  9037]
63428              Long-standing "defined but not used" SvPVbyte*() are about to get used
63429              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
63430              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
63431              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
63432              - uses SvPV() rather than sv_2pv() in case it isn't a string.
63433      Branch: perl
63434           !> MANIFEST sv.c
63435 ____________________________________________________________________________
63436 [  9039] By: nick                                  on 2001/03/05  17:11:36
63437         Log: Missed added file.
63438      Branch: perlio
63439            ! MANIFEST
63440 ____________________________________________________________________________
63441 [  9038] By: jhi                                   on 2001/03/05  15:58:01
63442         Log: Add tr tests for EBCDIC, from Karsten Sperling.
63443      Branch: perl
63444            ! t/op/tr.t
63445 ____________________________________________________________________________
63446 [  9037] By: nick                                  on 2001/03/05  15:56:35
63447         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
63448              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
63449              
63450              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
63451              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
63452              - uses SvPV() rather than sv_2pv() in case it isn't a string.
63453      Branch: perlio
63454            ! sv.c
63455 ____________________________________________________________________________
63456 [  9036] By: jhi                                   on 2001/03/05  15:49:15
63457         Log: Add matching tests currently failing in EBCDIC,
63458              suggested by Karsten Sperling.
63459      Branch: perl
63460            ! t/op/pat.t
63461 ____________________________________________________________________________
63462 [  9035] By: jhi                                   on 2001/03/05  15:36:55
63463         Log: The #9034 needs a MANIFESTation.
63464      Branch: perl
63465            ! MANIFEST
63466 ____________________________________________________________________________
63467 [  9034] By: jhi                                   on 2001/03/05  15:35:14
63468         Log: Integrate perlio:
63469              
63470              [  9032]
63471              Encode implementation "completion"
63472              Implement and document define_encoding()
63473              Implement and document encoding aliases including define_alias()
63474              Make Encode::XS use define_encoding() rather than back-door.
63475              Move run-time *.enc to separate Encode::Tcl module.
63476              Make 'compile' honour <codeset_name>
63477              Change canonical names of to iso-8859-* and US-ascii.
63478      Branch: perl
63479           +> ext/Encode/Encode/Tcl.pm
63480           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
63481           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
63482           !> ext/Encode/Encode/iso8859-1.ucm
63483           !> ext/Encode/Encode/iso8859-10.ucm
63484           !> ext/Encode/Encode/iso8859-13.ucm
63485           !> ext/Encode/Encode/iso8859-14.ucm
63486           !> ext/Encode/Encode/iso8859-15.ucm
63487           !> ext/Encode/Encode/iso8859-16.ucm
63488           !> ext/Encode/Encode/iso8859-2.ucm
63489           !> ext/Encode/Encode/iso8859-3.ucm
63490           !> ext/Encode/Encode/iso8859-4.ucm
63491           !> ext/Encode/Encode/iso8859-5.ucm
63492           !> ext/Encode/Encode/iso8859-6.ucm
63493           !> ext/Encode/Encode/iso8859-7.ucm
63494           !> ext/Encode/Encode/iso8859-8.ucm
63495           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
63496           !> t/lib/encode.t
63497 ____________________________________________________________________________
63498 [  9033] By: jhi                                   on 2001/03/05  15:33:18
63499         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
63500              From: Gurusamy Sarathy <gsar@ActiveState.com>
63501              Date: Sun, 04 Mar 2001 22:33:15 -0800
63502              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
63503              
63504              PMOPs need to remember their own stash so that they can
63505              gracefully remove themselves from their linked list.
63506      Branch: perl
63507            ! op.c
63508 ____________________________________________________________________________
63509 [  9032] By: nick                                  on 2001/03/05  14:51:50
63510         Log: Encode implementation "completion"
63511              Implement and document define_encoding()
63512              Implement and document encoding aliases including define_alias()
63513              Make Encode::XS use define_encoding() rather than back-door.
63514              Move run-time *.enc to separate Encode::Tcl module.
63515              Make 'compile' honour <codeset_name>
63516              Change canonical names of to iso-8859-* and US-ascii.
63517      Branch: perlio
63518            + ext/Encode/Encode/Tcl.pm
63519            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
63520            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
63521            ! ext/Encode/Encode/iso8859-1.ucm
63522            ! ext/Encode/Encode/iso8859-10.ucm
63523            ! ext/Encode/Encode/iso8859-13.ucm
63524            ! ext/Encode/Encode/iso8859-14.ucm
63525            ! ext/Encode/Encode/iso8859-15.ucm
63526            ! ext/Encode/Encode/iso8859-16.ucm
63527            ! ext/Encode/Encode/iso8859-2.ucm
63528            ! ext/Encode/Encode/iso8859-3.ucm
63529            ! ext/Encode/Encode/iso8859-4.ucm
63530            ! ext/Encode/Encode/iso8859-5.ucm
63531            ! ext/Encode/Encode/iso8859-6.ucm
63532            ! ext/Encode/Encode/iso8859-7.ucm
63533            ! ext/Encode/Encode/iso8859-8.ucm
63534            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
63535            ! t/lib/encode.t
63536 ____________________________________________________________________________
63537 [  9031] By: jhi                                   on 2001/03/05  13:51:17
63538         Log: Integrate change #9030 from maintperl into mainline.
63539              
63540              Subject: [PATCH 5.6.1] OS/2 cleanup
63541      Branch: perl
63542           +> os2/os2add.sym
63543           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
63544           !> makedef.pl os2/Changes os2/Makefile.SHs
63545           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
63546           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
63547           !> os2/os2.sym os2/os2ish.h
63548 ____________________________________________________________________________
63549 [  9030] By: jhi                                   on 2001/03/05  13:46:49
63550         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
63551              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63552              Date: Mon, 5 Mar 2001 02:29:44 -0500
63553              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
63554      Branch: maint-5.6/perl
63555            + os2/os2add.sym
63556            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
63557            ! makedef.pl os2/Changes os2/Makefile.SHs
63558            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
63559            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
63560            ! os2/os2.sym os2/os2ish.h
63561 ____________________________________________________________________________
63562 [  9029] By: jhi                                   on 2001/03/05  13:40:35
63563         Log: Integrate change #9028 from maintperl into mainline.
63564              
63565              various nits in MM_Unix.pm found by disabling SelfLoader
63566      Branch: perl
63567           !> lib/ExtUtils/MM_Unix.pm
63568 ____________________________________________________________________________
63569 [  9028] By: gsar                                  on 2001/03/05  09:58:38
63570         Log: various nits in MM_Unix.pm found by disabling SelfLoader
63571      Branch: maint-5.6/perl
63572            ! lib/ExtUtils/MM_Unix.pm
63573 ____________________________________________________________________________
63574 [  9027] By: nick                                  on 2001/03/05  08:35:22
63575         Log: Integrate mainline
63576      Branch: perlio
63577           !> (integrate 28 files)
63578 ____________________________________________________________________________
63579 [  9026] By: jhi                                   on 2001/03/05  02:14:59
63580         Log: Integrate change #9025 from mainline to maintperl,
63581              retract \N{U+HHHH}.
63582      Branch: maint-5.6/perl
63583           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
63584           !> t/lib/charnames.t toke.c
63585 ____________________________________________________________________________
63586 [  9025] By: jhi                                   on 2001/03/05  02:13:09
63587         Log: Retracting \N{U+HHHH}.
63588      Branch: perl
63589            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
63590            ! t/lib/charnames.t toke.c
63591 ____________________________________________________________________________
63592 [  9024] By: jhi                                   on 2001/03/04  20:51:07
63593         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
63594              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
63595              Date: Fri, 02 Mar 2001 18:25:26 +0100
63596              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
63597              
63598              Casting problem.
63599      Branch: perl
63600            ! ext/Storable/Storable.xs
63601 ____________________________________________________________________________
63602 [  9023] By: jhi                                   on 2001/03/04  19:46:45
63603         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
63604              From: nick@talking.bollo.cx
63605              Date: Sat, 03 Mar 2001 21:41:33 +0000
63606              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
63607              
63608              Revert the workaround.
63609      Branch: perl
63610            ! perlio.c
63611 ____________________________________________________________________________
63612 [  9022] By: jhi                                   on 2001/03/04  19:36:28
63613         Log: Update Changes.
63614      Branch: perl
63615            ! Changes patchlevel.h
63616 ____________________________________________________________________________
63617 [  9021] By: jhi                                   on 2001/03/04  18:41:00
63618         Log: makedef.pl updates suggested by Chris Nandor; double-checking
63619              the changes in AIX, OS/2 Win32 would be nice.
63620      Branch: perl
63621            ! makedef.pl
63622 ____________________________________________________________________________
63623 [  9020] By: jhi                                   on 2001/03/04  18:23:58
63624         Log: Integrate change #9012 from maintperl into mainline,
63625              quench a compiler warning.
63626      Branch: perl
63627           !> toke.c
63628 ____________________________________________________________________________
63629 [  9019] By: jhi                                   on 2001/03/04  18:18:43
63630         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
63631              
63632              \N{U+HHHH} fix.
63633              
63634              pattern in G_ARRAY context
63635      Branch: maint-5.6/perl
63636           !> pp_hot.c t/op/pat.t toke.c
63637 ____________________________________________________________________________
63638 [  9018] By: jhi                                   on 2001/03/04  18:07:48
63639         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
63640              From: Jeff Pinyan <jeffp@crusoe.net>
63641              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
63642              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
63643      Branch: perl
63644            ! pp_hot.c t/op/pat.t
63645 ____________________________________________________________________________
63646 [  9017] By: jhi                                   on 2001/03/04  18:06:21
63647         Log: I thought I tested the #9014.
63648      Branch: perl
63649            ! toke.c
63650 ____________________________________________________________________________
63651 [  9016] By: jhi                                   on 2001/03/04  17:41:22
63652         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
63653              
63654              Tweak the get*ent() OS/2 prototypes.
63655              
63656              Add the \N{U+HHHH} syntax.
63657              
63658              More tr/// UTF-8 fixes from Inaba Hiroto.
63659      Branch: maint-5.6/perl
63660           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
63661           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
63662 ____________________________________________________________________________
63663 [  9015] By: jhi                                   on 2001/03/04  17:36:04
63664         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
63665      Branch: perl
63666            ! doop.c t/op/tr.t
63667 ____________________________________________________________________________
63668 [  9014] By: jhi                                   on 2001/03/04  17:24:49
63669         Log: Add the \N{U+HHHH} syntax.
63670      Branch: perl
63671            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
63672            ! t/lib/charnames.t toke.c
63673 ____________________________________________________________________________
63674 [  9013] By: jhi                                   on 2001/03/04  17:20:45
63675         Log: Tweak the get*ent() OS/2 prototypes.
63676      Branch: perl
63677            ! os2/os2.c
63678 ____________________________________________________________________________
63679 [  9012] By: gsar                                  on 2001/03/04  06:26:14
63680         Log: avoid warning (nit in change#9009)
63681      Branch: maint-5.6/perl
63682            ! toke.c
63683 ____________________________________________________________________________
63684 [  9011] By: gsar                                  on 2001/03/04  06:15:24
63685         Log: lib/charnames.t fails in 5.6.x because of older Unicode
63686              data
63687              
63688              TODO: need to revisit this after updating lib/unicode/...
63689      Branch: maint-5.6/perl
63690            ! t/lib/charnames.t
63691 ____________________________________________________________________________
63692 [  9010] By: gsar                                  on 2001/03/04  06:08:36
63693         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
63694      Branch: maint-5.6/perl
63695            ! toke.c
63696 ____________________________________________________________________________
63697 [  9009] By: jhi                                   on 2001/03/03  19:27:20
63698         Log: Integrate change #9008 from mainline to maintperl,
63699              UTF-8 tr/// fixes from Inaba Hiroto.
63700      Branch: maint-5.6/perl
63701           !> doop.c op.c t/op/tr.t toke.c
63702 ____________________________________________________________________________
63703 [  9008] By: jhi                                   on 2001/03/03  19:19:42
63704         Log: UTF8 tr/// fixes from Inaba Hiroto.
63705      Branch: perl
63706            ! doop.c op.c t/op/tr.t toke.c
63707 ____________________________________________________________________________
63708 [  9007] By: jhi                                   on 2001/03/03  19:00:30
63709         Log: Integrate change #9006 from maintperl to mainline,
63710              more robust quest for the infinite.
63711      Branch: perl
63712           !> lib/Math/Complex.pm
63713 ____________________________________________________________________________
63714 [  9006] By: jhi                                   on 2001/03/03  18:58:06
63715         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
63716              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63717              Date: Sat, 3 Mar 2001 12:51:50 -0500
63718              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
63719              
63720              Be more robust in our quest for the infinite.
63721      Branch: maint-5.6/perl
63722            ! lib/Math/Complex.pm
63723 ____________________________________________________________________________
63724 [  9005] By: jhi                                   on 2001/03/03  17:55:50
63725         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
63726      Branch: maint-5.6/perl
63727            ! doio.c
63728 ____________________________________________________________________________
63729 [  9004] By: jhi                                   on 2001/03/03  17:40:14
63730         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
63731              so that picky compilers like IRIX won't get huffy about
63732              "statements without effect" (like 1;).
63733      Branch: perl
63734            ! toke.c
63735 ____________________________________________________________________________
63736 [  9003] By: jhi                                   on 2001/03/03  17:15:52
63737         Log: Integrate change #9002 from mainline to maintperl.
63738              
63739              Subject: [perl-5.6.x, perl-current] accept for EPOC
63740      Branch: maint-5.6/perl
63741           !> pp_sys.c
63742 ____________________________________________________________________________
63743 [  9002] By: jhi                                   on 2001/03/03  17:14:30
63744         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
63745              From: Olaf Flebbe <O.Flebbe@science-computing.de>
63746              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
63747              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
63748      Branch: perl
63749            ! pp_sys.c
63750 ____________________________________________________________________________
63751 [  9001] By: jhi                                   on 2001/03/03  17:13:13
63752         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
63753              From: "Craig A. Berry" <craigberry@mac.com>
63754              Date: Fri, 02 Mar 2001 17:44:40 -0600
63755              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
63756      Branch: perl
63757            ! t/pod/find.t
63758 ____________________________________________________________________________
63759 [  9000] By: jhi                                   on 2001/03/03  17:11:55
63760         Log: Integrate changes #8997,8999 from maintperl.
63761              
63762              Subject: [PATCH 5.6.1] compiling on OS/2
63763              (Better error message from hints/os2.sh)
63764              
63765              Subject: [PATCH 5.6.1] syslog.t
63766      Branch: perl
63767           !> hints/os2.sh t/lib/syslog.t
63768 ____________________________________________________________________________
63769 [  8999] By: jhi                                   on 2001/03/03  17:09:28
63770         Log: Subject: [PATCH 5.6.1] syslog.t
63771              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63772              Date: Sat, 3 Mar 2001 02:11:17 -0500
63773              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
63774      Branch: maint-5.6/perl
63775            ! t/lib/syslog.t
63776 ____________________________________________________________________________
63777 [  8998] By: jhi                                   on 2001/03/03  17:07:50
63778         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
63779              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63780              Date: Sat, 3 Mar 2001 01:53:52 -0500
63781              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
63782      Branch: maint-5.6/perl
63783            ! opcode.pl os2/os2.c
63784 ____________________________________________________________________________
63785 [  8997] By: jhi                                   on 2001/03/03  17:03:30
63786         Log: Subject: [PATCH 5.6.1] compiling on OS/2
63787              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63788              Date: Sat, 3 Mar 2001 01:59:59 -0500
63789              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
63790      Branch: maint-5.6/perl
63791            ! hints/os2.sh
63792 ____________________________________________________________________________
63793 [  8996] By: jhi                                   on 2001/03/03  00:55:58
63794         Log: Regen files for mainline.
63795      Branch: perl
63796            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63797            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
63798 ____________________________________________________________________________
63799 [  8995] By: jhi                                   on 2001/03/03  00:35:22
63800         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
63801              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
63802              to maintperl.
63803              
63804              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
63805              
63806              Add Configure option -Dmksymlinks which will create a symlink
63807              forest if the current/build differs from the source directory.
63808              (8218,8220,8221,8317,8318,8971)
63809              
63810              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
63811              (Document APPLLIB_EXP in INSTALL.)
63812              
63813              If running byacc write-enable also perly.h.
63814              
63815              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
63816              
63817              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
63818              
63819              Sanity check for conflicting thread flavours.
63820              
63821              Fix the sys/fcntl.h problem reported by Peter Prymmer.
63822              
63823              Add few CPUs/architectures to the Cppsym scan,
63824              add -perlio to archname if so selected (modified 8890)
63825              
63826              Be more helpful for devel builders, suggested by John L. Allen.
63827              (admittedly pointless change for maintperl, but the usedevel
63828              code is there already)
63829      Branch: maint-5.6/perl
63830           !> Configure INSTALL Makefile.SH Porting/Glossary
63831           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
63832           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
63833           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
63834           !> win32/config.bc win32/config.gc win32/config.vc
63835 ____________________________________________________________________________
63836 [  8994] By: jhi                                   on 2001/03/02  23:31:41
63837         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
63838      Branch: metaconfig/U/perl
63839            ! gccvers.U
63840 ____________________________________________________________________________
63841 [  8993] By: jhi                                   on 2001/03/02  23:22:12
63842         Log: Regenerate various files for maint.
63843      Branch: maint-5.6/perl
63844            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
63845            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
63846 ____________________________________________________________________________
63847 [  8992] By: alanbur                               on 2001/03/02  22:48:34
63848         Log: Resync wuth parent
63849      Branch: maint-5.6/pureperl
63850           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
63851           !> (integrate 60 files)
63852 ____________________________________________________________________________
63853 [  8991] By: jhi                                   on 2001/03/02  21:00:08
63854         Log: Retract the #8742 part of #8986, backward compat.
63855      Branch: maint-5.6/perl
63856            ! embed.pl
63857 ____________________________________________________________________________
63858 [  8990] By: jhi                                   on 2001/03/02  20:40:07
63859         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
63860      Branch: maint-5.6/perl
63861            ! hv.c
63862 ____________________________________________________________________________
63863 [  8989] By: jhi                                   on 2001/03/02  19:59:56
63864         Log: Update Changes.
63865      Branch: perl
63866            ! Changes patchlevel.h
63867 ____________________________________________________________________________
63868 [  8988] By: jhi                                   on 2001/03/02  19:57:08
63869         Log: Integrate perlio:
63870              
63871              [  8969]
63872              Add charname comments to .ucm files writen by 'compile',
63873              also order charmaps in those files by source encoding.
63874              regenerate distrubuted .ucm files
63875      Branch: perl
63876           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
63877           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
63878           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
63879           !> ext/Encode/Encode/iso8859-10.ucm
63880           !> ext/Encode/Encode/iso8859-13.ucm
63881           !> ext/Encode/Encode/iso8859-14.ucm
63882           !> ext/Encode/Encode/iso8859-15.ucm
63883           !> ext/Encode/Encode/iso8859-16.ucm
63884           !> ext/Encode/Encode/iso8859-2.ucm
63885           !> ext/Encode/Encode/iso8859-3.ucm
63886           !> ext/Encode/Encode/iso8859-4.ucm
63887           !> ext/Encode/Encode/iso8859-5.ucm
63888           !> ext/Encode/Encode/iso8859-6.ucm
63889           !> ext/Encode/Encode/iso8859-7.ucm
63890           !> ext/Encode/Encode/iso8859-8.ucm
63891           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
63892           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
63893 ____________________________________________________________________________
63894 [  8987] By: jhi                                   on 2001/03/02  19:43:40
63895         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
63896              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
63897              8950,8952,8955 from mainline to maintperl.
63898              
63899              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
63900              
63901              Put to rest the 20010205.001, the email address checking (not) regex.
63902              
63903              fork() not everywhere, cleanup temp files.
63904              
63905              The #8843 wasn't quite right: %Config needs to imported.
63906              
63907              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
63908              (#8849: the glob-basic hunk needed massaging as it depended
63909              on Schwern's large-scale (unintegrated) patches)
63910              
63911              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
63912              
63913              Upgrade to CGI.pm 2.752, from Lincoln Stein.
63914              (Note: there were some conflicts due to EBCDIC and EPOC
63915              patches, in general I preferred the repository code.)
63916              (When 2.753 comes out, we need to synchronize.)
63917              
63918              Subject: [PATCH] fix for charnames above FFFF
63919              
63920              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
63921              
63922              If no sfio, no -lsfio.
63923              
63924              Run run/*.t also in minitest.
63925              
63926              Subject:  [PATCH perl 5.7.0] malloc message address offset
63927              
63928              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
63929              
63930              Subject: fix for parameter -Dm (for perl@8867)
63931              
63932              Subject: [PATCH: perl@8892] was Re: hashing order difference?
63933              (make the test more portable)
63934              
63935              Subject: Re: [PATCH] fix for charnames above FFFF
63936              
63937              Subject: Re: I'm losing the war...
63938              (hv_store() not working correctly in ENV_IS_CASELESS case.)
63939              
63940              Subject: Modified README.bs2000 
63941              
63942              Subject: [PATCH: perl@8935] -Dt padsv($var)
63943              
63944              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
63945              
63946              Subject: PATCH: extra tests to check on negative float to unsigned cast
63947              
63948              Subject: [PATCH] XPUSH[insp] was Re: progress
63949              
63950              Subject: Re: Compile with perlcc..
63951      Branch: maint-5.6/perl
63952           !> (integrate 36 files)
63953 ____________________________________________________________________________
63954 [  8986] By: jhi                                   on 2001/03/02  18:51:25
63955         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
63956              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
63957              to maintperl.
63958              
63959              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
63960              
63961              Subject: [DOC PATCH] overload.pm nits
63962              
63963              Add header for LIB$ prototypes (C. Berry)
63964              
63965              Convert fwrite()s to sockets to write()s, since some socket stacks
63966              don't take kindly to stdio.
63967              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
63968              (for often optional LNMs)
63969              Correct a few typos
63970              (C. Bailey)
63971              
63972              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
63973              
63974              De-cut-and-pasto.
63975              
63976              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
63977              
63978              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
63979              
63980              Upgrade to CPAN 1.59_54, from Andreas König.
63981              
63982              Bogus shebang.
63983              
63984              Subject: [PATCH] Document makepatch in Porting/patching
63985              
63986              UTF-8 documentation.
63987              
63988              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
63989              
63990              Sort the MANIFEST.
63991              
63992              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
63993              
63994              Subject: [PATCH @8807] toke.c cleanup: scan_str()
63995              
63996              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
63997              
63998              Add run/*.t to testables.
63999              
64000              TODO: integrate #8784.
64001      Branch: maint-5.6/perl
64002           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
64003           !> (integrate 28 files)
64004 ____________________________________________________________________________
64005 [  8985] By: nick                                  on 2001/03/02  18:15:45
64006         Log: Integrate mainline
64007      Branch: perlio
64008           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
64009           !> vms/vms.c
64010 ____________________________________________________________________________
64011 [  8984] By: jhi                                   on 2001/03/02  16:00:17
64012         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
64013              
64014              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
64015              5.004_05, and mention the suidperl August 2000 security problem.
64016              (#8978,#8981)
64017              
64018              Subject: [ID 20010301.004] Technically speaking in perldata
64019              
64020              Subject: [PATCH] File::Copy for bleadperl, maintperl
64021              
64022              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
64023              
64024              (The #8982, fix for 20010221.005 and 20010221.008,
64025              would be nice too but it didn't integrate cleanly.)
64026      Branch: maint-5.6/perl
64027           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
64028 ____________________________________________________________________________
64029 [  8983] By: jhi                                   on 2001/03/02  15:51:16
64030         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
64031              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64032              Date:     Thu, 1 Mar 2001 15:54:09 EST
64033              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
64034      Branch: perl
64035            ! vms/vms.c
64036 ____________________________________________________________________________
64037 [  8982] By: jhi                                   on 2001/03/02  15:43:31
64038         Log: Subject: Re: sync sync sync: have I missed any patches?
64039              From: Radu Greab <radu@netsoft.ro> 
64040              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
64041              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
64042              
64043              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
64044              was checking argv[0] regardless of whether a different pathname
64045              will actually be executed."  Test case not supplied because 
64046              drafting that, ironically enough, revealed another bug
64047              (or a feature).
64048      Branch: perl
64049            ! doio.c
64050 ____________________________________________________________________________
64051 [  8981] By: jhi                                   on 2001/03/02  15:28:03
64052         Log: Misdate in #8978.
64053      Branch: perl
64054            ! pod/perlfaq1.pod
64055 ____________________________________________________________________________
64056 [  8980] By: jhi                                   on 2001/03/02  15:24:20
64057         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
64058              From: Chris Nandor <pudge@pobox.com>
64059              Date: Wed, 28 Feb 2001 22:10:15 -0500
64060              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
64061      Branch: perl
64062            ! lib/File/Copy.pm
64063 ____________________________________________________________________________
64064 [  8979] By: jhi                                   on 2001/03/02  15:17:16
64065         Log: Subject: [ID 20010301.004] Technically speaking in perldata
64066              From: abela@geneanet.org
64067              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
64068              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
64069      Branch: perl
64070            ! pod/perldata.pod
64071 ____________________________________________________________________________
64072 [  8978] By: jhi                                   on 2001/03/02  15:15:27
64073         Log: Subject: [ID 20010301.003] ref to 5.004
64074              From: abela@geneanet.org
64075              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
64076              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
64077              
64078              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
64079              and mention the suidperl August 2000 security problem.
64080      Branch: perl
64081            ! pod/perlfaq1.pod
64082 ____________________________________________________________________________
64083 [  8977] By: alanbur                               on 2001/03/02  14:17:45
64084         Log: Resynchronised with parent
64085      Branch: maint-5.6/pureperl
64086           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
64087           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
64088           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
64089           !> vms/descrip_mms.template win32/win32.c win32/win32.h
64090           !> win32/win32iop.h
64091 ____________________________________________________________________________
64092 [  8976] By: nick                                  on 2001/03/01  23:25:30
64093         Log: Integrate mainline.
64094      Branch: perlio
64095            - t/op/qu.t
64096           !> (integrate 55 files)
64097 ____________________________________________________________________________
64098 [  8975] By: jhi                                   on 2001/03/01  16:51:34
64099         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
64100      Branch: perl
64101           !> toke.c
64102 ____________________________________________________________________________
64103 [  8974] By: gsar                                  on 2001/03/01  16:28:21
64104         Log: fix for bugid 20010226.008
64105              
64106              the problem was that some of the pointers (PL_last_lop and
64107              PL_last_uni specifically) into the lex buffers weren't correctly
64108              being invalidated when the buffer changed; this would leave the
64109              pointers pointing at an arbitrary location in the buffer if
64110              the buffer didn't need to be reallocated, or point into freed
64111              memory if the buffer had to be realloced
64112              
64113              TODO item for bugdb maintainers: check other seemingly random
64114              parser-related bugs--they might be cured by this
64115      Branch: maint-5.6/perl
64116            ! toke.c
64117 ____________________________________________________________________________
64118 [  8973] By: jhi                                   on 2001/03/01  02:23:25
64119         Log: Retract #8970 because of a completely mysterious core dump:
64120              adding the tests 241..244 causes op/pat dump core at test #25.
64121              The test needs a lot of whittling down before the bug can be solved.
64122      Branch: perl
64123            ! t/op/pat.t
64124 ____________________________________________________________________________
64125 [  8972] By: jhi                                   on 2001/03/01  01:58:38
64126         Log: Regen perlapi.
64127      Branch: perl
64128            ! pod/perlapi.pod
64129 ____________________________________________________________________________
64130 [  8971] By: jhi                                   on 2001/03/01  01:34:09
64131         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))
64132              From: Nicholas Clark <nick@ccl4.org>
64133              Date: Wed, 28 Feb 2001 23:28:49 +0000
64134              Message-ID: <20010228232849.A55187@plum.flirble.org>
64135              
64136              Allow a completely write protected source code tree
64137              when using the Configure -Dmksymlinks.
64138      Branch: perl
64139            ! embed.pl warnings.pl
64140 ____________________________________________________________________________
64141 [  8970] By: jhi                                   on 2001/03/01  01:32:04
64142         Log: Add back the EBCDIC character range tests (for matching).
64143      Branch: perl
64144            ! t/op/pat.t
64145 ____________________________________________________________________________
64146 [  8969] By: nick                                  on 2001/02/28  18:18:01
64147         Log: Add charname comments to .ucm files writen by 'compile',
64148              also order charmaps in those files by source encoding.
64149              regenerate distrubuted .ucm files
64150      Branch: perlio
64151            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
64152            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
64153            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
64154            ! ext/Encode/Encode/iso8859-10.ucm
64155            ! ext/Encode/Encode/iso8859-13.ucm
64156            ! ext/Encode/Encode/iso8859-14.ucm
64157            ! ext/Encode/Encode/iso8859-15.ucm
64158            ! ext/Encode/Encode/iso8859-16.ucm
64159            ! ext/Encode/Encode/iso8859-2.ucm
64160            ! ext/Encode/Encode/iso8859-3.ucm
64161            ! ext/Encode/Encode/iso8859-4.ucm
64162            ! ext/Encode/Encode/iso8859-5.ucm
64163            ! ext/Encode/Encode/iso8859-6.ucm
64164            ! ext/Encode/Encode/iso8859-7.ucm
64165            ! ext/Encode/Encode/iso8859-8.ucm
64166            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
64167            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
64168 ____________________________________________________________________________
64169 [  8968] By: jhi                                   on 2001/02/28  16:26:37
64170         Log: Expand usemorebits early if d_casti32 needs to be undefined.
64171      Branch: perl
64172            ! hints/hpux.sh hints/irix_6.sh
64173 ____________________________________________________________________________
64174 [  8967] By: jhi                                   on 2001/02/28  16:22:26
64175         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
64176              retract toke.c/qu parts of #8583, retract #8485, retract
64177              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
64178              op/length.t, and MANIFEST, and delete t/op/qu.t.
64179      Branch: perl
64180            - t/op/qu.t
64181            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
64182            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
64183            ! t/op/length.t toke.c
64184 ____________________________________________________________________________
64185 [  8966] By: jhi                                   on 2001/02/28  15:00:27
64186         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
64187              by not changing from pre-Unicode days into being Unicode-aware.
64188              Sniff.
64189      Branch: perl
64190            ! pp.c t/op/pack.t t/op/qu.t
64191 ____________________________________________________________________________
64192 [  8965] By: jhi                                   on 2001/02/28  14:37:55
64193         Log: Subject: Re: Errors in core PODs
64194              From: Michael Stevens <michael@etla.org> 
64195              Date: Fri, 23 Feb 2001 15:47:56 +0000
64196              Message-ID: <20010223154756.A7723@firedrake.org> 
64197      Branch: perl
64198            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
64199            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
64200            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
64201            ! x2p/a2p.pod
64202 ____________________________________________________________________________
64203 [  8964] By: jhi                                   on 2001/02/28  14:35:35
64204         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
64205              (The #8961 was too bold.)
64206      Branch: perl
64207            ! hints/hpux.sh hints/irix_6.sh
64208 ____________________________________________________________________________
64209 [  8963] By: jhi                                   on 2001/02/28  14:33:39
64210         Log: Subject: Re: sync sync sync: have I missed any patches?
64211              From: Tim Jenness <t.jenness@jach.hawaii.edu>
64212              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
64213              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
64214              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
64215              
64216              Replace djSP with dSP.
64217      Branch: perl
64218            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
64219            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
64220            ! win32/perlhost.h
64221 ____________________________________________________________________________
64222 [  8962] By: jhi                                   on 2001/02/27  23:21:14
64223         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
64224      Branch: perl
64225            ! lib/Filter/Simple.pm
64226 ____________________________________________________________________________
64227 [  8961] By: jhi                                   on 2001/02/27  22:55:26
64228         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
64229              and this would be it.
64230      Branch: perl
64231            ! hints/hpux.sh hints/irix_6.sh
64232 ____________________________________________________________________________
64233 [  8960] By: jhi                                   on 2001/02/27  22:51:33
64234         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
64235              From: "Craig A. Berry" <craigberry@mac.com>
64236              Date: Tue, 27 Feb 2001 16:11:44 -0600
64237              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
64238      Branch: maint-5.6/perl
64239            ! configure.com vms/descrip_mms.template
64240 ____________________________________________________________________________
64241 [  8959] By: jhi                                   on 2001/02/27  22:47:23
64242         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
64243              From: "Craig A. Berry" <craigberry@mac.com>
64244              Date: Tue, 27 Feb 2001 16:11:44 -0600
64245              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
64246      Branch: perl
64247            ! configure.com vms/descrip_mms.template
64248 ____________________________________________________________________________
64249 [  8958] By: jhi                                   on 2001/02/27  15:16:42
64250         Log: Update Changes.
64251      Branch: perl
64252            ! Changes patchlevel.h
64253 ____________________________________________________________________________
64254 [  8957] By: jhi                                   on 2001/02/27  06:15:07
64255         Log: Subject: [5.6.x] EPOC additions
64256              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64257              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
64258              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
64259      Branch: maint-5.6/perl
64260            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
64261 ____________________________________________________________________________
64262 [  8956] By: jhi                                   on 2001/02/27  06:12:11
64263         Log: Subject: [perl-current] EPOC 
64264              From: Olaf Flebbe <O.Flebbe@science-computing.de>
64265              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
64266              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
64267      Branch: perl
64268            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
64269            ! epoc/epocish.c epoc/epocish.h pp_sys.c
64270 ____________________________________________________________________________
64271 [  8955] By: jhi                                   on 2001/02/27  05:59:50
64272         Log: Subject: Re: Compile with perlcc..
64273              From: Edward Peschko <edwardp@excitehome.net>
64274              Date: Mon, 26 Feb 2001 18:51:58 -0800
64275              Message-ID: <20010226185158.A9871@excitehome.net>
64276              
64277              plus add a simple usage message if no arguments given.
64278      Branch: perl
64279            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
64280            ! utils/Makefile utils/perlcc.PL win32/pod.mak
64281 ____________________________________________________________________________
64282 [  8954] By: nick                                  on 2001/02/26  21:02:59
64283         Log: Integrate mainline
64284      Branch: perlio
64285           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
64286           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
64287           !> t/op/sprintf.t
64288 ____________________________________________________________________________
64289 [  8953] By: jhi                                   on 2001/02/26  14:43:54
64290         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
64291              From: Nicholas Clark <nick@ccl4.org>
64292              Date: Mon, 26 Feb 2001 00:42:07 +0000
64293              Message-ID: <20010226004207.F23333@plum.flirble.org>
64294      Branch: perl
64295            ! pp_ctl.c
64296 ____________________________________________________________________________
64297 [  8952] By: jhi                                   on 2001/02/26  14:42:13
64298         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
64299              From: Simon Cozens <simon@netthink.co.uk>
64300              Date: Mon, 26 Feb 2001 12:23:48 +0000
64301              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
64302      Branch: perl
64303            ! pod/perlguts.pod
64304 ____________________________________________________________________________
64305 [  8951] By: jhi                                   on 2001/02/26  14:39:15
64306         Log: Subject: [PATCH] perlio - unknown layer
64307              From: Nicholas Clark <nick@ccl4.org>
64308              Date: Mon, 26 Feb 2001 00:27:19 +0000
64309              Message-ID: <20010226002719.E23333@plum.flirble.org>
64310      Branch: perl
64311            ! perlio.c
64312 ____________________________________________________________________________
64313 [  8950] By: jhi                                   on 2001/02/26  14:38:04
64314         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
64315              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
64316              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
64317              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
64318      Branch: perl
64319            ! t/op/bop.t
64320 ____________________________________________________________________________
64321 [  8949] By: jhi                                   on 2001/02/26  14:37:07
64322         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
64323              From: Peter Prymmer <pvhp@forte.com>
64324              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
64325              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
64326      Branch: perl
64327            ! lib/Test.pm
64328 ____________________________________________________________________________
64329 [  8948] By: jhi                                   on 2001/02/26  14:35:53
64330         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
64331              From: Radu Greab <radu@netsoft.ro>
64332              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
64333              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
64334      Branch: perl
64335            ! pod/perlop.pod
64336 ____________________________________________________________________________
64337 [  8947] By: jhi                                   on 2001/02/26  14:34:46
64338         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
64339              From: David Mitchell <davem@fdgroup.co.uk>
64340              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
64341              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
64342      Branch: perl
64343            ! run.c
64344 ____________________________________________________________________________
64345 [  8946] By: jhi                                   on 2001/02/26  14:32:37
64346         Log: Subject: Modified README.bs2000 
64347              From: Dorner Thomas <Thomas.Dorner@start.de>
64348              Date: Mon, 26 Feb 2001 09:22:17 +0100
64349              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
64350      Branch: perl
64351            ! README.bs2000
64352 ____________________________________________________________________________
64353 [  8945] By: jhi                                   on 2001/02/26  14:19:53
64354         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
64355              to maintperl, listing the known failures on the tests 129 and 130.
64356      Branch: maint-5.6/perl
64357           !> t/op/sprintf.t
64358 ____________________________________________________________________________
64359 [  8944] By: jhi                                   on 2001/02/26  14:14:15
64360         Log: Add more known sprintf failures.
64361      Branch: perl
64362            ! t/op/sprintf.t
64363 ____________________________________________________________________________
64364 [  8943] By: jhi                                   on 2001/02/26  13:56:22
64365         Log: perlglob.exe needs to be found in Win32, patch from
64366              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
64367              which needs external glob at mini-perl time."
64368      Branch: perl
64369            ! ext/Encode/compile
64370 ____________________________________________________________________________
64371 [  8942] By: jhi                                   on 2001/02/26  13:52:19
64372         Log: A missing dTHX from Vadim Konovalov.
64373      Branch: perl
64374            ! perlio.c
64375 ____________________________________________________________________________
64376 [  8941] By: jhi                                   on 2001/02/26  13:37:05
64377         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
64378      Branch: perl
64379            ! op.c
64380 ____________________________________________________________________________
64381 [  8940] By: jhi                                   on 2001/02/26  13:35:40
64382         Log: Integrate perlio:
64383              
64384              [  8938]
64385              Encode implementations docs.
64386      Branch: perl
64387           !> ext/Encode/Encode.pm
64388 ____________________________________________________________________________
64389 [  8939] By: nick                                  on 2001/02/25  23:47:09
64390         Log: Integrate mainline.
64391      Branch: perlio
64392           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
64393           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
64394 ____________________________________________________________________________
64395 [  8938] By: nick                                  on 2001/02/25  19:36:28
64396         Log: Encode implementations docs.
64397      Branch: perlio
64398            ! ext/Encode/Encode.pm
64399 ____________________________________________________________________________
64400 [  8937] By: jhi                                   on 2001/02/25  19:26:16
64401         Log: Script wasn't aligned with reality.
64402      Branch: perl
64403            ! t/pod/find.t
64404 ____________________________________________________________________________
64405 [  8936] By: jhi                                   on 2001/02/25  18:54:55
64406         Log: Update Changes.
64407      Branch: perl
64408            ! Changes patchlevel.h
64409 ____________________________________________________________________________
64410 [  8935] By: jhi                                   on 2001/02/25  18:46:36
64411         Log: Retract #8929,8930,8932,8933 for now.
64412      Branch: perl
64413            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
64414 ____________________________________________________________________________
64415 [  8934] By: jhi                                   on 2001/02/25  17:34:35
64416         Log: Integrate perlio:
64417              
64418              [  8927]
64419              Change method names in Encode implementation classes to something
64420              less confusing (preparing to "go public").
64421              
64422              [  8926]
64423              GCC __atribute__ / printf fix
64424              
64425              [  8925]
64426              Checked in the wrong one ...
64427              
64428              [  8923]
64429              Encode API documentation nd tidy up.
64430              Minor additions to test.
64431              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
64432              Adds STRLEN to standard typemap.
64433      Branch: perl
64434           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
64435           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
64436           !> t/lib/encode.t
64437 ____________________________________________________________________________
64438 [  8933] By: jhi                                   on 2001/02/25  17:33:12
64439         Log: (Retracted by #8395.)
64440              
64441              Slight tweaks in scan_const(), not fixes yet, it seems like
64442              lots of work remains to be done...
64443      Branch: perl
64444            ! toke.c
64445 ____________________________________________________________________________
64446 [  8932] By: jhi                                   on 2001/02/25  17:27:11
64447         Log: (Retracted by #8395.)
64448              
64449              Missing from #8930.
64450      Branch: perl
64451            ! perl.h
64452 ____________________________________________________________________________
64453 [  8931] By: jhi                                   on 2001/02/25  17:26:19
64454         Log: A comment tweak.
64455      Branch: perl
64456            ! utf8.c
64457 ____________________________________________________________________________
64458 [  8930] By: jhi                                   on 2001/02/25  17:25:47
64459         Log: (Retracted by #8395.)
64460              
64461              Attempt to fix the EBCDIC character range problem with //.
64462      Branch: perl
64463            ! regcomp.c
64464 ____________________________________________________________________________
64465 [  8929] By: jhi                                   on 2001/02/25  17:23:45
64466         Log: (Retracted by #8395.)
64467              
64468              Expand the EBCDIC character range tests, and add few nasty
64469              tr tests from Karsten Sperling.
64470      Branch: perl
64471            ! t/op/pat.t t/op/tr.t
64472 ____________________________________________________________________________
64473 [  8928] By: jhi                                   on 2001/02/25  17:18:49
64474         Log: Missing check-in.
64475      Branch: perl
64476            ! lib/Pod/Find.pm
64477 ____________________________________________________________________________
64478 [  8927] By: nick                                  on 2001/02/25  11:30:22
64479         Log: Change method names in Encode implementation classes to something
64480              less confusing (preparing to "go public").
64481      Branch: perlio
64482            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
64483 ____________________________________________________________________________
64484 [  8926] By: nick                                  on 2001/02/25  10:53:24
64485         Log: GCC __atribute__ / printf fix
64486      Branch: perlio
64487            ! perl.h
64488 ____________________________________________________________________________
64489 [  8925] By: nick                                  on 2001/02/25  10:52:25
64490         Log: Checked in the wrong one ...
64491      Branch: perlio
64492            ! ext/Encode/Encode.pm
64493 ____________________________________________________________________________
64494 [  8924] By: nick                                  on 2001/02/24  18:46:51
64495         Log: Integrate mainline - to see what Jarkko has in ...
64496      Branch: perlio
64497           +> t/pod/testpods/lib/Pod/Stuff.pm
64498           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
64499 ____________________________________________________________________________
64500 [  8923] By: nick                                  on 2001/02/24  17:05:23
64501         Log: Encode API documentation nd tidy up.
64502              Minor additions to test.
64503              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
64504              Adds STRLEN to standard typemap.
64505      Branch: perlio
64506            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
64507            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
64508 ____________________________________________________________________________
64509 [  8922] By: jhi                                   on 2001/02/24  16:38:12
64510         Log: Add a test for the "character range should match in EBCDIC
64511              if specified using explicit numerics" bug found by Karsten
64512              Sperling.
64513      Branch: perl
64514            ! t/op/pat.t
64515 ____________________________________________________________________________
64516 [  8921] By: jhi                                   on 2001/02/24  16:30:16
64517         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
64518              From: schwern@pobox.com
64519              Date: Fri, 23 Feb 2001 03:21:37 -0500
64520              Message-ID: <20010223032137.A26022@magnonel.guild.net>
64521              
64522              plus Charles Lane's fixes, plus tweaks.
64523      Branch: perl
64524            + t/pod/testpods/lib/Pod/Stuff.pm
64525            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
64526 ____________________________________________________________________________
64527 [  8920] By: nick                                  on 2001/02/24  10:30:11
64528         Log: Integrate mainline
64529      Branch: perlio
64530           !> (integrate 33 files)
64531 ____________________________________________________________________________
64532 [  8919] By: jhi                                   on 2001/02/24  00:23:35
64533         Log: Subject: Re: I'm losing the war...
64534              From: "Vadim Konovalov" <watman@inbox.ru>
64535              Date: Sat, 24 Feb 2001 00:10:14 +0300
64536              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
64537              
64538              hv_store() not working correctly in ENV_IS_CASELESS case.
64539      Branch: perl
64540            ! hv.c
64541 ____________________________________________________________________________
64542 [  8918] By: jhi                                   on 2001/02/24  00:20:09
64543         Log: Subject: Re: [PATCH] fix for charnames above FFFF
64544              From: andreas.koenig@anima.de (Andreas J. Koenig)
64545              Date: 23 Feb 2001 02:39:03 +0100
64546              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
64547              
64548              A further efficiency tweak.
64549      Branch: perl
64550            ! lib/charnames.pm
64551 ____________________________________________________________________________
64552 [  8917] By: jhi                                   on 2001/02/23  20:27:51
64553         Log: Integrate change #8916 from mainline,
64554              do away with USE_WIN32_RTL_ENV.
64555      Branch: maint-5.6/perl
64556           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
64557 ____________________________________________________________________________
64558 [  8916] By: jhi                                   on 2001/02/23  20:02:25
64559         Log: Abolish USE_WIN32_RTL_ENV.
64560      Branch: perl
64561            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
64562 ____________________________________________________________________________
64563 [  8915] By: jhi                                   on 2001/02/23  19:36:00
64564         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
64565              later protected by some #define.
64566      Branch: perl
64567            ! gv.c
64568 ____________________________________________________________________________
64569 [  8914] By: jhi                                   on 2001/02/23  19:31:38
64570         Log: Retract #8902 for now, requested by Charles Lane, the correct
64571              fix will be something else.
64572      Branch: perl
64573            ! op.c
64574 ____________________________________________________________________________
64575 [  8913] By: jhi                                   on 2001/02/23  19:11:36
64576         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
64577              From: Peter Prymmer <pvhp@forte.com>
64578              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
64579              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
64580      Branch: perl
64581            ! t/op/lex_assign.t
64582 ____________________________________________________________________________
64583 [  8912] By: jhi                                   on 2001/02/23  18:38:20
64584         Log: Subject: [patch] perlio + useithreads
64585              From: Doug MacEachern <dougm@covalent.net>
64586              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
64587              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
64588              
64589              Gets things running but not complete.
64590      Branch: perl
64591            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
64592 ____________________________________________________________________________
64593 [  8911] By: jhi                                   on 2001/02/23  04:20:02
64594         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
64595              
64596              Duplicated environment freeing, File::Temp 0.12,
64597              op/append portability (EBCDIC) tweak.
64598      Branch: maint-5.6/perl
64599           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64600           !> t/op/append.t
64601 ____________________________________________________________________________
64602 [  8910] By: jhi                                   on 2001/02/23  02:07:33
64603         Log: Integrate change #8909 from mainline, a better Borland
64604              putenv() workaround.
64605      Branch: maint-5.6/perl
64606           !> perl.c
64607 ____________________________________________________________________________
64608 [  8909] By: jhi                                   on 2001/02/23  02:05:46
64609         Log: A better workaround for Borland putenv() brokenness from Sarathy.
64610      Branch: perl
64611            ! perl.c
64612 ____________________________________________________________________________
64613 [  8908] By: jhi                                   on 2001/02/23  02:04:14
64614         Log: Subject: fix for parameter -Dm (for perl@8867)
64615              From: "Vadim Konovalov" <watman@inbox.ru>
64616              Date: Thu, 22 Feb 2001 17:30:12 +0300
64617              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
64618      Branch: perl
64619            ! perl.h
64620 ____________________________________________________________________________
64621 [  8907] By: jhi                                   on 2001/02/23  01:58:20
64622         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
64623              From: Peter Prymmer <pvhp@forte.com>
64624              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
64625              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
64626      Branch: perl
64627            ! t/op/append.t
64628 ____________________________________________________________________________
64629 [  8906] By: jhi                                   on 2001/02/23  01:48:34
64630         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
64631      Branch: perl
64632            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
64633 ____________________________________________________________________________
64634 [  8905] By: jhi                                   on 2001/02/23  01:43:30
64635         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
64636              From: Peter Prymmer <pvhp@forte.com>
64637              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
64638              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
64639      Branch: perl
64640            ! t/lib/st-06compat.t
64641 ____________________________________________________________________________
64642 [  8904] By: jhi                                   on 2001/02/23  01:42:39
64643         Log: Metaconfig unit change for #8903.
64644      Branch: metaconfig/U/perl
64645            ! Devel.U
64646 ____________________________________________________________________________
64647 [  8903] By: jhi                                   on 2001/02/23  01:42:12
64648         Log: Be more helpful for devel builders, suggested by John L. Allen.
64649      Branch: perl
64650            ! Configure
64651 ____________________________________________________________________________
64652 [  8902] By: jhi                                   on 2001/02/23  01:37:41
64653         Log: (Retracted by #8914)
64654              (Wrongly, reinstated by #8941)
64655              
64656              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
64657              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64658              Date:     Thu, 22 Feb 2001 09:43:57 EST
64659              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
64660      Branch: perl
64661            ! op.c
64662 ____________________________________________________________________________
64663 [  8901] By: jhi                                   on 2001/02/23  01:20:32
64664         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
64665              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64666              Date:     Thu, 22 Feb 2001 08:01:35 EST
64667              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
64668      Branch: perl
64669            ! malloc.c
64670 ____________________________________________________________________________
64671 [  8900] By: jhi                                   on 2001/02/23  01:18:02
64672         Log: Integrate changes #8898,8899 from mainline, environ handling.
64673      Branch: maint-5.6/perl
64674           !> perl.c
64675 ____________________________________________________________________________
64676 [  8899] By: jhi                                   on 2001/02/23  01:16:25
64677         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
64678              putenv() is not to be relied on, they are either broken or leaky
64679              or both.)
64680      Branch: perl
64681            ! perl.c
64682 ____________________________________________________________________________
64683 [  8898] By: jhi                                   on 2001/02/22  23:36:59
64684         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
64685              and safesysfree() must be used.
64686      Branch: perl
64687            ! perl.c
64688 ____________________________________________________________________________
64689 [  8897] By: jhi                                   on 2001/02/22  23:25:45
64690         Log: With environ one must use safesysmalloc()/safesysfree().
64691      Branch: perl
64692            ! perl.c
64693 ____________________________________________________________________________
64694 [  8896] By: jhi                                   on 2001/02/22  22:13:18
64695         Log: If we have a duplicated environment free it
64696              if PERL_DESTRUCT_LEVEL.
64697      Branch: perl
64698            ! perl.c
64699 ____________________________________________________________________________
64700 [  8895] By: alanbur                               on 2001/02/22  19:31:57
64701         Log: Synchronised with parent
64702      Branch: maint-5.6/pureperl
64703           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
64704 ____________________________________________________________________________
64705 [  8894] By: gsar                                  on 2001/02/22  19:06:18
64706         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
64707              
64708              fix memory leak in method call optimization (change#3768);
64709              made C<eval "$x->foo()"> leak
64710              
64711              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
64712      Branch: maint-5.6/perl
64713           !> op.c
64714 ____________________________________________________________________________
64715 [  8893] By: jhi                                   on 2001/02/22  18:35:27
64716         Log: (Retracted by #8915.)
64717              
64718              Third Degree finding:
64719              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
64720      Branch: perl
64721            ! gv.c
64722 ____________________________________________________________________________
64723 [  8892] By: jhi                                   on 2001/02/22  14:28:32
64724         Log: Update Changes.
64725      Branch: perl
64726            ! Changes patchlevel.h
64727 ____________________________________________________________________________
64728 [  8891] By: jhi                                   on 2001/02/22  13:22:45
64729         Log: Metaconfig unit changes for #8890.
64730      Branch: metaconfig
64731            ! U/modified/Cppsym.U U/threads/archname.U
64732 ____________________________________________________________________________
64733 [  8890] By: jhi                                   on 2001/02/22  13:22:12
64734         Log: Add -stdio to the archname if no perlio selected,
64735              no -perlio added since that is now the default.
64736              
64737              Add few CPUs/architectures to the Cppsym scan.
64738      Branch: perl
64739            ! Configure config_h.SH
64740 ____________________________________________________________________________
64741 [  8889] By: jhi                                   on 2001/02/22  13:05:59
64742         Log: Metaconfig unit change for #8888.
64743      Branch: metaconfig/U/perl
64744            ! useperlio.U
64745 ____________________________________________________________________________
64746 [  8888] By: jhi                                   on 2001/02/22  13:05:28
64747         Log: *drum roll*  Make perlio the default.
64748      Branch: perl
64749            ! Configure config_h.SH
64750 ____________________________________________________________________________
64751 [  8887] By: jhi                                   on 2001/02/22  12:50:52
64752         Log: Integrate change #8665 from maintperl to mainline,
64753              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
64754      Branch: perl
64755           !> ext/POSIX/POSIX.xs
64756 ____________________________________________________________________________
64757 [  8886] By: jhi                                   on 2001/02/22  12:49:24
64758         Log: Integrate changes #8883,8884 from mainline to maintperl.
64759              
64760              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
64761              Subject: Re: File::Temp::_gettemp warning
64762      Branch: maint-5.6/perl
64763           !> embed.h embed.pl lib/File/Temp.pm
64764 ____________________________________________________________________________
64765 [  8885] By: jhi                                   on 2001/02/22  12:43:59
64766         Log: Based on
64767              
64768              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
64769              From: schwab@suse.de
64770              Date: Thu, 22 Feb 2001 13:08:09 +0100
64771              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
64772              
64773              but the fix done slightly differently because the other
64774              half was already done in #8664.
64775      Branch: maint-5.6/perl
64776            ! ext/POSIX/POSIX.xs
64777 ____________________________________________________________________________
64778 [  8884] By: jhi                                   on 2001/02/22  12:37:15
64779         Log: Subject: Re: File::Temp::_gettemp warning
64780              From: Tim Jenness <t.jenness@jach.hawaii.edu>
64781              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
64782              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
64783              
64784              This patch to File::Temp does two things:
64785              
64786              1. Fixes the problem with CGI::Carp when determining
64787              the Fcntl constants
64788              
64789              2. Removes most of the carps and consolidates them so that all the
64790              reasons are included in a single die that is caught by the test. This
64791              means that the correct skipping behaviour is displayed by the test.
64792      Branch: perl
64793            ! lib/File/Temp.pm
64794 ____________________________________________________________________________
64795 [  8883] By: jhi                                   on 2001/02/22  12:29:19
64796         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
64797              From: Peter Prymmer <pvhp@forte.com>
64798              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
64799              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
64800      Branch: perl
64801            ! embed.h embed.pl
64802 ____________________________________________________________________________
64803 [  8882] By: jhi                                   on 2001/02/21  19:41:33
64804         Log: Integrate change #8881 from mainlin to maintperl.
64805              
64806              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
64807      Branch: maint-5.6/perl
64808           !> op.c
64809 ____________________________________________________________________________
64810 [  8881] By: jhi                                   on 2001/02/21  19:38:57
64811         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
64812              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64813              Date:     Wed, 21 Feb 2001 13:08:03 EST
64814              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
64815      Branch: perl
64816            ! op.c
64817 ____________________________________________________________________________
64818 [  8880] By: jhi                                   on 2001/02/21  19:34:34
64819         Log: Retract #8875, cannot let go of the old semantics of unpack U
64820              without rethinking utf8decode.t.
64821      Branch: perl
64822            ! pp.c t/op/pack.t
64823 ____________________________________________________________________________
64824 [  8879] By: jhi                                   on 2001/02/21  19:08:02
64825         Log: Run run/*.t also in minitest.
64826      Branch: perl
64827            ! Makefile.SH
64828 ____________________________________________________________________________
64829 [  8878] By: nick                                  on 2001/02/21  18:55:37
64830         Log: Integrate mainline
64831      Branch: perlio
64832           !> (integrate 76 files)
64833 ____________________________________________________________________________
64834 [  8877] By: jhi                                   on 2001/02/21  15:09:33
64835         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
64836      Branch: metaconfig
64837            ! U/compline/nblock_io.U
64838      Branch: perl
64839            ! Configure config_h.SH
64840 ____________________________________________________________________________
64841 [  8876] By: jhi                                   on 2001/02/21  14:54:45
64842         Log: If no sfio, no -lsfio.
64843      Branch: metaconfig/U/perl
64844            ! d_sfio.U
64845      Branch: perl
64846            ! Configure config_h.SH
64847 ____________________________________________________________________________
64848 [  8875] By: jhi                                   on 2001/02/21  14:54:00
64849         Log: Make unpack C and unpack U truly equivalent.
64850      Branch: perl
64851            ! pp.c t/op/pack.t
64852 ____________________________________________________________________________
64853 [  8874] By: jhi                                   on 2001/02/21  14:26:02
64854         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
64855              From: Peter Prymmer <pvhp@forte.com>
64856              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
64857              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
64858      Branch: perl
64859            ! pod/perlport.pod
64860 ____________________________________________________________________________
64861 [  8873] By: jhi                                   on 2001/02/21  14:24:31
64862         Log: Subject: [PATCH] fix for charnames above FFFF
64863              From: andreas.koenig@anima.de (Andreas J. Koenig)
64864              Date: 21 Feb 2001 07:05:45 +0100
64865              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
64866      Branch: perl
64867            ! lib/charnames.pm t/lib/charnames.t
64868 ____________________________________________________________________________
64869 [  8872] By: jhi                                   on 2001/02/21  14:15:25
64870         Log: Integrate change #8868 from pureperl to mainline.
64871              
64872              Fixed reference count loop caused by sv_magic.
64873      Branch: perl
64874           !> sv.c
64875 ____________________________________________________________________________
64876 [  8871] By: jhi                                   on 2001/02/21  14:07:29
64877         Log: Integrate change #8868 from pureperl to maintperl.
64878              
64879              Fixed reference count loop caused by sv_magic.
64880      Branch: maint-5.6/perl
64881           !> sv.c
64882 ____________________________________________________________________________
64883 [  8870] By: jhi                                   on 2001/02/21  14:04:41
64884         Log: Put back the #8840, it was innocent.
64885      Branch: perl
64886            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
64887            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
64888 ____________________________________________________________________________
64889 [  8869] By: jhi                                   on 2001/02/21  14:00:03
64890         Log: unpack("C", ...) was left slightly unfinished by #8865.
64891      Branch: perl
64892            ! pp.c t/op/pack.t
64893 ____________________________________________________________________________
64894 [  8868] By: alanbur                               on 2001/02/21  01:33:45
64895         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
64896              from gv_fetchpv to create single-character magic variables (e.g. $!),
64897              and it is passed a sv and the gv that contains the sv as the mg_obj
64898              value.  When sv_magic stores the mg_obj pointer it increments the gv
64899              refcount, thus causing a sv-gv pair that can't be freed.  There is
64900              already a check for sv == obj which is used to prevent such reference
64901              loops.  This change extends the check to cover the case described above.
64902      Branch: maint-5.6/pureperl
64903            ! sv.c
64904 ____________________________________________________________________________
64905 [  8867] By: jhi                                   on 2001/02/21  00:52:39
64906         Log: Update Changes.
64907      Branch: perl
64908            ! Changes patchlevel.h
64909 ____________________________________________________________________________
64910 [  8866] By: jhi                                   on 2001/02/21  00:34:20
64911         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
64912              (Note: there were some conflicts due to EBCDIC and EPOC
64913              patches, in general I preferred the repository code.)
64914              (When 2.753 comes out, we need to synchronize.)
64915      Branch: perl
64916            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
64917            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
64918            ! t/lib/cgi-html.t
64919 ____________________________________________________________________________
64920 [  8865] By: jhi                                   on 2001/02/21  00:24:22
64921         Log: Make pack("C", 0x100) to create Unicode, unless under the
64922              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
64923              will understand Unicode, unless you under know what.
64924      Branch: perl
64925            ! pp.c t/op/pack.t t/op/qu.t
64926 ____________________________________________________________________________
64927 [  8864] By: alanbur                               on 2001/02/20  22:35:34
64928         Log: Resynchronised with parent
64929      Branch: maint-5.6/pureperl
64930           !> README.win32 ext/GDBM_File/GDBM_File.pm
64931           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
64932           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
64933           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
64934           !> t/lib/sdbm.t util.c
64935 ____________________________________________________________________________
64936 [  8863] By: jhi                                   on 2001/02/20  20:55:11
64937         Log: Integrate change #8860,8861 from mainline into maintperl.
64938              
64939              "pseudo-literal j"
64940              
64941              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
64942      Branch: maint-5.6/perl
64943           !> lib/Test.pm pod/perlop.pod
64944 ____________________________________________________________________________
64945 [  8862] By: jhi                                   on 2001/02/20  20:30:07
64946         Log: Don't do casting between pointers pointing to differently sized
64947              integers.
64948      Branch: perl
64949            ! hv.c sv.c
64950 ____________________________________________________________________________
64951 [  8861] By: jhi                                   on 2001/02/20  19:53:44
64952         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
64953              From: Peter Prymmer <pvhp@forte.com>
64954              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
64955              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
64956      Branch: perl
64957            ! lib/Test.pm
64958 ____________________________________________________________________________
64959 [  8860] By: jhi                                   on 2001/02/20  19:48:02
64960         Log: "pseudo-literal j", a documentation glitch reported to Debian.
64961              The text recovered from Perl 5.005_03, and pseudo-literal replaced
64962              by "backtick string".
64963      Branch: perl
64964            ! pod/perlop.pod
64965 ____________________________________________________________________________
64966 [  8859] By: jhi                                   on 2001/02/20  19:15:46
64967         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
64968              from Chris Nandor.
64969      Branch: perl
64970            ! makedef.pl
64971 ____________________________________________________________________________
64972 [  8858] By: jhi                                   on 2001/02/20  17:36:53
64973         Log: Integrate pureperl changes #8844,8845,8850 to mainline
64974              (via maintperl #8855).
64975              
64976              Fixed %^H scoping bug
64977              
64978              Removed GV <-> CV refcount loop
64979              
64980              Removed %ENV refcount loop
64981      Branch: perl
64982           !> gv.c op.c perl.c pp.c scope.c
64983 ____________________________________________________________________________
64984 [  8857] By: jhi                                   on 2001/02/20  17:34:32
64985         Log: Integrate changes #8853,8854 from maintperl to mainline.
64986              
64987              EBDIC fixes, README.win32 Borland update.
64988      Branch: perl
64989           !> README.win32 handy.h util.c
64990 ____________________________________________________________________________
64991 [  8856] By: jhi                                   on 2001/02/20  17:33:16
64992         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
64993      Branch: maint-5.6/perl
64994           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
64995           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
64996           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
64997 ____________________________________________________________________________
64998 [  8855] By: jhi                                   on 2001/02/20  17:32:13
64999         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
65000              
65001              Fixed %^H scoping bug
65002              
65003              Removed GV <-> CV refcount loop
65004              
65005              Removed %ENV refcount loop
65006      Branch: maint-5.6/perl
65007           !> gv.c op.c perl.c pp.c scope.c
65008 ____________________________________________________________________________
65009 [  8854] By: jhi                                   on 2001/02/20  17:25:06
65010         Log: Subject: Addition to readme.win32 for Borland C++ compilers
65011              Date: Tue, 20 Feb 2001 02:15:25 +0300
65012              From: "Vadim Konovalov" <watman@inbox.ru>
65013              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
65014              
65015              Document Borland compiler misbehaviour.
65016      Branch: maint-5.6/perl
65017            ! README.win32
65018 ____________________________________________________________________________
65019 [  8853] By: jhi                                   on 2001/02/20  17:22:25
65020         Log: The assimilation of ebcdic.c didn't quite work at the first try,
65021              patches from Thomas Dorner.
65022      Branch: maint-5.6/perl
65023            ! handy.h util.c
65024 ____________________________________________________________________________
65025 [  8852] By: jhi                                   on 2001/02/20  17:20:15
65026         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
65027              From: Chris Nandor <pudge@pobox.com>
65028              Date: Tue, 20 Feb 2001 08:32:45 -0500
65029              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
65030      Branch: maint-5.6/perl
65031            ! makedef.pl mg.c
65032 ____________________________________________________________________________
65033 [  8851] By: jhi                                   on 2001/02/20  17:15:52
65034         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
65035      Branch: perl
65036            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
65037            ! t/lib/filter-util.t
65038 ____________________________________________________________________________
65039 [  8850] By: alanbur                               on 2001/02/20  17:12:40
65040         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
65041              and the magic pointer points back to the GV that contains the
65042              %ENV hash.  This creates a refcount loop that prevents members
65043              of %ENV from being freed correctly.  This change removes the
65044              refcount loop - the magic pointer was never used anyway, the
65045              only use of the magic was to check the type ('E') so that the
65046              appropriate environment manipulation code is called when %ENV
65047              is modified.
65048      Branch: maint-5.6/pureperl
65049            ! perl.c
65050 ____________________________________________________________________________
65051 [  8849] By: jhi                                   on 2001/02/20  17:12:20
65052         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
65053              From: "Craig A. Berry" <craigberry@mac.com>
65054              Date: Mon, 19 Feb 2001 23:36:12 -0600
65055              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
65056              
65057              Case-forgiving systems match TestInit.pm with TES*.
65058      Branch: perl
65059            ! t/lib/glob-basic.t
65060 ____________________________________________________________________________
65061 [  8848] By: jhi                                   on 2001/02/20  17:10:02
65062         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
65063      Branch: perl
65064            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
65065            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
65066            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
65067 ____________________________________________________________________________
65068 [  8847] By: jhi                                   on 2001/02/20  15:34:41
65069         Log: The #8843 wasn't quite right: %Config needs to imported.
65070      Branch: perl
65071            ! t/run/runenv.t
65072 ____________________________________________________________________________
65073 [  8846] By: jhi                                   on 2001/02/20  15:31:50
65074         Log: Retract the #8838 and #8840 for now because of
65075              the DB_File tie problem.
65076      Branch: perl
65077            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
65078            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
65079            ! proto.h sv.c
65080 ____________________________________________________________________________
65081 [  8845] By: alanbur                               on 2001/02/20  14:25:41
65082         Log: Removed GV <-> CV refcount loop
65083              CvGV(mycv) points to the parent GV of the CV, and was previously
65084              refcounted.  The pointer remains, but the refcounting has been removed
65085              as it causes a refcount loop between the CV and GV that means the CV
65086              can't ever be deleted.
65087      Branch: maint-5.6/pureperl
65088            ! gv.c op.c pp.c
65089 ____________________________________________________________________________
65090 [  8844] By: alanbur                               on 2001/02/20  14:23:13
65091         Log: Fixed %^H scoping bug
65092      Branch: maint-5.6/pureperl
65093            ! scope.c
65094 ____________________________________________________________________________
65095 [  8843] By: jhi                                   on 2001/02/19  13:38:08
65096         Log: fork() not everywhere, cleanup temp files.
65097      Branch: perl
65098            ! t/run/runenv.t
65099 ____________________________________________________________________________
65100 [  8842] By: alanbur                               on 2001/02/19  12:42:07
65101         Log: Resynchronised with parent
65102      Branch: maint-5.6/pureperl
65103           !> pod/perlfaq4.pod sv.c utf8.c
65104 ____________________________________________________________________________
65105 [  8841] By: jhi                                   on 2001/02/19  03:35:51
65106         Log: Update Changes.
65107      Branch: perl
65108            ! Changes patchlevel.h
65109 ____________________________________________________________________________
65110 [  8840] By: jhi                                   on 2001/02/19  00:23:41
65111         Log: Subject: [patch] add sv_setref_uv
65112              From: Doug MacEachern <dougm@covalent.net>
65113              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
65114              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
65115      Branch: perl
65116            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
65117            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
65118 ____________________________________________________________________________
65119 [  8839] By: jhi                                   on 2001/02/19  00:01:38
65120         Log: Put to rest the 20010205.001, the email address checking (not) regex.
65121      Branch: perl
65122            ! pod/perlfaq9.pod
65123 ____________________________________________________________________________
65124 [  8838] By: jhi                                   on 2001/02/18  22:17:54
65125         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
65126              From: Doug MacEachern <dougm@covalent.net>
65127              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
65128              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
65129      Branch: perl
65130            ! lib/ExtUtils/xsubpp
65131 ____________________________________________________________________________
65132 [  8837] By: jhi                                   on 2001/02/18  22:16:50
65133         Log: Subject: [patch] -Wall cleanup round 2
65134              From: Doug MacEachern <dougm@covalent.net>
65135              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
65136              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
65137      Branch: perl
65138            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
65139            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
65140            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
65141            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
65142            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
65143            ! ext/SDBM_File/SDBM_File.xs
65144 ____________________________________________________________________________
65145 [  8836] By: jhi                                   on 2001/02/18  22:11:20
65146         Log: Misapplied regex optimizations when \C is present.
65147              Fixes 20001230.002.
65148              
65149              What still remains broken is that the submatches that
65150              have \C in them get their UTF8 flag on because their
65151              parent SV has it on.  This will result in malformed
65152              UTF8 if a \C happened to match a non-ASCII byte.
65153      Branch: perl
65154            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
65155            ! t/pragma/utf8.t
65156 ____________________________________________________________________________
65157 [  8835] By: jhi                                   on 2001/02/18  20:12:02
65158         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
65159              
65160              The hash key got wrongly UTF8fied.
65161      Branch: perl
65162            ! pod/perlapi.pod toke.c utf8.c
65163 ____________________________________________________________________________
65164 [  8834] By: jhi                                   on 2001/02/18  19:44:25
65165         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
65166              don't warn on magical or overloaded things.
65167      Branch: perl
65168            ! pp_hot.c
65169 ____________________________________________________________________________
65170 [  8833] By: nick                                  on 2001/02/18  19:31:22
65171         Log: Integrate mainline
65172      Branch: perlio
65173           +> t/TestInit.pm t/run/runenv.t
65174            - t/UTEST
65175           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
65176           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
65177           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
65178           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
65179           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
65180           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
65181           !> utf8.c
65182 ____________________________________________________________________________
65183 [  8832] By: jhi                                   on 2001/02/18  19:21:18
65184         Log: Integrate perlio:
65185              
65186              [  8830]
65187              Apply the spirit of patch from Nick Clark:
65188              Subject: [PATCH] Re: extensions that provide layers
65189              From: Nicholas Clark <nick@ccl4.org>
65190              Date: Mon, 12 Feb 2001 16:43:51 +0000
65191              Message-Id: <20010212164350.Q3652@plum.flirble.org>
65192      Branch: perl
65193           !> perlio.c pod/perldiag.pod
65194 ____________________________________________________________________________
65195 [  8831] By: jhi                                   on 2001/02/18  19:14:20
65196         Log: Integrate change #8827 from mainline.
65197              
65198              UTF8 tweaks.
65199      Branch: maint-5.6/perl
65200           !> sv.c utf8.c
65201 ____________________________________________________________________________
65202 [  8830] By: nick                                  on 2001/02/18  19:10:34
65203         Log: Apply the spirit of patch from Nick Clark:
65204              Subject: [PATCH] Re: extensions that provide layers
65205              From: Nicholas Clark <nick@ccl4.org>
65206              Date: Mon, 12 Feb 2001 16:43:51 +0000
65207              Message-Id: <20010212164350.Q3652@plum.flirble.org>
65208      Branch: perlio
65209            ! perlio.c pod/perldiag.pod
65210 ____________________________________________________________________________
65211 [  8829] By: jhi                                   on 2001/02/18  19:03:25
65212         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
65213              From: schwern@pobox.com 
65214              Date: Sun, 18 Feb 2001 13:44:35 -0500
65215              Message-ID: <20010218134435.A17544@magnonel.guild.net>
65216              
65217              Applied, but as t/TestInit.pm.
65218      Branch: perl
65219            + t/TestInit.pm
65220            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
65221            ! t/op/subst_wamp.t
65222 ____________________________________________________________________________
65223 [  8828] By: jhi                                   on 2001/02/18  18:43:52
65224         Log: Integrate perlio:
65225              
65226              [  8826]
65227              Fix [ID 20010217.002]
65228              open FOO, "<:raw:perlio", ...
65229              :raw now inserts default base layer below itself.
65230              Also
65231              open FOO, "<:unix", ...
65232              works as well - but leaves buffer layer on stack under the unix layer.
65233      Branch: perl
65234           !> perlio.c
65235 ____________________________________________________________________________
65236 [  8827] By: jhi                                   on 2001/02/18  18:41:33
65237         Log: UTF-8 tweaks.
65238      Branch: perl
65239            ! sv.c utf8.c
65240 ____________________________________________________________________________
65241 [  8826] By: nick                                  on 2001/02/18  17:40:59
65242         Log: Fix [ID 20010217.002]
65243              open FOO, "<:raw:perlio", ...
65244              :raw now inserts default base layer below itself.
65245              Also
65246              open FOO, "<:unix", ...
65247              works as well - but leaves buffer layer on stack under the unix layer.
65248      Branch: perlio
65249            ! perlio.c
65250 ____________________________________________________________________________
65251 [  8825] By: jhi                                   on 2001/02/18  17:15:39
65252         Log: Integrate perlio:
65253              
65254              [  8820]
65255              Clean up a few core dumps when layers are used in unexpected ways.
65256              (Still not "right"...)
65257      Branch: perl
65258           !> perlio.c perliol.h
65259 ____________________________________________________________________________
65260 [  8824] By: jhi                                   on 2001/02/18  17:10:53
65261         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
65262              From: schwern@pobox.com
65263              Date: Sun, 18 Feb 2001 01:48:50 -0500
65264              Message-ID: <20010218014850.C19957@magnonel.guild.net>
65265      Branch: perl
65266            ! lib/Test/Harness.pm t/TEST t/op/chop.t
65267 ____________________________________________________________________________
65268 [  8823] By: jhi                                   on 2001/02/18  17:01:06
65269         Log: Add run/*.t to testables.
65270      Branch: perl
65271            ! t/TEST
65272 ____________________________________________________________________________
65273 [  8822] By: jhi                                   on 2001/02/18  16:58:58
65274         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
65275              From: schwern@pobox.com
65276              Date: Sun, 18 Feb 2001 01:11:35 -0500
65277              Message-ID: <20010218011135.A19957@magnonel.guild.net>
65278              
65279              Revive mjd's and Simon's PERL5OPT fix.
65280      Branch: perl
65281            + t/run/runenv.t
65282            ! MANIFEST perl.c
65283 ____________________________________________________________________________
65284 [  8821] By: jhi                                   on 2001/02/18  16:53:46
65285         Log: Subject: Re: Why t/TEST and not Test::Harness?
65286              From: schwern@pobox.com
65287              Date: Sat, 17 Feb 2001 22:44:44 -0500
65288              Message-ID: <20010217224444.A6679@magnonel.guild.net>
65289              
65290              Replace UTEST with TEST -utf8.
65291      Branch: perl
65292            - t/UTEST
65293            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
65294            ! t/lib/glob-basic.t
65295 ____________________________________________________________________________
65296 [  8820] By: nick                                  on 2001/02/18  13:06:16
65297         Log: Clean up a few core dumps when layers are used in unexpected ways.
65298              (Still not "right"...)
65299      Branch: perlio
65300            ! perlio.c perliol.h
65301 ____________________________________________________________________________
65302 [  8819] By: jhi                                   on 2001/02/18  02:25:55
65303         Log: Integrate change #8818 from maintperl, a FAQ nit.
65304      Branch: perl
65305           !> pod/perlfaq4.pod
65306 ____________________________________________________________________________
65307 [  8818] By: jhi                                   on 2001/02/18  02:24:50
65308         Log: FAQ nit from Chris Fedde.
65309      Branch: maint-5.6/perl
65310            ! pod/perlfaq4.pod
65311 ____________________________________________________________________________
65312 [  8817] By: nick                                  on 2001/02/17  18:20:14
65313         Log: Integrate mainline
65314      Branch: perlio
65315           +> lib/unicode/UCD.html lib/unicode/Unicode.html
65316           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
65317           +> pod/perlclib.pod
65318            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
65319            - lib/unicode/Unicode.301
65320           !> (integrate 324 files)
65321 ____________________________________________________________________________
65322 [  8816] By: jhi                                   on 2001/02/17  16:56:58
65323         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
65324      Branch: perl
65325            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
65326            ! ext/Storable/Storable.xs t/lib/st-06compat.t
65327            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
65328 ____________________________________________________________________________
65329 [  8815] By: jhi                                   on 2001/02/17  16:40:07
65330         Log: Subject: [patch] -Wall
65331              From: Doug MacEachern <dougm@covalent.net>
65332              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
65333              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
65334      Branch: perl
65335            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
65336            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
65337 ____________________________________________________________________________
65338 [  8814] By: jhi                                   on 2001/02/16  19:27:18
65339         Log: Document qu better.
65340      Branch: perl
65341            ! pod/perlop.pod
65342 ____________________________________________________________________________
65343 [  8813] By: jhi                                   on 2001/02/15  13:54:37
65344         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
65345              From: Hugo <hv@crypt.compulink.co.uk>
65346              Date: Thu, 15 Feb 2001 13:39:49 +0000
65347              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
65348      Branch: perl
65349            ! toke.c
65350 ____________________________________________________________________________
65351 [  8812] By: alanbur                               on 2001/02/15  13:52:16
65352         Log: Resynchronised with parent
65353      Branch: maint-5.6/pureperl
65354            - ebcdic.c
65355           !> (integrate 36 files)
65356 ____________________________________________________________________________
65357 [  8811] By: jhi                                   on 2001/02/15  13:51:16
65358         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
65359              
65360              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
65361              From: Jan Dubois <JanD@ActiveState.com>
65362              Date: Wed, 31 Jan 2001 21:17:03 -0800
65363              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
65364              
65365              tweak change#8659 to keep it simple
65366              
65367              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
65368              From: Russ Allbery <rra@stanford.edu>
65369              Date: 14 Feb 2001 10:15:41 -0800
65370              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
65371              
65372              (8809 empty)
65373              
65374              Upgrade to podlators 1.08, from Russ Allbery.
65375      Branch: perl
65376           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
65377           !> utils/perldoc.PL
65378 ____________________________________________________________________________
65379 [  8810] By: jhi                                   on 2001/02/15  13:35:08
65380         Log: Upgrade to podlators 1.08, from Russ Allbery.
65381      Branch: maint-5.6/perl
65382            ! lib/Pod/Man.pm lib/Pod/Text.pm
65383 ____________________________________________________________________________
65384 [  8809] By: jhi                                   on 2001/02/15  13:26:38
65385         Log: (accidentally empty check-in)
65386      Branch: maint-5.6/perl
65387            ! lib/Test/Harness.pm
65388 ____________________________________________________________________________
65389 [  8808] By: jhi                                   on 2001/02/15  13:23:47
65390         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
65391              From: Russ Allbery <rra@stanford.edu>
65392              Date: 14 Feb 2001 10:15:41 -0800
65393              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
65394              
65395              perldoc was hardcoding $Config{installscript}, which breaks
65396              when install* isn't where Perl ends up (such as with AFS).
65397              
65398              Use $Config{scriptdir} instead.
65399      Branch: maint-5.6/perl
65400            ! utils/perldoc.PL
65401 ____________________________________________________________________________
65402 [  8807] By: jhi                                   on 2001/02/14  14:37:27
65403         Log: Update Changes.
65404      Branch: perl
65405            ! Changes patchlevel.h
65406 ____________________________________________________________________________
65407 [  8806] By: jhi                                   on 2001/02/14  14:25:31
65408         Log: Integrate changes #8803,8804,8805 from mainline.
65409              
65410              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
65411              
65412              Don't skip too much of the locale error message if no environ array,
65413              from Chris Nandor.
65414              
65415              More MacOS Classic fixes from Chris Nandor.
65416      Branch: maint-5.6/perl
65417           !> doop.c lib/Cwd.pm perl.c perl.h util.c
65418 ____________________________________________________________________________
65419 [  8805] By: jhi                                   on 2001/02/14  03:29:01
65420         Log: More MacOS Classic fixes from Chris Nandor.
65421      Branch: perl
65422            ! doop.c lib/Cwd.pm
65423 ____________________________________________________________________________
65424 [  8804] By: jhi                                   on 2001/02/14  03:18:35
65425         Log: Don't skip too much of the locale error message if no environ array,
65426              from Chris Nandor.
65427      Branch: perl
65428            ! util.c
65429 ____________________________________________________________________________
65430 [  8803] By: jhi                                   on 2001/02/14  03:14:14
65431         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
65432      Branch: perl
65433            ! perl.c perl.h
65434 ____________________________________________________________________________
65435 [  8802] By: jhi                                   on 2001/02/13  18:31:33
65436         Log: AUTHORS update.
65437      Branch: perl
65438            ! AUTHORS
65439 ____________________________________________________________________________
65440 [  8801] By: jhi                                   on 2001/02/13  17:55:19
65441         Log: Integrate change #8792 from mainline.
65442              
65443              Subject: buncha MacPerl patches for bleadperl
65444              From: Chris Nandor <pudge@pobox.com>
65445              Date: Tue, 13 Feb 2001 00:02:43 -0500
65446              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
65447      Branch: maint-5.6/perl
65448           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
65449           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
65450           !> t/lib/basename.t toke.c util.h
65451 ____________________________________________________________________________
65452 [  8800] By: jhi                                   on 2001/02/13  17:46:43
65453         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
65454              to be forced to Off_t.
65455              
65456              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
65457              From: nick@ccl4.org
65458              Date: Thu, 1 Feb 2001 12:01:04 +0000
65459              Message-Id: <20010201120103.E11401@plum.flirble.org>
65460      Branch: maint-5.6/perl
65461            ! iperlsys.h perlio.c
65462 ____________________________________________________________________________
65463 [  8799] By: jhi                                   on 2001/02/13  16:52:51
65464         Log: Duplex duplex hunk hunk.
65465      Branch: maint-5.6/perl
65466            ! Makefile.SH
65467 ____________________________________________________________________________
65468 [  8797] By: jhi                                   on 2001/02/13  14:52:04
65469         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
65470              From: "Craig A. Berry" <craigberry@mac.com>
65471              Date: Mon, 12 Feb 2001 11:05:25 -0600
65472              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
65473      Branch: perl
65474            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
65475 ____________________________________________________________________________
65476 [  8796] By: jhi                                   on 2001/02/13  14:36:47
65477         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
65478              From: simon.cozens@pembroke.oxford.ac.uk 
65479              Date: Sat, 10 Feb 2001 17:57:02 +0000
65480              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
65481              
65482              Now it does include.
65483      Branch: perl
65484            ! pod/perldiag.pod
65485 ____________________________________________________________________________
65486 [  8795] By: jhi                                   on 2001/02/13  14:30:11
65487         Log: Sort the MANIFEST.
65488      Branch: perl
65489            ! MANIFEST
65490 ____________________________________________________________________________
65491 [  8794] By: jhi                                   on 2001/02/13  14:26:51
65492         Log: Integrate change #8793 from mainline, FAQ updates.
65493      Branch: maint-5.6/perl
65494           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
65495 ____________________________________________________________________________
65496 [  8793] By: jhi                                   on 2001/02/13  14:25:13
65497         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
65498      Branch: perl
65499            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
65500 ____________________________________________________________________________
65501 [  8792] By: jhi                                   on 2001/02/13  14:22:50
65502         Log: Subject: buncha MacPerl patches for bleadperl
65503              From: Chris Nandor <pudge@pobox.com>
65504              Date: Tue, 13 Feb 2001 00:02:43 -0500
65505              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
65506      Branch: perl
65507            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
65508            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
65509            ! t/lib/basename.t toke.c util.h
65510 ____________________________________________________________________________
65511 [  8791] By: jhi                                   on 2001/02/13  14:10:39
65512         Log: Integrate change #8790 from mainline.
65513              
65514              environ array wrongly assumed in Perl_init_i18nl10n(),
65515      Branch: maint-5.6/perl
65516           !> util.c
65517 ____________________________________________________________________________
65518 [  8790] By: jhi                                   on 2001/02/13  14:06:15
65519         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
65520              noticed by Chris Nandor in MacOS Classic.
65521      Branch: perl
65522            ! util.c
65523 ____________________________________________________________________________
65524 [  8789] By: jhi                                   on 2001/02/13  13:58:07
65525         Log: Integrate changes #8373,8487,8544,8783 from mainline.
65526              
65527              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
65528              hints files, the dynaloading, assimilate ebcdic into util.c.
65529      Branch: maint-5.6/perl
65530            - ebcdic.c
65531            ! MANIFEST hints/posix-bc.sh
65532           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
65533           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
65534           !> perlapi.c proto.h util.c
65535 ____________________________________________________________________________
65536 [  8788] By: alanbur                               on 2001/02/13  10:33:13
65537         Log: Integrated changes from maint-5.6
65538      Branch: maint-5.6/pureperl
65539           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
65540           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
65541           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65542           !> vos/config.ga.h vos/configure_perl.cm
65543 ____________________________________________________________________________
65544 [  8787] By: jhi                                   on 2001/02/13  05:56:36
65545         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
65546      Branch: perl
65547           !> Makefile.SH
65548 ____________________________________________________________________________
65549 [  8786] By: jhi                                   on 2001/02/13  05:54:34
65550         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
65551              From: Dorner Thomas <Thomas.Dorner@start.de>
65552              Date: Mon, 12 Feb 2001 15:06:26 +0100
65553              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
65554      Branch: maint-5.6/perl
65555            ! Makefile.SH
65556 ____________________________________________________________________________
65557 [  8785] By: jhi                                   on 2001/02/13  05:29:04
65558         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
65559      Branch: perl
65560           !> hints/openbsd.sh
65561 ____________________________________________________________________________
65562 [  8784] By: jhi                                   on 2001/02/13  02:25:24
65563         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
65564              From: Peter Prymmer <pvhp@forte.com>
65565              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
65566              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
65567      Branch: perl
65568            ! pod/perlclib.pod
65569 ____________________________________________________________________________
65570 [  8783] By: jhi                                   on 2001/02/13  02:22:36
65571         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
65572      Branch: perl
65573            - ebcdic.c
65574            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
65575            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
65576            ! util.c
65577 ____________________________________________________________________________
65578 [  8782] By: jhi                                   on 2001/02/13  02:00:07
65579         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
65580      Branch: maint-5.6/perl
65581            ! pod/perlport.pod
65582 ____________________________________________________________________________
65583 [  8781] By: jhi                                   on 2001/02/13  01:58:44
65584         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
65585      Branch: maint-5.6/perl
65586            ! hints/openbsd.sh
65587 ____________________________________________________________________________
65588 [  8780] By: jhi                                   on 2001/02/13  01:57:33
65589         Log: Synchronize the regexp tests between maintperl and mainline.
65590      Branch: maint-5.6/perl
65591           !> t/op/re_tests
65592 ____________________________________________________________________________
65593 [  8779] By: jhi                                   on 2001/02/13  01:49:35
65594         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
65595              From: Hugo <hv@crypt.compulink.co.uk>
65596              Date: Tue, 13 Feb 2001 00:11:11 +0000
65597              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
65598      Branch: perl
65599            ! regcomp.c t/op/re_tests
65600 ____________________________________________________________________________
65601 [  8778] By: jhi                                   on 2001/02/13  00:23:10
65602         Log: Comments do not nest.
65603      Branch: perl
65604            ! perl.h
65605 ____________________________________________________________________________
65606 [  8777] By: jhi                                   on 2001/02/13  00:17:54
65607         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
65608              From: Hugo <hv@crypt.compulink.co.uk>
65609              Date: Tue, 13 Feb 2001 00:11:11 +0000
65610              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
65611      Branch: maint-5.6/perl
65612            ! regcomp.c t/op/re_tests
65613 ____________________________________________________________________________
65614 [  8776] By: jhi                                   on 2001/02/12  23:25:52
65615         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
65616      Branch: maint-5.6/perl
65617            ! pod/perlport.pod
65618 ____________________________________________________________________________
65619 [  8775] By: jhi                                   on 2001/02/12  23:04:28
65620         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
65621      Branch: maint-5.6/perl
65622            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
65623            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
65624            ! vos/configure_perl.cm
65625 ____________________________________________________________________________
65626 [  8774] By: jhi                                   on 2001/02/12  22:59:11
65627         Log: Subject: Re: [patch] context for 'U' magic functions
65628              From: Doug MacEachern <dougm@covalent.net>
65629              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
65630              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
65631              
65632              plus the suggestion by Nick Ing-Simmons to name the macro
65633              as PERL_MG_UFUNC to avoid namespace pollution, plus add
65634              the advice by Doug for XS writers to perl.h
65635      Branch: perl
65636            ! mg.c perl.h
65637 ____________________________________________________________________________
65638 [  8773] By: jhi                                   on 2001/02/11  20:14:12
65639         Log: Update Changes.
65640      Branch: perl
65641            ! Changes patchlevel.h
65642 ____________________________________________________________________________
65643 [  8772] By: jhi                                   on 2001/02/11  18:47:52
65644         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
65645              From: Simon Cozens <simon@cozens.net>
65646              Date: Wed, 31 Jan 2001 16:31:43 +0000
65647              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
65648      Branch: perl
65649            + pod/perlclib.pod
65650            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
65651            ! pod/perltoc.pod
65652 ____________________________________________________________________________
65653 [  8771] By: jhi                                   on 2001/02/11  18:36:48
65654         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
65655              
65656              Blocks-4d3.beta.txt
65657              CaseFolding-3d4.beta.txt
65658              CompositionExclusions-3d6.beta.txt
65659              EastAsianWidth-4d4.beta.txt
65660              LineBreak-6d3.beta.txt
65661              NamesList-3.1.0d1.beta.txt
65662              PropList-3.1.0d4.beta.txt
65663              SpecialCasing-4d1.beta.txt
65664              UnicodeData-3.1.0d6.beta.txt
65665      Branch: perl
65666            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
65667           +> lib/unicode/UCD.html lib/unicode/Unicode.html
65668            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
65669            - lib/unicode/Unicode.301
65670            ! (edit 257 files)
65671 ____________________________________________________________________________
65672 [  8770] By: jhi                                   on 2001/02/11  17:26:22
65673         Log: UTF-8 documentation.
65674      Branch: perl
65675            ! utf8.h
65676 ____________________________________________________________________________
65677 [  8769] By: jhi                                   on 2001/02/11  17:12:49
65678         Log: Retract #8762.
65679      Branch: perl
65680            ! regexec.c
65681 ____________________________________________________________________________
65682 [  8768] By: jhi                                   on 2001/02/11  16:54:45
65683         Log: Subject: [PATCH] Test::Harness
65684              From: andreas.koenig@anima.de (Andreas J. Koenig)
65685              Date: 11 Feb 2001 14:37:00 +0100
65686              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
65687      Branch: perl
65688            ! lib/Test/Harness.pm
65689 ____________________________________________________________________________
65690 [  8767] By: jhi                                   on 2001/02/11  16:53:52
65691         Log: Subject: [PATCH] Document makepatch in Porting/patching
65692              From: andreas.koenig@anima.de (Andreas J. Koenig)
65693              Date: 11 Feb 2001 16:46:28 +0100
65694              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
65695      Branch: perl
65696            ! Porting/patching.pod
65697 ____________________________________________________________________________
65698 [  8766] By: jhi                                   on 2001/02/11  06:30:23
65699         Log: Subject: Re: [patch] GvSHARED
65700              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
65701              From: Doug MacEachern <dougm@covalent.net>
65702              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
65703              
65704              Subject: Re: [patch] GvSHARED
65705              From: Doug MacEachern <dougm@covalent.net>
65706              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
65707              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
65708              
65709              Subject: [patch] attributes.pm support for `shared'
65710              From: Doug MacEachern <dougm@covalent.net>
65711              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
65712              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
65713              
65714              our() attributes were ignored, our :shared pieces missing,
65715              allow attributes.pm to turn on shared.
65716      Branch: perl
65717            ! op.c t/op/attrs.t toke.c xsutils.c
65718 ____________________________________________________________________________
65719 [  8765] By: alanbur                               on 2001/02/10  23:11:19
65720         Log: Resync with parent (hopefully sucessfully this time)
65721      Branch: maint-5.6/pureperl
65722           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
65723           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
65724           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65725           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
65726           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
65727           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
65728           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
65729 ____________________________________________________________________________
65730 [  8764] By: jhi                                   on 2001/02/10  22:54:38
65731         Log: Make TEST and UTEST more verbose in case something goes
65732              wrong in running/compiling a script, suggested by Doug
65733              MacEachern.
65734      Branch: perl
65735            ! t/TEST t/UTEST
65736 ____________________________________________________________________________
65737 [  8763] By: jhi                                   on 2001/02/10  22:11:34
65738         Log: Bogus shebang.
65739      Branch: perl
65740            ! t/lib/texttabs.t
65741 ____________________________________________________________________________
65742 [  8762] By: jhi                                   on 2001/02/10  21:56:02
65743         Log: (Retracted by #8769)
65744      Branch: perl
65745            ! regexec.c
65746 ____________________________________________________________________________
65747 [  8761] By: jhi                                   on 2001/02/10  21:26:15
65748         Log: Subject: Re: [patch] GvSHARED 
65749              From: Doug MacEachern <dougm@covalent.net>
65750              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
65751              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
65752              
65753              our @EXPORT : shared = (...);
65754      Branch: perl
65755            ! toke.c
65756 ____________________________________________________________________________
65757 [  8760] By: jhi                                   on 2001/02/10  21:25:07
65758         Log: Subject: [patch] GvSHARED
65759              From: Doug MacEachern <dougm@covalent.net>
65760              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
65761              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
65762      Branch: perl
65763            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
65764 ____________________________________________________________________________
65765 [  8759] By: alanbur                               on 2001/02/10  21:24:27
65766         Log: Backed out mismerge.
65767      Branch: maint-5.6/pureperl
65768            ! MANIFEST README.hpux README.vmesa gv.c installhtml
65769            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
65770            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65771            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
65772            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
65773            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
65774            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
65775 ____________________________________________________________________________
65776 [  8758] By: jhi                                   on 2001/02/10  18:01:17
65777         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
65778              
65779              Fixed UMRs and leak in Perl_pmtrans()
65780              
65781              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
65782              associated UTFied tr/// code.  Also fixed scoping leak of
65783              PL_reg_start_tmp.
65784              
65785              newATTRSUB leaks when an attempt to redefine the active sort sub is
65786              made.
65787      Branch: maint-5.6/perl
65788           !> op.c regcomp.c
65789 ____________________________________________________________________________
65790 [  8757] By: alanbur                               on 2001/02/10  17:56:46
65791         Log: Resynchronised with parent
65792      Branch: maint-5.6/pureperl
65793           +> README.bs2000
65794            - README.posix-bc
65795            ! gv.c perl.c sv.c
65796           !> MANIFEST README.hpux README.vmesa installhtml
65797           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
65798           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65799           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
65800           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
65801           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
65802           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
65803 ____________________________________________________________________________
65804 [  8756] By: alanbur                               on 2001/02/10  17:51:15
65805         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
65806              made.
65807      Branch: maint-5.6/pureperl
65808            ! op.c
65809 ____________________________________________________________________________
65810 [  8755] By: jhi                                   on 2001/02/09  22:41:35
65811         Log: Upgrade to CPAN 1.59_54, from Andreas König.
65812      Branch: perl
65813            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65814 ____________________________________________________________________________
65815 [  8754] By: jhi                                   on 2001/02/09  22:29:20
65816         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
65817              
65818              Didn't upgrade the fill.t since it has a dependency to File::Slurp
65819              purely for debugging purposes, the actual test hasn't changed.
65820      Branch: perl
65821            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
65822            ! t/lib/textwrap.t
65823 ____________________________________________________________________________
65824 [  8753] By: jhi                                   on 2001/02/09  20:17:50
65825         Log: Integrate change #8682 from maintperl.
65826              
65827              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
65828              to work correctly.
65829      Branch: perl
65830           !> hints/irix_6.sh
65831 ____________________________________________________________________________
65832 [  8752] By: jhi                                   on 2001/02/09  20:00:46
65833         Log: Update Changes.
65834      Branch: perl
65835            ! Changes patchlevel.h
65836 ____________________________________________________________________________
65837 [  8751] By: nick                                  on 2001/02/09  19:48:37
65838         Log: Integrate mainline
65839      Branch: perlio
65840           +> README.bs2000 t/lib/cgi-esc.t
65841            - README.posix-bc
65842           !> (integrate 53 files)
65843 ____________________________________________________________________________
65844 [  8750] By: nick                                  on 2001/02/09  19:25:16
65845         Log: Subject: RE: Biannual Competition to Improve Hashing Function
65846              From: Fisher Mark <fisherm@tce.com>
65847              Date: Thu, 8 Feb 2001 10:44:00 -0500
65848              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
65849              Date: Thu, 8 Feb 2001 15:02:47 -0500
65850              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
65851      Branch: perl
65852            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
65853 ____________________________________________________________________________
65854 [  8749] By: jhi                                   on 2001/02/09  19:02:35
65855         Log: Forgotten fragment.
65856      Branch: perl
65857            ! pod/perlapi.pod
65858 ____________________________________________________________________________
65859 [  8748] By: jhi                                   on 2001/02/09  18:31:34
65860         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
65861              plus manual tweakage.
65862              
65863              Sync the perlfaq2 between mainline and maintperl.
65864      Branch: maint-5.6/perl
65865            ! pod/perlfaq2.pod
65866      Branch: perl
65867           !> pod/perlfaq2.pod
65868 ____________________________________________________________________________
65869 [  8747] By: jhi                                   on 2001/02/09  18:12:04
65870         Log: Subject: versiononly and installperl
65871              From: abigail@foad.org
65872              Date: Wed, 7 Feb 2001 22:43:12 +0100
65873              Message-ID: <20010207214312.7045.qmail@foad.org>    
65874              
65875              Add +v flag to force a normal install of the perl binary
65876              and the utilities.
65877              
65878              Subject: [PATCH] installperl
65879              From: Nicholas Clark <nick@ccl4.org>
65880              Date: Fri, 9 Feb 2001 16:28:57 +0000
65881              Message-ID: <20010209162857.B10931@plum.flirble.org>
65882              
65883              Add -A flag which also hardlinks the binary with
65884              the full architecture name.
65885      Branch: perl
65886            ! installperl
65887 ____________________________________________________________________________
65888 [  8746] By: jhi                                   on 2001/02/09  18:03:43
65889         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
65890              
65891              Subject: perlfaq2, re: perlmongers
65892              
65893              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
65894              
65895              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
65896              
65897              Subject: [ID 20010205.001] typo in perlfaq9
65898              
65899              Subject: [ID 20010208.002] unordered explanation in perlcall
65900      Branch: maint-5.6/perl
65901           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
65902           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
65903           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
65904 ____________________________________________________________________________
65905 [  8745] By: jhi                                   on 2001/02/09  17:59:09
65906         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
65907              From: abela@geneanet.org
65908              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
65909              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
65910      Branch: perl
65911            ! pod/perlcall.pod
65912 ____________________________________________________________________________
65913 [  8744] By: jhi                                   on 2001/02/09  17:48:16
65914         Log: Subject: [ID 20010205.001] typo in perlfaq9
65915              From: eserte@vran.herceg.de
65916              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
65917              Message-Id: <200102042244.XAA21926@vran.herceg.de>
65918      Branch: perl
65919            ! pod/perlfaq9.pod
65920 ____________________________________________________________________________
65921 [  8743] By: jhi                                   on 2001/02/09  17:25:12
65922         Log: Integrate change #8695 from maintperl.
65923              
65924              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
65925      Branch: perl
65926           !> thread.h
65927 ____________________________________________________________________________
65928 [  8742] By: jhi                                   on 2001/02/09  17:21:22
65929         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
65930              From: Andy Dougherty <doughera@lafayette.edu>
65931              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
65932              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
65933      Branch: perl
65934            ! embed.pl
65935 ____________________________________________________________________________
65936 [  8741] By: jhi                                   on 2001/02/09  17:05:19
65937         Log: Integrate changes #8738,8739,8740 from maintperl.
65938              
65939              Html files will be installed in a more logical and easier to
65940              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
65941              
65942              Html files will be generated with a header to make them look
65943              a little less bare.
65944              
65945              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
65946      Branch: perl
65947           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
65948 ____________________________________________________________________________
65949 [  8740] By: jhi                                   on 2001/02/09  17:03:46
65950         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
65951              From: "Brendan O'Dea" <bod@compusol.com.au>
65952              Date: Sun, 4 Feb 2001 11:17:56 +1100
65953              Message-ID: <20010204111756.A16301@compusol.com.au>
65954      Branch: maint-5.6/perl
65955            ! pod/perlfaq3.pod
65956 ____________________________________________________________________________
65957 [  8739] By: jhi                                   on 2001/02/09  17:01:59
65958         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
65959              From: "Indy Singh" <indy@nusphere.com>
65960              Date: Fri, 2 Feb 2001 15:09:59 -0500
65961              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
65962              
65963              Html files will be generated with a header to make them look
65964              a little less bare.
65965      Branch: maint-5.6/perl
65966            ! installhtml
65967 ____________________________________________________________________________
65968 [  8738] By: jhi                                   on 2001/02/09  16:58:48
65969         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
65970              From: "Indy Singh" <indy@nusphere.com>
65971              Date: Fri, 2 Feb 2001 15:08:23 -0500
65972              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
65973              
65974              Html files will be installed in a more logical and easier to
65975              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
65976      Branch: maint-5.6/perl
65977            ! win32/Makefile win32/makefile.mk
65978 ____________________________________________________________________________
65979 [  8737] By: jhi                                   on 2001/02/09  16:46:54
65980         Log: Integrate changes #8687,8736 from maintperl.
65981              
65982              HP-UX thread patches from Merijn H. Brand.
65983              
65984              Latin nit from Philip Newton.
65985      Branch: perl
65986           !> README.hpux hints/hpux.sh
65987 ____________________________________________________________________________
65988 [  8736] By: jhi                                   on 2001/02/09  16:42:31
65989         Log: Latin nit from Philip Newton.
65990      Branch: maint-5.6/perl
65991            ! README.hpux
65992 ____________________________________________________________________________
65993 [  8735] By: jhi                                   on 2001/02/09  16:24:03
65994         Log: Integrate changes #8704,8710 from pureperl.
65995              
65996              Fixed UMRs and leak in Perl_pmtrans()
65997              
65998              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
65999              associated UTFied tr/// code.  Also fixed scoping leak of
66000              PL_reg_start_tmp.
66001      Branch: perl
66002           !> op.c regcomp.c
66003 ____________________________________________________________________________
66004 [  8734] By: jhi                                   on 2001/02/09  15:40:21
66005         Log: Integrate change #8733 from maintperl.
66006              
66007              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
66008      Branch: perl
66009           !> pod/perlre.pod
66010 ____________________________________________________________________________
66011 [  8733] By: jhi                                   on 2001/02/09  15:35:47
66012         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
66013              From: Prymmer/Kahn <pvhp@best.com>
66014              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
66015              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
66016      Branch: maint-5.6/perl
66017            ! pod/perlre.pod
66018 ____________________________________________________________________________
66019 [  8732] By: jhi                                   on 2001/02/09  15:26:17
66020         Log: Rename README.posix-bc to README.bs2000 (to avoid the
66021              confusion of a "perlposix-bc.pod"), add a few missing
66022              arch pods, regen toc.
66023      Branch: maint-5.6/perl
66024           +> README.bs2000
66025            - README.posix-bc
66026            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
66027            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
66028 ____________________________________________________________________________
66029 [  8731] By: jhi                                   on 2001/02/09  15:23:39
66030         Log: De-cut-and-pasto.
66031      Branch: perl
66032            ! pod/perl.pod
66033 ____________________________________________________________________________
66034 [  8730] By: jhi                                   on 2001/02/09  15:11:13
66035         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
66036              when people think that perlposix-bc.pod tells anything about
66037              Perl and POSIX.  Regen toc.
66038      Branch: perl
66039           +> README.bs2000
66040            - README.posix-bc
66041            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
66042            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
66043 ____________________________________________________________________________
66044 [  8729] By: jhi                                   on 2001/02/09  14:52:28
66045         Log: The README.vmesa part of #8712 from maintperl.
66046      Branch: perl
66047            ! README.vmesa
66048 ____________________________________________________________________________
66049 [  8728] By: jhi                                   on 2001/02/09  14:46:06
66050         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
66051              From: Peter Prymmer <pvhp@forte.com>
66052              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
66053              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
66054      Branch: maint-5.6/perl
66055            ! README.vmesa win32/Makefile win32/makefile.mk
66056 ____________________________________________________________________________
66057 [  8727] By: jhi                                   on 2001/02/09  14:33:25
66058         Log: Integrate change #8712 from mainline.
66059              
66060              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
66061      Branch: maint-5.6/perl
66062           !> lib/Pod/Find.pm
66063 ____________________________________________________________________________
66064 [  8726] By: jhi                                   on 2001/02/09  14:30:28
66065         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
66066              From: Peter Prymmer <pvhp@forte.com>
66067              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
66068              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
66069      Branch: perl
66070            + t/lib/cgi-esc.t
66071            ! MANIFEST lib/CGI/Util.pm
66072 ____________________________________________________________________________
66073 [  8725] By: jhi                                   on 2001/02/09  04:56:47
66074         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
66075      Branch: maint-5.6/perl
66076            ! pod/perlport.pod
66077 ____________________________________________________________________________
66078 [  8724] By: jhi                                   on 2001/02/09  04:40:59
66079         Log: Integrate changes 7819,7820 from vmsperl into mainline.
66080              
66081              Add header for LIB$ prototypes (C. Berry)
66082              
66083              Convert fwrite()s to sockets to write()s, since some socket stacks
66084              don't take kindly to stdio.
66085              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
66086              (for often optional LNMs)
66087              Correct a few typos
66088              (C. Bailey)
66089      Branch: perl
66090           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
66091 ____________________________________________________________________________
66092 [  8723] By: jhi                                   on 2001/02/09  03:29:29
66093         Log: Integrate change #8722 from mainline.
66094              
66095              The Im() function wasn't returning zero for non-Math::Complex
66096              arguments.  The bug reported by John Gamble.
66097      Branch: maint-5.6/perl
66098           !> lib/Math/Complex.pm
66099 ____________________________________________________________________________
66100 [  8722] By: jhi                                   on 2001/02/09  03:28:33
66101         Log: The Im() function wasn't returning zero for non-Math::Complex
66102              arguments.  The bug reported by John Gamble.
66103      Branch: perl
66104            ! lib/Math/Complex.pm
66105 ____________________________________________________________________________
66106 [  8721] By: nick                                  on 2001/02/08  22:11:35
66107         Log: Correct the correction :-(
66108      Branch: perl
66109            ! perl.c
66110 ____________________________________________________________________________
66111 [  8720] By: bailey                                on 2001/02/08  20:59:22
66112         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
66113              don't take kindly to stdio.
66114              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
66115              (for often optional LNMs)
66116              Correct a few typos
66117              (C. Bailey)
66118      Branch: vmsperl
66119            ! vms/vms.c vms/vmsish.h
66120 ____________________________________________________________________________
66121 [  8719] By: bailey                                on 2001/02/08  20:51:02
66122         Log: Add header for LIB$ prototypes (C. Berry)
66123      Branch: vmsperl
66124            ! ext/Devel/DProf/DProf.xs
66125 ____________________________________________________________________________
66126 [  8718] By: bailey                                on 2001/02/08  20:49:00
66127         Log: SYN SYN
66128      Branch: vmsperl
66129           +> pod/perliol.pod t/lib/sample-tests/bailout
66130           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
66131           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
66132           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
66133           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
66134           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
66135           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
66136            - lib/unicode/Is/DCinital.pl
66137           !> (integrate 101 files)
66138 ____________________________________________________________________________
66139 [  8717] By: nick                                  on 2001/02/08  19:38:48
66140         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
66141              From: Robin Barker <rmb1@cise.npl.co.uk>
66142              Date: Thu, 8 Feb 2001 14:38:07 GMT
66143              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
66144      Branch: perl
66145            ! lib/CPAN.pm
66146 ____________________________________________________________________________
66147 [  8716] By: nick                                  on 2001/02/08  19:29:07
66148         Log: Generated files form 8713 etc.
66149      Branch: perl
66150            ! embed.h global.sym objXSUB.h perlapi.c proto.h
66151 ____________________________________________________________________________
66152 [  8715] By: nick                                  on 2001/02/08  19:26:08
66153         Log: Fixup non-ithread build after 8713
66154      Branch: perl
66155            ! perl.c
66156 ____________________________________________________________________________
66157 [  8714] By: nick                                  on 2001/02/08  19:17:45
66158         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
66159              From: nick@ccl4.org
66160              Date: Wed, 7 Feb 2001 00:27:47 +0000
66161              Message-Id: <20010207002747.B63724@plum.flirble.org>
66162      Branch: perl
66163            ! sv.c toke.c
66164 ____________________________________________________________________________
66165 [  8713] By: nick                                  on 2001/02/08  19:15:58
66166         Log: Subject: Re: [patch] Re: PL_ptr_table
66167              From: Doug Maceachern <dougm@covalent.net>
66168              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
66169              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
66170      Branch: perl
66171            ! embed.pl perl.c sv.c sv.h
66172 ____________________________________________________________________________
66173 [  8712] By: nick                                  on 2001/02/08  19:12:47
66174         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
66175              From: Peter Prymmer <pvhp@forte.com>
66176              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
66177              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
66178      Branch: perl
66179            ! lib/Pod/Find.pm
66180 ____________________________________________________________________________
66181 [  8711] By: nick                                  on 2001/02/07  21:06:11
66182         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
66183              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
66184              From: Alan Burlison <Alan.Burlison@uk.sun.com>
66185              Date: Tue, 06 Feb 2001 23:37:01 +0000
66186              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
66187      Branch: perl
66188            ! regcomp.c
66189 ____________________________________________________________________________
66190 [  8710] By: alanbur                               on 2001/02/07  00:22:04
66191         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
66192              associated UTFied tr/// code.  Also fixed scoping leak of
66193              PL_reg_start_tmp.
66194      Branch: maint-5.6/pureperl
66195            ! op.c regcomp.c
66196 ____________________________________________________________________________
66197 [  8709] By: nick                                  on 2001/02/06  21:16:49
66198         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
66199              From: Michael G Schwern <schwern@pobox.com>
66200              Date: Sun, 4 Feb 2001 19:47:14 -0500
66201              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
66202      Branch: perl
66203            ! pod/perlapi.pod pod/perlmodlib.PL
66204 ____________________________________________________________________________
66205 [  8708] By: nick                                  on 2001/02/06  20:41:20
66206         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
66207              From: Michael G Schwern <schwern@pobox.com>
66208              Date: Sun, 4 Feb 2001 21:17:49 -0500
66209              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
66210      Branch: perl
66211            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
66212            ! pod/perltootc.pod
66213 ____________________________________________________________________________
66214 [  8707] By: nick                                  on 2001/02/06  20:29:11
66215         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
66216              From: Michael G Schwern <schwern@pobox.com>
66217              Date: Tue, 6 Feb 2001 05:54:30 -0500
66218              Message-Id: <20010206055430.A951@blackrider.aocn.com>
66219      Branch: perl
66220            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
66221 ____________________________________________________________________________
66222 [  8706] By: nick                                  on 2001/02/06  20:21:40
66223         Log: Subject: RE: some win32 fixes
66224              Date: Tue, 6 Feb 2001 09:23:20 +0300
66225              From: Vadim Konovalov <vkonovalov@lucent.com>
66226              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
66227      Branch: perl
66228            ! toke.c win32/Makefile win32/config.bc win32/config.gc
66229            ! win32/config.vc win32/config_H.bc win32/makefile.mk
66230 ____________________________________________________________________________
66231 [  8705] By: alanbur                               on 2001/02/06  15:00:03
66232         Log: Synchronised with parent
66233      Branch: maint-5.6/pureperl
66234            ! regexec.c
66235           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
66236           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
66237 ____________________________________________________________________________
66238 [  8704] By: alanbur                               on 2001/02/06  14:55:24
66239         Log: Fixed UMRs and leak in Perl_pmtrans()
66240      Branch: maint-5.6/pureperl
66241            ! op.c
66242 ____________________________________________________________________________
66243 [  8703] By: gsar                                  on 2001/02/06  02:29:37
66244         Log: $(MAKE) distclean doesn't clean up properly on windows
66245      Branch: maint-5.6/perl
66246            ! win32/Makefile win32/makefile.mk
66247 ____________________________________________________________________________
66248 [  8702] By: gsar                                  on 2001/02/06  01:00:46
66249         Log: tweak change#8659 to keep it simple
66250      Branch: maint-5.6/perl
66251            ! utils/perldoc.PL
66252 ____________________________________________________________________________
66253 [  8701] By: gsar                                  on 2001/02/05  22:45:41
66254         Log: change#8693 was missing testsuite changes
66255      Branch: maint-5.6/perl
66256           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
66257 ____________________________________________________________________________
66258 [  8700] By: nick                                  on 2001/02/05  20:32:52
66259         Log: Integrate mainline
66260      Branch: perlio
66261           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
66262           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
66263           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
66264           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
66265           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
66266           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
66267           +> t/lib/test-harness.t
66268           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
66269           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
66270           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
66271           !> pod/perlutil.pod t/TEST utils/h2xs.PL
66272 ____________________________________________________________________________
66273 [  8699] By: nick                                  on 2001/02/05  19:41:07
66274         Log: Subject: perlfaq2, re: perlmongers
66275              From: David H. Adler <dha@panix.com>
66276              Date: Sun, 4 Feb 2001 23:48:23 -0500
66277              Message-Id: <20010204234823.A13429@panix.com>
66278      Branch: perl
66279            ! pod/perlfaq2.pod
66280 ____________________________________________________________________________
66281 [  8698] By: nick                                  on 2001/02/05  19:39:31
66282         Log: Missed file f#rom the testharness mess.
66283      Branch: perl
66284            + t/lib/test-harness.t
66285 ____________________________________________________________________________
66286 [  8697] By: nick                                  on 2001/02/05  19:37:21
66287         Log: Subject: [DOC PATCH] overload.pm nits
66288              From: John Tobey <jtobey@john-edwin-tobey.org>
66289              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
66290              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
66291      Branch: perl
66292            ! lib/overload.pm
66293 ____________________________________________________________________________
66294 [  8696] By: alanbur                               on 2001/02/05  11:56:00
66295         Log: Sync with parent
66296      Branch: maint-5.6/pureperl
66297           !> thread.h
66298 ____________________________________________________________________________
66299 [  8695] By: gsar                                  on 2001/02/05  03:27:34
66300         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
66301      Branch: maint-5.6/perl
66302            ! thread.h
66303 ____________________________________________________________________________
66304 [  8694] By: alanbur                               on 2001/02/05  00:07:47
66305         Log: Initial branch creation from //depot/maint-5.6/perl
66306      Branch: maint-5.6/pureperl
66307           +> (branch 1719 files)
66308 ____________________________________________________________________________
66309 [  8693] By: gsar                                  on 2001/02/04  22:38:49
66310         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
66311              changes)
66312      Branch: maint-5.6/perl
66313           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
66314           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
66315           !> ext/DB_File/version.c
66316 ____________________________________________________________________________
66317 [  8692] By: nick                                  on 2001/02/04  18:15:57
66318         Log: The missed t/TEST part of the grand testharness upgrade.
66319      Branch: perl
66320            ! t/TEST
66321 ____________________________________________________________________________
66322 [  8691] By: nick                                  on 2001/02/04  18:05:17
66323         Log: New improved test harness
66324              Subject: Re: [PATCH Test::Harness] Third time's a charm?
66325              From: Michael G Schwern <schwern@pobox.com>
66326              Date: Sun, 4 Feb 2001 08:01:20 -0500
66327              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
66328      Branch: perl
66329            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
66330            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
66331            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
66332            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
66333            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
66334            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
66335            ! MANIFEST lib/Test/Harness.pm
66336 ____________________________________________________________________________
66337 [  8690] By: nick                                  on 2001/02/04  17:57:51
66338         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
66339              From: Jonathan Stowe <gellyfish@gellyfish.com>
66340              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
66341              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
66342      Branch: perl
66343            ! utils/h2xs.PL
66344 ____________________________________________________________________________
66345 [  8689] By: nick                                  on 2001/02/04  17:55:24
66346         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
66347              From: Michael G Schwern <schwern@pobox.com>
66348              Date: Sat, 3 Feb 2001 22:46:38 -0500
66349              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
66350      Branch: perl
66351            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
66352            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
66353 ____________________________________________________________________________
66354 [  8688] By: nick                                  on 2001/02/04  17:43:55
66355         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
66356              length byfailing to spot lack of closing )
66357              From: nick@talking.bollo.cx
66358              Date: Sat, 03 Feb 2001 23:53:16 +0000
66359              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
66360      Branch: perl
66361            ! perlio.c pod/perldiag.pod
66362 ____________________________________________________________________________
66363 [  8687] By: jhi                                   on 2001/02/03  17:11:42
66364         Log: HP-UX thread patches from Merijn H. Brand.
66365      Branch: maint-5.6/perl
66366            ! README.hpux hints/hpux.sh
66367 ____________________________________________________________________________
66368 [  8686] By: jhi                                   on 2001/02/03  16:40:12
66369         Log: Metaconfig changes for #8685.
66370      Branch: metaconfig
66371            ! U/installdirs/instubperl.U
66372      Branch: metaconfig/U/perl
66373            ! Devel.U versiononly.U
66374 ____________________________________________________________________________
66375 [  8685] By: jhi                                   on 2001/02/03  16:39:49
66376         Log: For -Dusedevel builds turn off installusrbinperl and turn on
66377              versiononly, a combined idea of Richard Soderberg and Merijn
66378              H. Brand.  You can still override both of these from the command
66379              line if you need to, -Dinstallusrbinperl and -Uversiononly.
66380      Branch: perl
66381            ! Configure
66382 ____________________________________________________________________________
66383 [  8684] By: jhi                                   on 2001/02/03  16:16:34
66384         Log: Metaconfig unit fix for #8683.
66385      Branch: metaconfig
66386            ! U/compline/nblock_io.U
66387 ____________________________________________________________________________
66388 [  8683] By: jhi                                   on 2001/02/03  16:16:12
66389         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
66390              reported by Peter Prymmer for 5.6-TRIAL1.
66391      Branch: perl
66392            ! Configure
66393 ____________________________________________________________________________
66394 [  8682] By: jhi                                   on 2001/02/03  05:52:11
66395         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
66396              to work correctly.
66397      Branch: maint-5.6/perl
66398            ! hints/irix_6.sh
66399 ____________________________________________________________________________
66400 [  8681] By: jhi                                   on 2001/02/03  05:47:33
66401         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
66402      Branch: maint-5.6/perl
66403            ! pod/perlport.pod
66404 ____________________________________________________________________________
66405 [  8680] By: jhi                                   on 2001/02/02  21:39:49
66406         Log: perlport update from Peter Prymmer.
66407      Branch: maint-5.6/perl
66408            ! pod/perlport.pod
66409 ____________________________________________________________________________
66410 [  8679] By: nick                                  on 2001/02/02  20:50:48
66411         Log: Integrate mainline
66412      Branch: perlio
66413           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
66414           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
66415           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
66416 ____________________________________________________________________________
66417 [  8678] By: gsar                                  on 2001/02/02  16:02:12
66418         Log: note about bincompat, slightly modified (from Lupe Christoph)
66419      Branch: maint-5.6/perl
66420            ! README.solaris
66421 ____________________________________________________________________________
66422 [  8677] By: jhi                                   on 2001/02/02  15:46:20
66423         Log: Supported platforms updates.
66424      Branch: maint-5.6/perl
66425            ! pod/perlport.pod
66426 ____________________________________________________________________________
66427 [  8676] By: jhi                                   on 2001/02/02  03:41:26
66428         Log: A couple more perlfaq2 tweaks.
66429      Branch: maint-5.6/perl
66430            ! pod/perlfaq2.pod
66431 ____________________________________________________________________________
66432 [  8675] By: jhi                                   on 2001/02/02  03:17:44
66433         Log: Misedit in #8661.
66434      Branch: maint-5.6/perl
66435            ! Configure
66436 ____________________________________________________________________________
66437 [  8674] By: jhi                                   on 2001/02/02  03:14:38
66438         Log: Damien again.
66439      Branch: maint-5.6/perl
66440            ! pod/perlfaq2.pod
66441 ____________________________________________________________________________
66442 [  8673] By: jhi                                   on 2001/02/02  03:12:40
66443         Log: perlfaq update from Elaine Ashton.
66444      Branch: maint-5.6/perl
66445            ! pod/perlfaq2.pod
66446 ____________________________________________________________________________
66447 [  8672] By: jhi                                   on 2001/02/02  03:07:08
66448         Log: UTF-8 s/// patch from Inaba Hiroto.
66449      Branch: maint-5.6/perl
66450            ! pp_ctl.c pp_hot.c
66451 ____________________________________________________________________________
66452 [  8671] By: jhi                                   on 2001/02/01  22:34:31
66453         Log: Update Changes.
66454      Branch: perl
66455            ! Changes patchlevel.h
66456 ____________________________________________________________________________
66457 [  8670] By: jhi                                   on 2001/02/01  22:15:29
66458         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
66459              from maintperl.
66460              
66461              Upgrade to Getopt::Long 2.25, from Johan Vromans.
66462              
66463              more files need to be writable in the source distribution
66464              
66465              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
66466              
66467              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
66468              
66469              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
66470              
66471              Allow the float to be fuzzier.
66472              
66473              need to use INT2PTR instead of a straight cast or ia64 fails
66474              
66475              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
66476              
66477              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
66478      Branch: perl
66479           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
66480           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
66481           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
66482 ____________________________________________________________________________
66483 [  8669] By: jhi                                   on 2001/02/01  21:57:02
66484         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
66485              From: Robin Barker <rmb1@cise.npl.co.uk>
66486              Date: Thu, 1 Feb 2001 16:59:05 GMT
66487              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
66488      Branch: maint-5.6/perl
66489            ! pod/perlmodlib.PL
66490 ____________________________________________________________________________
66491 [  8668] By: nick                                  on 2001/02/01  19:41:40
66492         Log: Integrate mainline
66493      Branch: perlio
66494           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
66495           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
66496           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
66497 ____________________________________________________________________________
66498 [  8667] By: gsar                                  on 2001/02/01  16:59:11
66499         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
66500      Branch: maint-5.6/perl
66501            ! embed.pl embedvar.h
66502 ____________________________________________________________________________
66503 [  8666] By: gsar                                  on 2001/02/01  16:34:51
66504         Log: add missing entries to win32/config.?c
66505      Branch: maint-5.6/perl
66506            ! win32/config.bc win32/config.gc win32/config.vc
66507            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
66508 ____________________________________________________________________________
66509 [  8665] By: jhi                                   on 2001/02/01  14:58:51
66510         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
66511              From: "Stephen P. Potter" <spp@spotter.yi.org>
66512              Date: Thu, 01 Feb 2001 10:45:46 -0500
66513              Message-Id: <200102011545.KAA31479@spotter.yi.org>
66514      Branch: maint-5.6/perl
66515            ! pod/perlfunc.pod
66516 ____________________________________________________________________________
66517 [  8664] By: gsar                                  on 2001/02/01  14:52:37
66518         Log: need to use INT2PTR instead of a straight cast or ia64 fails
66519              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
66520      Branch: maint-5.6/perl
66521            ! ext/POSIX/POSIX.xs
66522 ____________________________________________________________________________
66523 [  8663] By: jhi                                   on 2001/02/01  14:09:13
66524         Log: Allow the float to be fuzzier.
66525      Branch: maint-5.6/perl
66526            ! t/lib/peek.t
66527 ____________________________________________________________________________
66528 [  8662] By: jhi                                   on 2001/02/01  13:59:00
66529         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
66530              From: Robin Barker <rmb1@cise.npl.co.uk>
66531              Date: Thu, 1 Feb 2001 13:05:39 GMT
66532              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
66533      Branch: maint-5.6/perl
66534            ! pod/perlmodlib.pod
66535 ____________________________________________________________________________
66536 [  8661] By: jhi                                   on 2001/02/01  13:57:38
66537         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
66538              Date: Thu, 01 Feb 2001 14:15:41 +0100
66539              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66540              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
66541              
66542              Have the $ccflags in the gcc version test (strange, this change
66543              is claimed to be have been integrated already)
66544      Branch: maint-5.6/perl
66545            ! Configure
66546 ____________________________________________________________________________
66547 [  8660] By: jhi                                   on 2001/02/01  13:44:10
66548         Log: Integrate changes #7950,7964,7962 from mainline.
66549              
66550              Find the stdchar signedness using cpp, should fix some of
66551              the Solaris compiler warnings reported by Alan Burlison.
66552      Branch: maint-5.6/perl
66553           !> Configure config_h.SH
66554 ____________________________________________________________________________
66555 [  8659] By: jhi                                   on 2001/02/01  05:35:32
66556         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
66557              From: Jan Dubois <JanD@ActiveState.com>
66558              Date: Wed, 31 Jan 2001 21:17:03 -0800
66559              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
66560      Branch: maint-5.6/perl
66561            ! utils/perldoc.PL
66562 ____________________________________________________________________________
66563 [  8658] By: jhi                                   on 2001/02/01  04:33:17
66564         Log: Integrate the README.os390 and README.posix-bc parts of mainline
66565              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
66566              installperl parts were taken care of by #8657.)
66567      Branch: maint-5.6/perl
66568           !> README.os390 README.posix-bc
66569 ____________________________________________________________________________
66570 [  8657] By: jhi                                   on 2001/02/01  04:29:21
66571         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
66572              From: Peter Prymmer <pvhp@forte.com>
66573              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
66574              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
66575      Branch: maint-5.6/perl
66576            + ext/DynaLoader/dl_dllload.xs
66577            ! MANIFEST Makefile.SH hints/os390.sh installperl
66578 ____________________________________________________________________________
66579 [  8656] By: jhi                                   on 2001/02/01  04:25:45
66580         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
66581              From: Peter Prymmer <pvhp@forte.com>
66582              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
66583              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
66584      Branch: maint-5.6/perl
66585            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
66586 ____________________________________________________________________________
66587 [  8655] By: jhi                                   on 2001/02/01  04:14:47
66588         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
66589              From: troc@netrus.net
66590              Date: Wed, 31 Jan 2001 22:31:26 -0500
66591              Message-Id: <200102010331.WAA117.85@rocco.homenet>
66592      Branch: maint-5.6/perl
66593            ! os2/os2.c
66594 ____________________________________________________________________________
66595 [  8654] By: jhi                                   on 2001/02/01  04:12:52
66596         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
66597              as reported by Alan Burlison.
66598      Branch: maint-5.6/perl
66599            ! pp.h
66600 ____________________________________________________________________________
66601 [  8653] By: jhi                                   on 2001/02/01  04:05:12
66602         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
66603              From: dsugalski@northernlight.com
66604              Date: Wed, 31 Jan 2001 18:54:11 -0500
66605              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
66606      Branch: maint-5.6/perl
66607            ! configure.com
66608 ____________________________________________________________________________
66609 [  8652] By: jhi                                   on 2001/02/01  04:03:11
66610         Log: Misplaced #endif.
66611              
66612              Subject: [perl-5-6-1-trial2] patches for EPOC
66613              From: Olaf Flebbe <O.Flebbe@science-computing.de>
66614              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
66615              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
66616      Branch: maint-5.6/perl
66617            ! epoc/epocish.c
66618 ____________________________________________________________________________
66619 [  8651] By: jhi                                   on 2001/02/01  04:00:25
66620         Log: Integrate changes #8647,8648,8650 from mainline.
66621              
66622              Macrofy a magic UTF-8 test.
66623              
66624              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
66625              
66626              Watch out for cross compiling for EPOC (usually done on linux).
66627      Branch: maint-5.6/perl
66628           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
66629 ____________________________________________________________________________
66630 [  8650] By: jhi                                   on 2001/02/01  03:56:20
66631         Log: Watch out for cross compiling for EPOC (usually done on linux)
66632              
66633              Subject: [perl-5-6-1-trial2] patches for EPOC
66634              From: Olaf Flebbe <O.Flebbe@science-computing.de>
66635              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
66636              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
66637      Branch: perl
66638            ! ext/Errno/Errno_pm.PL
66639 ____________________________________________________________________________
66640 [  8649] By: gsar                                  on 2001/02/01  00:46:00
66641         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
66642      Branch: maint-5.6/perl
66643            ! sv.c
66644 ____________________________________________________________________________
66645 [  8648] By: jhi                                   on 2001/01/31  23:35:36
66646         Log: All the uses of PL_numeric_radix must be protected by
66647              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
66648              
66649              Subject: [perl-5-6-1-trial2] patches for EPOC
66650              From: Olaf Flebbe <O.Flebbe@science-computing.de>
66651              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
66652              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
66653      Branch: perl
66654            ! sv.c
66655 ____________________________________________________________________________
66656 [  8647] By: jhi                                   on 2001/01/31  22:56:16
66657         Log: Macrofy a magic UTF-8 test.
66658      Branch: perl
66659            ! utf8.c utf8.h
66660 ____________________________________________________________________________
66661 [  8646] By: gsar                                  on 2001/01/31  15:55:12
66662         Log: update Changes
66663      Branch: maint-5.6/perl
66664            ! Changes
66665 ____________________________________________________________________________
66666 [  8645] By: gsar                                  on 2001/01/31  15:10:14
66667         Log: Configure tweak suggested by Peter Prymmer
66668      Branch: maint-5.6/perl
66669            ! Configure
66670 ____________________________________________________________________________
66671 [  8644] By: gsar                                  on 2001/01/31  15:06:32
66672         Log: more files need to be writable in the source distribution
66673      Branch: maint-5.6/perl
66674            ! Porting/makerel
66675 ____________________________________________________________________________
66676 [  8643] By: jhi                                   on 2001/01/31  14:59:46
66677         Log: Integrate changes #8258,8278,8279 from mainline.
66678              
66679              Make the large file tests more robust/talkative.
66680      Branch: maint-5.6/perl
66681           !> t/lib/syslfs.t t/op/lfs.t
66682 ____________________________________________________________________________
66683 [  8642] By: gsar                                  on 2001/01/31  14:53:48
66684         Log: integrate changes#8311,8334 from mainline
66685              
66686              Add a new MakeMaker variable PM_FILTER that defines a Unix
66687              filter to be run on each .pm during the pm_to_blib() phase,
66688              a fixed version of
66689              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
66690              
66691              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
66692              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
66693              accurate reading of the "atime".  
66694      Branch: maint-5.6/perl
66695           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
66696           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
66697           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
66698 ____________________________________________________________________________
66699 [  8641] By: jhi                                   on 2001/01/31  14:46:37
66700         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
66701      Branch: maint-5.6/perl
66702            ! lib/Getopt/Long.pm
66703 ____________________________________________________________________________
66704 [  8640] By: gsar                                  on 2001/01/31  14:40:24
66705         Log: make regen_all
66706      Branch: maint-5.6/perl
66707            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
66708 ____________________________________________________________________________
66709 [  8639] By: gsar                                  on 2001/01/31  14:37:25
66710         Log: refresh windows config files
66711      Branch: maint-5.6/perl
66712            ! win32/Makefile win32/config_H.bc win32/config_H.gc
66713            ! win32/config_H.vc win32/makefile.mk
66714 ____________________________________________________________________________
66715 [  8638] By: gsar                                  on 2001/01/31  14:28:10
66716         Log: makefile tweaks for windows: introduce a bulk-switch to enable
66717              same options as ActivePerl; sync changes with makefile.mk
66718      Branch: maint-5.6/perl
66719            ! win32/Makefile win32/makefile.mk
66720 ____________________________________________________________________________
66721 [  8637] By: jhi                                   on 2001/01/31  04:41:30
66722         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
66723              From: Nicholas Clark <nick@ccl4.org>
66724              Date: Tue, 30 Jan 2001 19:51:05 +0000
66725              Message-ID: <20010130195105.R76607@plum.flirble.org> 
66726              
66727              op/inc cure.
66728      Branch: perl
66729            ! pp.c pp.h pp_hot.c t/op/arith.t
66730 ____________________________________________________________________________
66731 [  8636] By: jhi                                   on 2001/01/31  02:38:32
66732         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
66733              no perlio],8257,8380,8479,8515 from mainline.
66734              
66735              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
66736              
66737              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
66738              Subject: [PATCH perl@8133] fix-up for VMS extensions
66739              
66740              In VMS embedded perls couldn't access the statically built Socket.
66741              
66742              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
66743              
66744              Further VMS piping fixes from Charles Lane.
66745              
66746              Subject:  [PATCH] make t/op/misc.t work on VMS
66747              
66748              Add tracing for debugging extensions builds in VMS.
66749              
66750              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
66751      Branch: maint-5.6/perl
66752           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
66753           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
66754           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
66755 ____________________________________________________________________________
66756 [  8635] By: jhi                                   on 2001/01/31  01:46:41
66757         Log: Integrate change #7732 from mainline.
66758              
66759              Sparc 64-bit pack() fix from Jens Hamisch.
66760      Branch: maint-5.6/perl
66761           !> pp.c
66762 ____________________________________________________________________________
66763 [  8634] By: jhi                                   on 2001/01/31  01:41:16
66764         Log: One spot missing from #8626.
66765      Branch: maint-5.6/perl
66766            ! sv.c
66767 ____________________________________________________________________________
66768 [  8633] By: jhi                                   on 2001/01/31  00:49:17
66769         Log: Integrate change #7495 from mainline.
66770              
66771              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
66772      Branch: maint-5.6/perl
66773           !> MANIFEST ext/re/Makefile.PL
66774 ____________________________________________________________________________
66775 [  8632] By: jhi                                   on 2001/01/30  23:38:49
66776         Log: Integrate change #8396 from mainline.
66777              
66778              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
66779              better multicast support (resend)
66780      Branch: maint-5.6/perl
66781           !> ext/Socket/Socket.pm
66782 ____________________________________________________________________________
66783 [  8631] By: jhi                                   on 2001/01/30  23:28:03
66784         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
66785              
66786              More AIX lore. (7514, ext/re/hints/aix.pl)
66787              
66788              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
66789              
66790              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)
66791              
66792              Subject: [ID 20001214.002] Net::Ping patch
66793              
66794              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
66795              
66796              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
66797              
66798              Add ReuseAddr as a (preferred) alias for Reuse as we now
66799              also have ReusePort.
66800              
66801              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
66802      Branch: maint-5.6/perl
66803           +> ext/re/hints/aix.pl
66804           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
66805           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
66806 ____________________________________________________________________________
66807 [  8630] By: jhi                                   on 2001/01/30  23:03:59
66808         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
66809              
66810              read() documentation tweak for 20001121.004.
66811              
66812              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
66813      Branch: maint-5.6/perl
66814           !> pod/perlfunc.pod pod/perlre.pod
66815 ____________________________________________________________________________
66816 [  8629] By: jhi                                   on 2001/01/30  22:41:57
66817         Log: Integrate change #8098 from mainline.
66818              
66819              fastgetcwd is defined using a glob alias on a $^O dependent basis
66820              and there was no default assignment or perl subroutine.
66821      Branch: maint-5.6/perl
66822           !> lib/Cwd.pm
66823 ____________________________________________________________________________
66824 [  8628] By: jhi                                   on 2001/01/30  21:58:52
66825         Log: Integrate change #7866 from mainline.
66826              
66827              File::Temp 0.11.
66828      Branch: maint-5.6/perl
66829           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
66830 ____________________________________________________________________________
66831 [  8627] By: jhi                                   on 2001/01/30  21:39:44
66832         Log: Integrate changes #8075,8086,8228 from mainline.  
66833              
66834              Darwin is not Windows. (8075,8086)
66835              
66836              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
66837      Branch: maint-5.6/perl
66838           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
66839           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
66840           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
66841           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
66842 ____________________________________________________________________________
66843 [  8626] By: jhi                                   on 2001/01/30  21:22:11
66844         Log: Integrate with tweakery the change #8625 from mainline,
66845              the multibyte decimal separator fix ("fa_IR locale failure").
66846      Branch: maint-5.6/perl
66847            ! embedvar.h perlapi.h
66848           !> intrpvar.h perl.c perl.h sv.c util.c
66849 ____________________________________________________________________________
66850 [  8625] By: jhi                                   on 2001/01/30  20:26:33
66851         Log: Fix for the fa_IR locale failure.  The reason for the failure
66852              was that Perl was assuming the decimal separator aka the radix
66853              separator is one character.  The Farsi-Iranian locale crushed
66854              that bad assumption since there the separator is 'Momayyez',
66855              glyphwise looking somewhat like a slash, and in Unicode UTF-8
66856              encoded in two bytes, 0xd9 0xab.
66857      Branch: perl
66858            ! intrpvar.h perl.c perl.h sv.c util.c
66859 ____________________________________________________________________________
66860 [  8624] By: gsar                                  on 2001/01/30  20:17:03
66861         Log: regen_headers
66862      Branch: maint-5.6/perl
66863            ! Makefile.SH pod/perlintern.pod
66864 ____________________________________________________________________________
66865 [  8623] By: gsar                                  on 2001/01/30  19:42:34
66866         Log: backout change#7431 and its dependents (causes spurious rebuilds
66867              of autogenerated files)
66868              
66869              fix benign b.t failure
66870      Branch: maint-5.6/perl
66871            ! Makefile.SH t/lib/b.t
66872 ____________________________________________________________________________
66873 [  8622] By: jhi                                   on 2001/01/30  19:41:41
66874         Log: Microperl sync.
66875      Branch: perl
66876            ! mg.c perl.h
66877 ____________________________________________________________________________
66878 [  8621] By: gsar                                  on 2001/01/30  19:24:47
66879         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
66880              from mainline
66881              
66882              Subject: podlators 1.06 released
66883              
66884              Subject: [PATCH @8436] Eliminate op_children
66885              
66886              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
66887              
66888              (Replaced by #8448)  More op_children traces (cleanup of #8442).
66889              
66890              Subject: [PATCH #3 @8436] Re: Eliminate op_children
66891              Replace #8444 and #8445.
66892              
66893              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
66894              at the setting of the ofs_sv in new_struct_thread() as the
66895              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
66896              uninitialized fields are, uh, initialized with),
66897              SvREFCNT_inc()ing that invited a core dump.
66898              
66899              podlators 1.07, from Russ Allbery.
66900              
66901              Subject: [PATCH] regcomp.c old feature removal
66902              From: mjd@plover.com
66903              Date: 16 Jan 2001 14:43:18 -0000 
66904              Message-ID: <20010116144318.7140.qmail@plover.com> 
66905      Branch: maint-5.6/perl
66906           +> lib/Pod/Text/Overstrike.pm
66907           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
66908           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
66909           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
66910           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
66911           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
66912           !> util.c
66913 ____________________________________________________________________________
66914 [  8620] By: gsar                                  on 2001/01/30  18:48:32
66915         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
66916              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
66917              now fails one test)
66918              
66919              Subject: [PATCH] lvalue AUTOLOAD. No, really.
66920              
66921              Subject: [PATCH] Interesting syntax idea
66922              Make opens + bareword assigns do typeglob assigns.
66923              
66924              Tests for #8254.
66925              
66926              Subject: [PATCH @8269] Continue blocks and B::Deparse
66927              Make the peephole optimizer to bypass more null ops and
66928              and rewrite the deparse handling of continue blocks.
66929              
66930              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
66931              Doc tweak on #8313.
66932              
66933              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
66934              
66935              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
66936              
66937              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
66938              
66939              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
66940              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
66941              according to the platform.
66942              
66943              Subject: [PATCH @8404] Consolidated lvalue sub changes
66944              
66945              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
66946              
66947              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
66948              
66949              Subject: B::Concise -- an improved replacement for B::Terse 
66950              
66951              The B::Terse drop-in replacement wasn't quite drop-in.
66952              
66953              The LVRET macro needed an aTHX.
66954              
66955              Use the /^Perl_/-less form of is_lvalue_sub().
66956              
66957              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
66958      Branch: maint-5.6/perl
66959           +> ext/B/B/Concise.pm
66960           !> (integrate 27 files)
66961 ____________________________________________________________________________
66962 [  8619] By: nick                                  on 2001/01/30  18:40:28
66963         Log: Integrate mainline
66964      Branch: perlio
66965           !> (integrate 40 files)
66966 ____________________________________________________________________________
66967 [  8618] By: jhi                                   on 2001/01/30  18:37:18
66968         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
66969              Date: Mon, 29 Jan 2001 22:51:29 -0600
66970              From: "Craig A. Berry" <craigberry@mac.com>
66971              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
66972      Branch: perl
66973            ! vms/test.com
66974 ____________________________________________________________________________
66975 [  8617] By: jhi                                   on 2001/01/30  18:34:53
66976         Log: Subject: [PATCH] Add missing CV flags to dump.c
66977              From: Tim Jenness <t.jenness@jach.hawaii.edu>
66978              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
66979              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
66980      Branch: perl
66981            ! dump.c
66982 ____________________________________________________________________________
66983 [  8616] By: jhi                                   on 2001/01/30  18:20:58
66984         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
66985              part isn't applicable to maintperl.
66986              
66987              UTF-8 nit from Inaba Hiroto.
66988      Branch: maint-5.6/perl
66989           !> pod/perlapi.pod utf8.c
66990 ____________________________________________________________________________
66991 [  8615] By: jhi                                   on 2001/01/30  18:18:51
66992         Log: UTF-8 nit from Inaba Hiroto.
66993      Branch: perl
66994            ! pod/perlapi.pod t/op/each.t utf8.c
66995 ____________________________________________________________________________
66996 [  8614] By: jhi                                   on 2001/01/30  18:13:38
66997         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
66998              
66999              perl's internal variables are not for public consumption,
67000              move their docs from perlapi.pod to perlintern.pod
67001              
67002              support for -Dusethreads build under HP-UX 10.20 and DCE threads
67003              library (11.0 and later have pthreads but 10.x don't)
67004              
67005              avoid uninitialized value warnings
67006              
67007              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
67008              gets weird results)
67009              
67010              perldoc nit on windows
67011              
67012              make it possible to run the tests outside the source tree
67013              (there's still a dependency on ../lib being the library
67014              location)
67015      Branch: perl
67016           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
67017           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
67018           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
67019           !> win32/bin/search.pl win32/vdir.h
67020 ____________________________________________________________________________
67021 [  8613] By: gsar                                  on 2001/01/30  16:39:59
67022         Log: make it possible to run the tests outside the source tree
67023              (there's still a dependency on ../lib being the library
67024              location)
67025      Branch: maint-5.6/perl
67026            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
67027 ____________________________________________________________________________
67028 [  8612] By: gsar                                  on 2001/01/30  16:31:12
67029         Log: perldoc nit on windows
67030      Branch: maint-5.6/perl
67031            ! utils/perldoc.PL
67032 ____________________________________________________________________________
67033 [  8611] By: gsar                                  on 2001/01/30  16:22:54
67034         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
67035              gets weird results)
67036      Branch: maint-5.6/perl
67037            ! win32/vdir.h
67038 ____________________________________________________________________________
67039 [  8610] By: gsar                                  on 2001/01/30  16:12:45
67040         Log: avoid uninitialized value warnings
67041      Branch: maint-5.6/perl
67042            ! win32/bin/search.pl
67043 ____________________________________________________________________________
67044 [  8609] By: gsar                                  on 2001/01/30  16:08:01
67045         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
67046              library (11.0 and later have pthreads but 10.x don't)
67047      Branch: maint-5.6/perl
67048            ! hints/hpux.sh thread.h
67049 ____________________________________________________________________________
67050 [  8608] By: gsar                                  on 2001/01/30  15:48:55
67051         Log: perl's internal variables are not for public consumption,
67052              move their docs from perlapi.pod to perlintern.pod
67053      Branch: maint-5.6/perl
67054            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
67055            ! thrdvar.h
67056 ____________________________________________________________________________
67057 [  8607] By: gsar                                  on 2001/01/30  15:44:27
67058         Log: mistakenly branched perl56delta.pod, revert
67059      Branch: maint-5.6/perl
67060            - pod/perl56delta.pod
67061           !> pod/perldelta.pod
67062 ____________________________________________________________________________
67063 [  8606] By: gsar                                  on 2001/01/30  14:20:24
67064         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
67065              dTHR which has been a noop for a while now, except for the
67066              compatibility definition in thread.h)
67067      Branch: maint-5.6/perl
67068           !> (integrate 45 files)
67069 ____________________________________________________________________________
67070 [  8605] By: jhi                                   on 2001/01/30  05:43:58
67071         Log: Mark the UTF-8 APIs as experimental.
67072      Branch: maint-5.6/perl
67073            ! embed.pl pod/perlapi.pod
67074 ____________________________________________________________________________
67075 [  8604] By: jhi                                   on 2001/01/30  05:38:40
67076         Log: Nits from earlier integrates.
67077      Branch: maint-5.6/perl
67078            ! lib/Carp/Heavy.pm
67079           !> sv.c
67080 ____________________________________________________________________________
67081 [  8603] By: jhi                                   on 2001/01/30  05:27:26
67082         Log: Regenerate Porting files.
67083      Branch: maint-5.6/perl
67084            ! Porting/Glossary Porting/config.sh Porting/config_H
67085 ____________________________________________________________________________
67086 [  8602] By: jhi                                   on 2001/01/30  05:14:59
67087         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
67088              8310,8339,8447,8492,8493,8505,8525: documentation changes.
67089              
67090              Subject: Re: perlfaq style changes
67091              
67092              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
67093              
67094              Subject: [PATCH] docs on NaN
67095              
67096              Subject: [patch] perlfaq7
67097              
67098              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
67099              
67100              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
67101              
67102              Subject: [PATCH] open() example in perlfunc.pod
67103              
67104              Podify README.mpeix (a new version from the web)
67105              
67106              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
67107              
67108              Subject: [PATCH] format and rewording in perlfaq.pod
67109              
67110              Subject: [PATCH] API Variable documentation   
67111              
67112              Memory management calls documentation.
67113              
67114              Subject: [PATCH: perl@8482] README.vms URL updates
67115              
67116              Subject: Minor typos in perlfaq2.pod
67117              
67118              Subject: [PATCH] pod/perlvar.pod
67119      Branch: maint-5.6/perl
67120           +> pod/perl56delta.pod
67121            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
67122           !> README.amiga README.epoc README.mpeix README.vms
67123           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
67124           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
67125           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
67126           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
67127           !> pod/perlvar.pod thrdvar.h
67128 ____________________________________________________________________________
67129 [  8601] By: jhi                                   on 2001/01/30  04:38:35
67130         Log: Integrate changes #8036,8096,8253 from mainline:
67131              hints changes.
67132              
67133              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
67134              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
67135              
67136              Output the (apparent) version of gcc in Tru64.
67137      Branch: maint-5.6/perl
67138           +> ext/POSIX/hints/svr4.pl
67139           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
67140           !> hints/svr4.sh t/lib/bigfltpm.t
67141 ____________________________________________________________________________
67142 [  8600] By: jhi                                   on 2001/01/30  04:04:01
67143         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
67144              locale fixes.
67145              
67146              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
67147              
67148              Debian allows /usr/bin/locale to exist without any locales. (7868)
67149              
67150              Allow the locale test needing POSIX and the taint test
67151              needing IPC::SysV to run under 'minitest' (basically,
67152              bail out if loading the extension fails). (8384)
67153              
67154              Cleanup the locale.t output  (8480)
67155      Branch: maint-5.6/perl
67156           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
67157           !> t/pragma/locale.t
67158 ____________________________________________________________________________
67159 [  8599] By: jhi                                   on 2001/01/30  03:51:04
67160         Log: Missing generated files from #8598.
67161      Branch: maint-5.6/perl
67162            ! embed.h global.sym objXSUB.h perlapi.c proto.h
67163 ____________________________________________________________________________
67164 [  8598] By: jhi                                   on 2001/01/30  03:41:54
67165         Log: Integrate change #8555 from mainline, manually integrate parts
67166              of changes 8452 and 8583.
67167              
67168              Subject: [PATCH] utf8.c documentation (8452)
67169              
67170              No point in checking the length if the pointer is bogus. (8555)
67171              
67172              Introduce bytes_from_utf8() and implement sv_eq() using it,
67173              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
67174              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
67175              was malformed. (8583)
67176      Branch: maint-5.6/perl
67177            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
67178           !> pod/perlapi.pod sv.c utf8.c
67179 ____________________________________________________________________________
67180 [  8597] By: gsar                                  on 2001/01/30  02:37:26
67181         Log: get PERL_OBJECT build going again on windows
67182      Branch: maint-5.6/perl
67183            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
67184            ! pod/perlapi.pod proto.h sv.c
67185 ____________________________________________________________________________
67186 [  8596] By: jhi                                   on 2001/01/30  02:16:17
67187         Log: Signedness nit.
67188      Branch: perl
67189            ! sv.c
67190 ____________________________________________________________________________
67191 [  8595] By: jhi                                   on 2001/01/30  02:11:07
67192         Log: EBCDIC patch for Storable, from Peter Prymmer.
67193      Branch: perl
67194            ! t/lib/st-06compat.t
67195 ____________________________________________________________________________
67196 [  8594] By: jhi                                   on 2001/01/30  01:04:48
67197         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
67198              From: Peter Prymmer <pvhp@forte.com>
67199              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
67200              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
67201      Branch: perl
67202            ! t/lib/b.t
67203 ____________________________________________________________________________
67204 [  8593] By: jhi                                   on 2001/01/30  00:56:47
67205         Log: Subject: [PATCH: perl@8585] pod problems in io
67206              From: Peter Prymmer <pvhp@forte.com>
67207              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
67208              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
67209      Branch: perl
67210            ! pod/perlapio.pod pod/perliol.pod
67211 ____________________________________________________________________________
67212 [  8592] By: jhi                                   on 2001/01/30  00:48:20
67213         Log: Integrate perlio:
67214              
67215              [  8591]
67216              GNU 'merge' Simon's copy of perliol.pod with version
67217              patched by Craig's patch.
67218              
67219              [  8590]
67220              PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
67221      Branch: perl
67222           !> pod/perlapio.pod pod/perliol.pod
67223 ____________________________________________________________________________
67224 [  8591] By: nick                                  on 2001/01/29  22:02:28
67225         Log: GNU 'merge' Simon's copy of perliol.pod with version
67226              patched by Craig's patch.
67227      Branch: perlio
67228            ! pod/perliol.pod
67229 ____________________________________________________________________________
67230 [  8590] By: nick                                  on 2001/01/29  21:55:10
67231         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
67232      Branch: perlio
67233            ! pod/perlapio.pod pod/perliol.pod
67234 ____________________________________________________________________________
67235 [  8589] By: jhi                                   on 2001/01/29  15:35:33
67236         Log: Integrate change #8586 from maint-5.6/perl.
67237              
67238              make the BOM detection code not call tell() until it has to
67239              (meant to fix esoteric compatibility issues where PL_rsfp
67240              is overridden)
67241      Branch: perl
67242           !> toke.c
67243 ____________________________________________________________________________
67244 [  8588] By: jhi                                   on 2001/01/29  15:29:11
67245         Log: Subject: MAking Solaris malloc() the default
67246              From: Lupe Christoph <lupe@lupe-christoph.de>
67247              Date: Mon, 29 Jan 2001 12:59:36 +0100
67248              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
67249              
67250              The README.solaris part slightly tweaked.
67251      Branch: perl
67252            ! README.solaris hints/solaris_2.sh
67253 ____________________________________________________________________________
67254 [  8587] By: jhi                                   on 2001/01/29  15:17:34
67255         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
67256              From: root@ak-75.mind.de
67257              Date: Sun, 28 Jan 2001 20:32:29 +0100
67258              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
67259      Branch: perl
67260            ! pod/perlre.pod
67261 ____________________________________________________________________________
67262 [  8586] By: gsar                                  on 2001/01/29  13:43:44
67263         Log: make the BOM detection code not call tell() until it has to
67264              (meant to fix esoteric compatibility issues where PL_rsfp
67265              is overridden)
67266      Branch: maint-5.6/perl
67267            ! toke.c
67268 ____________________________________________________________________________
67269 [  8585] By: jhi                                   on 2001/01/28  20:05:45
67270         Log: Update Changes.
67271      Branch: perl
67272            ! Changes patchlevel.h
67273 ____________________________________________________________________________
67274 [  8584] By: jhi                                   on 2001/01/28  19:30:02
67275         Log: Integrate perlio:
67276              
67277              [  8582]
67278              Add pod/perliol.pod to MANIFEST :-(
67279              
67280              [  8581]
67281              PerlIO documentation. Proofing and sub-editing requested.
67282      Branch: perl
67283           +> pod/perliol.pod
67284           !> MANIFEST pod/perlapio.pod
67285 ____________________________________________________________________________
67286 [  8583] By: jhi                                   on 2001/01/28  19:28:40
67287         Log: Patch from Inaba Hiroto:
67288              - canonical UTF-8 hash keys: if a key string for a hash is
67289              UTF8-on, try downgrade the string and use it if
67290              unicode::distinct is not in effect.
67291              For the task, I added a function bytes_from_utf8() to utf8.c.
67292              It might resemble utf8_to_bytes() but it is not convenient
67293              to the task.
67294              Made a test for it and added to t/op/each.t
67295              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
67296              the mortal copy of the argument SV.
67297              And changed t/io/utf8.t test 18 which expects print() to
67298              upgrade its argument.
67299              - re-implement sv_eq with bytes_from_utf8()
67300              - some bug fixes
67301              - tr/// does not handle UTF8 range (\x{}-\x{})
67302              - \ before raw UTF8 character produced
67303              "Malformed UTF-8 character" warning.
67304              - "\x{100}\N{CENT SIGN}" is Malformed.
67305              Added tests for these 3.
67306              - and one silly bug (by me) with qu operator.
67307      Branch: perl
67308            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
67309            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
67310            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
67311 ____________________________________________________________________________
67312 [  8582] By: nick                                  on 2001/01/28  19:25:04
67313         Log: Add pod/perliol.pod to MANIFEST :-(
67314      Branch: perlio
67315            ! MANIFEST
67316 ____________________________________________________________________________
67317 [  8581] By: nick                                  on 2001/01/28  19:22:40
67318         Log: PerlIO documentation. Proofing and sub-editing requested.
67319      Branch: perlio
67320            + pod/perliol.pod
67321            ! pod/perlapio.pod
67322 ____________________________________________________________________________
67323 [  8580] By: jhi                                   on 2001/01/28  05:16:25
67324         Log: Revert the change to sv_2pv() done by #8054: Someone who
67325              did SvNV_set() on a scalar that also happened to be POK,
67326              followed by sv_2pv() won't get the right coercion anymore.
67327              [Sarathy]
67328      Branch: maint-5.6/perl
67329            ! sv.c
67330 ____________________________________________________________________________
67331 [  8579] By: jhi                                   on 2001/01/28  05:15:04
67332         Log: Remove the #8084 effect: do not allow -Q to be interpreted
67333              as -&Q(), this is too much wiggle room.
67334      Branch: maint-5.6/perl
67335            ! toke.c
67336 ____________________________________________________________________________
67337 [  8578] By: jhi                                   on 2001/01/28  05:12:45
67338         Log: Needed bits of #8439 (should have been in #8576),
67339              mainly for lval substr().
67340      Branch: maint-5.6/perl
67341            ! mg.c pp.c pp_hot.c
67342 ____________________________________________________________________________
67343 [  8577] By: jhi                                   on 2001/01/28  05:02:46
67344         Log: A missing check-in.
67345      Branch: maint-5.6/perl
67346            ! utf8.c
67347 ____________________________________________________________________________
67348 [  8576] By: jhi                                   on 2001/01/28  04:26:18
67349         Log: Integrate changes #8425,8436,8439,8517 from mainline.
67350              The 8439 was not truly integrated because it had too many
67351              dependencies on the development branch and because it introduced
67352              concepts too bold for a maintenance branch (such as the qu operator).
67353              
67354              Subject: [PATCH perl@8342] -Wformat
67355              
67356              Tighten some of the UTF-8 tests a bit.
67357              
67358              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
67359              - The substr lval was still not okay.
67360              - Now pp_stringify and sv_setsv copies source's UTF8 flag
67361              even if IN_BYTE.  pp_stringify is called from fold_constants
67362              at optimization phase and "\x{100}" was made SvUTF8_off under
67363              use bytes (the bytes pragma is for "byte semantics" and not
67364              for "do not produce UTF8 data")
67365      Branch: maint-5.6/perl
67366            ! t/lib/charnames.t t/op/substr.t toke.c
67367           !> sv.c t/pragma/utf8.t
67368 ____________________________________________________________________________
67369 [  8575] By: jhi                                   on 2001/01/28  04:01:51
67370         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
67371              
67372              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
67373              
67374              Subject: [ID 20001230.003] UTF-8 tr still hurts
67375              
67376              Test cases for #8385 (from Simon's "torture.pl")
67377              
67378              Start fixing UTF-8 lval substr() (8405)
67379      Branch: maint-5.6/perl
67380           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
67381           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
67382 ____________________________________________________________________________
67383 [  8574] By: jhi                                   on 2001/01/28  03:09:06
67384         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
67385              from mainline.
67386              
67387              UTF-8 cleanup.
67388              
67389              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
67390              
67391              "\x{FF}\xFF" was broken.
67392              
67393              Tests for #8329 and #8330.
67394              
67395              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
67396              
67397              IRIX compiler noticed that the bof initialization might be
67398              bypassed by control flow.
67399              
67400              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
67401      Branch: maint-5.6/perl
67402           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
67403           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
67404 ____________________________________________________________________________
67405 [  8573] By: jhi                                   on 2001/01/28  02:06:12
67406         Log: Retract #8552.
67407      Branch: perl
67408            ! lib/Text/Wrap.pm t/lib/textwrap.t
67409 ____________________________________________________________________________
67410 [  8572] By: jhi                                   on 2001/01/28  02:04:49
67411         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
67412              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
67413              not really integrated but instead salvaged by hand
67414              (they had too many dependencies on the development release
67415              to be cleanly integratable).
67416              
67417              Subject: more UTF8 test suites and an UTF8 patch
67418              
67419              Tweak for MULTIPLICITY/USE_PERLIO
67420              
67421              Signedness nit.
67422              
67423              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
67424              
67425              Use the UTF8_XXX macros in is_utf8_char().
67426              
67427              Rewrite pp_concat() in terms of sv_catsv().  The . operator
67428              should now be UTF-8-proof.
67429              
67430              Subject: [PATCH perl@8269] scanning two hex-constants
67431              fails on EBCDIC environment (script length.t)
67432              
67433              Add some Unicode chop() tests.
67434      Branch: maint-5.6/perl
67435            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
67436           !> sv.c t/op/chop.t utf8.h
67437 ____________________________________________________________________________
67438 [  8571] By: jhi                                   on 2001/01/28  00:35:59
67439         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
67440              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
67441              
67442              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
67443              
67444              The maxiters upper limit sanity check (guarding against
67445              non-progress) assumed bytes instead of characters in s///
67446              and split().
67447              
67448              Signedness nit.
67449              
67450              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
67451              join() should now be UTF-8-proof.
67452              
67453              More split // UTF-8 tests. (8250)
67454      Branch: maint-5.6/perl
67455           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
67456           !> util.c
67457 ____________________________________________________________________________
67458 [  8570] By: jhi                                   on 2001/01/27  22:15:46
67459         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
67460              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
67461              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
67462              8084,8204,8244,8333 from mainline.
67463              
67464              For -Q where Q might be a one-letter sub name one does no more
67465              get a warning about an unknown filetest (7941,7943,7944,8084).
67466              
67467              Subject: Re: [ID 20001130.011] expression parsing bug ?
67468              
67469              Make uv_to_utf8() to zero-terminate its output buffer.
67470              
67471              Split off t/op/length.t (7995)
67472              
67473              Split off t/op/utf8decode.t (7996)
67474              
67475              Remove an unnecessary 'use utf8' from the utf8.t (7998)
67476              
67477              Split off t/op/concat.t (8004)
67478              
67479              Split off t/op/ver.t (8005)
67480              
67481              Document utf8_length(), utf8_distance(), and utf8_hop().
67482              
67483              Document utf8_to_uv() better.
67484              
67485              Introduce macros for UTF8 decoding (8028,8033).
67486              
67487              Add test for reverse() (8030,8031).
67488              
67489              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
67490              
67491              Do not return the Unicode replacement character    on UTF-8
67492              decoding failure.
67493              
67494              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
67495              not this_utf8 i.e. the output string has one, but don't mess
67496              with source assumption. (8052,8053)
67497              
67498              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
67499              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
67500              was not expecting to be called with something that was already
67501              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
67502              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
67503              (8054)
67504              
67505              Recode the naughty binary bytes in utf8decode.t using the \xHH.
67506              
67507              Make some panic messages a bit more logical.
67508      Branch: maint-5.6/perl
67509           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
67510           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
67511           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
67512           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
67513           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
67514           !> utf8.c utf8.h
67515 ____________________________________________________________________________
67516 [  8569] By: jhi                                   on 2001/01/27  19:16:43
67517         Log: Integrate changes #7750 from perlio and #8566 from mainline.
67518      Branch: maint-5.6/perl
67519           !> regexec.c sv.c
67520 ____________________________________________________________________________
67521 [  8568] By: jhi                                   on 2001/01/27  18:06:51
67522         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
67523              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
67524              7935[-perlio.c],7936,7959,7965 from mainline.
67525              
67526              Change the "big byte" error message to "Wide character".
67527              (7355, the croak-if-wide-chars-in-print part ignored)
67528              
67529              Use UINT64_C().
67530              
67531              Introduce Perl_utf8_length().
67532              
67533              diff -se shows these as different (7753, forgotten check-ins)
67534              
67535              Subject: [PATCH] doop.c - UTF8 tr///
67536              
67537              If we use (aTHX_ ...) then put Perl_ on the front.
67538              
67539              Make utf8_length() and utf8_distance() to be less forgiving
67540              about bad UTF-8.
67541              
67542              Test line numbers are different with utf8.
67543              
67544              No need to scan till infinity, 13 is enough. (7872,7911)
67545              
67546              Subject: [PATCH] Tokeniser debugging
67547              
67548              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
67549              
67550              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
67551              
67552              Be more careful in Perl_sv_utf8_downgrade().
67553              
67554              Use DO_UTF8().
67555              
67556              Raw zero bytes in text files confuse at least GNU patch 2.1.
67557      Branch: maint-5.6/perl
67558           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
67559           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
67560           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
67561           !> t/pragma/utf8.t toke.c utf8.c utf8.h
67562 ____________________________________________________________________________
67563 [  8567] By: nick                                  on 2001/01/27  11:10:38
67564         Log: Integrate mainline
67565      Branch: perlio
67566           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
67567           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
67568           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
67569           !> toke.c
67570 ____________________________________________________________________________
67571 [  8566] By: jhi                                   on 2001/01/27  06:22:48
67572         Log: More documentation for the regexp context stack.
67573      Branch: perl
67574            ! regexec.c
67575 ____________________________________________________________________________
67576 [  8565] By: jhi                                   on 2001/01/27  05:21:57
67577         Log: Update Changes.
67578      Branch: perl
67579            ! Changes patchlevel.h
67580 ____________________________________________________________________________
67581 [  8564] By: jhi                                   on 2001/01/27  04:44:04
67582         Log: Threadedness patch for #8562 from Doug MacEachern.
67583      Branch: perl
67584            ! toke.c
67585 ____________________________________________________________________________
67586 [  8563] By: jhi                                   on 2001/01/27  04:26:24
67587         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
67588              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
67589              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
67590              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
67591      Branch: perl
67592            ! op.c
67593 ____________________________________________________________________________
67594 [  8562] By: jhi                                   on 2001/01/27  04:20:30
67595         Log: Subject: Re: Announce : Tokener reporting patch
67596              From: Simon Cozens <simon@cozens.net>
67597              Date: Mon, 22 Jan 2001 02:17:22 +0000
67598              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
67599      Branch: perl
67600            ! embed.h embed.pl proto.h toke.c
67601 ____________________________________________________________________________
67602 [  8561] By: jhi                                   on 2001/01/27  04:17:24
67603         Log: Forgot from #8545.  Oops.
67604      Branch: perl
67605            ! pp.c t/pragma/overload.t
67606 ____________________________________________________________________________
67607 [  8560] By: jhi                                   on 2001/01/27  03:01:47
67608         Log: A better module compilation test, use MANIFEST as suggested
67609              by Spider.
67610      Branch: perl
67611            ! t/lib/1_compile.t
67612 ____________________________________________________________________________
67613 [  8559] By: jhi                                   on 2001/01/27  02:50:48
67614         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
67615              From: Peter Prymmer <pvhp@forte.com>
67616              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
67617              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
67618      Branch: perl
67619            ! t/lib/b.t
67620 ____________________________________________________________________________
67621 [  8558] By: jhi                                   on 2001/01/27  02:27:05
67622         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
67623              From: Peter Prymmer <pvhp@forte.com>
67624              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
67625              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
67626      Branch: perl
67627            ! t/pragma/sub_lval.t
67628 ____________________________________________________________________________
67629 [  8557] By: jhi                                   on 2001/01/27  02:26:03
67630         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
67631              From: Peter Prymmer <pvhp@forte.com>
67632              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
67633              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
67634      Branch: perl
67635            ! t/lib/st-06compat.t
67636 ____________________________________________________________________________
67637 [  8556] By: jhi                                   on 2001/01/27  02:24:33
67638         Log: Subject: [PATCH: perl@8531] minor update to README.os390
67639              From: Peter Prymmer <pvhp@forte.com>
67640              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
67641              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
67642      Branch: perl
67643            ! README.os390
67644 ____________________________________________________________________________
67645 [  8555] By: jhi                                   on 2001/01/27  00:35:47
67646         Log: No point in checking the length before we know whether the pointer
67647              is bogus or not, fixes Abigail's odbm failures in Linux.
67648      Branch: perl
67649            ! sv.c
67650 ____________________________________________________________________________
67651 [  8554] By: nick                                  on 2001/01/26  19:01:31
67652         Log: Integrate mainline
67653      Branch: perlio
67654           !> lib/Text/Wrap.pm t/lib/textwrap.t
67655 ____________________________________________________________________________
67656 [  8553] By: jhi                                   on 2001/01/26  15:19:39
67657         Log: Integrate change #7792 from perlio (multiplicity fix),
67658              fix the AV leak in regex DEBUGGING (tiny part of the
67659              polymorphic regexp patch #8143).
67660      Branch: maint-5.6/perl
67661            ! regcomp.c
67662           !> scope.h
67663 ____________________________________________________________________________
67664 [  8552] By: jhi                                   on 2001/01/26  15:03:23
67665         Log: (Retracted by #8573)
67666              
67667              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
67668              From: Michael G Schwern <schwern@pobox.com>
67669              Date: Fri, 26 Jan 2001 09:28:31 -0500
67670              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
67671      Branch: perl
67672            ! lib/Text/Wrap.pm t/lib/textwrap.t
67673 ____________________________________________________________________________
67674 [  8551] By: jhi                                   on 2001/01/26  02:33:19
67675         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
67676              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
67677              
67678              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
67679              
67680              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
67681              
67682              Message nit.
67683              
67684              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
67685              
67686              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
67687              
67688              (the cleanup of unused submatches in regtry() and regcppop())
67689              
67690              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
67691              stored and restored, and thusly was trounced by the utf8 swash
67692              routines.
67693              
67694              use utf8 not required to use \x{}.
67695              
67696              Removed two more tests that make no sense in UTF-8 since the test
67697              data is not in UTF-8.
67698              
67699              Get the three different space character classes right under utf8.
67700              
67701              Implement ANYOFUTF8 regprop() dumping.
67702              
67703              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
67704              
67705              Document the regex context pushing/popping a bit better.
67706      Branch: maint-5.6/perl
67707           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
67708           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
67709           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
67710           !> t/op/regmesg.t utf8.c
67711 ____________________________________________________________________________
67712 [  8550] By: nick                                  on 2001/01/25  19:42:30
67713         Log: Integrate mainline
67714      Branch: perlio
67715           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
67716           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
67717           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
67718           !> t/lib/bigint.t t/lib/bigintpm.t
67719 ____________________________________________________________________________
67720 [  8549] By: jhi                                   on 2001/01/25  15:22:28
67721         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
67722      Branch: maint-5.6/perl
67723            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
67724 ____________________________________________________________________________
67725 [  8548] By: jhi                                   on 2001/01/25  15:02:55
67726         Log: Integrate changes #7997,8063,8492,8547 from mainline.
67727              
67728              Subject: Re: STRLEN - what?
67729              
67730              Subject: [PATCH] perlguts.pod
67731              
67732              Memory management calls documentation.
67733              
67734              Layout using tabulator is not a good idea in a pod.
67735      Branch: maint-5.6/perl
67736           !> pod/perlguts.pod
67737 ____________________________________________________________________________
67738 [  8547] By: jhi                                   on 2001/01/25  14:49:05
67739         Log: Layout using tabulator is not a good idea in a pod.
67740      Branch: perl
67741            ! pod/perlguts.pod
67742 ____________________________________________________________________________
67743 [  8546] By: jhi                                   on 2001/01/25  14:31:12
67744         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
67745              from mainline.
67746              
67747              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
67748              
67749              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
67750              
67751              More Win32 editor/IDE/shell hints.
67752              
67753              More Win32 Perling.
67754              
67755              Yet another editor edit.
67756              
67757              Edit edit edit.
67758              
67759              IDE/editor section tweaking.
67760              
67761              Few more IDE/editor nits from p5p.
67762      Branch: maint-5.6/perl
67763           !> pod/perlfaq3.pod
67764 ____________________________________________________________________________
67765 [  8545] By: jhi                                   on 2001/01/25  04:16:32
67766         Log: Subject: [PATCH 5.7.0] overload int()
67767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67768              Date: Wed, 24 Jan 2001 19:06:57 -0500
67769              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
67770      Branch: perl
67771            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
67772            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
67773            ! t/lib/bigintpm.t
67774 ____________________________________________________________________________
67775 [  8544] By: jhi                                   on 2001/01/25  04:15:11
67776         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
67777              From: Peter Prymmer <pvhp@forte.com>
67778              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
67779              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
67780      Branch: perl
67781            ! Makefile.SH README.os390 hints/os390.sh installperl
67782 ____________________________________________________________________________
67783 [  8543] By: jhi                                   on 2001/01/25  03:52:08
67784         Log: Integrate change #8462,8469 from mainline.
67785              
67786              In VMS Perl subversion (perl -V) is undef.
67787      Branch: maint-5.6/perl
67788           !> configure.com
67789 ____________________________________________________________________________
67790 [  8542] By: jhi                                   on 2001/01/25  03:44:55
67791         Log: Integrate changes #7835,7850,8315,8316 from mainline.
67792              
67793              Solaris hints.
67794      Branch: maint-5.6/perl
67795           !> hints/solaris_2.sh
67796 ____________________________________________________________________________
67797 [  8541] By: jhi                                   on 2001/01/25  03:39:28
67798         Log: Integrate #8336 from mainline.
67799      Branch: maint-5.6/perl
67800           !> hv.c
67801 ____________________________________________________________________________
67802 [  8540] By: jhi                                   on 2001/01/25  03:23:50
67803         Log: Retract #8539.
67804      Branch: maint-5.6/perl
67805            ! pod/perlfaq3.pod
67806 ____________________________________________________________________________
67807 [  8539] By: jhi                                   on 2001/01/25  03:21:55
67808         Log: (Retracted by #8540.)
67809      Branch: maint-5.6/perl
67810            ! pod/perlfaq3.pod
67811 ____________________________________________________________________________
67812 [  8538] By: jhi                                   on 2001/01/25  03:14:07
67813         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
67814              From: Peter Prymmer <pvhp@forte.com>
67815              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
67816              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
67817              
67818              The VMS bits.
67819      Branch: maint-5.6/perl
67820            ! configure.com vms/descrip_mms.template
67821 ____________________________________________________________________________
67822 [  8537] By: jhi                                   on 2001/01/25  03:06:09
67823         Log: Integrate #7710,7824,7973 from mainline.
67824      Branch: maint-5.6/perl
67825           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
67826           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
67827           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
67828           !> vos/config.ga.def vos/config.ga.h win32/config.bc
67829           !> win32/config.gc win32/config.vc
67830 ____________________________________________________________________________
67831 [  8536] By: jhi                                   on 2001/01/24  13:50:20
67832         Log: Revert the edits made by me so far to the 5.6 branch since
67833              the TRIAL1 since I did edits when I should have been using
67834              integrates.  Bad programmer.   (Will integrate them properly later.)
67835              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
67836              The #8353 will not be reapplied at least for now since
67837              the UTF-8 hash keys need more thinking.
67838              (The patches #8347, #8354, #8454, #8473 were okay since they
67839              were original edits made specifically for the 5.6.1-TRIAL1.)
67840      Branch: maint-5.6/perl
67841            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
67842            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
67843            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
67844            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
67845            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
67846            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
67847            ! win32/config.bc win32/config.gc win32/config.vc
67848 ____________________________________________________________________________
67849 [  8535] By: bailey                                on 2001/01/24  06:37:02
67850         Log: SYN SYN
67851      Branch: vmsperl
67852           +> (branch 26 files)
67853           !> (integrate 130 files)
67854 ____________________________________________________________________________
67855 [  8534] By: nick                                  on 2001/01/23  19:30:57
67856         Log: Integrate mainline.
67857      Branch: perlio
67858           !> Changes Configure Porting/Glossary Porting/config.sh
67859           !> Porting/config_H embed.h embed.pl ext/Encode/compile
67860           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
67861           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
67862           !> pod/perlvar.pod proto.h t/lib/1_compile.t
67863 ____________________________________________________________________________
67864 [  8533] By: jhi                                   on 2001/01/23  16:15:46
67865         Log: Forgotten from #8501.
67866      Branch: perl
67867            ! Porting/Glossary Porting/config.sh Porting/config_H
67868 ____________________________________________________________________________
67869 [  8532] By: jhi                                   on 2001/01/23  16:13:27
67870         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
67871              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
67872              Date: Mon, 22 Jan 2001 17:51:58 +0100
67873              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
67874      Branch: perl
67875            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
67876 ____________________________________________________________________________
67877 [  8531] By: jhi                                   on 2001/01/23  15:46:01
67878         Log: Update Changes.
67879      Branch: perl
67880            ! Changes patchlevel.h
67881 ____________________________________________________________________________
67882 [  8530] By: jhi                                   on 2001/01/23  15:38:39
67883         Log: De-cut-and-pasto.
67884      Branch: perl
67885            ! t/lib/1_compile.t
67886 ____________________________________________________________________________
67887 [  8529] By: jhi                                   on 2001/01/23  15:11:04
67888         Log: Document the mkdir trailing slashes case.
67889      Branch: perl
67890            ! pod/perlfunc.pod
67891 ____________________________________________________________________________
67892 [  8528] By: jhi                                   on 2001/01/23  15:08:28
67893         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
67894              get installed:
67895              
67896              Subject: lib/lib.pm
67897              From: <abigail@foad.org>
67898              Date: Mon, 28 Aug 2000 20:35:08 -0400
67899              Message-ID: <20000829003508.21281.qmail@foad.org>
67900      Branch: perl
67901            ! installperl
67902 ____________________________________________________________________________
67903 [  8527] By: jhi                                   on 2001/01/23  14:44:04
67904         Log: Metaconfig unit change for #8526.
67905      Branch: metaconfig
67906            ! U/threads/archname.U
67907 ____________________________________________________________________________
67908 [  8526] By: jhi                                   on 2001/01/23  14:43:19
67909         Log: Attach -perlio to the archname if so selected.
67910      Branch: perl
67911            ! Configure
67912 ____________________________________________________________________________
67913 [  8525] By: jhi                                   on 2001/01/23  14:24:01
67914         Log: Subject: [PATCH] pod/perlvar.pod
67915              From: abigail@foad.org
67916              Date: Tue, 23 Jan 2001 01:41:10 +0100
67917              Message-ID: <20010123004110.22259.qmail@foad.org>
67918      Branch: perl
67919            ! pod/perlvar.pod
67920 ____________________________________________________________________________
67921 [  8524] By: jhi                                   on 2001/01/23  14:22:32
67922         Log: A bug introduced in #8217 (the undefined variable in the
67923              lib/safe1_t #3) fixed, by Charles Lane:
67924              
67925              The earlier patch made it so that stuff running in Safe
67926              compartments could do a "caller" and see "main".  That
67927              little change in name is done right before the code in
67928              the compartment is run, and apparantly the parser
67929              was picking up the stash name before it got changed.
67930              
67931              (why it was threaded vs. unthreaded Perl that was sensitive to this
67932              I still don't know...and it probably doesn't matter).
67933              
67934              I tryed removing the stash name-change and saw that threaded Perl
67935              did indeed pass the lib/safe1.t tests.
67936              
67937              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
67938              do the name change (and to connect _ in the compartment to the global
67939              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
67940              to call _safe_pkg_prep when creating a new compartment.
67941              
67942              Passes all tests with threaded perl on linux; passes all tests
67943              with unthreaded perl on VMS.
67944              
67945              At some point I'll probably want to revisit Safe and Opcode to
67946              provide more sensible handling of global variables...and to get
67947              formats working in Safe compartments, which they don't do currently.
67948      Branch: perl
67949            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
67950 ____________________________________________________________________________
67951 [  8523] By: jhi                                   on 2001/01/23  14:11:58
67952         Log: Also the lib/Thread.pm itself needs to be ignored if
67953              the Thread extension hasn't been built.
67954      Branch: perl
67955            ! t/lib/1_compile.t
67956 ____________________________________________________________________________
67957 [  8522] By: jhi                                   on 2001/01/23  13:51:28
67958         Log: print() instead of warn() so that stderr doesn't get
67959              unnecessarily polluted.
67960      Branch: perl
67961            ! ext/Encode/compile
67962 ____________________________________________________________________________
67963 [  8521] By: jhi                                   on 2001/01/23  13:49:48
67964         Log: Integrate perlio:
67965              
67966              [  8520]
67967              More messing with Encode:
67968              Extra fields in header to allow multiple names and to record
67969              other things "compile" knows.
67970              Re-organise compile to factor out common output routines.
67971              
67972              [  8519]
67973              Change file-of-files command line from -F to -f to avoid case issues on VMS.
67974      Branch: perl
67975           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
67976           !> ext/Encode/encode.h
67977 ____________________________________________________________________________
67978 [  8520] By: nick                                  on 2001/01/22  21:44:00
67979         Log: More messing with Encode:
67980              Extra fields in header to allow multiple names and to record
67981              other things "compile" knows.
67982              Re-organise compile to factor out common output routines.
67983      Branch: perlio
67984            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
67985 ____________________________________________________________________________
67986 [  8519] By: nick                                  on 2001/01/22  20:33:50
67987         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
67988      Branch: perlio
67989            ! ext/Encode/Makefile.PL ext/Encode/compile
67990 ____________________________________________________________________________
67991 [  8518] By: nick                                  on 2001/01/22  20:28:13
67992         Log: Integrate mainline
67993      Branch: perlio
67994           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
67995           !> vos/config.alpha.def vos/config.alpha.h
67996 ____________________________________________________________________________
67997 [  8517] By: jhi                                   on 2001/01/22  15:37:17
67998         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
67999              by Inaba Hiroto.
68000      Branch: perl
68001            ! sv.c
68002 ____________________________________________________________________________
68003 [  8516] By: jhi                                   on 2001/01/22  14:55:15
68004         Log: More SIG_SIZE fixes.
68005      Branch: perl
68006            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
68007 ____________________________________________________________________________
68008 [  8515] By: jhi                                   on 2001/01/22  14:50:27
68009         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
68010              From: "Craig A. Berry" <craigberry@mac.com>
68011              Date: Mon, 22 Jan 2001 00:42:24 -0600
68012              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
68013      Branch: perl
68014            ! configure.com
68015 ____________________________________________________________________________
68016 [  8514] By: jhi                                   on 2001/01/22  14:31:17
68017         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
68018              From: "Craig A. Berry" <craigberry@mac.com>
68019              Date: Sun, 21 Jan 2001 23:03:25 -0600
68020              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
68021      Branch: perl
68022            ! configure.com
68023 ____________________________________________________________________________
68024 [  8513] By: jhi                                   on 2001/01/22  14:14:00
68025         Log: Add the .ucm encoding tables to the MANIFEST.
68026      Branch: perl
68027            ! MANIFEST
68028 ____________________________________________________________________________
68029 [  8512] By: jhi                                   on 2001/01/22  13:43:33
68030         Log: Integrate perlio:
68031              
68032              [  8511]
68033              Make "real" layers of ":utf8" and ":raw".
68034              So now PERLIO=utf8 perl ...
68035              does what Andreas wanted.
68036              Fix arg passing in open.pm (still have a Carp issue).
68037              
68038              [  8508]
68039              Switch "compiled in" encodings to .ucm format.
68040              (Leave others as .enc till we can run-time load .ucm,
68041              or find some other way to load them.)
68042      Branch: perl
68043           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
68044           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
68045           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
68046           +> ext/Encode/Encode/iso8859-10.ucm
68047           +> ext/Encode/Encode/iso8859-13.ucm
68048           +> ext/Encode/Encode/iso8859-14.ucm
68049           +> ext/Encode/Encode/iso8859-15.ucm
68050           +> ext/Encode/Encode/iso8859-16.ucm
68051           +> ext/Encode/Encode/iso8859-2.ucm
68052           +> ext/Encode/Encode/iso8859-3.ucm
68053           +> ext/Encode/Encode/iso8859-4.ucm
68054           +> ext/Encode/Encode/iso8859-5.ucm
68055           +> ext/Encode/Encode/iso8859-6.ucm
68056           +> ext/Encode/Encode/iso8859-7.ucm
68057           +> ext/Encode/Encode/iso8859-8.ucm
68058           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
68059           +> ext/Encode/Encode/symbol.ucm
68060           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
68061           !> perliol.h
68062 ____________________________________________________________________________
68063 [  8511] By: nick                                  on 2001/01/21  23:44:47
68064         Log: Make "real" layers of ":utf8" and ":raw".
68065              So now PERLIO=utf8 perl ...
68066              does what Andreas wanted.
68067              Fix arg passing in open.pm (still have a Carp issue).
68068      Branch: perlio
68069            ! lib/open.pm perlio.c perliol.h
68070 ____________________________________________________________________________
68071 [  8510] By: jhi                                   on 2001/01/21  22:56:53
68072         Log: Document the regex content pushing/popping a bit better.
68073      Branch: perl
68074            ! regexec.c
68075 ____________________________________________________________________________
68076 [  8509] By: jhi                                   on 2001/01/21  22:55:44
68077         Log: Tweak the mkdir trailing slash code some more.
68078              
68079              TO DO: the same handling should probably be done for
68080              all the other filesystem functions that can have directories
68081              as their arguments.
68082      Branch: perl
68083            ! pp_sys.c
68084 ____________________________________________________________________________
68085 [  8508] By: nick                                  on 2001/01/21  21:37:43
68086         Log: Switch "compiled in" encodings to .ucm format.
68087              (Leave others as .enc till we can run-time load .ucm,
68088              or find some other way to load them.)
68089      Branch: perlio
68090            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
68091            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
68092            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
68093            + ext/Encode/Encode/iso8859-10.ucm
68094            + ext/Encode/Encode/iso8859-13.ucm
68095            + ext/Encode/Encode/iso8859-14.ucm
68096            + ext/Encode/Encode/iso8859-15.ucm
68097            + ext/Encode/Encode/iso8859-16.ucm
68098            + ext/Encode/Encode/iso8859-2.ucm
68099            + ext/Encode/Encode/iso8859-3.ucm
68100            + ext/Encode/Encode/iso8859-4.ucm
68101            + ext/Encode/Encode/iso8859-5.ucm
68102            + ext/Encode/Encode/iso8859-6.ucm
68103            + ext/Encode/Encode/iso8859-7.ucm
68104            + ext/Encode/Encode/iso8859-8.ucm
68105            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
68106            + ext/Encode/Encode/symbol.ucm
68107            ! ext/Encode/Makefile.PL ext/Encode/compile
68108 ____________________________________________________________________________
68109 [  8507] By: nick                                  on 2001/01/21  21:02:03
68110         Log: Integrate (partial) mainline.
68111      Branch: perlio
68112           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
68113           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
68114           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68115 ____________________________________________________________________________
68116 [  8506] By: jhi                                   on 2001/01/21  20:09:30
68117         Log: Update Changes.
68118      Branch: perl
68119            ! Changes patchlevel.h
68120 ____________________________________________________________________________
68121 [  8505] By: jhi                                   on 2001/01/21  19:39:59
68122         Log: Subject: Minor typos in perlfaq2.pod
68123              From: "Stephen P. Potter" <spp@spotter.yi.org>
68124              Message-Id: <200101192101.QAA11911@spotter.yi.org>
68125              Date: Fri, 19 Jan 2001 16:01:13 -0500
68126              
68127              with a nit from Philip Newton.
68128      Branch: perl
68129            ! pod/perlfaq2.pod
68130 ____________________________________________________________________________
68131 [  8504] By: jhi                                   on 2001/01/21  19:33:05
68132         Log: Metaconfig change for #8503.
68133      Branch: metaconfig
68134            ! U/threads/usethreads.U
68135 ____________________________________________________________________________
68136 [  8503] By: jhi                                   on 2001/01/21  19:32:21
68137         Log: Sanity check for conflicting thread flavours.
68138      Branch: perl
68139            ! Configure config_h.SH
68140 ____________________________________________________________________________
68141 [  8502] By: jhi                                   on 2001/01/21  19:23:00
68142         Log: Metaconfig change for #8501.
68143      Branch: metaconfig
68144            ! U/modified/sig_name.U
68145 ____________________________________________________________________________
68146 [  8501] By: jhi                                   on 2001/01/21  19:22:26
68147         Log: The SIG_SIZE is the number of the elements *excluding*
68148              the terminating NULL.
68149      Branch: perl
68150            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
68151            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
68152            ! win32/config_H.vc
68153 ____________________________________________________________________________
68154 [  8500] By: jhi                                   on 2001/01/21  18:31:31
68155         Log: Integrate perlio:
68156              
68157              [  8498]
68158              Encode cleanup.
68159              Add command line control over "compile" so that Makefile.PL
68160              needs can be combined with other uses.
68161              Use command line options in Makefile.PL.
68162              Fix multi-byte parsing in .ucm files.
68163              
68164              [  8497]
68165              Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
68166              
68167              [  8496]
68168              Fixup after integrate:
68169              missed the .sym files that are changed by regen_headers
68170              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
68171              
68172              [  8484]
68173              Infrastructure to allow:
68174              open($fh,"|-",@array);
68175              to be implemented
68176              i.e. mark pp_open as needing a stack mark, and make pp_open
68177              process its args in that style (and pass them _all_ to tied handles OPEN).
68178              Invent do_openn() which takes SV ** at allow it to see multiple args.
68179              Note this does not _do_ anything yet.
68180      Branch: perl
68181           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
68182           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
68183           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
68184           !> pp_sys.c proto.h sv.c
68185 ____________________________________________________________________________
68186 [  8499] By: jhi                                   on 2001/01/21  17:43:57
68187         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
68188              From: Hugo <hv@crypt.compulink.co.uk>
68189              Date: Sun, 21 Jan 2001 13:34:05 +0000
68190              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
68191              
68192              In sprintf UTF8ize only if necessary.
68193      Branch: perl
68194            ! sv.c
68195 ____________________________________________________________________________
68196 [  8498] By: nick                                  on 2001/01/21  16:25:32
68197         Log: Encode cleanup.
68198              Add command line control over "compile" so that Makefile.PL
68199              needs can be combined with other uses.
68200              Use command line options in Makefile.PL.
68201              Fix multi-byte parsing in .ucm files.
68202      Branch: perlio
68203            ! ext/Encode/Makefile.PL ext/Encode/compile
68204 ____________________________________________________________________________
68205 [  8497] By: nick                                  on 2001/01/21  12:56:27
68206         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
68207      Branch: perlio
68208            ! ext/Encode/Encode.xs
68209 ____________________________________________________________________________
68210 [  8496] By: nick                                  on 2001/01/21  12:18:45
68211         Log: Fixup after integrate:
68212              missed the .sym files that are changed by regen_headers
68213              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
68214      Branch: perlio
68215            ! global.sym pp.sym sv.c
68216 ____________________________________________________________________________
68217 [  8495] By: nick                                  on 2001/01/21  11:51:07
68218         Log: Integrate mainline.
68219      Branch: perlio
68220           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
68221           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
68222           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
68223           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
68224           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
68225           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
68226           !> win32/Makefile win32/makefile.mk
68227 ____________________________________________________________________________
68228 [  8494] By: jhi                                   on 2001/01/20  23:12:11
68229         Log: Forgot the expect_number() prototype.
68230      Branch: perl
68231            ! embed.h embed.pl proto.h
68232 ____________________________________________________________________________
68233 [  8493] By: jhi                                   on 2001/01/20  22:56:39
68234         Log: Subject: [PATCH: perl@8482] README.vms URL updates
68235              From: Peter Prymmer <pvhp@forte.com>
68236              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
68237              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
68238              
68239              Plus Craig A. Berry's suggestion to use compaq.com instead
68240              of digital.com.
68241      Branch: perl
68242            ! README.vms
68243 ____________________________________________________________________________
68244 [  8492] By: jhi                                   on 2001/01/20  22:50:05
68245         Log: Memory management calls documentation.
68246      Branch: perl
68247            ! pod/perlguts.pod
68248 ____________________________________________________________________________
68249 [  8491] By: jhi                                   on 2001/01/20  22:38:33
68250         Log: Signedness nit plus few memcpy/Copy nits.
68251      Branch: perl
68252            ! sv.c
68253 ____________________________________________________________________________
68254 [  8490] By: jhi                                   on 2001/01/20  22:25:53
68255         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
68256              From: Peter Prymmer <pvhp@forte.com>
68257              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
68258              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
68259      Branch: perl
68260            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
68261 ____________________________________________________________________________
68262 [  8489] By: jhi                                   on 2001/01/20  22:24:41
68263         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
68264              From: Peter Prymmer <pvhp@forte.com>
68265              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
68266              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
68267      Branch: perl
68268            ! win32/Makefile win32/makefile.mk
68269 ____________________________________________________________________________
68270 [  8488] By: jhi                                   on 2001/01/20  22:22:27
68271         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
68272              From: Peter Prymmer <pvhp@forte.com>
68273              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
68274              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
68275      Branch: perl
68276            ! Makefile.SH
68277 ____________________________________________________________________________
68278 [  8487] By: jhi                                   on 2001/01/20  22:21:18
68279         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
68280              From: Peter Prymmer <pvhp@forte.com>
68281              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
68282              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
68283      Branch: perl
68284            + ext/DynaLoader/dl_dllload.xs
68285            ! MANIFEST Makefile.SH hints/os390.sh
68286 ____________________________________________________________________________
68287 [  8486] By: jhi                                   on 2001/01/20  22:17:53
68288         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
68289              From: Peter Prymmer <pvhp@forte.com>
68290              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
68291              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
68292      Branch: perl
68293            ! README.os390 README.posix-bc
68294 ____________________________________________________________________________
68295 [  8485] By: jhi                                   on 2001/01/20  20:15:30
68296         Log: Document and test the new qu operator.
68297      Branch: perl
68298            + t/op/qu.t
68299            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
68300            ! pod/perlretut.pod pod/perlunicode.pod
68301 ____________________________________________________________________________
68302 [  8484] By: nick                                  on 2001/01/20  19:42:30
68303         Log: Infrastructure to allow:
68304              open($fh,"|-",@array);
68305              to be implemented
68306              i.e. mark pp_open as needing a stack mark, and make pp_open
68307              process its args in that style (and pass them _all_ to tied handles OPEN).
68308              Invent do_openn() which takes SV ** at allow it to see multiple args.
68309              Note this does not _do_ anything yet.
68310      Branch: perlio
68311            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
68312            ! perlapi.c pp_proto.h pp_sys.c proto.h
68313 ____________________________________________________________________________
68314 [  8483] By: nick                                  on 2001/01/20  17:23:14
68315         Log: Integrate mainline.
68316      Branch: perlio
68317           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
68318           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
68319 ____________________________________________________________________________
68320 [  8482] By: jhi                                   on 2001/01/19  15:37:49
68321         Log: Update Changes.
68322      Branch: perl
68323            ! Changes patchlevel.h
68324 ____________________________________________________________________________
68325 [  8481] By: jhi                                   on 2001/01/19  14:41:24
68326         Log: Subject: Re: new feature: s?printf parameter reordering 
68327              From: Hugo <hv@crypt.compulink.co.uk>
68328              Date: Thu, 11 Jan 2001 17:09:03 +0000
68329              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
68330              
68331              - support reordering for all parameters: %, *v, *, .*
68332              - lay down that the reordering specification must immediately
68333              follow that parameter: %3$, *v3$, *3$, .*3$
68334              - fix vectorisation of a zero-length string
68335              - factor out the code choosing the argument to format
68336              
68337              Possibly unwanted side-effects:
68338              - the special format specifiers ' +-0' must now precede any
68339              vectorisation specifier. Tests in op/sprintf and op/ver
68340              have been changed to reflect this.
68341              - sprintf.t test #214 changed its expectations because in many
68342              cases, the next parameter has already been consumed when an
68343              invalid type letter is detected.
68344              
68345              Probably wanted side-effects:
68346              - attempts to format a non-existent parameter will warn as if C<undef>
68347              - attempt to write to non-existent parameter with '%n' will complain
68348              of "attempt to modify read-only value" instead of being silent
68349      Branch: perl
68350            ! sv.c t/op/sprintf.t t/op/ver.t
68351 ____________________________________________________________________________
68352 [  8480] By: jhi                                   on 2001/01/19  14:08:37
68353         Log: Subject: PATCH pragma/locale.t
68354              From: andreas.koenig@anima.de (Andreas J. Koenig)
68355              Date: 18 Jan 2001 09:45:37 +0100
68356              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
68357      Branch: perl
68358            ! t/pragma/locale.t
68359 ____________________________________________________________________________
68360 [  8479] By: jhi                                   on 2001/01/19  13:19:58
68361         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
68362      Branch: perl
68363            ! configure.com
68364 ____________________________________________________________________________
68365 [  8478] By: jhi                                   on 2001/01/19  02:12:35
68366         Log: Automate 1_compile.t.
68367      Branch: perl
68368            ! t/lib/1_compile.t
68369 ____________________________________________________________________________
68370 [  8477] By: jhi                                   on 2001/01/19  01:49:56
68371         Log: Integrate perlio:
68372              
68373              [  8475]
68374              Win32 "safe signals" co-existance fix.
68375              Fix SIG_SIZE value.
68376              Clear PL_sig_pending when cloning (fork).
68377      Branch: perl
68378           !> sv.c win32/config.bc win32/config.gc win32/config.vc
68379           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68380 ____________________________________________________________________________
68381 [  8476] By: nick                                  on 2001/01/18  21:51:52
68382         Log: Integrate mainline
68383      Branch: perlio
68384           +> t/lib/1_compile.t t/lib/compmod.pl
68385           !> MANIFEST configure.com lib/unicode/distinct.pm
68386 ____________________________________________________________________________
68387 [  8475] By: nick                                  on 2001/01/18  21:48:02
68388         Log: Win32 "safe signals" co-existance fix.
68389              Fix SIG_SIZE value.
68390              Clear PL_sig_pending when cloning (fork).
68391      Branch: perlio
68392            ! sv.c win32/config.bc win32/config.gc win32/config.vc
68393            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68394 ____________________________________________________________________________
68395 [  8474] By: jhi                                   on 2001/01/18  14:40:57
68396         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
68397      Branch: perl
68398            ! t/lib/1_compile.t
68399 ____________________________________________________________________________
68400 [  8473] By: gsar                                  on 2001/01/18  11:42:31
68401         Log: unsubmitted trial1 change
68402      Branch: maint-5.6/perl
68403            ! Changes
68404 ____________________________________________________________________________
68405 [  8472] By: jhi                                   on 2001/01/18  04:30:24
68406         Log: The first bug found by 1_compile.t.
68407      Branch: perl
68408            ! lib/unicode/distinct.pm
68409 ____________________________________________________________________________
68410 [  8471] By: jhi                                   on 2001/01/18  04:29:42
68411         Log: Add Schwern's 1_compile test.  The compile_module script renamed
68412              to be a bit shorter for the 8.3 people.
68413      Branch: perl
68414            + t/lib/1_compile.t t/lib/compmod.pl
68415            ! MANIFEST
68416 ____________________________________________________________________________
68417 [  8470] By: jhi                                   on 2001/01/18  04:16:00
68418         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)
68419              From: Peter Prymmer <pvhp@forte.com>
68420              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
68421              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
68422              Replace #8463.
68423      Branch: maint-5.6/perl
68424            ! configure.com
68425 ____________________________________________________________________________
68426 [  8469] By: jhi                                   on 2001/01/18  04:13:02
68427         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)
68428              From: Peter Prymmer <pvhp@forte.com>
68429              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
68430              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
68431              Replace #8462.
68432      Branch: perl
68433            ! configure.com
68434 ____________________________________________________________________________
68435 [  8468] By: jhi                                   on 2001/01/18  03:42:08
68436         Log: Integrate perlio:
68437              
68438              [  8467]
68439              "Safe" signals - trial implementation.
68440              gv.c tweaked to zero PL_sig_pend array
68441              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
68442              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
68443              Odd thing is that it "works" with PERLIO=stdio as well (linux).
68444      Branch: perl
68445           !> gv.c mg.c perlio.c util.c
68446 ____________________________________________________________________________
68447 [  8467] By: nick                                  on 2001/01/17  22:41:10
68448         Log: "Safe" signals - trial implementation.
68449              gv.c tweaked to zero PL_sig_pend array
68450              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
68451              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
68452              Odd thing is that it "works" with PERLIO=stdio as well (linux).
68453      Branch: perlio
68454            ! gv.c mg.c perlio.c util.c
68455 ____________________________________________________________________________
68456 [  8466] By: nick                                  on 2001/01/17  20:40:20
68457         Log: Integrate mainline.
68458      Branch: perlio
68459           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
68460           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
68461           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
68462           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68463           !> vos/config.ga.h win32/config.bc win32/config.gc
68464           !> win32/config.vc
68465 ____________________________________________________________________________
68466 [  8465] By: jhi                                   on 2001/01/17  18:37:13
68467         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
68468              From: Nicholas Clark <nick@ccl4.org>
68469              Date: Wed, 17 Jan 2001 17:31:33 +0000
68470              Message-ID: <20010117173133.I2633@plum.flirble.org>
68471      Branch: perl
68472            ! t/op/int.t
68473 ____________________________________________________________________________
68474 [  8464] By: jhi                                   on 2001/01/17  14:43:17
68475         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
68476              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68477              Date: Wed, 17 Jan 2001 15:16:43 +0100
68478              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
68479              
68480              pp_int() was dropping an NV to the floor,
68481              int(279964589018079/59) either returned not an integer
68482              4745162525730.15, or one got "Attempt to free unreferenced scalar."
68483      Branch: perl
68484            ! pp.c
68485 ____________________________________________________________________________
68486 [  8463] By: jhi                                   on 2001/01/17  06:12:42
68487         Log: (Replaced by #8470)
68488              
68489              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)
68490              From: "Craig A. Berry" <craigberry@mac.com>
68491              Date: Tue, 16 Jan 2001 23:38:46 -0600
68492              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
68493      Branch: maint-5.6/perl
68494            ! configure.com
68495 ____________________________________________________________________________
68496 [  8462] By: jhi                                   on 2001/01/17  06:11:31
68497         Log: (Replaced by #8469)
68498              
68499              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)
68500              From: "Craig A. Berry" <craigberry@mac.com>
68501              Date: Tue, 16 Jan 2001 23:38:46 -0600
68502              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
68503      Branch: perl
68504            ! configure.com
68505 ____________________________________________________________________________
68506 [  8461] By: jhi                                   on 2001/01/17  05:56:12
68507         Log: Allow for one trailing slash in the directory of mkdir().
68508      Branch: perl
68509            ! pp_sys.c
68510 ____________________________________________________________________________
68511 [  8460] By: jhi                                   on 2001/01/17  03:26:01
68512         Log: Metaconfig unit changes for #8459.
68513      Branch: metaconfig
68514            ! U/modified/Loc.U U/modified/sig_name.U
68515 ____________________________________________________________________________
68516 [  8459] By: jhi                                   on 2001/01/17  03:24:48
68517         Log: Define SIG_SIZE, the number of elements in the sig_name and
68518              sig_num arrays, including the final NULL entry.
68519      Branch: perl
68520            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68521            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
68522            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
68523            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68524            ! win32/config.bc win32/config.gc win32/config.vc
68525 ____________________________________________________________________________
68526 [  8458] By: jhi                                   on 2001/01/17  01:41:33
68527         Log: Integrate perlio:
68528              
68529              [  8457]
68530              Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
68531              Provides all the "cost" but no benefit yet - it is to allow cost
68532              to be measured, and implementation experiments (just in mg.c?).
68533      Branch: perl
68534           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
68535           !> perlapi.h proto.h sv.c
68536 ____________________________________________________________________________
68537 [  8457] By: nick                                  on 2001/01/16  22:07:26
68538         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
68539              Provides all the "cost" but no benefit yet - it is to allow cost
68540              to be measured, and implementation experiments (just in mg.c?).
68541      Branch: perlio
68542            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
68543            ! perlapi.h proto.h sv.c
68544 ____________________________________________________________________________
68545 [  8456] By: nick                                  on 2001/01/16  21:07:07
68546         Log: Integrate mainline.
68547      Branch: perlio
68548           !> (integrate 51 files)
68549 ____________________________________________________________________________
68550 [  8455] By: jhi                                   on 2001/01/16  18:13:43
68551         Log: Subject: [PATCH] regcomp.c old feature removal
68552              From: mjd@plover.com
68553              Date: 16 Jan 2001 14:43:18 -0000 
68554              Message-ID: <20010116144318.7140.qmail@plover.com> 
68555      Branch: perl
68556            ! regcomp.c
68557 ____________________________________________________________________________
68558 [  8454] By: jhi                                   on 2001/01/16  16:12:39
68559         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
68560              From: "Indy Singh" <indy@nusphere.com>
68561              Date: Wed, 10 Jan 2001 20:17:49 -0500
68562              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
68563      Branch: maint-5.6/perl
68564            ! win32/Makefile
68565 ____________________________________________________________________________
68566 [  8453] By: jhi                                   on 2001/01/16  16:09:33
68567         Log: Update Changes.
68568      Branch: perl
68569            ! Changes patchlevel.h
68570 ____________________________________________________________________________
68571 [  8452] By: jhi                                   on 2001/01/16  15:42:04
68572         Log: Subject: Re: API Cleanup
68573              To: perl5-porters@perl.org
68574              Date: Tue, 16 Jan 2001 13:42:30 +0000
68575              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
68576              
68577              Subject: [PATCH] utf8.c documentation
68578              From: Simon Cozens <simon@cozens.net>
68579              Date: Tue, 16 Jan 2001 13:52:48 +0000
68580              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
68581              
68582              Subject: Re: API Cleanup
68583              From: Simon Cozens <simon@cozens.net>
68584              Date: Tue, 16 Jan 2001 14:58:55 +0000
68585              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
68586              
68587              UTF-8 doc patches.
68588      Branch: perl
68589            ! embed.pl pod/perlapi.pod utf8.c
68590 ____________________________________________________________________________
68591 [  8451] By: jhi                                   on 2001/01/16  14:41:39
68592         Log: podlators 1.07, from Russ Allbery.
68593      Branch: perl
68594            ! lib/Pod/Man.pm
68595 ____________________________________________________________________________
68596 [  8450] By: jhi                                   on 2001/01/16  14:24:19
68597         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
68598              From: "Indy Singh" <indy@nusphere.com>
68599              Date: Mon, 15 Jan 2001 20:59:40 -0500
68600              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
68601      Branch: perl
68602            ! win32/Makefile
68603 ____________________________________________________________________________
68604 [  8449] By: jhi                                   on 2001/01/16  03:42:55
68605         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
68606              at the setting of the ofs_sv in new_struct_thread() as the
68607              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
68608              uninitialized fields are, uh, initialized with),
68609              SvREFCNT_inc()ing that invited a core dump.
68610      Branch: perl
68611            ! util.c
68612 ____________________________________________________________________________
68613 [  8448] By: jhi                                   on 2001/01/16  01:49:07
68614         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
68615              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68616              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
68617              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
68618              
68619              Replace #8444 and #8445.
68620      Branch: perl
68621            ! ext/B/B.xs ext/B/B/Debug.pm
68622 ____________________________________________________________________________
68623 [  8447] By: jhi                                   on 2001/01/15  21:05:35
68624         Log: Subject: [PATCH] API Variable documentation   
68625              From: Simon Cozens <simon@cozens.net>
68626              Date: Mon, 15 Jan 2001 19:35:54 +0000
68627              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
68628      Branch: perl
68629            ! pod/perlapi.pod thrdvar.h
68630 ____________________________________________________________________________
68631 [  8446] By: jhi                                   on 2001/01/15  20:49:20
68632         Log: Signedness nit.
68633      Branch: perl
68634            ! pp_ctl.c
68635 ____________________________________________________________________________
68636 [  8445] By: jhi                                   on 2001/01/15  20:28:48
68637         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
68638      Branch: perl
68639            ! ext/B/B/Debug.pm
68640 ____________________________________________________________________________
68641 [  8444] By: jhi                                   on 2001/01/15  13:09:10
68642         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
68643      Branch: perl
68644            ! ext/B/B.xs
68645 ____________________________________________________________________________
68646 [  8443] By: jhi                                   on 2001/01/15  13:06:26
68647         Log: Missing from #8439.
68648      Branch: perl
68649            ! keywords.h mg.c
68650 ____________________________________________________________________________
68651 [  8442] By: jhi                                   on 2001/01/15  13:02:38
68652         Log: Subject: [PATCH @8436] Eliminate op_children
68653              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68654              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
68655              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
68656              
68657              Subject: [PATCH @8436] Re: Eliminate op_children
68658              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68659              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
68660              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
68661      Branch: perl
68662            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
68663            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
68664            ! op.c op.h
68665 ____________________________________________________________________________
68666 [  8441] By: jhi                                   on 2001/01/15  12:57:08
68667         Log: Use the /^Perl_/-less form of is_lvalue_sub().
68668      Branch: perl
68669            ! pp.h
68670 ____________________________________________________________________________
68671 [  8440] By: jhi                                   on 2001/01/15  05:13:09
68672         Log: Revert #8437 and #8438, the Linux large files story is more complex.
68673      Branch: metaconfig/U/perl
68674            ! d_fpos64_t.U d_off64_t.U
68675      Branch: perl
68676            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68677            ! config_h.SH configure.com epoc/config.sh perl.h
68678            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
68679            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68680            ! win32/config.bc win32/config.gc win32/config.vc
68681 ____________________________________________________________________________
68682 [  8439] By: jhi                                   on 2001/01/15  05:02:24
68683         Log: More UTF-8 patches from Inaba Hiroto.
68684              - The substr lval was still not okay.
68685              - Now pp_stringify and sv_setsv copies source's UTF8 flag
68686              even if IN_BYTE.  pp_stringify is called from fold_constants
68687              at optimization phase and "\x{100}" was made SvUTF8_off under
68688              use bytes (the bytes pragma is for "byte semantics" and not
68689              for "do not produce UTF8 data")
68690              - New `qu' operator to generate UTF8 string explicitly.
68691              Though I agree with the policy "0x00-0xff always produce bytes",
68692              sometimes want to such a string to be coded in UTF8.
68693              I can use pack"U0a*" but it requires more typing and has
68694              runtime overhead.
68695              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
68696              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
68697              string is not UTF8_on and has char 0x80-0xff.
68698              
68699              TODO: document and test qu.
68700      Branch: perl
68701            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
68702            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
68703            ! toke.c
68704 ____________________________________________________________________________
68705 [  8438] By: jhi                                   on 2001/01/14  05:10:23
68706         Log: (Reverted by #8440)
68707              
68708              Metaconfig unit changes for #8437.
68709      Branch: metaconfig/U/perl
68710            ! d_fpos64_t.U d_off64_t.U
68711 ____________________________________________________________________________
68712 [  8437] By: jhi                                   on 2001/01/14  04:55:34
68713         Log: (Reverted by #8440)
68714              
68715              Add <features.h> probing, seems to be needed for (some?)
68716              Linux largefileness.
68717      Branch: perl
68718            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68719            ! config_h.SH configure.com epoc/config.sh perl.h
68720            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
68721            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68722            ! win32/config.bc win32/config.gc win32/config.vc
68723 ____________________________________________________________________________
68724 [  8436] By: jhi                                   on 2001/01/13  17:47:21
68725         Log: Tighten some of the tests a bit.
68726      Branch: perl
68727            ! t/pragma/utf8.t
68728 ____________________________________________________________________________
68729 [  8435] By: jhi                                   on 2001/01/13  17:31:54
68730         Log: Integrate perlio:
68731              
68732              [  8434]
68733              Run dmake regen_config_h for Win32
68734              
68735              [  8433]
68736              VMS friendly patch to Encode compile process
68737      Branch: perl
68738           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
68739           !> win32/config_H.gc win32/config_H.vc
68740 ____________________________________________________________________________
68741 [  8434] By: nick                                  on 2001/01/13  11:36:53
68742         Log: Run dmake regen_config_h for Win32
68743      Branch: perlio
68744            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68745 ____________________________________________________________________________
68746 [  8433] By: nick                                  on 2001/01/13  11:31:55
68747         Log: VMS friendly patch to Encode compile process
68748      Branch: perlio
68749            ! ext/Encode/Makefile.PL ext/Encode/compile
68750 ____________________________________________________________________________
68751 [  8432] By: nick                                  on 2001/01/13  11:06:44
68752         Log: Integrate mainline
68753      Branch: perlio
68754           +> ext/B/B/Concise.pm
68755           !> (integrate 52 files)
68756 ____________________________________________________________________________
68757 [  8431] By: jhi                                   on 2001/01/13  05:55:55
68758         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
68759              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68760              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
68761              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
68762      Branch: perl
68763            ! ext/B/B/Concise.pm
68764 ____________________________________________________________________________
68765 [  8430] By: jhi                                   on 2001/01/13  04:24:18
68766         Log: The LVRET macro needed an aTHX.
68767      Branch: perl
68768            ! pp.h
68769 ____________________________________________________________________________
68770 [  8429] By: jhi                                   on 2001/01/13  02:12:42
68771         Log: Update Changes.
68772      Branch: perl
68773            ! Changes patchlevel.h
68774 ____________________________________________________________________________
68775 [  8428] By: jhi                                   on 2001/01/13  02:08:50
68776         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
68777              From: Peter Prymmer <pvhp@forte.com>
68778              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
68779              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
68780              
68781              Add a BEGIN guard for sloppy floating point division.
68782      Branch: perl
68783            ! lib/Math/BigInt.pm lib/bigint.pl
68784 ____________________________________________________________________________
68785 [  8427] By: jhi                                   on 2001/01/13  01:47:16
68786         Log: The B::Terse drop-in replacement wasn't quite drop-in.
68787      Branch: perl
68788            ! ext/B/B/Terse.pm
68789 ____________________________________________________________________________
68790 [  8426] By: jhi                                   on 2001/01/12  21:20:43
68791         Log: Use UVXf.
68792      Branch: perl
68793            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68794            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
68795            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
68796            ! vos/config.ga.def vos/config.ga.h win32/config.bc
68797            ! win32/config.gc win32/config.vc
68798 ____________________________________________________________________________
68799 [  8425] By: jhi                                   on 2001/01/12  20:20:14
68800         Log: Subject: [PATCH perl@8342] -Wformat
68801              From: Robin Barker <rmb1@cise.npl.co.uk>
68802              Date: Fri, 12 Jan 2001 20:03:14 GMT
68803              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
68804      Branch: perl
68805            ! ext/Encode/Encode.xs mg.c sv.c toke.c
68806 ____________________________________________________________________________
68807 [  8424] By: jhi                                   on 2001/01/12  20:01:48
68808         Log: Subject: B::Concise -- an improved replacement for B::Terse 
68809              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
68810              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
68811              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
68812      Branch: perl
68813            + ext/B/B/Concise.pm
68814            ! MANIFEST ext/B/B/Terse.pm
68815 ____________________________________________________________________________
68816 [  8423] By: jhi                                   on 2001/01/12  19:24:02
68817         Log: The new metaconfig unit from the #8421.
68818      Branch: metaconfig/U/perl
68819            + d_sigprocmask.U
68820 ____________________________________________________________________________
68821 [  8422] By: jhi                                   on 2001/01/12  19:23:43
68822         Log: Forgot the microperl config from the #8421.
68823      Branch: perl
68824            ! uconfig.h uconfig.sh
68825 ____________________________________________________________________________
68826 [  8421] By: jhi                                   on 2001/01/12  19:05:27
68827         Log: Add sigprocmask() probe, regen Configure, regen toc.
68828      Branch: perl
68829            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68830            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
68831            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
68832            ! vos/config.ga.h win32/config.bc win32/config.gc
68833            ! win32/config.vc
68834 ____________________________________________________________________________
68835 [  8420] By: jhi                                   on 2001/01/12  18:34:31
68836         Log: Add sockatmark() to the todo list.
68837      Branch: perl
68838            ! Todo-5.6
68839 ____________________________________________________________________________
68840 [  8419] By: jhi                                   on 2001/01/12  18:09:46
68841         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
68842      Branch: perl
68843            ! op.c
68844 ____________________________________________________________________________
68845 [  8418] By: jhi                                   on 2001/01/12  18:05:30
68846         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
68847              From: Radu Greab <radu@netsoft.ro>
68848              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
68849              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
68850      Branch: perl
68851            ! op.c t/pragma/sub_lval.t
68852 ____________________________________________________________________________
68853 [  8417] By: jhi                                   on 2001/01/12  16:09:09
68854         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
68855              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
68856              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
68857              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
68858      Branch: perl
68859            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
68860            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
68861            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
68862            ! t/pragma/sub_lval.t toke.c
68863 ____________________________________________________________________________
68864 [  8416] By: jhi                                   on 2001/01/12  15:42:06
68865         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
68866              From: "Richard Soderberg" <rs@crystalflame.net>
68867              Date: Fri, 12 Jan 2001 04:49:35 -0800
68868              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
68869              
68870              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
68871              according to the platform.
68872      Branch: perl
68873            ! op.c
68874 ____________________________________________________________________________
68875 [  8415] By: jhi                                   on 2001/01/12  15:33:41
68876         Log: One more UTF-8 fix from Inaba Hiroto.
68877      Branch: perl
68878            ! pp.c regexec.c t/pragma/utf8.t
68879 ____________________________________________________________________________
68880 [  8414] By: jhi                                   on 2001/01/12  15:30:18
68881         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
68882      Branch: perl
68883            ! regexec.c
68884 ____________________________________________________________________________
68885 [  8413] By: jhi                                   on 2001/01/12  15:22:10
68886         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
68887              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68888              Date: Thu, 11 Jan 2001 12:53:36 +0100
68889              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
68890      Branch: perl
68891            ! toke.c
68892 ____________________________________________________________________________
68893 [  8412] By: jhi                                   on 2001/01/12  15:20:25
68894         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
68895              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68896              Date: Fri, 12 Jan 2001 14:37:55 +0100
68897              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
68898      Branch: perl
68899            ! hints/posix-bc.sh
68900 ____________________________________________________________________________
68901 [  8411] By: jhi                                   on 2001/01/12  15:14:14
68902         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
68903              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
68904              Date: Fri, 12 Jan 2001 10:42:21 +0100
68905              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
68906      Branch: perl
68907            ! t/op/regmesg.t
68908 ____________________________________________________________________________
68909 [  8410] By: jhi                                   on 2001/01/12  05:48:55
68910         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
68911              From: Nicholas Clark <nick@ccl4.org> 
68912              Date: Sun, 7 Jan 2001 19:47:14 +0000
68913              Message-ID: <20010107194714.B1048@plum.flirble.org>
68914      Branch: perl
68915            ! t/op/numconvert.t
68916 ____________________________________________________________________________
68917 [  8409] By: jhi                                   on 2001/01/12  05:41:28
68918         Log: Integrate perlio:
68919              
68920              [  8408]
68921              Remove variables that were used in experiments.
68922              
68923              [  8407]
68924              Catch die in %SIG handler and unblock the signal before re-dying.
68925              This make Linux work _without_ sigsetjmp().
68926              Turn off sigsetjmp() to see what else it does.
68927              May need Configure probe for sigprocmask() if anything has sigaction()
68928              but not sigprocmask().
68929      Branch: perl
68930           !> mg.c scope.h
68931 ____________________________________________________________________________
68932 [  8408] By: nick                                  on 2001/01/11  22:43:28
68933         Log: Remove variables that were used in experiments.
68934      Branch: perlio
68935            ! mg.c
68936 ____________________________________________________________________________
68937 [  8407] By: nick                                  on 2001/01/11  20:57:44
68938         Log: Catch die in %SIG handler and unblock the signal before re-dying.
68939              This make Linux work _without_ sigsetjmp().
68940              Turn off sigsetjmp() to see what else it does.
68941              May need Configure probe for sigprocmask() if anything has sigaction()
68942              but not sigprocmask().
68943      Branch: perlio
68944            ! mg.c scope.h
68945 ____________________________________________________________________________
68946 [  8406] By: nick                                  on 2001/01/11  19:32:07
68947         Log: Integrate mainline
68948      Branch: perlio
68949           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
68950           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
68951           !> t/op/substr.t
68952 ____________________________________________________________________________
68953 [  8405] By: jhi                                   on 2001/01/11  17:11:01
68954         Log: Fix UTF-8 lval substr().
68955      Branch: perl
68956            ! mg.c t/op/substr.t
68957 ____________________________________________________________________________
68958 [  8404] By: jhi                                   on 2001/01/11  05:13:58
68959         Log: Update Changes.
68960      Branch: perl
68961            ! Changes patchlevel.h
68962 ____________________________________________________________________________
68963 [  8403] By: jhi                                   on 2001/01/11  04:38:24
68964         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
68965              From: Hugo <hv@crypt.compulink.co.uk>
68966              Date: Mon, 30 Oct 2000 01:33:26 +0000
68967              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
68968      Branch: perl
68969            ! regexec.c t/op/re_tests
68970 ____________________________________________________________________________
68971 [  8402] By: jhi                                   on 2001/01/11  04:26:12
68972         Log: Integrate perlio:
68973              
68974              [  8401]
68975              Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
68976              (So Alan and Ilya can try setting via hints.)
68977              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
68978              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
68979              doing the save everywhere seems to restart read() correctly, but just
68980              doing it once "round" the handler does not.
68981              
68982              [  8399]
68983              Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
68984              
68985              [  8393]
68986              Back out Simon's pid hackery for now.
68987              
68988              [  8371]
68989              Fix "scalars leaked" bugs caused by overload magic
68990              (Highlighted by Ilya's DESTROY optimization.)
68991      Branch: perl
68992           !> scope.h util.c
68993 ____________________________________________________________________________
68994 [  8401] By: nick                                  on 2001/01/10  22:52:55
68995         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
68996              (So Alan and Ilya can try setting via hints.)
68997              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
68998              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
68999              doing the save everywhere seems to restart read() correctly, but just
69000              doing it once "round" the handler does not.
69001      Branch: perlio
69002            ! scope.h
69003 ____________________________________________________________________________
69004 [  8400] By: jhi                                   on 2001/01/10  21:57:54
69005         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
69006              of IRIX, HP-UX is unaffected.
69007      Branch: perl
69008            ! perl.h
69009 ____________________________________________________________________________
69010 [  8399] By: nick                                  on 2001/01/10  21:29:19
69011         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
69012      Branch: perlio
69013            ! util.c
69014 ____________________________________________________________________________
69015 [  8398] By: jhi                                   on 2001/01/10  20:55:31
69016         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
69017              also have ReusePort.
69018      Branch: perl
69019            ! ext/IO/lib/IO/Socket/INET.pm
69020 ____________________________________________________________________________
69021 [  8397] By: jhi                                   on 2001/01/10  20:50:57
69022         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
69023              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
69024              Date: Wed, 10 Jan 2001 01:38:13 -0800
69025              Message-ID: <20010110013813.B41744@yahoo-inc.com>
69026      Branch: perl
69027            ! ext/IO/lib/IO/Socket/INET.pm
69028 ____________________________________________________________________________
69029 [  8396] By: jhi                                   on 2001/01/10  20:49:30
69030         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
69031              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
69032              Date: Wed, 10 Jan 2001 01:37:32 -0800
69033              Message-ID: <20010110013732.A41744@yahoo-inc.com>
69034      Branch: perl
69035            ! ext/Socket/Socket.pm
69036 ____________________________________________________________________________
69037 [  8395] By: jhi                                   on 2001/01/10  20:41:37
69038         Log: Test for bug id 20010105.016 (fixed by #8378).
69039      Branch: perl
69040            ! t/op/split.t
69041 ____________________________________________________________________________
69042 [  8394] By: jhi                                   on 2001/01/10  20:26:32
69043         Log: Integrate perlio.
69044      Branch: perl
69045            ! util.c
69046 ____________________________________________________________________________
69047 [  8393] By: nick                                  on 2001/01/10  19:34:30
69048         Log: Back out Simon's pid hackery for now.
69049      Branch: perlio
69050            ! util.c
69051 ____________________________________________________________________________
69052 [  8392] By: nick                                  on 2001/01/10  19:23:13
69053         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
69054      Branch: perlio
69055           !> (integrate 29 files)
69056 ____________________________________________________________________________
69057 [  8391] By: jhi                                   on 2001/01/10  18:43:15
69058         Log: Subject: [PATCH] Fix my_pclose segfault
69059              From: Simon Cozens <simon@cozens.net>
69060              Date: Wed, 10 Jan 2001 18:39:35 +0000
69061              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
69062      Branch: perl
69063            ! util.c
69064 ____________________________________________________________________________
69065 [  8390] By: jhi                                   on 2001/01/10  18:42:08
69066         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
69067              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69068              Date:     Wed, 10 Jan 2001 13:23:02 EST
69069              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
69070      Branch: perl
69071            ! ext/Opcode/Opcode.xs
69072 ____________________________________________________________________________
69073 [  8389] By: jhi                                   on 2001/01/10  15:16:07
69074         Log: Turn off the integer preservation for now.
69075      Branch: perl
69076            ! perl.h
69077 ____________________________________________________________________________
69078 [  8388] By: jhi                                   on 2001/01/10  15:01:25
69079         Log: Few more IDE/editor nits from p5p.
69080      Branch: perl
69081            ! pod/perlfaq3.pod
69082 ____________________________________________________________________________
69083 [  8387] By: jhi                                   on 2001/01/10  06:53:16
69084         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
69085              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
69086              Date: Tue, 9 Jan 2001 23:16:02 +0000
69087              Message-ID: <20010109231602.A81101@plum.flirble.org>
69088      Branch: perl
69089            ! sv.c
69090 ____________________________________________________________________________
69091 [  8386] By: jhi                                   on 2001/01/10  03:17:54
69092         Log: Test cases for #8385 (from Simon's "torture.pl")
69093      Branch: perl
69094            ! t/op/tr.t
69095 ____________________________________________________________________________
69096 [  8385] By: jhi                                   on 2001/01/10  03:17:11
69097         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
69098              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
69099              Date: Wed, 10 Jan 2001 11:39:39 +0900
69100              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
69101              
69102              Some more UTF-8 tr cases fixed.
69103      Branch: perl
69104            ! doop.c
69105 ____________________________________________________________________________
69106 [  8384] By: jhi                                   on 2001/01/09  22:45:40
69107         Log: Allow the locale test needing POSIX and the taint test
69108              needing IPC::SysV to run under 'minitest' (basically,
69109              bail out if loading the extension fails)
69110      Branch: perl
69111            ! t/op/misc.t t/op/taint.t
69112 ____________________________________________________________________________
69113 [  8383] By: jhi                                   on 2001/01/09  21:36:04
69114         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
69115              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69116              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
69117              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
69118      Branch: perl
69119            ! t/io/openpid.t
69120 ____________________________________________________________________________
69121 [  8382] By: jhi                                   on 2001/01/09  21:06:08
69122         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
69123              Should finish up the bug id 20001205.022.
69124      Branch: perl
69125            ! pp.c pp_hot.c scope.c
69126 ____________________________________________________________________________
69127 [  8381] By: jhi                                   on 2001/01/09  18:27:43
69128         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
69129              From: Andy Dougherty <doughera@lafayette.edu>
69130              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
69131              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
69132              
69133              More robust yacc/bison error detection.
69134      Branch: perl
69135            ! t/comp/proto.t
69136 ____________________________________________________________________________
69137 [  8380] By: jhi                                   on 2001/01/09  15:21:38
69138         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
69139              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
69140              Date:     Tue, 9 Jan 2001 07:53:55 EST
69141              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
69142      Branch: perl
69143            ! t/op/misc.t vms/test.com
69144 ____________________________________________________________________________
69145 [  8379] By: jhi                                   on 2001/01/09  15:20:38
69146         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
69147              From: jhi@cc.hut.fi
69148              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
69149              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
69150              
69151              The #8378 fixed this.
69152      Branch: perl
69153            ! t/op/tr.t
69154 ____________________________________________________________________________
69155 [  8378] By: jhi                                   on 2001/01/09  15:05:32
69156         Log: Subject: One more patch for UTF8 
69157              From: Inaba Hiroto <inaba@st.rim.or.jp>
69158              Date: Tue, 09 Jan 2001 01:04:32 +0900
69159              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
69160              
69161              UTF-8 fixes for 'x' and tr///.
69162      Branch: perl
69163            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
69164            ! regcomp.c regexec.c toke.c utf8.c
69165 ____________________________________________________________________________
69166 [  8377] By: jhi                                   on 2001/01/09  14:32:17
69167         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
69168      Branch: perl
69169            ! t/op/length.t
69170 ____________________________________________________________________________
69171 [  8376] By: jhi                                   on 2001/01/09  04:32:32
69172         Log: integrate changes #7775, #8316, #8316 from mainline
69173      Branch: maint-5.6/perl
69174            ! hints/solaris_2.sh
69175 ____________________________________________________________________________
69176 [  8375] By: jhi                                   on 2001/01/09  04:26:43
69177         Log: Update Changes.
69178      Branch: perl
69179            ! Changes patchlevel.h
69180 ____________________________________________________________________________
69181 [  8374] By: jhi                                   on 2001/01/09  04:14:32
69182         Log: IDE/editor section tweaking.
69183      Branch: perl
69184            ! pod/perlfaq3.pod
69185 ____________________________________________________________________________
69186 [  8373] By: jhi                                   on 2001/01/09  02:38:26
69187         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
69188              From: Peter Prymmer <pvhp@forte.com>
69189              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
69190              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
69191              
69192              In preparation os OS/390 dynamic loading.
69193      Branch: perl
69194            ! README.os390 hints/os390.sh
69195 ____________________________________________________________________________
69196 [  8372] By: jhi                                   on 2001/01/09  00:24:30
69197         Log: Integrate with perlio.
69198      Branch: perl
69199           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
69200 ____________________________________________________________________________
69201 [  8371] By: nick                                  on 2001/01/08  23:54:33
69202         Log: Fix "scalars leaked" bugs caused by overload magic
69203              (Highlighted by Ilya's DESTROY optimization.)
69204      Branch: perlio
69205            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
69206 ____________________________________________________________________________
69207 [  8370] By: nick                                  on 2001/01/08  20:19:41
69208         Log: Integrate mainline
69209      Branch: perlio
69210           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
69211           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
69212           !> t/op/64bitint.t
69213 ____________________________________________________________________________
69214 [  8369] By: jhi                                   on 2001/01/08  17:30:52
69215         Log: save_delete() Safefree() doesn't (anymore?) work with shared
69216              strings, one test failure in op/misc and almost all of lib/b.
69217              (Outcomments #8369.)
69218      Branch: perl
69219            ! scope.c
69220 ____________________________________________________________________________
69221 [  8368] By: jhi                                   on 2001/01/08  14:47:10
69222         Log: (Outcommented by #8369.)
69223              
69224              Subject: Re: Perl BugID 20001205.022 ---- save_delete
69225              From: Simon Cozens <simon@cozens.net>
69226              Date: Sat, 6 Jan 2001 11:48:40 +0000
69227              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
69228              
69229              The save_delete() does need the Safefree.
69230      Branch: perl
69231            ! scope.c
69232 ____________________________________________________________________________
69233 [  8367] By: bailey                                on 2001/01/08  08:53:52
69234         Log: Once again syncing after too long an absence
69235      Branch: vmsperl
69236           +> (branch 55 files)
69237            - MAINTAIN fix_pl vos/config.def vos/config.h
69238            - vos/config_h.SH_orig
69239           !> (integrate 498 files)
69240 ____________________________________________________________________________
69241 [  8366] By: jhi                                   on 2001/01/08  02:42:59
69242         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
69243              From: nick@ccl4.org
69244              Date: Sun, 7 Jan 2001 21:07:18 +0000
69245              Message-Id: <20010107210717.D1048@plum.flirble.org>
69246      Branch: perl
69247            ! sv.c t/op/64bitint.t
69248 ____________________________________________________________________________
69249 [  8365] By: jhi                                   on 2001/01/08  02:35:16
69250         Log: Subject: [PATCH] environ nit
69251              From: Simon Cozens <simon@cozens.net>
69252              Date: Sun, 7 Jan 2001 17:57:07 +0000
69253              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
69254              
69255              Use environ only if we have it.
69256      Branch: perl
69257            ! mg.c
69258 ____________________________________________________________________________
69259 [  8364] By: jhi                                   on 2001/01/08  02:24:51
69260         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
69261      Branch: perl
69262            ! ext/GDBM_File/GDBM_File.xs
69263 ____________________________________________________________________________
69264 [  8363] By: jhi                                   on 2001/01/08  02:19:24
69265         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
69266              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69267              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
69268              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
69269      Branch: perl
69270            ! dump.c op.c
69271 ____________________________________________________________________________
69272 [  8362] By: jhi                                   on 2001/01/08  02:17:43
69273         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
69274              From: Doug MacEachern <dougm@covalent.net>
69275              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
69276              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
69277              
69278              Allow AUTOLOAD to be an xsub and allow such xsubs
69279              to avoid use of $AUTOLOAD.
69280      Branch: perl
69281            ! gv.c
69282 ____________________________________________________________________________
69283 [  8361] By: jhi                                   on 2001/01/08  02:16:07
69284         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
69285              From: Radu Greab <radu@netsoft.ro>
69286              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
69287              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
69288              
69289              No need for the potentially nonportable $SIG{CHLD}.
69290      Branch: perl
69291            ! t/io/pipe.t
69292 ____________________________________________________________________________
69293 [  8360] By: jhi                                   on 2001/01/08  01:58:23
69294         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
69295      Branch: perl
69296            ! lib/Getopt/Long.pm
69297 ____________________________________________________________________________
69298 [  8359] By: jhi                                   on 2001/01/08  01:55:44
69299         Log: Integrate perlio:
69300              
69301              [  8356]
69302              FILE * in XS code for PerlIO world:
69303              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
69304              - Add FILE * T_STDIO typemap.
69305              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
69306              
69307              [  8346]
69308              Fixup accumulated integrate muddles (perlio == devperl again)
69309      Branch: perl
69310           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
69311           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
69312           !> utf8.c win32/Makefile
69313 ____________________________________________________________________________
69314 [  8358] By: jhi                                   on 2001/01/07  21:16:50
69315         Log: Update the EPOC cross SDK URL.
69316      Branch: perl
69317            ! README.epoc
69318 ____________________________________________________________________________
69319 [  8357] By: jhi                                   on 2001/01/07  21:16:09
69320         Log: Update the EPOC cross SDK URL.
69321      Branch: maint-5.6/perl
69322            ! README.epoc
69323 ____________________________________________________________________________
69324 [  8356] By: nick                                  on 2001/01/06  21:47:52
69325         Log: FILE * in XS code for PerlIO world:
69326              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
69327              - Add FILE * T_STDIO typemap.
69328              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
69329      Branch: perlio
69330            ! lib/ExtUtils/typemap perlio.c perlio.h
69331 ____________________________________________________________________________
69332 [  8355] By: jhi                                   on 2001/01/06  20:27:15
69333         Log: integrate change #8336 from mainline
69334              
69335              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
69336      Branch: maint-5.6/perl
69337            ! hv.c
69338 ____________________________________________________________________________
69339 [  8354] By: jhi                                   on 2001/01/06  20:24:29
69340         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
69341              From: Robin Barker <rmb1@cise.npl.co.uk>
69342              Date: Fri, 22 Dec 2000 12:17:38 GMT
69343              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
69344              
69345              The patch reformats some long =item lines so they give
69346              correct output via pod2man | nroff -man
69347              
69348              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
69349              From: Robin Barker <rmb1@cise.npl.co.uk>
69350              Date: Tue, 2 Jan 2001 15:35:03 GMT
69351              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
69352              
69353              Here is a _further_ patch which corrects a few more errors:
69354              * an empty C<=item> in CPAN.pm
69355              * patching the wrong file (pod/perlamiga.pod not README.amiga)
69356              * leaving empty C<=item>s which formatted incorrectly
69357              * over long C<=item>s revealed by latest patch to Pod::Man
69358      Branch: maint-5.6/perl
69359            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
69360            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
69361            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
69362            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
69363            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
69364            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
69365 ____________________________________________________________________________
69366 [  8353] By: jhi                                   on 2001/01/06  20:21:10
69367         Log: integrate changes #7980, 8056, 8057 from mainline
69368              
69369              UTF-8 hash keys.
69370      Branch: maint-5.6/perl
69371            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
69372 ____________________________________________________________________________
69373 [  8352] By: jhi                                   on 2001/01/06  20:18:44
69374         Log: Forgotten from #8438.
69375      Branch: maint-5.6/perl
69376            ! epoc/epocish.h
69377 ____________________________________________________________________________
69378 [  8351] By: jhi                                   on 2001/01/06  20:18:12
69379         Log: Forgotten from #8347.
69380      Branch: maint-5.6/perl
69381            ! config_h.SH
69382 ____________________________________________________________________________
69383 [  8350] By: jhi                                   on 2001/01/06  20:00:19
69384         Log: Thinko in #8347.
69385      Branch: maint-5.6/perl
69386            ! regcomp.c
69387 ____________________________________________________________________________
69388 [  8349] By: jhi                                   on 2001/01/06  18:05:30
69389         Log: Copy the FAQ3 IDE section from the development branch,
69390              changes originally by Peter Prymmer.
69391      Branch: maint-5.6/perl
69392            ! pod/perlfaq3.pod
69393 ____________________________________________________________________________
69394 [  8348] By: jhi                                   on 2001/01/06  18:03:02
69395         Log: EPOC updates for TRIAL1.
69396              
69397              Subject: [5.6.1 trial1] EPOC update
69398              From: Olaf Flebbe <O.Flebbe@science-computing.de>
69399              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
69400              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
69401              
69402              Subject: epoc patch2 for perl-5.6.1-trial1
69403              From: Olaf Flebbe <O.Flebbe@science-computing.de>
69404              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
69405              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
69406      Branch: maint-5.6/perl
69407            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
69408            ! epoc/epocish.c
69409 ____________________________________________________________________________
69410 [  8347] By: jhi                                   on 2001/01/06  17:29:10
69411         Log: integrate changes #7710,7824,7973 from mainline,
69412              plus VMS nits from Peter Prymmer and Dan Sugalski.
69413              
69414              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
69415              library (getprotobyname and getprotobynumber are outversioned by
69416              the same calls in libc, at least for xlc version 3.
69417              
69418              Add HAS_SBRK_PROTO.
69419              
69420              Fixes for signedness warnings noticed by VMSperlers.
69421      Branch: maint-5.6/perl
69422            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69423            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
69424            ! sv.c vms/descrip_mms.template vos/config.alpha.def
69425            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69426            ! win32/config.bc win32/config.gc win32/config.vc
69427 ____________________________________________________________________________
69428 [  8346] By: nick                                  on 2001/01/06  14:36:01
69429         Log: Fixup accumulated integrate muddles (perlio == devperl again)
69430      Branch: perlio
69431            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
69432 ____________________________________________________________________________
69433 [  8345] By: nick                                  on 2001/01/06  14:24:58
69434         Log: Integrate mainline
69435      Branch: perlio
69436           !> (integrate 55 files)
69437 ____________________________________________________________________________
69438 [  8344] By: jhi                                   on 2001/01/06  02:24:02
69439         Log: Subject: [patch] PerlIO_cleanup() prototype
69440              From: Doug MacEachern <dougm@covalent.net>
69441              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
69442              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
69443      Branch: perl
69444            ! perlio.h
69445 ____________________________________________________________________________
69446 [  8343] By: jhi                                   on 2001/01/06  01:04:09
69447         Log: IRIX compiler noticed that the bof initialization might be
69448              bypassed by control flow.
69449      Branch: perl
69450            ! toke.c
69451 ____________________________________________________________________________
69452 [  8342] By: jhi                                   on 2001/01/06  00:10:48
69453         Log: Update Changes.
69454      Branch: perl
69455            ! Changes patchlevel.h
69456 ____________________________________________________________________________
69457 [  8341] By: jhi                                   on 2001/01/05  23:52:33
69458         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
69459      Branch: perl
69460            ! toke.c
69461 ____________________________________________________________________________
69462 [  8340] By: jhi                                   on 2001/01/05  22:44:08
69463         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
69464              From: Radu Greab <radu@netsoft.ro>
69465              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
69466              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
69467      Branch: perl
69468            ! t/io/pipe.t util.c
69469 ____________________________________________________________________________
69470 [  8339] By: jhi                                   on 2001/01/05  22:35:17
69471         Log: Subject: [PATCH] format and rewording in perlfaq.pod
69472              From: Robin Barker <rmb1@cise.npl.co.uk>
69473              Date: Fri, 5 Jan 2001 18:51:20 GMT
69474              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
69475      Branch: perl
69476            ! pod/perlfaq.pod
69477 ____________________________________________________________________________
69478 [  8338] By: jhi                                   on 2001/01/05  22:31:17
69479         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
69480              From: Peter Prymmer <pvhp@forte.com>
69481              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
69482              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
69483      Branch: perl
69484            ! utils/perlbug.PL
69485 ____________________________________________________________________________
69486 [  8337] By: jhi                                   on 2001/01/05  18:15:11
69487         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
69488              From: Robin Barker <rmb1@cise.npl.co.uk>
69489              Date: Tue, 2 Jan 2001 15:24:07 GMT
69490              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
69491              
69492              If you call configure as C<./Configure> or C<sh ./Configure>,
69493              $src is set to the absolute path name, not '.'.
69494              
69495              This, in turn, means -Dmksymlink tries to do its stuff because
69496              it does not think it is in the src directory.
69497              
69498              (plus a metaconfig nitfix)
69499      Branch: metaconfig
69500            ! U/compline/ccflags.U U/modified/src.U
69501      Branch: perl
69502            ! Configure config_h.SH
69503 ____________________________________________________________________________
69504 [  8336] By: jhi                                   on 2001/01/05  17:48:32
69505         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
69506              From: Alan Burlison <Alan.Burlison@uk.sun.com>
69507              Message-ID: <3A5606C4.473D2226@uk.sun.com>
69508              Date: Fri, 05 Jan 2001 17:39:16 +0000
69509      Branch: perl
69510            ! hv.c
69511 ____________________________________________________________________________
69512 [  8335] By: jhi                                   on 2001/01/05  16:05:44
69513         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
69514      Branch: perl
69515            ! lib/Getopt/Long.pm
69516 ____________________________________________________________________________
69517 [  8334] By: jhi                                   on 2001/01/05  16:00:51
69518         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
69519              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
69520              Date: Fri, 05 Jan 2001 13:46:51 +0100
69521              Message-ID: <13693.978698811@nice.ram.loc>
69522              
69523              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
69524              accurate reading of the "atime".  
69525      Branch: perl
69526            ! t/io/fs.t
69527 ____________________________________________________________________________
69528 [  8333] By: jhi                                   on 2001/01/05  15:57:37
69529         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
69530              From: Simon Cozens <simon@cozens.net>
69531              Date: Fri, 8 Dec 2000 13:33:31 +0000
69532              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
69533              
69534              A lost patch fragment.
69535      Branch: perl
69536            ! doop.c
69537 ____________________________________________________________________________
69538 [  8332] By: jhi                                   on 2001/01/05  15:40:42
69539         Log: Do away with strncpy() and a fixed length buffer.
69540      Branch: perl
69541            ! utf8.c
69542 ____________________________________________________________________________
69543 [  8331] By: jhi                                   on 2001/01/05  15:03:07
69544         Log: Tests for #8329 and #8330.
69545      Branch: perl
69546            ! t/op/bop.t
69547 ____________________________________________________________________________
69548 [  8330] By: jhi                                   on 2001/01/05  15:02:38
69549         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
69550              raw 8-bit form to the UTF-8 string.
69551      Branch: perl
69552            ! toke.c
69553 ____________________________________________________________________________
69554 [  8329] By: jhi                                   on 2001/01/05  14:55:13
69555         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
69556              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69557              Date: Fri, 5 Jan 2001 12:28:52 +0100
69558              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
69559              
69560              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
69561              no effect.  (changed the strncpy() to Copy())
69562      Branch: perl
69563            ! toke.c
69564 ____________________________________________________________________________
69565 [  8328] By: jhi                                   on 2001/01/05  06:44:27
69566         Log: UTF-8 cleanup.
69567      Branch: perl
69568            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
69569            ! regexec.c sv.c toke.c
69570 ____________________________________________________________________________
69571 [  8327] By: jhi                                   on 2001/01/05  01:11:29
69572         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')
69573              From: Radu Greab <radu@netsoft.ro>
69574              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
69575              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
69576              
69577              Cleans up Harness to not use FileHandle, which uses IO.
69578      Branch: perl
69579            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
69580 ____________________________________________________________________________
69581 [  8326] By: jhi                                   on 2001/01/05  00:56:37
69582         Log: Update Changes.
69583      Branch: perl
69584            ! Changes patchlevel.h
69585 ____________________________________________________________________________
69586 [  8325] By: jhi                                   on 2001/01/05  00:53:18
69587         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
69588              From: Peter Prymmer <pvhp@forte.com>
69589              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
69590              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
69591              
69592              plus a couple more tailing whitespace removals.
69593      Branch: perl
69594            ! win32/Makefile
69595 ____________________________________________________________________________
69596 [  8324] By: jhi                                   on 2001/01/05  00:47:39
69597         Log: Add some Unicode chop() tests.
69598      Branch: perl
69599            ! t/op/chop.t
69600 ____________________________________________________________________________
69601 [  8323] By: jhi                                   on 2001/01/05  00:47:23
69602         Log: Unify UTF-8 malformedness handling.
69603      Branch: perl
69604            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
69605 ____________________________________________________________________________
69606 [  8322] By: jhi                                   on 2001/01/04  22:21:54
69607         Log: The new $issymlink was unknown to Mksymlinks.
69608      Branch: metaconfig/U/perl
69609            ! Mksymlinks.U issymlink.U
69610      Branch: perl
69611            ! Configure config_h.SH
69612 ____________________________________________________________________________
69613 [  8321] By: jhi                                   on 2001/01/04  21:51:05
69614         Log: The test didn't work under the core test framework.
69615      Branch: perl
69616            ! t/lib/st-lock.t
69617 ____________________________________________________________________________
69618 [  8320] By: jhi                                   on 2001/01/04  21:14:22
69619         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
69620      Branch: perl
69621            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
69622 ____________________________________________________________________________
69623 [  8319] By: jhi                                   on 2001/01/04  20:46:17
69624         Log: Typo in #8312 when manually applying a problematic patch fragment.
69625      Branch: perl
69626            ! ext/Storable/Storable.xs
69627 ____________________________________________________________________________
69628 [  8318] By: jhi                                   on 2001/01/04  20:43:01
69629         Log: The $sh_c didn't fly.
69630      Branch: metaconfig
69631            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
69632            ! U/modified/Loc.U U/modified/myhostname.U
69633            ! U/modified/spitshell.U
69634      Branch: metaconfig/U/perl
69635            ! issymlink.U
69636      Branch: perl
69637            ! Configure config_h.SH
69638 ____________________________________________________________________________
69639 [  8317] By: jhi                                   on 2001/01/04  19:58:01
69640         Log: AIX builtin test -h is broken, changes based on
69641              
69642              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
69643              Date: Tue, 02 Jan 2001 11:24:39 +0100
69644              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69645              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
69646      Branch: metaconfig
69647            + U/modified/spitshell.U
69648            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
69649            ! U/modified/Loc.U U/modified/myhostname.U
69650      Branch: metaconfig/U/perl
69651            ! Mksymlinks.U issymlink.U
69652      Branch: perl
69653            ! Configure
69654 ____________________________________________________________________________
69655 [  8316] By: jhi                                   on 2001/01/04  19:02:22
69656         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
69657              From: Andy Dougherty <doughera@lafayette.edu>
69658              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
69659              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
69660              
69661              Beware of GNU ld.
69662      Branch: perl
69663            ! hints/solaris_2.sh
69664 ____________________________________________________________________________
69665 [  8315] By: jhi                                   on 2001/01/04  18:56:48
69666         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
69667              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
69668              Date: Wed, 3 Jan 2001 07:58:51 +0100
69669              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
69670      Branch: perl
69671            ! hints/solaris_2.sh
69672 ____________________________________________________________________________
69673 [  8314] By: jhi                                   on 2001/01/04  18:54:07
69674         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
69675              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69676              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
69677              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
69678              
69679              Doc tweak on #8313.
69680      Branch: perl
69681            ! ext/B/B/Deparse.pm
69682 ____________________________________________________________________________
69683 [  8313] By: jhi                                   on 2001/01/04  18:52:27
69684         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
69685              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
69686              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
69687              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
69688              
69689              Make the peephole optimizer to bypass more null ops and
69690              and rewrite the deparse handling of continue blocks.
69691      Branch: perl
69692            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
69693 ____________________________________________________________________________
69694 [  8312] By: jhi                                   on 2001/01/04  18:47:39
69695         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
69696      Branch: perl
69697            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
69698            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
69699            ! t/lib/st-lock.t
69700 ____________________________________________________________________________
69701 [  8311] By: jhi                                   on 2001/01/04  18:36:08
69702         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
69703              filter to be run on each .pm during the pm_to_blib() phase,
69704              a fixed version of
69705              
69706              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
69707              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
69708              Date: Wed, 03 Jan 2001 22:01:30 +0100
69709              Message-ID: <5296.978555690@nice.ram.loc>
69710      Branch: perl
69711            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
69712            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
69713            ! lib/ExtUtils/MakeMaker.pm
69714 ____________________________________________________________________________
69715 [  8310] By: jhi                                   on 2001/01/04  18:32:54
69716         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
69717              From: Robin Barker <rmb1@cise.npl.co.uk>
69718              Date: Tue, 2 Jan 2001 15:35:03 GMT
69719              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
69720      Branch: perl
69721            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
69722            ! pod/perlrequick.pod
69723 ____________________________________________________________________________
69724 [  8309] By: jhi                                   on 2001/01/04  18:29:07
69725         Log: Subject: Re: [patch] static-ize XS()
69726              From: Doug MacEachern <dougm@covalent.net>
69727              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
69728              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
69729              
69730              Provide prototypes for the XS functions.
69731      Branch: perl
69732            ! lib/ExtUtils/xsubpp
69733 ____________________________________________________________________________
69734 [  8308] By: jhi                                   on 2001/01/04  18:27:44
69735         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
69736              From: Doug MacEachern <dougm@covalent.net>
69737              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
69738              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
69739      Branch: perl
69740            ! lib/ExtUtils/typemap
69741 ____________________________________________________________________________
69742 [  8307] By: jhi                                   on 2001/01/04  18:25:25
69743         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
69744              From: Doug MacEachern <dougm@covalent.net>
69745              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
69746              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
69747              
69748              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
69749      Branch: perl
69750            ! lib/ExtUtils/MM_Unix.pm
69751 ____________________________________________________________________________
69752 [  8306] By: jhi                                   on 2001/01/04  18:23:00
69753         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
69754              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69755              Date: Thu, 4 Jan 2001 12:47:10 +0100 
69756              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
69757              
69758              The toke.c part only, patching embed.h and proto.h is futile.
69759      Branch: perl
69760            ! toke.c
69761 ____________________________________________________________________________
69762 [  8305] By: jhi                                   on 2001/01/04  18:05:51
69763         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
69764              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69765              Date: Thu, 4 Jan 2001 17:50:12 +0100 
69766              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
69767      Branch: perl
69768            ! toke.c
69769 ____________________________________________________________________________
69770 [  8304] By: jhi                                   on 2001/01/04  18:03:26
69771         Log: Subject: [PATCH perl@8269]
69772              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
69773              Date: Thu, 4 Jan 2001 12:53:39 +0100 
69774              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
69775              
69776              If running byacc write-enable also perly.h.
69777      Branch: perl
69778            ! Makefile.SH
69779 ____________________________________________________________________________
69780 [  8303] By: jhi                                   on 2001/01/04  15:40:49
69781         Log: Rewrite pp_concat() in terms of sv_catsv().
69782      Branch: perl
69783            ! pp_hot.c
69784 ____________________________________________________________________________
69785 [  8302] By: nick                                  on 2001/01/03  22:43:22
69786         Log: Integrate mainline.
69787      Branch: perlio
69788           !> ext/Encode/Encode.xs sv.c utf8.c
69789 ____________________________________________________________________________
69790 [  8301] By: jhi                                   on 2001/01/02  23:40:26
69791         Log: Variable naming tweak.
69792      Branch: perl
69793            ! sv.c
69794 ____________________________________________________________________________
69795 [  8300] By: jhi                                   on 2001/01/02  23:40:02
69796         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
69797              in is_utf8_string().
69798      Branch: perl
69799            ! utf8.c
69800 ____________________________________________________________________________
69801 [  8299] By: jhi                                   on 2001/01/02  22:14:40
69802         Log: Integrate perlio:
69803              
69804              [  8298]
69805              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
69806              
69807              [  8296]
69808              Add Encode and correct Filter/Util/Call in nmake Makefile
69809      Branch: perl
69810           !> pp.c pp_hot.c win32/Makefile
69811 ____________________________________________________________________________
69812 [  8298] By: nick                                  on 2001/01/02  22:03:06
69813         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
69814      Branch: perlio
69815            ! pp.c pp_hot.c
69816 ____________________________________________________________________________
69817 [  8297] By: jhi                                   on 2001/01/02  04:26:28
69818         Log: Signedness nit.
69819      Branch: perl
69820            ! ext/Encode/Encode.xs
69821 ____________________________________________________________________________
69822 [  8296] By: nick                                  on 2001/01/01  23:49:36
69823         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
69824      Branch: perlio
69825            ! win32/Makefile
69826 ____________________________________________________________________________
69827 [  8295] By: jhi                                   on 2001/01/01  23:05:48
69828         Log: Integrate perlio:
69829              
69830              [  8293]
69831              More rigor in UTF-8-ness of Encode's toUnicode
69832              XS export some of the utf8 internal functions.
69833              Test some of the functions.
69834              Fix pp_concat() bug shown by said tests.
69835      Branch: perl
69836           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
69837           !> t/lib/encode.t
69838 ____________________________________________________________________________
69839 [  8294] By: nick                                  on 2001/01/01  22:48:34
69840         Log: Integrate mainline
69841      Branch: perlio
69842            ! pp_hot.c t/lib/encode.t
69843           !> (integrate 65 files)
69844 ____________________________________________________________________________
69845 [  8293] By: nick                                  on 2001/01/01  21:58:50
69846         Log: More rigor in UTF-8-ness of Encode's toUnicode
69847              XS export some of the utf8 internal functions.
69848              Test some of the functions.
69849              Fix pp_concat() bug shown by said tests.
69850      Branch: perlio
69851            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
69852            ! t/lib/encode.t
69853 ____________________________________________________________________________
69854 [  8292] By: jhi                                   on 2001/01/01  18:11:44
69855         Log: Integrate perlio:
69856              
69857              [  8290]
69858              Loose the "Loading..." warning.
69859              Another bug in fallback support
69860              
69861              [  8288]
69862              Fix .ucm reading - forgot a chr()
69863              Start of .ucm write (for .enc to .ucm)
69864              
69865              [  8285]
69866              Start of support of ICU-style .ucm files:
69867              - teach compile how to read a .ucm file
69868              - first guess at how to represent fallbacks in "tries".
69869              - use fallbacks if check == 0
69870              - new return code to indicate we used one.
69871      Branch: perl
69872           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
69873           !> ext/Encode/encengine.c ext/Encode/encode.h
69874 ____________________________________________________________________________
69875 [  8291] By: jhi                                   on 2001/01/01  18:10:58
69876         Log: Podify README.mpeix (a new version from the web),
69877              add a dummy NAME to Carp::Heavy, regen toc.
69878      Branch: perl
69879            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
69880            ! pod/perltoc.pod
69881 ____________________________________________________________________________
69882 [  8290] By: nick                                  on 2001/01/01  17:43:47
69883         Log: Loose the "Loading..." warning.
69884              Another bug in fallback support
69885      Branch: perlio
69886            ! ext/Encode/Encode.pm ext/Encode/encengine.c
69887 ____________________________________________________________________________
69888 [  8289] By: jhi                                   on 2001/01/01  00:01:57
69889         Log: Bump up Larry's copyright.
69890      Branch: perl
69891            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
69892            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
69893            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
69894            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
69895            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
69896            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
69897            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
69898            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
69899 ____________________________________________________________________________
69900 [  8288] By: nick                                  on 2000/12/31  21:27:53
69901         Log: Fix .ucm reading - forgot a chr()
69902              Start of .ucm write (for .enc to .ucm)
69903      Branch: perlio
69904            ! ext/Encode/compile
69905 ____________________________________________________________________________
69906 [  8287] By: jhi                                   on 2000/12/31  18:15:56
69907         Log: Comment away a diagnostic message as noted by Craig A. Berry
69908              (the unexpected message was confusing testing)
69909      Branch: perl
69910            ! ext/Encode/Encode.pm
69911 ____________________________________________________________________________
69912 [  8286] By: jhi                                   on 2000/12/31  18:14:51
69913         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
69914              Date: Sun, 31 Dec 2000 11:17:37 -0600
69915              From: "Craig A. Berry" <craigberry@mac.com>
69916              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
69917      Branch: perl
69918            ! ext/Encode/Makefile.PL
69919 ____________________________________________________________________________
69920 [  8285] By: nick                                  on 2000/12/31  18:11:54
69921         Log: Start of support of ICU-style .ucm files:
69922              - teach compile how to read a .ucm file
69923              - first guess at how to represent fallbacks in "tries".
69924              - use fallbacks if check == 0
69925              - new return code to indicate we used one.
69926      Branch: perlio
69927            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
69928            ! ext/Encode/encengine.c ext/Encode/encode.h
69929 ____________________________________________________________________________
69930 [  8284] By: jhi                                   on 2000/12/31  18:04:41
69931         Log: Pacify picky VMS compiler.
69932              
69933              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
69934              From: "Craig A. Berry" <craig.berry@psinetcs.com>
69935              Date: Sat, 30 Dec 2000 18:10:02 -0600
69936              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
69937      Branch: perl
69938            ! sv.c
69939 ____________________________________________________________________________
69940 [  8283] By: jhi                                   on 2000/12/31  16:11:47
69941         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
69942      Branch: perl
69943            ! t/lib/glob-basic.t
69944 ____________________________________________________________________________
69945 [  8282] By: jhi                                   on 2000/12/31  15:26:11
69946         Log: Integrate perlio:
69947              
69948              [  8281]
69949              Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
69950              is available to be exported
69951              
69952              [  8280]
69953              Ilya's OS2 patch (testing for damage on Win32)
69954      Branch: perl
69955           !> makedef.pl opcode.pl os2/os2.c perlio.c
69956 ____________________________________________________________________________
69957 [  8281] By: nick                                  on 2000/12/31  10:06:15
69958         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
69959              is available to be exported
69960      Branch: perlio
69961            ! makedef.pl perlio.c
69962 ____________________________________________________________________________
69963 [  8280] By: nick                                  on 2000/12/31  09:41:26
69964         Log: Ilya's OS2 patch (testing for damage on Win32)
69965      Branch: perlio
69966            ! makedef.pl opcode.pl os2/os2.c
69967 ____________________________________________________________________________
69968 [  8279] By: jhi                                   on 2000/12/30  21:52:07
69969         Log: Test nits.
69970      Branch: perl
69971            ! t/lib/syslfs.t t/op/lfs.t
69972 ____________________________________________________________________________
69973 [  8278] By: jhi                                   on 2000/12/30  21:47:49
69974         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
69975              From: andreas.koenig@anima.de (Andreas J. Koenig)
69976              Date: 30 Dec 2000 22:35:37 +0100
69977              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
69978              
69979              The 32-bit wraparound test wasn't quite right.
69980      Branch: perl
69981            ! t/lib/syslfs.t t/op/lfs.t
69982 ____________________________________________________________________________
69983 [  8277] By: jhi                                   on 2000/12/30  21:33:44
69984         Log: Subject: [PATCH] open() example in perlfunc.pod 
69985              From: Karsten Sperling <s_sperli@ira.uka.de>
69986              Date: Sat, 30 Dec 2000 22:27:09 +0100
69987              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
69988      Branch: perl
69989            ! pod/perlfunc.pod
69990 ____________________________________________________________________________
69991 [  8276] By: jhi                                   on 2000/12/30  20:32:40
69992         Log: Not quite that many tests yet.
69993      Branch: perl
69994            ! t/op/pat.t
69995 ____________________________________________________________________________
69996 [  8275] By: jhi                                   on 2000/12/30  20:26:58
69997         Log: Integrate perlio:
69998              
69999              [  8272]
70000              Tweak for MULTIPLICITY/USE_PERLIO
70001      Branch: perl
70002           !> toke.c
70003 ____________________________________________________________________________
70004 [  8274] By: jhi                                   on 2000/12/30  20:24:56
70005         Log: Signedness nit.
70006      Branch: perl
70007            ! utf8.c
70008 ____________________________________________________________________________
70009 [  8273] By: jhi                                   on 2000/12/30  20:15:46
70010         Log: Add a test case for 20000731.001 which was fixed by the #8267.
70011      Branch: perl
70012            ! t/op/pat.t
70013 ____________________________________________________________________________
70014 [  8272] By: nick                                  on 2000/12/30  19:47:51
70015         Log: Tweak for MULTIPLICITY/USE_PERLIO
70016      Branch: perlio
70017            ! toke.c
70018 ____________________________________________________________________________
70019 [  8271] By: nick                                  on 2000/12/30  19:46:45
70020         Log: Integrate mainline
70021      Branch: perlio
70022           +> lib/unicode/distinct.pm
70023           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
70024           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
70025           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
70026 ____________________________________________________________________________
70027 [  8270] By: jhi                                   on 2000/12/30  19:39:50
70028         Log: Subject: RE: perl@8269
70029              From: "Richard Soderberg" <rs@crystalflame.net>
70030              Date: Sat, 30 Dec 2000 11:36:27 -0800
70031              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
70032              
70033              A missing aTHX_.
70034      Branch: perl
70035            ! toke.c
70036 ____________________________________________________________________________
70037 [  8269] By: jhi                                   on 2000/12/30  18:55:48
70038         Log: Update Changes.
70039      Branch: perl
70040            ! Changes patchlevel.h
70041 ____________________________________________________________________________
70042 [  8268] By: jhi                                   on 2000/12/30  17:18:40
70043         Log: Add a test for Unicode split //.  The #8267 was the cure.
70044      Branch: perl
70045            ! t/op/split.t
70046 ____________________________________________________________________________
70047 [  8267] By: jhi                                   on 2000/12/30  17:14:19
70048         Log: Subject: more UTF8 test suites and an UTF8 patch
70049              From: Inaba Hiroto <inaba@st.rim.or.jp>
70050              Date: Sat, 30 Dec 2000 14:27:10 +0900
70051              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
70052              
70053              Just the patch part for now, and the pragma renamed
70054              as unicode::distinct.
70055      Branch: perl
70056            + lib/unicode/distinct.pm
70057            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
70058            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
70059            ! regcomp.h regexec.c sv.c toke.c utf8.c
70060 ____________________________________________________________________________
70061 [  8266] By: nick                                  on 2000/12/30  16:40:49
70062         Log: Integrate mainline
70063      Branch: perlio
70064           +> lib/Pod/Text/Overstrike.pm
70065           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
70066           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
70067           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
70068           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
70069           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
70070 ____________________________________________________________________________
70071 [  8265] By: jhi                                   on 2000/12/30  07:28:55
70072         Log: The sv_catsv() fix, take two.
70073      Branch: perl
70074            ! sv.c t/op/join.t
70075 ____________________________________________________________________________
70076 [  8264] By: jhi                                   on 2000/12/30  06:19:18
70077         Log: Undo all the join-related changes since #8248: relevant
70078              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
70079              The new sv_catsv() doesn't fly so it must go back to
70080              the drawing board.
70081      Branch: perl
70082            ! sv.c t/op/join.t t/pragma/utf8.t
70083 ____________________________________________________________________________
70084 [  8263] By: jhi                                   on 2000/12/30  01:08:32
70085         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
70086      Branch: perl
70087            ! sv.c
70088 ____________________________________________________________________________
70089 [  8262] By: jhi                                   on 2000/12/30  00:45:14
70090         Log: Retract #8261.
70091      Branch: perl
70092            ! hv.c util.c
70093 ____________________________________________________________________________
70094 [  8261] By: jhi                                   on 2000/12/30  00:38:32
70095         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
70096      Branch: perl
70097            ! hv.c util.c
70098 ____________________________________________________________________________
70099 [  8260] By: jhi                                   on 2000/12/29  22:51:33
70100         Log: (Retracted by #8264)  More fixing for #8251.
70101      Branch: perl
70102            ! sv.c
70103 ____________________________________________________________________________
70104 [  8259] By: jhi                                   on 2000/12/29  18:27:30
70105         Log: Subject: podlators 1.06 released
70106              From: Russ Allbery <rra@stanford.edu>
70107              Date: 25 Dec 2000 05:09:30 -0800
70108              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
70109      Branch: perl
70110            + lib/Pod/Text/Overstrike.pm
70111            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
70112            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
70113 ____________________________________________________________________________
70114 [  8258] By: jhi                                   on 2000/12/29  18:20:45
70115         Log: Make the large file tests more robust/talkative as suggested by
70116              
70117              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
70118              From: andreas.koenig@anima.de (Andreas J. Koenig)
70119              Date: 29 Dec 2000 14:23:01 +0100
70120              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
70121      Branch: perl
70122            ! t/lib/syslfs.t t/op/lfs.t
70123 ____________________________________________________________________________
70124 [  8257] By: jhi                                   on 2000/12/29  17:48:04
70125         Log: Further VMS piping fixes from Charles Lane:
70126              
70127              In summary, error messages produced when a subprocess terminated
70128              abnormally were being sent not just to the parent process, but to
70129              grandparents, because of default values for error output that were
70130              not completely overridden when the subprocess was started.
70131              
70132              This patch fixes this behavior by defining user-mode (i.e., temporary
70133              for the duration of the program) logical names for SYS$OUTPUT and
70134              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
70135              changes to make it so that the user-mode logicals are the ones that
70136              control where Perl's error messages go if it terminates abnormally.
70137              
70138              I also added some gratuitous fixes to the indentation of braces in
70139              the piping code.  It just looked ugly, before.
70140      Branch: perl
70141            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
70142 ____________________________________________________________________________
70143 [  8256] By: jhi                                   on 2000/12/29  17:45:12
70144         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
70145              From: "Casey R. Tweten" <crt@kiski.net>
70146              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
70147              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
70148              
70149              Tests for for #8240.
70150      Branch: perl
70151            ! t/pragma/constant.t
70152 ____________________________________________________________________________
70153 [  8255] By: jhi                                   on 2000/12/29  17:43:07
70154         Log: Subject: Re: [PATCH] Interesting syntax idea
70155              From: Simon Cozens <simon@cozens.net>
70156              Date: Fri, 29 Dec 2000 14:34:04 +0000
70157              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
70158              
70159              Tests for #8254.
70160      Branch: perl
70161            ! t/pragma/sub_lval.t
70162 ____________________________________________________________________________
70163 [  8254] By: jhi                                   on 2000/12/29  17:42:11
70164         Log: Subject: [PATCH] Interesting syntax idea
70165              From: Simon Cozens <simon@cozens.net>
70166              Date: Wed, 27 Dec 2000 05:08:57 +0000
70167              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
70168              
70169              Make opens + bareword assigns do typeglob assigns.
70170      Branch: perl
70171            ! op.c
70172 ____________________________________________________________________________
70173 [  8253] By: jhi                                   on 2000/12/29  17:36:45
70174         Log: Output the (apparent) version of gcc, as suggested by
70175              
70176              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
70177              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
70178              Date: 26 Dec 2000 04:29:17 -0500
70179              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
70180              
70181              (The patch as such didn't any more apply as the misparsing had
70182              already been addressed in #6474.)  Also change the wording about
70183              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
70184      Branch: perl
70185            ! hints/dec_osf.sh
70186 ____________________________________________________________________________
70187 [  8252] By: nick                                  on 2000/12/29  12:14:31
70188         Log: Integrate mainline
70189      Branch: perlio
70190           !> (integrate 27 files)
70191 ____________________________________________________________________________
70192 [  8251] By: jhi                                   on 2000/12/29  08:45:46
70193         Log: (Retracted by #8264)
70194              
70195              (Fixed by #8260.)
70196              
70197              sv_catsv() needs one more byte space than seems reasonable.
70198              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
70199              Curiouser and curiouser.
70200      Branch: perl
70201            ! sv.c
70202 ____________________________________________________________________________
70203 [  8250] By: jhi                                   on 2000/12/29  07:57:52
70204         Log: More split // UTF-8 tests.
70205      Branch: perl
70206            ! t/pragma/utf8.t
70207 ____________________________________________________________________________
70208 [  8249] By: jhi                                   on 2000/12/29  07:54:51
70209         Log: (Retracted by #8264)  More join() testing which was good because
70210              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
70211      Branch: perl
70212            ! pp.c t/op/join.t utf8.c utf8.h
70213 ____________________________________________________________________________
70214 [  8248] By: jhi                                   on 2000/12/29  07:08:32
70215         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
70216              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
70217              that the only cases to care about are byte+byte and byte+character.
70218              
70219              TODO: See how well pp_concat() could be implemented in terms
70220              of sv_catsv().
70221      Branch: perl
70222            ! doop.c sv.c t/op/join.t utf8.h
70223 ____________________________________________________________________________
70224 [  8247] By: jhi                                   on 2000/12/29  06:35:23
70225         Log: Signedness nit.
70226      Branch: perl
70227            ! pp_hot.c
70228 ____________________________________________________________________________
70229 [  8246] By: jhi                                   on 2000/12/29  01:23:31
70230         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
70231              From: Lupe Christoph <lupe@lupe-christoph.de>
70232              Date: Thu, 28 Dec 2000 23:00:00 +0100
70233              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
70234              
70235              Suggest rsync --delete --dry-run.
70236      Branch: perl
70237            ! pod/perlhack.pod
70238 ____________________________________________________________________________
70239 [  8245] By: jhi                                   on 2000/12/28  23:57:05
70240         Log: The maxiters upper limit sanity check (guarding against
70241              non-progress) assumed bytes instead of characters in s///
70242              and split().
70243      Branch: perl
70244            ! pp.c pp_hot.c
70245 ____________________________________________________________________________
70246 [  8244] By: jhi                                   on 2000/12/28  23:34:08
70247         Log: Make some panic messages a bit more logical.
70248      Branch: perl
70249            ! doop.c pod/perldiag.pod pp.c pp_hot.c
70250 ____________________________________________________________________________
70251 [  8243] By: jhi                                   on 2000/12/28  22:59:16
70252         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
70253              From: Simon Cozens <simon@cozens.net>
70254              Date: Wed, 27 Dec 2000 02:30:03 +0000
70255              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
70256      Branch: perl
70257            ! pp.c t/pragma/sub_lval.t
70258 ____________________________________________________________________________
70259 [  8242] By: jhi                                   on 2000/12/28  22:56:53
70260         Log: Subject: [PATCH blead] Fix B::Terse indentation
70261              From: Daniel Chetlin <daniel@chetlin.com>
70262              Date: Wed, 27 Dec 2000 06:43:30 -0800
70263              Message-ID: <20001227064329.B9573@darkstar>
70264      Branch: perl
70265            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
70266 ____________________________________________________________________________
70267 [  8241] By: jhi                                   on 2000/12/28  22:48:59
70268         Log: The latter patch from the
70269              
70270              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
70271              From: Peter Prymmer <pvhp@forte.com> 
70272              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
70273              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
70274              
70275              (the former patch from the above should have been
70276              taken care of by Nick I-S)
70277      Branch: perl
70278            ! win32/Makefile
70279 ____________________________________________________________________________
70280 [  8240] By: jhi                                   on 2000/12/28  22:45:22
70281         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
70282              From: "Casey R. Tweten" <crt@kiski.net>
70283              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
70284              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
70285      Branch: perl
70286            ! lib/constant.pm
70287 ____________________________________________________________________________
70288 [  8239] By: jhi                                   on 2000/12/28  22:37:45
70289         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
70290              From: Simon Cozens <simon@cozens.net>
70291              Date: Wed, 27 Dec 2000 14:12:44 +0000
70292              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
70293      Branch: perl
70294            ! t/op/method.t t/op/sort.t toke.c
70295 ____________________________________________________________________________
70296 [  8238] By: jhi                                   on 2000/12/28  22:30:32
70297         Log: Subject: [PATCH perl@8229] Call.pm
70298              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
70299              Date: Mon, 25 Dec 2000 10:47:15 -0000
70300              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
70301      Branch: perl
70302            ! ext/Filter/Util/Call/Call.pm
70303 ____________________________________________________________________________
70304 [  8237] By: jhi                                   on 2000/12/28  22:19:21
70305         Log: Subject: [PATCH blead] Fix problem with `&' prototype
70306              From: Daniel Chetlin <daniel@chetlin.com>
70307              Date: Wed, 27 Dec 2000 15:55:32 -0800
70308              Message-ID: <20001227155532.D9573@darkstar>
70309      Branch: perl
70310            ! op.c t/comp/proto.t
70311 ____________________________________________________________________________
70312 [  8236] By: jhi                                   on 2000/12/28  22:09:25
70313         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
70314              From: Daniel Chetlin <daniel@chetlin.com>
70315              Date: Sun, 24 Dec 2000 04:09:49 -0800
70316              Message-ID: <20001224040949.B3090@darkstar>
70317      Branch: perl
70318            ! gv.c mg.c t/op/attrs.t
70319 ____________________________________________________________________________
70320 [  8235] By: jhi                                   on 2000/12/28  22:07:11
70321         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
70322              From: Jan Dubois <jand@ActiveState.com>
70323              Date: Tue, 26 Dec 2000 20:57:31 -0800
70324              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
70325      Branch: perl
70326            ! win32/win32.c
70327 ____________________________________________________________________________
70328 [  8234] By: jhi                                   on 2000/12/28  21:52:42
70329         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
70330              From: Simon Cozens <simon@cozens.net>
70331              Date: Thu, 28 Dec 2000 20:33:13 +0000
70332              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
70333      Branch: perl
70334            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
70335 ____________________________________________________________________________
70336 [  8233] By: jhi                                   on 2000/12/28  19:40:49
70337         Log: Integrate perlio:
70338              
70339              [  8232]
70340              Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
70341              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
70342              
70343              [  8231]
70344              "Compiled" encode build cleanup
70345              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
70346              - .c files do not export sub-tables
70347      Branch: perl
70348           !> ext/Encode/Makefile.PL ext/Encode/compile
70349 ____________________________________________________________________________
70350 [  8232] By: nick                                  on 2000/12/23  16:06:00
70351         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
70352              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
70353      Branch: perlio
70354            ! ext/Encode/Makefile.PL
70355 ____________________________________________________________________________
70356 [  8231] By: nick                                  on 2000/12/23  14:30:34
70357         Log: "Compiled" encode build cleanup
70358              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
70359              - .c files do not export sub-tables
70360      Branch: perlio
70361            ! ext/Encode/Makefile.PL ext/Encode/compile
70362 ____________________________________________________________________________
70363 [  8230] By: nick                                  on 2000/12/23  12:50:37
70364         Log: Integrate mainline
70365      Branch: perlio
70366           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
70367           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
70368           !> pod/perl5004delta.pod pod/perl5005delta.pod
70369           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
70370           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
70371           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
70372           !> pod/perlsub.pod
70373 ____________________________________________________________________________
70374 [  8229] By: jhi                                   on 2000/12/22  15:32:12
70375         Log: Integrate perlio:
70376              
70377              [  8226]
70378              Handy script for when one forgets to "dmake clean" 
70379              
70380              [  8225]
70381              CRLF platform issue with io/utf8 fix.
70382      Branch: perl
70383           +> win32/distclean.bat
70384           !> MANIFEST t/io/utf8.t
70385 ____________________________________________________________________________
70386 [  8228] By: jhi                                   on 2000/12/22  15:29:40
70387         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
70388              From: Robin Barker <rmb1@cise.npl.co.uk>
70389              Date: Fri, 22 Dec 2000 12:17:38 GMT
70390              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
70391      Branch: perl
70392            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
70393            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
70394            ! pod/perl5004delta.pod pod/perl5005delta.pod
70395            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
70396            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
70397            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
70398            ! pod/perlsub.pod
70399 ____________________________________________________________________________
70400 [  8227] By: jhi                                   on 2000/12/22  15:24:28
70401         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
70402              From: "John L. Allen" <allen@grumman.com>
70403              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
70404              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
70405              
70406              Document APPLLIB_EXP.
70407      Branch: perl
70408            ! INSTALL
70409 ____________________________________________________________________________
70410 [  8226] By: nick                                  on 2000/12/21  22:11:50
70411         Log: Handy script for when one forgets to "dmake clean" 
70412      Branch: perlio
70413            + win32/distclean.bat
70414            ! MANIFEST
70415 ____________________________________________________________________________
70416 [  8225] By: nick                                  on 2000/12/21  21:54:04
70417         Log: CRLF platform issue with io/utf8 fix.
70418      Branch: perlio
70419            ! t/io/utf8.t
70420 ____________________________________________________________________________
70421 [  8224] By: nick                                  on 2000/12/21  21:02:20
70422         Log: Integrate mainline
70423      Branch: perlio
70424           !> Changes Configure Makefile.SH Porting/Glossary
70425           !> Porting/config.sh Porting/config_H configure.com
70426           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
70427           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
70428           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
70429           !> win32/config.bc win32/config.gc win32/config.vc
70430 ____________________________________________________________________________
70431 [  8223] By: jhi                                   on 2000/12/21  17:09:16
70432         Log: Update Changes.
70433      Branch: perl
70434            ! Changes patchlevel.h
70435 ____________________________________________________________________________
70436 [  8222] By: jhi                                   on 2000/12/21  16:24:01
70437         Log: Metaconfig unit changes for #8221.
70438      Branch: metaconfig/U/perl
70439           +> issymlink.U
70440            - testsyml.U
70441            ! Mksymlinks.U
70442 ____________________________________________________________________________
70443 [  8221] By: jhi                                   on 2000/12/21  16:23:48
70444         Log: Rename testsyml to issymlink.
70445      Branch: perl
70446            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70447            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
70448            ! win32/config.vc
70449 ____________________________________________________________________________
70450 [  8220] By: jhi                                   on 2000/12/21  15:47:26
70451         Log: Robustness support for #8218 (symlink forest) since the GNU
70452              tools seem to be overly picky about symlinkage depths.
70453      Branch: perl
70454            ! Makefile.SH t/io/fs.t
70455 ____________________________________________________________________________
70456 [  8219] By: jhi                                   on 2000/12/21  15:38:27
70457         Log: Metaconfig changes for #8218.
70458      Branch: metaconfig
70459            ! U/modified/Oldconfig.U
70460      Branch: metaconfig/U/perl
70461            + Mksymlinks.U
70462            ! testsyml.U
70463 ____________________________________________________________________________
70464 [  8218] By: jhi                                   on 2000/12/21  15:37:57
70465         Log: Add Configure option -Dmksymlinks which will create a symlink
70466              forest if the current/build differs from the source directory.
70467              TODO: mkdir -p is not portable.
70468      Branch: perl
70469            ! Configure
70470 ____________________________________________________________________________
70471 [  8217] By: jhi                                   on 2000/12/21  14:39:12
70472         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
70473              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
70474              Date: Thu, 21 Dec 2000 09:38:18 GMT
70475              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
70476              
70477              The ofs became an SV.
70478      Branch: perl
70479            ! ext/Thread/Thread.xs
70480 ____________________________________________________________________________
70481 [  8216] By: jhi                                   on 2000/12/21  05:40:21
70482         Log: The polymorphism seems to have fixed 20000517.001.
70483      Branch: perl
70484            ! t/pragma/utf8.t
70485 ____________________________________________________________________________
70486 [  8215] By: jhi                                   on 2000/12/21  04:44:52
70487         Log: read() documentation tweak for 20001121.004.
70488      Branch: perl
70489            ! pod/perlfunc.pod
70490 ____________________________________________________________________________
70491 [  8214] By: jhi                                   on 2000/12/21  03:54:11
70492         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
70493      Branch: perl
70494            ! pp_sys.c t/op/misc.t
70495 ____________________________________________________________________________
70496 [  8213] By: jhi                                   on 2000/12/21  00:28:10
70497         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
70498              From: Peter Prymmer <pvhp@forte.com>
70499              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
70500              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
70501      Branch: perl
70502            ! configure.com
70503 ____________________________________________________________________________
70504 [  8212] By: jhi                                   on 2000/12/21  00:26:21
70505         Log: Edit edit edit.
70506      Branch: perl
70507            ! pod/perlfaq3.pod
70508 ____________________________________________________________________________
70509 [  8211] By: jhi                                   on 2000/12/20  18:52:46
70510         Log: Update Changes.
70511      Branch: perl
70512            ! Changes patchlevel.h
70513 ____________________________________________________________________________
70514 [  8210] By: jhi                                   on 2000/12/20  18:34:47
70515         Log: Yet another editor edit.
70516      Branch: perl
70517            ! pod/perlfaq3.pod
70518 ____________________________________________________________________________
70519 [  8209] By: jhi                                   on 2000/12/20  15:33:28
70520         Log: More Win32 Perling.
70521      Branch: perl
70522            ! pod/perlfaq3.pod
70523 ____________________________________________________________________________
70524 [  8208] By: jhi                                   on 2000/12/20  15:07:46
70525         Log: More Win32 editor/IDE/shell hints.
70526      Branch: perl
70527            ! pod/perlfaq3.pod
70528 ____________________________________________________________________________
70529 [  8207] By: jhi                                   on 2000/12/20  03:54:08
70530         Log: Subject: [PATCH] obscure timing knowledge
70531              From: Nicholas Clark <nick@ccl4.org>
70532              Date: Tue, 19 Dec 2000 19:22:31 +0000
70533              Message-ID: <20001219192231.F2827@plum.flirble.org>
70534      Branch: perl
70535            ! sv.c
70536 ____________________________________________________________________________
70537 [  8206] By: jhi                                   on 2000/12/20  03:45:57
70538         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
70539              From: Spider Boardman <spider@leggy.zk3.dec.com>
70540              Date: Tue, 19 Dec 2000 21:30:16 -0500
70541              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
70542      Branch: perl
70543            ! sv.c
70544 ____________________________________________________________________________
70545 [  8205] By: jhi                                   on 2000/12/19  23:02:01
70546         Log: Update Changes.
70547      Branch: perl
70548            ! Changes patchlevel.h
70549 ____________________________________________________________________________
70550 [  8204] By: jhi                                   on 2000/12/19  22:58:18
70551         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
70552              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
70553              on editors and diffing/patching.
70554      Branch: perl
70555            ! t/op/utf8decode.t
70556 ____________________________________________________________________________
70557 [  8203] By: nick                                  on 2000/12/19  21:36:16
70558         Log: Integrate mainline (forgot my own change...)
70559      Branch: perlio
70560           !> ext/Encode/compile
70561 ____________________________________________________________________________
70562 [  8202] By: nick                                  on 2000/12/19  21:34:42
70563         Log: Integrate mainline.
70564      Branch: perlio
70565           !> (integrate 61 files)
70566 ____________________________________________________________________________
70567 [  8201] By: nick                                  on 2000/12/19  21:34:06
70568         Log: Avoid looking for File::Glob when we don't need it.
70569      Branch: perl
70570            ! ext/Encode/compile
70571 ____________________________________________________________________________
70572 [  8200] By: jhi                                   on 2000/12/19  18:35:49
70573         Log: Update Changes.
70574      Branch: perl
70575            ! Changes patchlevel.h
70576 ____________________________________________________________________________
70577 [  8199] By: jhi                                   on 2000/12/19  18:35:07
70578         Log: Microperl tweaks.
70579      Branch: perl
70580            ! sv.c uconfig.h uconfig.sh
70581 ____________________________________________________________________________
70582 [  8198] By: jhi                                   on 2000/12/19  18:29:59
70583         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
70584      Branch: perl
70585            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70586            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
70587 ____________________________________________________________________________
70588 [  8197] By: jhi                                   on 2000/12/19  17:55:29
70589         Log: In VMS embedded perls couldn't access the statically built Socket,
70590              from Charles Lane.
70591      Branch: perl
70592            ! configure.com
70593 ____________________________________________________________________________
70594 [  8196] By: jhi                                   on 2000/12/19  17:49:50
70595         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
70596              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
70597              Date: Sun, 17 Dec 2000 19:11:44 -0000
70598              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
70599      Branch: perl
70600            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
70601            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
70602 ____________________________________________________________________________
70603 [  8195] By: jhi                                   on 2000/12/19  17:47:53
70604         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
70605              From: Jonathan Stowe <gellyfish@gellyfish.com>
70606              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
70607              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
70608      Branch: perl
70609            ! utils/h2xs.PL
70610 ____________________________________________________________________________
70611 [  8194] By: jhi                                   on 2000/12/19  17:46:28
70612         Log: Subject: Re: useless use of void context work-around
70613              From: andreas.koenig@anima.de (Andreas J. Koenig)
70614              Date: 16 Dec 2000 15:13:36 +0100
70615              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
70616              
70617              Document (comment) the q(di ds ig) trick in the code.
70618      Branch: perl
70619            ! op.c
70620 ____________________________________________________________________________
70621 [  8193] By: jhi                                   on 2000/12/19  17:10:57
70622         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
70623              From: "Mark J. Reed" <mreed@strange.turner.com>
70624              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
70625              Message-Id: <200012160222.VAA13986@strange.turner.com>
70626      Branch: perl
70627            ! ext/Sys/Syslog/Syslog.pm
70628 ____________________________________________________________________________
70629 [  8192] By: jhi                                   on 2000/12/19  17:07:45
70630         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
70631              From: Nicholas Clark <nick@ccl4.org>
70632              Date: Sat, 16 Dec 2000 19:03:13 +0000
70633              Message-ID: <20001216190313.D68304@plum.flirble.org>
70634      Branch: perl
70635            ! t/op/64bitint.t
70636 ____________________________________________________________________________
70637 [  8191] By: jhi                                   on 2000/12/19  17:06:13
70638         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
70639              From: Dominic Dunlop <domo@computer.org>
70640              Date: Mon, 18 Dec 2000 12:00:15 +0100
70641              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
70642              
70643              This patchlet is needed in order that perl can be statically linked.  
70644      Branch: perl
70645            ! regexec.c
70646 ____________________________________________________________________________
70647 [  8190] By: jhi                                   on 2000/12/19  17:03:08
70648         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
70649              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70650              Date: Sun, 17 Dec 2000 00:18:35 -0600
70651              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
70652      Branch: perl
70653            ! perlio.h vms/gen_shrfls.pl
70654 ____________________________________________________________________________
70655 [  8189] By: jhi                                   on 2000/12/19  16:20:28
70656         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
70657              From: Prymmer/Kahn <pvhp@best.com>
70658              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
70659              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
70660              
70661              A better version of #8188.
70662      Branch: perl
70663            ! pod/perlfaq3.pod
70664 ____________________________________________________________________________
70665 [  8188] By: jhi                                   on 2000/12/19  15:57:06
70666         Log: (Replaced by #8189)
70667              
70668              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
70669              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
70670              From: Prymmer/Kahn <pvhp@best.com>
70671              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
70672              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
70673              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
70674              Date: Mon, 18 Dec 2000 11:10:45 -0500
70675              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
70676      Branch: perl
70677            ! pod/perlfaq3.pod
70678 ____________________________________________________________________________
70679 [  8187] By: jhi                                   on 2000/12/19  15:54:19
70680         Log: Email address fix for Anton Berezin.
70681      Branch: perl
70682            ! AUTHORS
70683 ____________________________________________________________________________
70684 [  8186] By: jhi                                   on 2000/12/19  15:38:54
70685         Log: Subject: [PATCH perl@8102] cygwin port
70686              From: "Eric Fifer" <efifer@dircon.co.uk> 
70687              Date: Thu, 14 Dec 2000 13:41:29 -0000
70688              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
70689              
70690              When compiling modules the data item that is being imported
70691              from libperl.dll needs to be tagged as imported/shared data:
70692              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
70693      Branch: perl
70694            ! perliol.h
70695 ____________________________________________________________________________
70696 [  8185] By: jhi                                   on 2000/12/19  14:53:24
70697         Log: Regen uconfig.h and uconfig.sh.
70698      Branch: perl
70699            ! uconfig.h uconfig.sh
70700 ____________________________________________________________________________
70701 [  8184] By: jhi                                   on 2000/12/18  20:43:49
70702         Log: Comments work so much better when they are closed.
70703      Branch: perl
70704            ! regcomp.c
70705 ____________________________________________________________________________
70706 [  8183] By: jhi                                   on 2000/12/18  18:04:02
70707         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
70708              Fixes the bug 20001218.016.
70709      Branch: perl
70710            ! regcomp.c
70711 ____________________________________________________________________________
70712 [  8182] By: gsar                                  on 2000/12/18  09:53:47
70713         Log: delete spurious files
70714      Branch: maint-5.6/perl
70715            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
70716            - vos/config.h vos/config_h.SH_orig
70717 ____________________________________________________________________________
70718 [  8181] By: gsar                                  on 2000/12/18  09:46:08
70719         Log: regen perltoc
70720      Branch: maint-5.6/perl
70721            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
70722 ____________________________________________________________________________
70723 [  8180] By: gsar                                  on 2000/12/18  09:20:27
70724         Log: integrate changes#7924..7926,7946,7952 from mainline
70725              
70726              A test works better if it has the right 1..$n output.
70727              
70728              All the core library users of Class::Struct seem to be
70729              using "use Class::Struct 'struct';" instead of the bare
70730              "use Class::Struct;", which isn't documented in Class::Struct.
70731              This can't be right.
70732              
70733              Make the Class::Struct import() wiser.
70734              
70735              Upgrade to CPAN 1.59_51, from Andreas König.
70736              
70737              Subject: Re: long shell lines
70738              Split overly long shell command lines.
70739      Branch: maint-5.6/perl
70740           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
70741           !> lib/File/stat.pm t/lib/class-struct.t
70742 ____________________________________________________________________________
70743 [  8179] By: gsar                                  on 2000/12/18  08:55:54
70744         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
70745              7918,7919,7988,8907 from mainline (various)
70746              
70747              Subject: [ID 20001127.004] White space problem in perlamiga.pod
70748              
70749              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
70750              
70751              Subject: [PATCH] perlcc.PL cleanups
70752              
70753              Subject: [PATCH] Updating perltie.pod for arrays
70754              
70755              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
70756              Subject: Re: [PATCH] Updating perltie.pod for arrays
70757              Subject: Re: [PATCH] Updating perltie.pod for arrays
70758              
70759              One more perltie.pod nit from Casey R. Tweten.
70760              
70761              Subject: [PATCH] $^O  win32 -> MSWin32
70762              plus similar nits for vms, err, VMS, and UNICOS.
70763              
70764              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
70765              More checking in case someone has broken their services or
70766              protocol databases.
70767              
70768              Make "use Class::Struct 'struct';" work again (broken by #7617);
70769              add a test for Class::Struct.
70770              
70771              Integrate the "skip" messages to explain().
70772              
70773              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
70774      Branch: maint-5.6/perl
70775           +> t/lib/class-struct.t
70776           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
70777           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
70778           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
70779 ____________________________________________________________________________
70780 [  8178] By: gsar                                  on 2000/12/18  08:16:30
70781         Log: avoid redefinition warnings on windows due to sys/socket.h getting
70782              #included before win32.h
70783      Branch: maint-5.6/perl
70784            ! win32/include/sys/socket.h
70785 ____________________________________________________________________________
70786 [  8177] By: gsar                                  on 2000/12/18  05:24:04
70787         Log: make regen_headers; fix POSIX.xs problems; remove outdated
70788              code from sys/socket.h that makes build fail now
70789      Branch: maint-5.6/perl
70790            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
70791            ! pod/perlapi.pod
70792           !> win32/include/sys/socket.h
70793 ____________________________________________________________________________
70794 [  8176] By: gsar                                  on 2000/12/18  05:20:17
70795         Log: update Changes
70796      Branch: maint-5.6/perl
70797            ! Changes patchlevel.h
70798 ____________________________________________________________________________
70799 [  8175] By: gsar                                  on 2000/12/18  04:57:48
70800         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
70801              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
70802              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
70803              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
70804              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
70805              7823,7825,7838
70806              
70807              Subject: Re: [PATCH] README.solaris
70808              
70809              Add getpagesize() probing, on non-UNIX guess 'undef'.
70810              
70811              Simplify the getpagesize() unit by dropping the
70812              pagesize probe since it's nowadays slightly more
70813              complicated because of sysconf(). (Note: if some
70814              platform really needs the -lPW for getpagesize,
70815              I just broke it.)
70816              TODO: a new pagesize unit.
70817              
70818              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
70819              
70820              MachTen doesn't really do mmap() and munmap().
70821              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
70822              
70823              More README.solaris updates from Andy Dougherty.
70824              
70825              Copy the s// information of README.hpux also to the perlrun.
70826              
70827              Add HAS_FSYNC, lack noticed by Nicholas Clark.
70828              
70829              Add a metaconfig unit for fsync.
70830              
70831              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
70832              
70833              Many subdocumented return values of the IO extension now documented.
70834              ungetc and write still left subdocumented.
70835              Subject: [PATCH] (was Re: IO::Handle::ungetc)
70836              
70837              Document tell() on special streams.
70838              
70839              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
70840              
70841              Subject: [ID 20001112.007] sfio's sftell isn't ftell
70842              
70843              Couple of tests from #7660 salvaged.
70844              
70845              Tweak the definition of the bit complement on UTF-8 data:
70846              if none of the characters in the string are > 0xff,
70847              the result is a complemented byte string, not a (UTF-8)
70848              char string.  Based on the summary in
70849              Subject: Re: [ID 20000918.005] ~ on wide chars
70850              This should give us the maximum backward (pre-char string)
70851              compatibility and utf8 compatibility.  The other alternative
70852              would be to limit the bit complement to be always byte only,
70853              taking the least significant byte of the chars.
70854              
70855              Cleanup messy #ifdef.
70856              
70857              Typos in #7667.
70858              
70859              Declare reg_data like reg_substr_data.
70860              
70861              Placate nervous compilers that see longer than ints switch()ing.
70862              
70863              Remove the new two tests of lib/io_xs for now, they seem to
70864              fail under perlio on some platforms.
70865              
70866              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
70867              
70868              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
70869              
70870              Subject: tiny typo in perl5db.pl
70871              
70872              Subject: some additions for makefiles for win32 (for perl@7674)
70873              
70874              Hoist the duplicated socket/netdb include logic to perl.h;
70875              undef SETERRNO in case SOCKS has defined it.  Based on:
70876              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
70877              
70878              Regen Configure.
70879              
70880              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
70881              (a macro to define signed and unsigned integer constants).
70882              
70883              Use UINT64_C().
70884              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
70885              
70886              Use u_int32_t for the size of hash_cb(), not size_t.
70887              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
70888              
70889              Quit utf8_to_uv() instantly if curlen == 0.
70890              
70891              Subject: [PATCH: perl@7674] updates to README.os390
70892              
70893              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
70894              
70895              EBCDIC tweaks.
70896              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
70897              
70898              Linenumber fix.
70899              
70900              SOCKS has its own USE_THREADS, based on
70901              Subject: [ID 20001114.002] et. al. bugfix followup
70902              
70903              UINT64_C() work continues.
70904              
70905              Detypo.
70906              
70907              The type of the hash_cb() size argument is tricky.
70908              
70909              Add fwalk() probe to the configuration files and regen perltoc.
70910              
70911              Subject: perllocale.pod changes
70912              
70913              Avoid an infinite loop in VMS when utils scripts are run
70914              with no arguments, from Charles Lane.
70915              
70916              Subject: Re: Bug in Carp::Heavy/5.6.0?
70917              
70918              For Solaris use64bitall the stdchar needs a little bit of help.
70919              
70920              The long double hints can be here or there.
70921              
70922              Test tweak for the open pragma.
70923              
70924              Also the 64bitall hints can be either here or there.
70925              
70926              As surmised the #7719 wasn't a good move.
70927              
70928              Subject: Fix for 20000409.001
70929              
70930              Subject: Fix for 20000815.006
70931              It's really 20000518.006.
70932              
70933              Subject: [PATCH 5.6.0 README.win32] very minor typos
70934              
70935              Subject: Fix for README.amiga (20000323.033)
70936              
70937              Explain in more detail the {} syntax ambiguousity.
70938              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
70939              
70940              Sparc 64-bit pack() fix from Jens Hamisch.
70941              
70942              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
70943              
70944              Subject: podlators 1.05 available        
70945              
70946              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
70947              
70948              Subject: [perl 7711: EPOC] updates
70949              
70950              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
70951              
70952              Miraculous typo.
70953              
70954              sysseek() instead of seek().
70955              
70956              Solaris hints tweaks.
70957              
70958              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
70959              This may be overly harsh but until proven otherwise, we think this
70960              way, or until we have a simple test for Configure (having to start
70961              up servers is does not count as simple) to check for the problems.
70962              
70963              Remove the shared object before attempting to create
70964              (by linking) a new one.  E.g. in AIX not removing
70965              becomes quite painful if one tries to do more than one
70966              build in the same tree (an interrupted build, for example),
70967              since the AIX' shared dynaloader seemingly keeps the shared
70968              objects open and therefore 'busy' for quite a while, even when
70969              nobody is using the objects, leading into link failures.
70970              
70971              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
70972              
70973              Subject: DOC PATCH 5.6.0 perlreftut
70974              
70975              Subject: [PATCH: perl@7777] add system locale testing for VMS
70976              
70977              Subject: [PATCH] Test.pm POD peculiarity
70978              
70979              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
70980              
70981              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
70982              
70983              Subject: Re: perl@7777 
70984              Detypoing.
70985              
70986              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
70987              
70988              Go ahead and #include <unistd.h> in perl.h.
70989              
70990              Subject: [PATCH perl@7795] small cleanup task for test suite
70991              
70992              Subject: Re: av.c patch (having slight problems)
70993              unshift() speedup.
70994              
70995              Reach back one higher up when searching for PERL_SRC.
70996      Branch: maint-5.6/perl
70997           +> lib/File/Spec/Epoc.pm
70998           !> (integrate 88 files)
70999 ____________________________________________________________________________
71000 [  8174] By: gsar                                  on 2000/12/18  03:53:09
71001         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
71002              7625..7629,7631..7634,7637,7639,7642 from mainline
71003              
71004              Fix for the tie-refhash string table leaks.
71005              
71006              Subject: [patch perl@7595] VMS configure.com tweak
71007              
71008              More careful detection of how well NVs and UVs mix.
71009              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))
71010              Added some SIGFPE paranoia.
71011              
71012              Forgot to bump the line numbers in #7601.
71013              
71014              Subject: PATCH std stdio for (Free)BSD
71015              
71016              Deleting $ENV{PATH} in VMS is not recommendable.
71017              
71018              Locale buglets.
71019              Subject: RE: Locales support (setlocale) fixes
71020              
71021              Do not test UTF-8 locales since that the tests would require
71022              polymorphic regexen.
71023              
71024              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
71025              
71026              A missing aTHX_.
71027              
71028              Subject: [ID 20001108.013] spelling
71029              
71030              Subject: [PATCH] Class::Struct at compile time
71031              
71032              Make deleting for %ENV work for (newer versions of) VMS,
71033              from Craig A. Berry.
71034              
71035              Forgot from #7618.
71036              
71037              More VMS moves on environment handling, from Charles Lane.
71038              
71039              Remove unused extra arguments.
71040              
71041              Typo in an ifndef.
71042              Subject: Re: [PATCH 5.7.0] better messages from malloc()
71043              
71044              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
71045              All except the "cow orker" change.
71046              
71047              The generated boot_* headers are wrong.  Pickier compiler,
71048              such as KAI C++ will refuse to compile the resulting perlmain.
71049              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
71050              
71051              There's no =head3.
71052              
71053              Disable only the tests 99 and 166 for UTF-8 locales.
71054              
71055              Missing dTHXs.
71056              Subject: RE: perl@7595 builds not on cygwin
71057              
71058              Subject: Re: bash -c exit and linux hints 
71059              
71060              Various doc oddball characters.
71061              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
71062              
71063              Subject: [PATCH] IO::Seekable pod
71064              
71065              Amdahl UTS hints updates.
71066              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
71067              
71068              Explain better why certain regex tests are skipped.
71069              Subject: Re: tests skipped: unknown reason
71070              
71071              Subject: [PATCH] README.solaris
71072              
71073              Subject: [PATCH perl@7638] cygwin port
71074      Branch: maint-5.6/perl
71075           +> README.solaris
71076           !> (integrate 26 files)
71077 ____________________________________________________________________________
71078 [  8173] By: gsar                                  on 2000/12/18  03:37:02
71079         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
71080              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
71081              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
71082              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
71083              
71084              Better create a true mailing list for the repository keepers.
71085              
71086              Subject: [ID 20001027.007] uniq array in perlfaq
71087              
71088              De-quoted-unreadable to ISO Latin 1.
71089              (There's one ISO-2022-JP name in Changes5.004.)
71090              
71091              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
71092              
71093              The #7476 needs a MANIFEST change, too.
71094              
71095              Add also emailless people.
71096              
71097              UTF-8 decoder tweak.
71098              
71099              Make \x{...} consistently produce UTF-8.
71100              Subject: Re: \x{...} is confused 
71101              
71102              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
71103              
71104              Add a perlbug flag, -A, to avoid acknowledgement messages.
71105              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
71106              
71107              Use Errno magic.
71108              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
71109              
71110              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
71111              
71112              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
71113              
71114              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
71115              
71116              Be more lenient on bad UTF-8 when doing bit arithmetics.
71117              Subject: Re: [ID 20000918.005] ~ on wide chars
71118              (The ord() part of the patch skipped.)
71119              
71120              Subject: perlfaq style changes
71121              
71122              AUTHORS tweaks.
71123              
71124              Whitespace style tweak.  Was originally going to see to
71125              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71126              but that had already been taken care of.
71127              
71128              The compiler is either gcc or cc, from Tom Bates.
71129              
71130              The osname has been lowercased by now, from Tom Bates.
71131              
71132              The NonStop-UX libraries have a novel way to say NaN.
71133              
71134              printf UVs the correct way, noticed by Robin Barker.
71135              
71136              Subject: [PATCH] startperl to respect versiononly
71137              
71138              AUTHORS updates.
71139              
71140              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
71141              
71142              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
71143              
71144              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
71145              
71146              Generalize the Camel wording.
71147              Subject: Re: perlfaq style changes
71148              
71149              Subject: [ID 20001005.006] Documentation -- description of qr//
71150              
71151              C.pm part of
71152              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
71153              
71154              Locale warning explanation tweak.
71155              
71156              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
71157              
71158              Make the POSIX::setuid and POSIX::setgid to really call setuid()
71159              and setgid() because they were just changing $< and $( which means
71160              only changing the real uid/gid, as opposed to changing both
71161              real and effective ids.  (The alternative way could have been
71162              in POSIX.pm to change $> and $), too, but making a direct call
71163              to the C API feels cleaner.)  Fixes the bug
71164              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
71165              
71166              Expand %Config variables and %ENV variables only if
71167              so requested during build time using the
71168              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
71169              Not expanding makes relocating distributions easier.
71170              
71171              More tweaking on the #7522 theme.
71172              
71173              Test::Harness revealed buglets in the new DynaLoader.
71174              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
71175              
71176              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
71177              fix a autovivification bug in Tie::RefHash, add tests for both.
71178              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
71179              
71180              Detpyo.
71181              
71182              recv() can fail and return undef.
71183              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
71184              
71185              Fix the problem discussed in
71186              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
71187              originally from Linc Madison.  Also Andreas König's comments
71188              taken into account.  Some other problems with Tie::SubstrHash
71189              fixed: didn't croak when the table exceeded the requested number
71190              of entries (as documented) but instead when the number of entries
71191              exceeded the size of the table, a croak() had an unnecessary \n,
71192              didn't have a CLEAR method, documented that there is no exists().
71193              Didn't fix to be strict-proof because the module uses &foo; and
71194              dynamic scope.  Added a test script exercizing both first tamely 
71195              the basic functionality, and then the failure cases reported by
71196              Linc Madison.
71197              
71198              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
71199              
71200              The #7521 touched things it shouldn't have.
71201              
71202              Subject: [PATCH 5.7.0] better messages from malloc()
71203              
71204              Subject: Re: README.aix
71205              
71206              Add FCNTL_CAN_LOCK.
71207              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71208              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71209              
71210              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
71211              create a "fast path" for locale name probing using "locale -a"
71212              if available, squash finally hopefully the s?printf resetting
71213              the numeric locale (since, IIUC perllocale, it never shouldn't). 
71214              
71215              More Changes tweakery.
71216              
71217              Dying is too strict here, better just skip.
71218              
71219              Subject: Locales support (setlocale) fixes
71220              Modified quite a bit to be more portable.
71221              
71222              Configure would use a bad $myuname from an old config.sh.
71223              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
71224              
71225              Fix for
71226              Subject: [ID 20001004.006] undef is never tainted
71227              An undef read from a slurped file was not tainted.
71228              
71229              Fix for
71230              Subject: [ID 20001004.007] taint propogation is inconsistent
71231              The culprit was sv_setsv() which was rather blindly
71232              propagating taint, which lead to behaviour where if
71233              a tainted anon hash value was seen all the hash values
71234              from then on at that level became tainted, or at any
71235              upper levels in the case of nested anon hashes.
71236              
71237              Test tweak: show also the failed locales.
71238              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
71239              
71240              A fix of sorts for 20000329.026, a better error message
71241              for a missing "use charnames" when using the \N{...}. 
71242              
71243              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
71244              
71245              Add =pod to be tidy.
71246              
71247              Fix for bug id 19990615.008, pos() unset during s///ge.
71248              
71249              Add a note for future generations about bug id 20000229.006.
71250              
71251              Use -dM for gcc (the suggested patch did it only for Linux,
71252              but I think it can be generalized).
71253              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
71254              
71255              opmini.o can linger from Configures past.
71256              
71257              Document that the evaled syntax errors cause scalar leaks.
71258              
71259              Fix for
71260              Subject: [ID 20000728.005] perl -P broken
71261              (hopefully).  The fix is also not complete, it seems to break
71262              BOM swallowing for libc5 systems, but until someone figures
71263              out a way to do this without ftell(), this will do.
71264              
71265              AUTHORS updates.
71266              
71267              Subject: Re: rsync'ed patches vs. rsync'ed source
71268              
71269              Admit that the test leaks scalars.
71270              
71271              Sanitize the environment further.
71272              
71273              VOS updates from Paul Green.
71274              
71275              Document %ENV = () portability issues.
71276              
71277              Make the stdio test program of 7427 less noisy while being 
71278              compiled so that Digital UNIX wouldn't get both
71279              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
71280              undefined.  This makes perlio happy.
71281              
71282              glibc5 detection by __GNU_LIBRARY__.
71283              
71284              %ENV note tweaks from Dan Sugalski.
71285              
71286              Varargs don't always work too well if one puts an unsigned
71287              char on the stack and pop an unsigned quad off the stack.
71288              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
71289              
71290              Subject: Pod updates
71291              
71292              Fake support of holey files in win/dosish platforms.
71293              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
71294              
71295              A doc addition for bug id 20001105.019, beware \p.
71296              
71297              Tweak #7587.
71298              
71299              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
71300              
71301              perlhack updates from H.Merijn Brand.
71302              
71303              Subject: [PATCH perl@7573] cygwin port
71304              Synchronize with Cygwin 1.1.5.
71305              
71306              Bad thinko in #7581 (I used the test program with the expanded
71307              values as-is).
71308              
71309              Make perlbug not insist on dumping to a file when stdout isn't a tty.
71310              Subject: [PATCH] perlbug.PL
71311              
71312              Overrideable keys, each, pop, push, shift, splice, unshift.
71313              Subject: [PATCH] prototyped functions that should be overrideable
71314              
71315              Try to avoid flockless and emulationless places.
71316      Branch: maint-5.6/perl
71317           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
71318            - MAINTAIN
71319           !> (integrate 111 files)
71320 ____________________________________________________________________________
71321 [  8172] By: jhi                                   on 2000/12/18  02:49:27
71322         Log: Regen pods.
71323      Branch: perl
71324            ! pod/perlmodlib.pod pod/perltoc.pod
71325 ____________________________________________________________________________
71326 [  8171] By: gsar                                  on 2000/12/18  02:49:24
71327         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
71328              7465..7471 from mainline
71329              
71330              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
71331              in platforms that strictly require all the symbols being present
71332              at link time.
71333              
71334              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
71335              
71336              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
71337              
71338              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
71339              
71340              Subject: [PATCH] todo
71341              
71342              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
71343              
71344              Use $sort, $uniq (and $tr) consistently as wondered
71345              by Nicholas Clark.
71346              
71347              Too enthusiastic editing in #7460.
71348              
71349              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
71350              
71351              Upgrade to CPAN 1.58_55.
71352              Subject: CPAN.pm status
71353              
71354              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
71355              
71356              Make target reordering to avoid pointless re-makes.
71357              Subject: Re: Total re-make of 'make okfile' after 7451 ?
71358              
71359              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
71360              
71361              Subject: DOC PATCH 5.6.0
71362              
71363              Add the repository doc by Malcolm, Sarathy, and by Simon,
71364              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
71365      Branch: maint-5.6/perl
71366           +> Porting/repository.pod
71367           !> Configure MANIFEST Makefile.SH README.dos README.os2
71368           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
71369           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
71370           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
71371 ____________________________________________________________________________
71372 [  8169] By: gsar                                  on 2000/12/18  02:33:34
71373         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
71374              7435..7441,7445 from mainline
71375              
71376              Make the UTF-8 decoding stricter and more verbose when
71377              malformation happens.  This involved adding an argument
71378              to utf8_to_uv_chk(), which involved changing its prototype,
71379              and prefer STRLEN over I32 for the UTF-8 length, which as
71380              a domino effect necessitated changing the prototypes of
71381              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
71382              The stricter UTF-8 decoding checking uses Markus Kuhn's
71383              UTF-8 Decode Stress Tester from
71384              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
71385              
71386              Run vms/vms_yfix.pl, should have done that after changing
71387              perly.c in #7382.
71388              
71389              Subject: [PATCH 5.7.0] static linking with uninstalled perl
71390              
71391              (Replaced by #7440.)
71392              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71393              
71394              Fix the bug ID 20001024.005, the bug introduced by #7416.
71395              
71396              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
71397              
71398              Fix the bug reported in
71399              From: andreas.koenig@anima.de (Andreas J. Koenig)
71400              Also make is_utf8_char() stricter.
71401              
71402              Missed the header file changes from #7425.
71403              
71404              Check if stdio supports tweaking lval and cnt simultaneously.
71405              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71406              
71407              Stratus VOS updates from Paul Green.
71408              
71409              Podify README.epoc and README.vos.
71410              
71411              Add targets to Makefile.SH, most importantly
71412              'regen_all' which also remembers to update vms/perly*.
71413              
71414              Subject: Minor update to find2perl, for portability
71415              
71416              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
71417              
71418              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
71419              
71420              Rename UTF8LEN() to be UNISKIP(), too confusing to have
71421              UTF8LEN() and UTF8SKIP(). 
71422              
71423              Allow poking holes at the UTF-8 decoding strictness.
71424              
71425              Continue the internal UTF-8 API tweaking.
71426              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
71427              used much more than the simpler API, now called utf8_to_uv_simple().
71428              Still not quite happy with API, too much partial duplication
71429              of functionality.
71430              
71431              A new version of making the syslog test more robust.
71432              (Replaces #7421.)
71433              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71434              
71435              buildtoc target tweaks.
71436              
71437              Integrate with vmsperl #7430 by Charles Bailey:
71438              
71439              Cleanup from prior patch (Charles Lane?):
71440              - improve handling of MFDs in Basename and Path
71441              - default to no xsubpp line # munging when building debug images
71442      Branch: maint-5.6/perl
71443           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71444           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
71445           !> (integrate 67 files)
71446 ____________________________________________________________________________
71447 [  8168] By: gsar                                  on 2000/12/18  02:05:49
71448         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
71449              
71450              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
71451              From: Martin Husemann <martin@duskware.de>
71452              
71453              Subject: [PATCH 5.7.0] restore match data on backtracing
71454              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71455      Branch: maint-5.6/perl
71456           !> regcomp.c regexec.c t/op/re_tests
71457 ____________________________________________________________________________
71458 [  8167] By: gsar                                  on 2000/12/18  01:55:22
71459         Log: integrate changes#7858,7986 from mainline
71460              
71461              C<foreach my $x ...> in pseudo-fork()ed process may diddle
71462              parent's memory; fix it by keeping track of the actual pad
71463              offset rather than a raw pointer (this change is probably also
71464              relevant to non-ithreads case to avoid fallout from reallocs of
71465              the pad array, but is currently only enabled for the ithreads
71466              case in the interests of minimal disruption to existing "well
71467              tested" code)
71468              
71469              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
71470              due to the notorious GetFileType() bug in Windows 9x, which fstat()
71471              tickles)
71472      Branch: maint-5.6/perl
71473           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
71474           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
71475           !> win32/win32.c win32/win32.h win32/win32sck.c
71476 ____________________________________________________________________________
71477 [  8166] By: gsar                                  on 2000/12/18  01:52:59
71478         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
71479              from mainline (xsubpp and ExtUtils::LibList fixups, various
71480              other small items)
71481              
71482              The generated boot_* headers are wrong.  Pickier compiler,
71483              such as KAI C++ will refuse to compile the resulting perlmain.
71484              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
71485              
71486              Various doc oddball characters.
71487              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
71488              
71489              Subject: [PATCH] Re: 20001101.003 PDL
71490              
71491              Subject: [PATCH 5.7.0] etags broken again
71492              
71493              Subject: [PATCH 5.7.0] Liblist finally works
71494              
71495              Subject: [PATCH 5.7.0] Liblist returns found libraries
71496              
71497              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
71498              
71499              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
71500              
71501              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
71502              OUT keyword nits.
71503              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
71504              OUT and IN_OUT documentation.
71505      Branch: maint-5.6/perl
71506           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
71507           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
71508           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
71509           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
71510           !> win32/bin/search.pl
71511 ____________________________________________________________________________
71512 [  8165] By: gsar                                  on 2000/12/18  01:28:45
71513         Log: integrate changes#7533,7563,7611,7623 from mainline (various
71514              malloc.c embellishments)
71515      Branch: maint-5.6/perl
71516           !> malloc.c pod/perldiag.pod
71517 ____________________________________________________________________________
71518 [  8164] By: gsar                                  on 2000/12/18  01:23:33
71519         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
71520              fixups)
71521      Branch: maint-5.6/perl
71522           !> utils/h2xs.PL
71523 ____________________________________________________________________________
71524 [  8163] By: gsar                                  on 2000/12/18  01:17:50
71525         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
71526              fixups)
71527      Branch: maint-5.6/perl
71528           !> Makefile.SH utils/perlbug.PL
71529 ____________________________________________________________________________
71530 [  8162] By: gsar                                  on 2000/12/18  00:25:43
71531         Log: always export Perl_deb() (it is required by re.xs whether
71532              Perl is built with or without -DDEBUGGING)
71533      Branch: maint-5.6/perl
71534            ! makedef.pl
71535 ____________________________________________________________________________
71536 [  8161] By: gsar                                  on 2000/12/18  00:23:38
71537         Log: integrate change#7414 from mainline
71538              
71539              Undo the basename() part of #7412 since the lib/basename
71540              tests would need upgrading too.
71541              
71542              squelch two tests in tr.t that rely on tr/// paranoia change
71543              that's not in 5.6.x
71544      Branch: maint-5.6/perl
71545            ! t/op/tr.t
71546           !> lib/File/Basename.pm
71547 ____________________________________________________________________________
71548 [  8160] By: gsar                                  on 2000/12/18  00:05:30
71549         Log: missing change in previous integrate
71550      Branch: maint-5.6/perl
71551           !> README.aix
71552 ____________________________________________________________________________
71553 [  8159] By: gsar                                  on 2000/12/18  00:03:38
71554         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
71555              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
71556              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
71557              7410..7413 from mainline
71558              
71559              Introduce the man[24-8] variables, from Andy Dougherty.
71560              
71561              Upgrade to CPAN 1.58, from Andreas König.
71562              
71563              An updated EBCDIC tr patch.
71564              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
71565              
71566              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
71567              
71568              Two thirds of
71569              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
71570              The Install.pm changes will be submitted separately because
71571              they need some work and discussion still.
71572              
71573              The Install.pm third of
71574              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
71575              
71576              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
71577              
71578              Subject: [PATCH 5.7.0] IVs in mtats
71579              
71580              Subject: [PATCH 5.7.0] Perl API for mstats
71581              
71582              Ilya implemented the memory profiling API.
71583              
71584              In Amdahl UTS "struct sv" is defined by a system header,
71585              <ksync.h>.
71586              
71587              Slight tweak of the code to appease Amdahl UTS cc.
71588              
71589              Amdahl UTS doesn't seem to do dynaloading.
71590              
71591              Use UTF8SKIP(), from Simon Cozens.
71592              
71593              Thinko in #7222.
71594              
71595              op/sprintf.t patch for OS/390 (and any other host with limited
71596              floating-point exponent length)
71597              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
71598              
71599              Tweak #7225.
71600              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
71601              
71602              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
71603              
71604              Needs to be conditional on SunOS 4.
71605              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
71606              
71607              Test cases for bug id 20000323.056 (the bug seems to be fixed).
71608              
71609              Add test for bug id 20000427.003 (which seems to have
71610              been fixed) (also duplicate as 20000427.004, though
71611              with a higher severity).  Move one utf8 from op/append
71612              to pragma/utf8, tag the tests with bug ids.
71613              
71614              Document FNCASE=y as discussed in the bug 20000902.009.
71615              
71616              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
71617              The problem was that rx->minlen was in chars while pp_split()
71618              thought it would be in bytes. 
71619              
71620              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
71621              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
71622              
71623              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
71624              
71625              Fix a couple of compiler-noted nits in #7235.
71626              
71627              Tweak the test of #7235.
71628              
71629              One more ~utf8 tweak.
71630              
71631              -w cleanup.
71632              Subject: Re: Problems with bleadperl 
71633              
71634              Subject: small pod patch
71635              
71636              Subject: [PATCH perlguts.pod] Document offset hack
71637              
71638              Add Charles Lane.
71639              
71640              Add the capability to include/exclude branches.
71641              
71642              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
71643              
71644              Detect early whether the std streams have gone bad.
71645              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
71646              
71647              More IoTYPE sprinkling.
71648              
71649              Workaround for a sfio bug where the stream error indicator
71650              is not cleared as documented.
71651              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
71652              
71653              Clarify documentation on 'use bytes'.
71654              Subject: Re: What does 'use bytes' "mean" ?
71655              
71656              Show the failed remote port, instead of the failing line number.
71657              Subject: [PATCH 5.6.1 Debugger] More diagnostics
71658              
71659              Make Cwd more bulletproof in chrooted environments.
71660              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
71661              
71662              Subject: Pod patch for Devel::Peek
71663              
71664              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
71665              
71666              Borland C fstat() never saw the fd as writable.
71667              Subject: fix for Borland's weak "stat" (perl@7211)
71668              
71669              Missing change from #7362.
71670              
71671              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
71672              
71673              Add the test case for the bug id 20000730.004 which seems
71674              to have been fixed by now.
71675              
71676              Fix of sorts for bug id 20000901.092.  There seems to be no trace
71677              of a 'pmshort' anywhere in the B, so the offending line was simply
71678              removed.
71679              
71680              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
71681              
71682              Subject: PATCH do_print has 2 PerlIO_error()s
71683              
71684              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
71685              
71686              Typo noted by Mark Lutz.
71687              
71688              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
71689              
71690              In the latest compiler builds cccdlflags must not become -fpic,
71691              from Wilfredo Sánchez.
71692              
71693              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
71694              
71695              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
71696              
71697              SOCKS function redefinitions need prototypes, too, otherwise
71698              for example 32 bit versus 64 bit differences cause a lot of
71699              problems.  Part of
71700              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
71701              
71702              Portability tweak on #7377.
71703              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
71704              
71705              Don't write double values through long double pointers,
71706              based on a part of
71707              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
71708              
71709              Reëntrancy fix.
71710              Subject: [PATCH perl@7229] Rentrant parser and yylex()
71711              
71712              Make scan_num() reëntrant, as suggested in
71713              Subject: [PATCH perl@7229] Rentrant parser and yylex()
71714              
71715              Fix for ID 20001020.006, concatenating an unset submatch
71716              with utf8 resulted in "Modification of a read-only value".
71717              
71718              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
71719              
71720              The #7383 was right only in the context of the original bug report,
71721              not in more general case.
71722              
71723              Update Changes.
71724              
71725              Testcases for a #7383,#7385 related bug.
71726              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
71727              
71728              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
71729              
71730              Tweak the Is* definitions of Unicode character classes
71731              to better match the official categorizations; embrace
71732              the official categorizations; add the combining marks
71733              as alpha (and -numeric); fix DCinital (a typo and edito)
71734              to be DCmedial.
71735              
71736              Hints tweak from Anton Berezin.
71737              
71738              Subject: installman go-faster stripes
71739              Subject: Re: installman go-faster stripes
71740              
71741              Subject: [ID 20001021.003] updated hints/openbsd.sh
71742              
71743              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
71744              
71745              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
71746              
71747              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
71748              
71749              Doc patch.
71750              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
71751              
71752              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
71753              
71754              Subject: Re: [ID 20001021.005] SEGV with regex match 
71755              
71756              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
71757              
71758              The change #7187 was not so good on VMS.
71759              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
71760              
71761              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
71762              
71763              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
71764              
71765              Document PERL_INSTALL_ROOT of #7210.
71766      Branch: maint-5.6/perl
71767           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
71768           +> t/lib/tie-splice.t
71769            - lib/unicode/Is/DCinital.pl
71770           !> (integrate 112 files)
71771 ____________________________________________________________________________
71772 [  8158] By: jhi                                   on 2000/12/17  23:04:24
71773         Log: Subject: [PATCHES] RE: perl@8150 
71774              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
71775              Date: Sun, 17 Dec 2000 21:46:39 +0100
71776              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
71777              
71778              Neither cygwin has a getpwuid() one can trust on.
71779      Branch: perl
71780            ! t/lib/glob-basic.t
71781 ____________________________________________________________________________
71782 [  8157] By: jhi                                   on 2000/12/17  23:01:54
71783         Log: More MAN.PODS => {} fixes.
71784      Branch: perl
71785            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
71786            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
71787            ! os2/OS2/REXX/Makefile.PL
71788 ____________________________________________________________________________
71789 [  8156] By: gsar                                  on 2000/12/17  22:49:13
71790         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
71791              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
71792              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
71793              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
71794              7201,7204 from mainline
71795              
71796              Remove vestiges of tr//CU.
71797              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
71798              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
71799              
71800              The return value of setlocale must be copied away.
71801              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
71802              
71803              Allow chop() and chomp() to be overridden.
71804              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
71805              
71806              Hints optimization.
71807              Subject: Minor nit
71808              
71809              Subject: [PATCH] de-wall t/README
71810              
71811              Subject: Re: Two advertising clauses need to be removed
71812              
71813              Batch of UTF-8 patches from Simon Cozens.
71814              
71815              Fix for a parsing bug, not for the original bug.
71816              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
71817              
71818              Compilation warnings and an error.
71819              
71820              Subject: File::Find 5.7.0 POD nits
71821              
71822              Subject: [PATCH perl-5.7.0] continued -Wformat support
71823              
71824              The one that got away.
71825              
71826              Subject: Re: perl@7078
71827              
71828              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
71829              convertable to bytes by checking it doesn't go above 0xc3
71830              Subject: Re: perl@7078
71831              
71832              Replace #7084 with
71833              Subject: Re: perl@7078 
71834              
71835              We don't need to count the high bit bytes, a boolean is enough. 
71836              
71837              Subject: [PATCH] utf8.c apidoc
71838              
71839              Subject: Re: perl@7078 
71840              
71841              Botched the #7090 check-in.
71842              
71843              Fix for the charnames.t failures from Spider Boardman.
71844              
71845              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
71846              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
71847              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
71848              0 to checking to get the warning.
71849              
71850              Subject: [PATCH] Nits in perlmod.pod
71851              
71852              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
71853              
71854              Subject: Re: unicode support and perl [ID 20000901.097]
71855              
71856              Subject: Re: unicode support and perl [ID 20000901.097]
71857              
71858              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
71859              
71860              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
71861              
71862              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
71863              
71864              Subject: [PATCH@blead] Fix some recursion in overload.pm
71865              
71866              s/Robin Parker/Robin Barker/
71867              
71868              Subject: [PATCH] Fix aliasing of tied filehandles
71869              
71870              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
71871              
71872              Subject: Re: [PATCH 5.005_64 missed]
71873              
71874              SOCK_DGRAM and listen() do not mix as reported in
71875              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
71876              The patch for 5.7.0+ had to be reengineered, though.
71877              
71878              Subject: DOC PATCH 5.6.0
71879              
71880              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
71881              
71882              Document the issue (is not a syntax error, kind of)
71883              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
71884              
71885              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
71886              Did not apply cleanly, manual intervention was needed.
71887              
71888              Subject: [PATCH] DLL not restartabke with threaded perl
71889              
71890              Inside require() $^S was always left undefined.
71891              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
71892              
71893              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
71894              
71895              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
71896              
71897              Regen headers.
71898              
71899              Subject: [PATCH 5.7.0] Epoc update
71900              
71901              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
71902              as suggested by Olaf Flebbe and Nick Clark.
71903              
71904              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
71905              
71906              Misplaced else.
71907              
71908              Scale down the VMS message boxes, by Charles Lane.
71909              Fix for ID 20000903.009, workaround at
71910              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
71911              
71912              Subject: [ID 20001003.006] B::Debug not -w clean
71913              
71914              Test harness update to sync with the new perlcc,
71915              from Simon Cozens.
71916              
71917              One remaining nit less at the VMS mailbox sizing.
71918              
71919              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
71920              
71921              It is possible to have no hosts database at all.  Pointed out in
71922              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
71923              
71924              Subject: [PATCH 5.7.0] h2xs not working
71925              Subject: [PATCH 5.7.0] h2xs not documenting the created module
71926              
71927              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
71928              
71929              Subject: perlhack.pod Patch for Externals Tools
71930              
71931              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
71932              
71933              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
71934              
71935              Enable disabling scripts installation by Configure -Uinstallscripts,
71936              suggested by H. Merijn Brand.
71937              
71938              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
71939              reported several times by Dominic Dunlop, for example in
71940              ID 20000315.008.  Patch from Dominic.  Patch affects at
71941              least MachTen, and possibly other oldish BSDs. Should not
71942              break non-broken platforms (tested on LinuxPPC). 
71943              
71944              Regen toc.
71945              
71946              Subject: Re: Questions about Tie::Array and perl modules
71947              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
71948              
71949              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
71950              
71951              Tweak #7153.
71952              
71953              IO::Handle->syswrite() did not handle length omission
71954              like CORE::syswrite() does.
71955              Subject: [Fwd] IO::Handle, syswrite and arguments
71956              The original patch from andrew@ugh.net.au.
71957              
71958              Also the $ccflags is needed for the C compiler check.
71959              Subject: Configure (check for C-compiler)
71960              
71961              Eliminate $Is_VMS code from the test.
71962              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
71963              
71964              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
71965              as the first option of cc/ld because of ultrapicky compilers
71966              (e.g. OS/390 R2.5)
71967              
71968              Change the version number of Tie::Handle in the core to 4.0,
71969              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
71970              Subject: Note on Tie::Handle
71971              
71972              UTF8ize split() so that the cloned substrings get the UTF8
71973              flag of the original scalar.  Problem reported by Simon Cozens.
71974              
71975              save_re_context() could reset PL_curcop to freed memory, causing core
71976              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
71977              
71978              Subject: PATCH 5.6 perldebguts grammar cleanup
71979              
71980              Add a todo note about overloadable assertions.
71981              
71982              on Windows, LoadLibrary() could load an extension DLL multiple
71983              times if forward slashes are used in the path
71984              
71985              on Windows, cwd strings in the environment should be of the
71986              form =X:=X:\foo instead of =X=X:\foo\
71987              
71988              on Windows, avoid potential exception (could happen if MSVCRT isn't
71989              being used) when closing a socket handle
71990              
71991              avoid nonportable example code
71992              
71993              Windows9x doesn't support link(), despite what Config.pm
71994              might think
71995              
71996              pod nit
71997              
71998              Change #7160 had a nasty typo.
71999              
72000              Warn about unknown scripts.
72001              Subject: Re: ideas? patches? [PATCH bleadperl]
72002              
72003              on Windows, clean targets might not work under some flavors of the shell
72004              
72005              tweak for change#7173
72006              
72007              Make eq work again with utf8 (disabling the upgrading
72008              should no more be necessary since the copies of the
72009              scalars are upgraded, not the scalars themselves).
72010              Takes care of ID 20001009.001.  (The claimed length()
72011              bug in 20001009.001 seems bogus to me.)
72012              
72013              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
72014              
72015              Upgrade to CGI.pm 2.74, from Lincoln Stein.
72016              
72017              Upgrade to podlators 1.04, from Russ Allbery.
72018              
72019              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
72020              
72021              Quote the temp file name, needed in Win32 because the
72022              default name unfortunately contains spaces, shouldn't
72023              hurt elsewhere.
72024              Subject: FW: perldoc fails if $TEMP contains spaces
72025              
72026              Subject: RE: [ID 19990803.001] README.win32 suggestions 
72027              
72028              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
72029              
72030              Subject: Re: utf8 concat, mg_get
72031              
72032              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
72033              
72034              Subject: [PATCH: perl@7181] op/tr tests on OS/390
72035              
72036              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
72037              
72038              Use the versiononly instead of the installscripts,
72039              retract the changes 7146 and 7147.
72040              
72041              Reapply Andy's patch and regen Configure.
72042              
72043              Add the test case for #7190, from the original bug report
72044              by Andreas König.
72045              
72046              Remove duplicated code.
72047              
72048              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
72049              
72050              restore change#7202
72051      Branch: maint-5.6/perl
72052           !> (integrate 121 files)
72053 ____________________________________________________________________________
72054 [  8155] By: jhi                                   on 2000/12/17  22:30:58
72055         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
72056              From: "Craig A. Berry" <craigberry@mac.com>
72057              Date: Sun, 17 Dec 2000 13:09:28 -0600
72058              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
72059              
72060              MAN.PODS => ' ' is naughty.
72061      Branch: perl
72062            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
72063 ____________________________________________________________________________
72064 [  8154] By: nick                                  on 2000/12/17  22:07:13
72065         Log: MULTIPLICITY nit.
72066      Branch: perl
72067            ! mg.c
72068 ____________________________________________________________________________
72069 [  8153] By: gsar                                  on 2000/12/17  21:23:05
72070         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
72071              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
72072              from mainline
72073              
72074              Document the SvIOK_.*UV().
72075              
72076              Update Unicode todo list.
72077              
72078              Guard against bad string->int conversion for quads.
72079              
72080              Subject: small apidoc fix
72081              
72082              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
72083              
72084              Subject: [PATCH] Tied filehandle documentation
72085              
72086              Subject: [PATCH] Modernize Opcode.pm documentation
72087              
72088              Make Data::Dumper (non-XS) to work with changed semantics of ref().
72089              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
72090              [applied even though said semantics didn't change in 5.6.x]
72091              
72092              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
72093              
72094              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
72095              
72096              Fix the URL, but the server is still missing in action.
72097              Subject: [ID 20000905.002] perlfaq1.pod URL error
72098              
72099              Subject: [ID 20000903.001] \w in utf8-strings
72100              
72101              Fix the ccversion detection for 5.1 and beyond.
72102              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72103              
72104              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
72105              
72106              Subject: [ID 20000904.008] Tiny fix for perldiag
72107              
72108              Subject: Re: [ID 20000906.004] segfault with bad perl statement
72109              
72110              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
72111              
72112              Subject: [ID 20000908.002] perlipc documentation bug.
72113              
72114              Subject: [PATCH lib/Benchmark.pm]
72115              
72116              Re-allow vec() for characters > 255.
72117              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
72118              
72119              Do away with memory models cruft.  Sorry, PDP users.
72120              
72121              Continue #7041.
72122              
72123              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
72124              
72125              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
72126              
72127              Upgrade to CPAN 1.57_65, from Andreas König.
72128              
72129              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
72130              by Russ Allbery.
72131              
72132              Silence t/pod/*.t about alternate quote-mappings now implemented
72133              by Pod::Text, from Brad Appleton.
72134              
72135              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
72136              Subject: borland C++ win32.c tweak
72137              
72138              C<@a = @b = split(...)> optimization coredumps under ithreads
72139              (missed a spot when fixing up op_pmreplroot hack for ithreads)
72140              
72141              Document the SvUTF8*().
72142              
72143              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
72144              
72145              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
72146              
72147              Do in VMS as the #7054 does.
72148              
72149              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
72150              
72151              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
72152              
72153              Subject: [patch: perl@7045] vms updates
72154              
72155              Test for the #7049.
72156              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
72157              
72158              Break up the myconfig lines a bit.
72159              Subject: perlbug/perl -V output format
72160              
72161              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
72162              
72163              The #7054 truncated Configure badly.
72164              
72165              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
72166              initialization in all the threads on Windows
72167              
72168              Allow for whitespace between "#" and "line" in cpp output.
72169              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
72170              
72171              Remove vestiges of tr//CU.
72172              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
72173              
72174              The return value of setlocale must be copied away.
72175              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
72176              
72177              Allow chop() and chomp() to be overridden.
72178              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
72179              
72180              Hints optimization.
72181              Subject: Minor nit
72182              
72183              Subject: [PATCH] de-wall t/README
72184              
72185              Subject: Re: Two advertising clauses need to be removed
72186      Branch: maint-5.6/perl
72187           !> (integrate 75 files)
72188 ____________________________________________________________________________
72189 [  8152] By: gsar                                  on 2000/12/17  20:30:11
72190         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
72191              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
72192              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
72193              
72194              Don't attach -ld to the archname if pointless.
72195              
72196              Document UNTIE in a very minimalistic way.
72197              
72198              POSIX doesn't report long double values under -Duselongdouble
72199              when the long doubles are "real" (bigger than doubles).
72200              
72201              More author updates.
72202              
72203              Try to deduce NV_MAX.  Really should be Configure fodder.
72204              
72205              :: not allowed in pathnames, change to .
72206              Subject: [PATCH perl@6938] cygwin port
72207              
72208              Forget about NV_MAX (#6951).  Various floating point tweaks,
72209              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
72210              
72211              Move the Solaris 7 scan to use64bitall, make the
72212              failure to find 64-bot sparc libc to mention the
72213              possibility of being in an intel, from Lupe and Alan.
72214              
72215              Regen perltoc.
72216              
72217              AUTHORS tweaks, from Peter Prymmer.
72218              
72219              More address tweaking.
72220              
72221              Small tweaks all over.
72222              
72223              File::Temp patches from Andreas König,
72224              
72225              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
72226              
72227              Subject: CPAN.pm beta 1.57_57 for the core
72228              
72229              Part of the solution.
72230              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
72231              
72232              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
72233              
72234              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72235              
72236              Add the overload warnings to perldiag.
72237              
72238              Drop unused argument.
72239              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
72240              
72241              Subject: Nit in Configure (bleadperl@6961)
72242              
72243              Update to PodParser 1.18, from Brad Appleton.
72244              
72245              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
72246              
72247              Subject: [PATCH: 6948] add SCNfldbl to configure.com
72248              
72249              Document UNTIE. Also tweak implementation to suppress the 'inner references'
72250              warning when UNTIE exists and instead pass the cound of extra references to
72251              the UNTIE method.
72252              
72253              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
72254              so that case-ignoring systems like DCL can tell them from
72255              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
72256              
72257              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
72258              
72259              Feature ordering tweak.
72260              
72261              Regen perltoc.
72262              
72263              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
72264              
72265              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
72266              
72267              Subject: http:// in L<>
72268              
72269              Detypo.
72270              
72271              change#6791 accidentally clobbered change#6710, put it back
72272              
72273              Only the first line, thank you very much.
72274              
72275              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
72276              plus rework the http: spots as suggested by Tom Christiansen,
72277              plus regen perltoc.
72278              
72279              Undo part of change 6489 which looks like a bulk edit which
72280              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
72281              The supressing of main:: on return from select() is undesirable.
72282              
72283              Apparently avoiding the swapping is too costly.
72284              
72285              Various Configure nits by Philip Newton,
72286              plus the ebcdic one by me.
72287              
72288              Make certain cc is set before trying to run it.
72289              
72290              If overloaded %{} etc. return the object do not loop.
72291              Thus  sub deref { $_[0] } functions if object is wanted type.
72292              
72293              Update perlhist.
72294              
72295              More %{} and other deref special casing - do not pass to 'nomethod'.
72296      Branch: maint-5.6/perl
72297           !> (integrate 59 files)
72298 ____________________________________________________________________________
72299 [  8151] By: gsar                                  on 2000/12/17  19:14:38
72300         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
72301              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
72302              
72303              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
72304              
72305              Make the epsilon to be relative, not absolute.
72306              
72307              Put back the flags dump as reasoned in
72308              Subject: Re: [PATCH] Glob dumping
72309              
72310              Introduce ccname to keep track of what compiler kind of we have.
72311              
72312              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
72313              
72314              Put back the slice accidentally removed by #6907.
72315              
72316              Reset archname and archname64 always, forcing them be
72317              recomputed at each Configure run, make Configure and
72318              the hints files agree on the naming of largefiles variables.
72319              
72320              Don't say "Perl 5.0 source kit".
72321              
72322              Subject: [PATCH] fix misc cast warnings
72323              
72324              Subject: typos in pods
72325              
72326              NVs not necessarily doubles, as pointed out by Yitzchak.
72327              
72328              Subject: [PATCH 6889] add a few ldbl formats to configure.com
72329              
72330              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
72331              
72332              Better options for rsync.
72333              
72334              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
72335              
72336              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
72337              
72338              Subject: [PATCH] Re: UNTIE method 
72339              
72340              A better fix for the Socket building problem from Craig Berry.
72341              
72342              Retract the dummy test, skip the security tests (instead of failing),
72343              explain what the warnings mean.
72344              
72345              Heap decorruption.
72346              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
72347              
72348              Update to Unicode 3.0.1.
72349              
72350              Missed one Unicode file.
72351              
72352              Subject: Re: typos in pods
72353              
72354              The #6929 was too skimpy.
72355              
72356              sscanf() may be the only way to read long doubles from strings.
72357              
72358              Reveal Borland's isnan.
72359              Subject: build with BC++ tweak
72360              
72361              Issue useful diagnostic on unknown pod commands.
72362              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
72363              
72364              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
72365              
72366              Clarify the third case of ftmp-security warnings.
72367              
72368              Make -Dusemorebits find long doubles in Solaris.
72369              
72370              Wrap the test in eval.
72371      Branch: maint-5.6/perl
72372           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
72373           +> lib/unicode/PropList.txt lib/unicode/README.perl
72374           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
72375           +> lib/unicode/Unicode.301 vms/vmspipe.com
72376            - lib/unicode/Props.txt lib/unicode/UCD300.html
72377            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
72378           !> (integrate 305 files)
72379 ____________________________________________________________________________
72380 [  8150] By: jhi                                   on 2000/12/17  18:47:57
72381         Log: Uncheckedin generated files.
72382      Branch: perl
72383            ! global.sym perlapi.c pod/perlapi.pod
72384 ____________________________________________________________________________
72385 [  8149] By: jhi                                   on 2000/12/17  18:41:22
72386         Log: Update Changes.
72387      Branch: perl
72388            ! Changes patchlevel.h
72389 ____________________________________________________________________________
72390 [  8148] By: jhi                                   on 2000/12/17  18:39:16
72391         Log: Subject: [PATCH] Fcntl constants speedup
72392              From: Nicholas Clark <nick@ccl4.org>
72393              Date: Sun, 17 Dec 2000 16:29:24 +0000
72394              Message-ID: <20001217162924.E97668@plum.flirble.org>
72395              
72396              Use IVs for the Fcntl constants instead of NVs.
72397      Branch: perl
72398            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
72399 ____________________________________________________________________________
72400 [  8147] By: jhi                                   on 2000/12/17  18:33:41
72401         Log: Add test for #8145 (binmode() warning), add warning for
72402              ioctl() and sockpair(), document them. (fileno() cannot
72403              be tripwired with the same kind of warning because
72404              'defined fileno($foo)' seems to be an idiom.)
72405      Branch: perl
72406            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
72407 ____________________________________________________________________________
72408 [  8146] By: gsar                                  on 2000/12/17  18:09:08
72409         Log: update Changes
72410      Branch: maint-5.6/perl
72411            ! Changes
72412 ____________________________________________________________________________
72413 [  8145] By: jhi                                   on 2000/12/17  17:39:35
72414         Log: Subject: [PATCH] Re: The long awaited feature ...
72415              From: Simon Cozens <simon@cozens.net>
72416              Date: Sun, 17 Dec 2000 12:31:56 +0000
72417              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
72418              
72419              Add a warning to binmode() about using bad filehandles
72420              (can happen e.g. if someone forgets the filehandle argument)
72421      Branch: perl
72422            ! pp_sys.c
72423 ____________________________________________________________________________
72424 [  8144] By: jhi                                   on 2000/12/17  17:33:48
72425         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
72426              From: Jonathan Stowe <gellyfish@gellyfish.com>
72427              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
72428              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
72429      Branch: perl
72430            ! lib/Net/Ping.pm
72431 ____________________________________________________________________________
72432 [  8143] By: jhi                                   on 2000/12/17  05:31:37
72433         Log: Polymorphic regexps.
72434              
72435              Fixes at least the bugs 20001028.003 (both of them...) and
72436              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
72437              also to be fixed by now, probably already before this patch.
72438      Branch: perl
72439            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
72440            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
72441            ! t/op/utf8decode.t t/pragma/utf8.t
72442 ____________________________________________________________________________
72443 [  8142] By: jhi                                   on 2000/12/16  17:16:05
72444         Log: Subject: [patch perl@8102] dos/djgpp update
72445              From: Laszlo Molnar <ml1050@freemail.hu>
72446              Date: Sat, 16 Dec 2000 01:40:52 +0100
72447              Message-ID: <20001216014052.A335@freemail.hu>
72448      Branch: perl
72449            ! djgpp/config.over t/base/commonsense.t
72450 ____________________________________________________________________________
72451 [  8141] By: jhi                                   on 2000/12/16  17:09:27
72452         Log: Few uncheckedin files.
72453      Branch: perl
72454            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
72455 ____________________________________________________________________________
72456 [  8140] By: nick                                  on 2000/12/15  22:14:31
72457         Log: Integrate mainline
72458      Branch: perlio
72459           !> (integrate 53 files)
72460 ____________________________________________________________________________
72461 [  8139] By: jhi                                   on 2000/12/15  19:49:49
72462         Log: One more IVUV tweak from Nicholas Clark.
72463      Branch: perl
72464            ! sv.c
72465 ____________________________________________________________________________
72466 [  8138] By: jhi                                   on 2000/12/15  19:17:06
72467         Log: Return of the IVUV-preservation, now seems to be happy even
72468              in Digital UNIX (the broken strtoul brokenness detection
72469              seems to have been the fly in the ointment).
72470      Branch: perl
72471            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72472            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
72473            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
72474            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
72475            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
72476            ! vos/config.ga.h win32/config.bc win32/config.gc
72477            ! win32/config.vc
72478 ____________________________________________________________________________
72479 [  8137] By: jhi                                   on 2000/12/15  18:12:14
72480         Log: Metaconfig unit change for #8136.
72481      Branch: metaconfig
72482            ! U/modified/d_strtoul.U
72483      Branch: metaconfig/U/perl
72484            ! d_strtoull.U d_strtouq.U
72485 ____________________________________________________________________________
72486 [  8136] By: jhi                                   on 2000/12/15  18:11:35
72487         Log: I don't think it's sensible or portable to test the strtou*
72488              on /^-/ strings.
72489      Branch: perl
72490            ! Configure
72491 ____________________________________________________________________________
72492 [  8135] By: jhi                                   on 2000/12/15  17:18:49
72493         Log: Metaconfig unit change for #8134.
72494      Branch: metaconfig
72495            ! U/modified/d_strtoul.U
72496 ____________________________________________________________________________
72497 [  8134] By: jhi                                   on 2000/12/15  17:14:13
72498         Log: If longsize is 8 we don't need a LL suffix for integer constants.
72499      Branch: perl
72500            ! Configure config_h.SH
72501 ____________________________________________________________________________
72502 [  8133] By: jhi                                   on 2000/12/15  16:00:23
72503         Log: Update Changes.
72504      Branch: perl
72505            ! Changes patchlevel.h
72506 ____________________________________________________________________________
72507 [  8132] By: jhi                                   on 2000/12/15  15:44:16
72508         Log: Some compilers get huffy if you do not cast a const pointer
72509              to a non-const when assigning.
72510      Branch: perl
72511            ! gv.c
72512 ____________________________________________________________________________
72513 [  8131] By: jhi                                   on 2000/12/15  15:38:30
72514         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
72515              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72516              Date: Fri, 15 Dec 2000 05:26:57 -0500
72517              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
72518      Branch: perl
72519            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
72520            ! t/pragma/overload.t
72521 ____________________________________________________________________________
72522 [  8130] By: jhi                                   on 2000/12/15  15:36:08
72523         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
72524              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72525              Date: Thu, 14 Dec 2000 22:02:43 -0500
72526              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
72527      Branch: perl
72528            ! gv.c perl.h
72529 ____________________________________________________________________________
72530 [  8129] By: jhi                                   on 2000/12/15  15:34:16
72531         Log: Subject: PATCH: h2xs nit
72532              From: Tim Jenness <t.jenness@jach.hawaii.edu>
72533              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
72534              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
72535              
72536              Add a template README.
72537      Branch: perl
72538            ! utils/h2xs.PL
72539 ____________________________________________________________________________
72540 [  8128] By: jhi                                   on 2000/12/15  15:32:22
72541         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
72542      Branch: perl
72543            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
72544 ____________________________________________________________________________
72545 [  8127] By: jhi                                   on 2000/12/15  15:19:34
72546         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
72547              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72548              Date:     Thu, 14 Dec 2000 20:04:42 EST
72549              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
72550      Branch: perl
72551            ! ext/Opcode/Opcode.xs
72552 ____________________________________________________________________________
72553 [  8126] By: jhi                                   on 2000/12/15  15:17:49
72554         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
72555              From: Peter Prymmer <pvhp@forte.com>
72556              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
72557              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
72558      Branch: perl
72559            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
72560            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
72561            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
72562 ____________________________________________________________________________
72563 [  8125] By: jhi                                   on 2000/12/15  15:11:05
72564         Log: This seems to be a stage sane and stable enough to checkin.
72565              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
72566      Branch: perl
72567            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
72568            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
72569            ! t/op/cmp.t t/op/numconvert.t
72570 ____________________________________________________________________________
72571 [  8124] By: jhi                                   on 2000/12/15  04:20:26
72572         Log: Something is really wonky.
72573      Branch: perl
72574            ! sv.c
72575 ____________________________________________________________________________
72576 [  8123] By: jhi                                   on 2000/12/15  04:00:50
72577         Log: Fixes for the IV UV patches to compile in Digital UNIX.
72578      Branch: perl
72579            ! sv.c
72580 ____________________________________________________________________________
72581 [  8122] By: jhi                                   on 2000/12/15  02:53:40
72582         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
72583              From: "Craig A. Berry" <craigberry@mac.com>
72584              Date: Thu, 14 Dec 2000 19:10:49 -0600
72585              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
72586      Branch: perl
72587            ! vms/vms.c
72588 ____________________________________________________________________________
72589 [  8121] By: jhi                                   on 2000/12/15  02:50:00
72590         Log: Metaconfig changes for #8120.
72591      Branch: metaconfig
72592            + U/modified/d_strtoul.U
72593      Branch: metaconfig/U/perl
72594            ! d_strtoull.U d_strtouq.U
72595 ____________________________________________________________________________
72596 [  8120] By: jhi                                   on 2000/12/15  02:49:42
72597         Log: From: Nicholas Clark <nick@ccl4.org> 
72598              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
72599              Date: Thu, 14 Dec 2000 18:38:57 +0000
72600              Message-ID: <20001214183857.B97909@plum.flirble.org>
72601      Branch: perl
72602            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72603            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
72604            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
72605            ! vos/config.ga.def vos/config.ga.h win32/config.bc
72606            ! win32/config.gc win32/config.vc
72607 ____________________________________________________________________________
72608 [  8119] By: jhi                                   on 2000/12/14  23:40:58
72609         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
72610              From: Nicholas Clark <nick@ccl4.org>
72611              Date: Wed, 13 Dec 2000 20:08:50 +0000
72612              Message-ID: <20001213200849.B71166@plum.flirble.org>
72613      Branch: perl
72614            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
72615            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
72616 ____________________________________________________________________________
72617 [  8118] By: jhi                                   on 2000/12/14  22:46:26
72618         Log: Integrate perlio:
72619              
72620              [  8117]
72621              Win32 tweaks to get Encode to build
72622              - temp hack to makedef.pl till PerlIO is properly "exported".
72623              - MSVC dislikes  
72624              static encpage_t foo[];
72625              so make 'em extern for now.
72626              
72627              [  8116]
72628              Document the new files
72629      Branch: perl
72630           !> MANIFEST ext/Encode/compile makedef.pl
72631 ____________________________________________________________________________
72632 [  8117] By: nick                                  on 2000/12/14  22:38:53
72633         Log: Win32 tweaks to get Encode to build
72634              - temp hack to makedef.pl till PerlIO is properly "exported".
72635              - MSVC dislikes  
72636              static encpage_t foo[];
72637              so make 'em extern for now.
72638      Branch: perlio
72639            ! ext/Encode/compile makedef.pl
72640 ____________________________________________________________________________
72641 [  8116] By: nick                                  on 2000/12/14  22:00:53
72642         Log: Document the new files
72643      Branch: perlio
72644            ! MANIFEST
72645 ____________________________________________________________________________
72646 [  8115] By: jhi                                   on 2000/12/14  21:58:01
72647         Log: MANIFEST new files of #8114.
72648      Branch: perl
72649            ! MANIFEST
72650 ____________________________________________________________________________
72651 [  8114] By: jhi                                   on 2000/12/14  21:50:49
72652         Log: Integrate perlio:
72653              
72654              [  8106]
72655              "Cold" build correction to Encode's Makefile.PL
72656              
72657              [  8105]
72658              "Compiled" encodings.
72659              Correct replacement character in EBCDIC .enc files
72660              Add 0x7F to ASCII repertoire.
72661              
72662              [  8103]
72663              Beginings of compiled encodings - checked in as a snapshot of thoughts
72664              so far and so it does not get lost.
72665      Branch: perl
72666           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
72667           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
72668           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
72669           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
72670           !> ext/Encode/Makefile.PL
72671 ____________________________________________________________________________
72672 [  8113] By: jhi                                   on 2000/12/14  21:48:49
72673         Log: The documentation part of the
72674              
72675              Subject: [ID 20001214.002] Net::Ping patch
72676              From: Jonathan Stowe <gellyfish@gellyfish.com>
72677              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
72678              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
72679              since the #7529 had already addressed the same problem.
72680      Branch: perl
72681            ! lib/Net/Ping.pm
72682 ____________________________________________________________________________
72683 [  8112] By: jhi                                   on 2000/12/14  21:42:57
72684         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
72685              From: Dominic Dunlop <domo@computer.org>
72686              Date: Tue, 12 Dec 2000 10:47:10 +0100
72687              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
72688              
72689              Document how elusive subroutines can be.
72690      Branch: perl
72691            ! pod/perlfunc.pod
72692 ____________________________________________________________________________
72693 [  8111] By: jhi                                   on 2000/12/14  21:38:05
72694         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
72695              From: Dominic Dunlop <domo@computer.org>
72696              Date: Thu, 14 Dec 2000 10:13:51 +0100
72697              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
72698      Branch: perl
72699            ! ext/POSIX/POSIX.pod
72700 ____________________________________________________________________________
72701 [  8110] By: jhi                                   on 2000/12/14  21:36:32
72702         Log: Subject: [patch] perlfaq7
72703              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
72704              Date: Thu, 14 Dec 2000 15:31:07 +0100
72705              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
72706      Branch: perl
72707            ! pod/perlfaq7.pod
72708 ____________________________________________________________________________
72709 [  8109] By: jhi                                   on 2000/12/14  21:29:20
72710         Log: Subject: [8104] Encode
72711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72712              Date: Thu, 14 Dec 2000 14:49:34 +0100
72713              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
72714              
72715              Type casting for nervous compilers.
72716      Branch: perl
72717            ! ext/Encode/Encode.xs
72718 ____________________________________________________________________________
72719 [  8108] By: jhi                                   on 2000/12/14  21:26:17
72720         Log: Subject: [8104] DB_File
72721              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72722              Date: Thu, 14 Dec 2000 14:49:35 +0100
72723              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
72724              
72725              Type definition incorrect for DB 2.7.7.  Not known when it
72726              changed, so only changed it for a known revision.
72727      Branch: perl
72728            ! ext/DB_File/DB_File.xs
72729 ____________________________________________________________________________
72730 [  8107] By: jhi                                   on 2000/12/14  21:23:41
72731         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
72732              From: Peter Prymmer <pvhp@forte.com>
72733              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
72734              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
72735              
72736              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
72737      Branch: perl
72738            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
72739            ! ext/Encode/Encode/posix-bc.enc
72740 ____________________________________________________________________________
72741 [  8106] By: nick                                  on 2000/12/14  20:36:13
72742         Log: "Cold" build correction to Encode's Makefile.PL
72743      Branch: perlio
72744            ! ext/Encode/Makefile.PL
72745 ____________________________________________________________________________
72746 [  8105] By: nick                                  on 2000/12/14  20:09:37
72747         Log: "Compiled" encodings.
72748              Correct replacement character in EBCDIC .enc files
72749              Add 0x7F to ASCII repertoire.
72750      Branch: perlio
72751            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
72752            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
72753            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
72754            ! ext/Encode/Makefile.PL ext/Encode/compile
72755            ! ext/Encode/encengine.c ext/Encode/encode.h
72756 ____________________________________________________________________________
72757 [  8104] By: nick                                  on 2000/12/14  00:38:20
72758         Log: Integrate mainline
72759      Branch: perlio
72760           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
72761           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
72762           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
72763           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
72764           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
72765           !> t/lib/db-hash.t t/lib/db-recno.t
72766 ____________________________________________________________________________
72767 [  8103] By: nick                                  on 2000/12/13  23:16:13
72768         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
72769              so far and so it does not get lost.
72770      Branch: perlio
72771            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
72772 ____________________________________________________________________________
72773 [  8102] By: jhi                                   on 2000/12/13  17:14:22
72774         Log: Update Changes.
72775      Branch: perl
72776            ! Changes patchlevel.h
72777 ____________________________________________________________________________
72778 [  8101] By: jhi                                   on 2000/12/13  16:53:41
72779         Log: Move the proto of start_glob() to a better place; regen api files.
72780      Branch: perl
72781            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
72782 ____________________________________________________________________________
72783 [  8100] By: jhi                                   on 2000/12/13  16:47:11
72784         Log: Metaconfig change for #8099.
72785      Branch: metaconfig
72786            ! U/modified/Head.U
72787 ____________________________________________________________________________
72788 [  8099] By: jhi                                   on 2000/12/13  16:46:48
72789         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
72790              From: Andy Dougherty <doughera@lafayette.edu>
72791              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
72792              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
72793      Branch: perl
72794            ! Configure
72795 ____________________________________________________________________________
72796 [  8098] By: jhi                                   on 2000/12/13  16:39:02
72797         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
72798              From: rspier@pobox.com (Robert Spier)
72799              Date: Tue, 12 Dec 2000 21:12:39 -0500
72800              Message-ID: <14902.56087.678086.725773@rls.cx>
72801              
72802              fastgetcwd is defined using a glob alias on a $^O dependent basis -
72803              and there was no default assignment or perl subroutine.
72804      Branch: perl
72805            ! lib/Cwd.pm
72806 ____________________________________________________________________________
72807 [  8097] By: jhi                                   on 2000/12/13  16:16:01
72808         Log: Subject: [PATCH] move startglob out of pp_hot.c
72809              From: Nicholas Clark <nick@ccl4.org>
72810              Date: Mon, 11 Dec 2000 23:16:39 +0000
72811              Message-ID: <20001211231638.A55550@plum.flirble.org>
72812      Branch: perl
72813            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
72814 ____________________________________________________________________________
72815 [  8096] By: jhi                                   on 2000/12/13  15:26:23
72816         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
72817              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
72818              Date: Wed, 13 Dec 2000 14:01:37 +0100
72819              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
72820              
72821              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
72822              in turn requires libpthread in libswanted.
72823      Branch: perl
72824            ! hints/hpux.sh
72825 ____________________________________________________________________________
72826 [  8095] By: jhi                                   on 2000/12/12  19:51:05
72827         Log: The integration wars continue.
72828      Branch: perl
72829           !> sv.c
72830 ____________________________________________________________________________
72831 [  8094] By: jhi                                   on 2000/12/12  19:48:26
72832         Log: Subject: [PATCH perl@8070] DB_File-1.74  
72833              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
72834              Date: Mon, 11 Dec 2000 23:07:17 -0000
72835              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
72836      Branch: perl
72837            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
72838            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
72839            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
72840            ! t/lib/db-recno.t
72841 ____________________________________________________________________________
72842 [  8093] By: nick                                  on 2000/12/12  19:42:13
72843         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
72844      Branch: perlio
72845            ! sv.c
72846           !> lib/File/DosGlob.pm
72847 ____________________________________________________________________________
72848 [  8092] By: jhi                                   on 2000/12/12  19:28:11
72849         Log: Integrate perlio:
72850              
72851              [  8091]
72852              Fix for Tk, and upgrading shared SVs.
72853      Branch: perl
72854           !> sv.c
72855 ____________________________________________________________________________
72856 [  8091] By: nick                                  on 2000/12/12  18:49:45
72857         Log: Fix for Tk, and upgrading shared SVs.
72858      Branch: perlio
72859            ! sv.c
72860 ____________________________________________________________________________
72861 [  8090] By: jhi                                   on 2000/12/12  16:48:59
72862         Log: Subject: [PATCH] Re: Breadperl & Tk
72863              From: Nick Ing-Simmons <nik@tiuk.ti.com>
72864              Date: Tue, 12 Dec 2000 14:48:27 GMT
72865              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
72866      Branch: perl
72867            ! sv.c
72868 ____________________________________________________________________________
72869 [  8089] By: jhi                                   on 2000/12/12  03:37:19
72870         Log: Subject: DosGlob.pm diff for bash style brace expansion.
72871              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
72872              Date: Fri, 8 Dec 2000 10:45:30 -0600
72873              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
72874      Branch: perl
72875            ! lib/File/DosGlob.pm
72876 ____________________________________________________________________________
72877 [  8088] By: nick                                  on 2000/12/11  23:59:59
72878         Log: Integrate mainline
72879      Branch: perlio
72880           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
72881           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
72882           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
72883           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
72884           !> t/op/local.t t/pragma/warn/toke toke.c
72885 ____________________________________________________________________________
72886 [  8087] By: jhi                                   on 2000/12/11  23:20:23
72887         Log: Integrate perlio:
72888              
72889              [  8085]
72890              Finish 1st pass of "encoding" layer e.g. :
72891              open($fh,"<encoding(iso8859-7)",$greek) || die;
72892              
72893              [  8082]
72894              Restore mmap function (broken by tweaks to shared buffer
72895              layer for encode(xxxx)).
72896              
72897              [  8076]
72898              Not merge worthy...
72899              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
72900              syntax is modelled on attributes.
72901              Untested fix for io/utf8 on Win32 etc.
72902              Very clumsy start to the encode layer.
72903      Branch: perl
72904           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
72905 ____________________________________________________________________________
72906 [  8086] By: jhi                                   on 2000/12/11  22:50:59
72907         Log: Tune further the OS detection of CGI.
72908      Branch: perl
72909            ! lib/CGI.pm
72910 ____________________________________________________________________________
72911 [  8085] By: nick                                  on 2000/12/11  22:50:46
72912         Log: Finish 1st pass of "encoding" layer e.g. :
72913              open($fh,"<encoding(iso8859-7)",$greek) || die;
72914      Branch: perlio
72915            ! ext/Encode/Encode.xs perlio.c perliol.h
72916 ____________________________________________________________________________
72917 [  8084] By: jhi                                   on 2000/12/11  22:32:06
72918         Log: Revert the -f ambiguousity patch, seems to cause
72919              too much hassle (the interpret -Q as a function
72920              where Q is not a known filetest part is left in).
72921      Branch: perl
72922            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
72923            ! toke.c
72924 ____________________________________________________________________________
72925 [  8083] By: jhi                                   on 2000/12/11  22:27:23
72926         Log: (accidentally empty check-in)
72927      Branch: perl
72928            ! lib/File/DosGlob.pm
72929 ____________________________________________________________________________
72930 [  8082] By: nick                                  on 2000/12/11  19:09:51
72931         Log: Restore mmap function (broken by tweaks to shared buffer
72932              layer for encode(xxxx)).
72933      Branch: perlio
72934            ! perlio.c
72935 ____________________________________________________________________________
72936 [  8081] By: jhi                                   on 2000/12/11  18:29:13
72937         Log: Subject: Re: The long awaited feature ...
72938              From: Simon Cozens <simon@cozens.net>
72939              Date: Mon, 11 Dec 2000 15:54:24 +0000
72940              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
72941              
72942              More io/utf8 tests.
72943      Branch: perl
72944            ! t/io/utf8.t
72945 ____________________________________________________________________________
72946 [  8080] By: jhi                                   on 2000/12/11  18:19:36
72947         Log: Subject: PATCH MakeMaker manpage clarification
72948              From: andreas.koenig@anima.de (Andreas J. Koenig)
72949              Date: 10 Dec 2000 20:46:13 +0100
72950              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
72951      Branch: perl
72952            ! lib/ExtUtils/MakeMaker.pm
72953 ____________________________________________________________________________
72954 [  8079] By: jhi                                   on 2000/12/11  15:35:07
72955         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
72956              From: Simon Cozens <simon@cozens.net>
72957              Date: Sun, 10 Dec 2000 19:06:19 +0000
72958              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
72959      Branch: perl
72960            ! ext/B/B/Deparse.pm t/lib/b.t
72961 ____________________________________________________________________________
72962 [  8078] By: jhi                                   on 2000/12/11  15:09:11
72963         Log: Subject: [PATCH] docs on NaN
72964              From: Nicholas Clark <nick@ccl4.org>
72965              Date: Mon, 11 Dec 2000 01:48:38 +0000
72966              Message-ID: <20001211014838.B99205@plum.flirble.org>
72967      Branch: perl
72968            ! pod/perlop.pod
72969 ____________________________________________________________________________
72970 [  8077] By: jhi                                   on 2000/12/11  15:02:21
72971         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
72972              From: Simon Cozens <simon@cozens.net>
72973              Date: Mon, 11 Dec 2000 01:21:45 +0000
72974              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
72975      Branch: perl
72976            ! pp.c pp_hot.c scope.c t/op/local.t
72977 ____________________________________________________________________________
72978 [  8076] By: nick                                  on 2000/12/10  20:43:32
72979         Log: Not merge worthy...
72980              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
72981              syntax is modelled on attributes.
72982              Untested fix for io/utf8 on Win32 etc.
72983              Very clumsy start to the encode layer.
72984      Branch: perlio
72985            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
72986 ____________________________________________________________________________
72987 [  8075] By: jhi                                   on 2000/12/10  18:39:33
72988         Log: Darwin is not Windows.
72989      Branch: perl
72990            ! lib/CGI.pm
72991 ____________________________________________________________________________
72992 [  8074] By: jhi                                   on 2000/12/10  18:31:27
72993         Log: Subject: Ambiguous -%c() resolved as a file test
72994              From: "Paul Marquess" <Paul.Marquess@openwave.com>
72995              Date: Sun, 10 Dec 2000 15:35:07 -0000
72996              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
72997      Branch: perl
72998            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
72999 ____________________________________________________________________________
73000 [  8073] By: jhi                                   on 2000/12/10  18:16:29
73001         Log: Subject: PATCH installperl misinformed 
73002              From: andreas.koenig@anima.de (Andreas J. Koenig)
73003              Date: 10 Dec 2000 13:01:32 +0100 
73004              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
73005      Branch: perl
73006            ! installperl
73007 ____________________________________________________________________________
73008 [  8072] By: jhi                                   on 2000/12/10  18:07:55
73009         Log: The walkoptree confusion rages; walkoptree() seems to be coming
73010              from B.xs, while walkoptree_slow() comes from B.pm.
73011      Branch: perl
73012            ! ext/B/B.pm
73013 ____________________________________________________________________________
73014 [  8071] By: nick                                  on 2000/12/10  11:45:47
73015         Log: Integrate mainline
73016      Branch: perlio
73017           +> t/base/commonsense.t
73018           !> (integrate 37 files)
73019 ____________________________________________________________________________
73020 [  8070] By: jhi                                   on 2000/12/10  04:46:21
73021         Log: Update Changes.
73022      Branch: perl
73023            ! Changes patchlevel.h
73024 ____________________________________________________________________________
73025 [  8069] By: jhi                                   on 2000/12/10  04:39:19
73026         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
73027              From: andreas.koenig@anima.de (Andreas J. Koenig)
73028              Date: 09 Dec 2000 17:14:25 +0100
73029              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
73030      Branch: perl
73031            + t/base/commonsense.t
73032            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
73033 ____________________________________________________________________________
73034 [  8068] By: jhi                                   on 2000/12/10  04:17:36
73035         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
73036              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
73037              Date: Sat, 9 Dec 2000 16:47:22 -0000
73038              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
73039      Branch: perl
73040            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
73041            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
73042            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
73043            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
73044            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
73045            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
73046            ! t/lib/sdbm.t
73047 ____________________________________________________________________________
73048 [  8067] By: jhi                                   on 2000/12/10  03:52:02
73049         Log: Test case for #8066.
73050      Branch: perl
73051            ! t/op/misc.t
73052 ____________________________________________________________________________
73053 [  8066] By: jhi                                   on 2000/12/10  03:50:30
73054         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
73055              From: Simon Cozens <simon@cozens.net>
73056              Date: Sun, 10 Dec 2000 00:55:37 +0000
73057              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
73058      Branch: perl
73059            ! pp_sys.c
73060 ____________________________________________________________________________
73061 [  8065] By: jhi                                   on 2000/12/10  03:44:52
73062         Log: Test case for #8064.
73063      Branch: perl
73064            ! t/comp/proto.t
73065 ____________________________________________________________________________
73066 [  8064] By: jhi                                   on 2000/12/10  03:42:32
73067         Log: Subject: Re: prototype of substr
73068              From: Simon Cozens <simon@cozens.net>
73069              Date: Sun, 10 Dec 2000 00:13:33 +0000
73070              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
73071              
73072              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
73073              In other words, make the returned prototypes for any function
73074              stop prepending the ';' optionality marker after the first one.
73075              If they start getting optional, all the rest are optional.
73076      Branch: perl
73077            ! pp.c
73078 ____________________________________________________________________________
73079 [  8063] By: jhi                                   on 2000/12/10  03:39:42
73080         Log: Subject: [PATCH] perlguts.pod
73081              From: Simon Cozens <simon@cozens.net>
73082              Date: Sun, 10 Dec 2000 00:06:47 +0000
73083              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
73084              
73085              Documentation of the different types of ops,
73086              plus the functions in dump.c
73087      Branch: perl
73088            ! pod/perlguts.pod
73089 ____________________________________________________________________________
73090 [  8062] By: jhi                                   on 2000/12/10  03:30:04
73091         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
73092              From: Nicholas Clark <nick@talking.bollo.cx>
73093              Date: Sat, 09 Dec 2000 18:57:25 +0000
73094              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
73095              
73096              Be more robust in weird hostname setups.
73097      Branch: perl
73098            ! t/lib/net-hostent.t
73099 ____________________________________________________________________________
73100 [  8061] By: jhi                                   on 2000/12/10  03:28:21
73101         Log: Pacify fussy compiler. 
73102      Branch: perl
73103            ! pp_sys.c
73104 ____________________________________________________________________________
73105 [  8060] By: jhi                                   on 2000/12/10  02:52:46
73106         Log: Integrate perlio:
73107              
73108              [  8059]
73109              read/sysread/recv should now be utf8 aware.
73110              Basic test for utf8 read.
73111      Branch: perl
73112           !> pp_sys.c t/io/utf8.t
73113 ____________________________________________________________________________
73114 [  8059] By: nick                                  on 2000/12/09  23:40:14
73115         Log: read/sysread/recv should now be utf8 aware.
73116              Basic test for utf8 read.
73117      Branch: perlio
73118            ! pp_sys.c t/io/utf8.t
73119 ____________________________________________________________________________
73120 [  8058] By: jhi                                   on 2000/12/09  21:56:02
73121         Log: Integrate perlio:
73122              
73123              [  8055]
73124              Make write() (i.e. formats) utf8-aware by calling do_print() rather
73125              than raw PerlIO_write() - does not seem to break any tests.
73126              
73127              [  8054]
73128              Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
73129              (sysread, recv and write i.e. formats still to do...)
73130              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
73131              open($fh,">:utf8","name")
73132              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
73133              so no extra overhead is involved.
73134              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
73135              to a non-utf8 stream.
73136              Add initial io/utf8.t
73137              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
73138              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
73139              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
73140              
73141              [  8053]
73142              Did not get that has_utf8/this_utf8 fix right last time, another spot
73143              was only testing this_utf8.
73144              
73145              [  8052]
73146              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
73147              i.e. the output string has one, but don't mess with source assumption.
73148      Branch: perl
73149           +> t/io/utf8.t
73150           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
73151 ____________________________________________________________________________
73152 [  8057] By: jhi                                   on 2000/12/09  21:53:35
73153         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
73154              From: Inaba Hiroto <inaba@st.rim.or.jp>
73155              Date: Sun, 10 Dec 2000 05:53:21 +0900
73156              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
73157              
73158              Tests for #8056.
73159      Branch: perl
73160            ! t/op/each.t
73161 ____________________________________________________________________________
73162 [  8056] By: jhi                                   on 2000/12/09  21:51:16
73163         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
73164              From: Inaba Hiroto <inaba@st.rim.or.jp>
73165              Date: Sat, 09 Dec 2000 18:02:00 +0900
73166              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
73167              
73168              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
73169      Branch: perl
73170            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
73171 ____________________________________________________________________________
73172 [  8055] By: nick                                  on 2000/12/09  20:11:48
73173         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
73174              than raw PerlIO_write() - does not seem to break any tests.
73175      Branch: perlio
73176            ! pp_sys.c
73177 ____________________________________________________________________________
73178 [  8054] By: nick                                  on 2000/12/09  19:47:30
73179         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
73180              (sysread, recv and write i.e. formats still to do...)
73181              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
73182              open($fh,">:utf8","name")
73183              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
73184              so no extra overhead is involved.
73185              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
73186              to a non-utf8 stream.
73187              Add initial io/utf8.t
73188              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
73189              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
73190              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
73191      Branch: perlio
73192            + t/io/utf8.t
73193            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
73194 ____________________________________________________________________________
73195 [  8053] By: nick                                  on 2000/12/09  19:26:37
73196         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
73197              was only testing this_utf8.
73198      Branch: perlio
73199            ! toke.c
73200 ____________________________________________________________________________
73201 [  8052] By: nick                                  on 2000/12/09  19:09:41
73202         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
73203              i.e. the output string has one, but don't mess with source assumption.
73204      Branch: perlio
73205            ! toke.c
73206 ____________________________________________________________________________
73207 [  8051] By: jhi                                   on 2000/12/09  16:55:17
73208         Log: Integrate perlio:
73209              
73210              [  8049]
73211              UTF8 output prework.
73212              - Store $\ and $, as SVs so they can have SvUTF8 flag
73213              - use do_print() rather than raw PerlIO_write() to print them.
73214      Branch: perl
73215           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
73216           !> sv.c thrdvar.h util.c
73217 ____________________________________________________________________________
73218 [  8050] By: jhi                                   on 2000/12/09  16:48:07
73219         Log: Nits noticed by Peter Prymmer.
73220      Branch: perl
73221            ! lib/ExtUtils/MM_VMS.pm
73222 ____________________________________________________________________________
73223 [  8049] By: nick                                  on 2000/12/09  13:49:40
73224         Log: UTF8 output prework.
73225              - Store $\ and $, as SVs so they can have SvUTF8 flag
73226              - use do_print() rather than raw PerlIO_write() to print them.
73227      Branch: perlio
73228            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
73229            ! thrdvar.h util.c
73230 ____________________________________________________________________________
73231 [  8048] By: nick                                  on 2000/12/09  12:30:43
73232         Log: Integrate mainline.
73233      Branch: perlio
73234           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
73235           +> t/op/reverse.t
73236           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
73237           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
73238           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
73239           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
73240           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
73241           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
73242 ____________________________________________________________________________
73243 [  8047] By: jhi                                   on 2000/12/09  00:23:27
73244         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
73245              From: Michael G Schwern <schwern@pobox.com>
73246              Date: Fri, 8 Dec 2000 14:43:04 -0600
73247      Branch: perl
73248            ! lib/ExtUtils/MM_VMS.pm
73249 ____________________________________________________________________________
73250 [  8046] By: jhi                                   on 2000/12/08  23:10:27
73251         Log: A missed check-in.
73252      Branch: perl
73253            ! lib/ExtUtils/Manifest.pm
73254 ____________________________________________________________________________
73255 [  8045] By: jhi                                   on 2000/12/08  21:57:12
73256         Log: (null check-in)
73257      Branch: perl
73258            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
73259 ____________________________________________________________________________
73260 [  8044] By: jhi                                   on 2000/12/08  21:11:06
73261         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
73262              at the final draft stage.
73263      Branch: perl
73264            + ext/Encode/Encode/iso8859-16.enc
73265            ! MANIFEST
73266 ____________________________________________________________________________
73267 [  8043] By: jhi                                   on 2000/12/08  16:39:04
73268         Log: Update Changes.
73269      Branch: perl
73270            ! Changes patchlevel.h
73271 ____________________________________________________________________________
73272 [  8042] By: jhi                                   on 2000/12/08  16:33:39
73273         Log: Do not return the Unicode replacement character if UTF-8
73274              decoding goes awry, it should be up to the caller to decide.
73275      Branch: perl
73276            ! pod/perlapi.pod utf8.c
73277 ____________________________________________________________________________
73278 [  8041] By: jhi                                   on 2000/12/08  16:22:28
73279         Log: metaconfig maintenance.
73280      Branch: metaconfig
73281            ! U/modified/stdchar.U
73282      Branch: metaconfig/U/perl
73283            + testsyml.U
73284 ____________________________________________________________________________
73285 [  8040] By: jhi                                   on 2000/12/08  16:03:08
73286         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
73287              From: sthoenna@efn.org
73288              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
73289              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
73290      Branch: perl
73291            ! Changes lib/ExtUtils/MM_OS2.pm
73292 ____________________________________________________________________________
73293 [  8039] By: jhi                                   on 2000/12/08  15:57:11
73294         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
73295              From: Simon Cozens <simon@cozens.net>
73296              Date: Fri, 8 Dec 2000 13:33:31 +0000
73297              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
73298              
73299              (The pp_hot part needed a rewrite.)
73300      Branch: perl
73301            ! doop.c pp_hot.c utf8.c
73302 ____________________________________________________________________________
73303 [  8038] By: jhi                                   on 2000/12/08  15:25:08
73304         Log: Subject: djSP
73305              From: Michael Stevens <michael@etla.org>
73306              Date: Wed, 6 Dec 2000 23:24:01 +0000
73307              Message-ID: <20001206232400.A21381@firedrake.org>
73308              
73309              Plus a note from Nick Ing-Simmons.
73310      Branch: perl
73311            ! pp.h
73312 ____________________________________________________________________________
73313 [  8037] By: jhi                                   on 2000/12/08  15:18:35
73314         Log: Filetype is text.
73315      Branch: perl
73316            ! t/op/utf8decode.t
73317 ____________________________________________________________________________
73318 [  8036] By: jhi                                   on 2000/12/08  03:31:27
73319         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
73320              From: Andy Dougherty <doughera@lafayette.edu>
73321              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
73322              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
73323              
73324              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
73325              From: Andy Dougherty <doughera@lafayette.edu>
73326              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
73327              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
73328      Branch: perl
73329            + ext/POSIX/hints/svr4.pl
73330            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
73331 ____________________________________________________________________________
73332 [  8035] By: jhi                                   on 2000/12/08  03:26:01
73333         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
73334              From: Andy Dougherty <doughera@lafayette.edu>
73335              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
73336              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
73337      Branch: perl
73338            ! t/README t/base/term.t
73339 ____________________________________________________________________________
73340 [  8034] By: jhi                                   on 2000/12/08  03:21:59
73341         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
73342              From: mjd@plover.com  
73343              Date: 7 Dec 2000 21:04:20 -0000
73344              Message-ID: <20001207210420.22282.qmail@plover.com>
73345              
73346              Plus -z doc.
73347      Branch: perl
73348            ! pod/perlfunc.pod
73349 ____________________________________________________________________________
73350 [  8033] By: jhi                                   on 2000/12/08  03:19:03
73351         Log: Use the UTF8 macros a bit.  They can't be used with abandon
73352              everywhere because we do generate illegal UTF-8 in some situations.
73353              This is of course naughty.
73354      Branch: perl
73355            ! pod/perlapi.pod utf8.c utf8.h
73356 ____________________________________________________________________________
73357 [  8032] By: jhi                                   on 2000/12/08  03:00:09
73358         Log: Out of sync?
73359      Branch: perl
73360            ! t/pragma/warn/utf8
73361 ____________________________________________________________________________
73362 [  8031] By: jhi                                   on 2000/12/08  02:22:39
73363         Log: Cnt spl.
73364      Branch: perl
73365            ! MANIFEST
73366 ____________________________________________________________________________
73367 [  8030] By: jhi                                   on 2000/12/08  01:23:54
73368         Log: Add test for reverse().
73369      Branch: perl
73370            + t/op/reverse.t
73371            ! MANIFEST
73372 ____________________________________________________________________________
73373 [  8029] By: jhi                                   on 2000/12/08  01:21:47
73374         Log: Integrate perlio:
73375              
73376              [  8026]
73377              Various oddities p4 diff -se showed up
73378              Remove 'our' from warnings.pl
73379              
73380              [  8025]
73381              Change PerlIO_(get|set)pos to take SV *
73382              Should fix, OS/2, VMS, (sfio??)
73383      Branch: perl
73384           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
73385           !> perlio.c perlio.h perlsdio.h warnings.pl
73386 ____________________________________________________________________________
73387 [  8028] By: jhi                                   on 2000/12/08  01:19:08
73388         Log: Introduce macros for UTF8 decoding.
73389      Branch: perl
73390            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
73391 ____________________________________________________________________________
73392 [  8027] By: nick                                  on 2000/12/07  22:18:19
73393         Log: Integrate mainline
73394      Branch: perlio
73395           !> embed.pl pod/perlapi.pod utf8.c
73396 ____________________________________________________________________________
73397 [  8026] By: nick                                  on 2000/12/07  21:45:08
73398         Log: Various oddities p4 diff -se showed up
73399              Remove 'our' from warnings.pl
73400      Branch: perlio
73401            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
73402 ____________________________________________________________________________
73403 [  8025] By: nick                                  on 2000/12/07  21:43:32
73404         Log: Change PerlIO_(get|set)pos to take SV *
73405              Should fix, OS/2, VMS, (sfio??)
73406      Branch: perlio
73407            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
73408 ____________________________________________________________________________
73409 [  8024] By: jhi                                   on 2000/12/07  19:05:32
73410         Log: Document utf8_to_uv() better.
73411      Branch: perl
73412            ! pod/perlapi.pod utf8.c
73413 ____________________________________________________________________________
73414 [  8023] By: jhi                                   on 2000/12/07  18:23:47
73415         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
73416      Branch: perl
73417            ! embed.pl pod/perlapi.pod utf8.c
73418 ____________________________________________________________________________
73419 [  8022] By: jhi                                   on 2000/12/07  04:13:51
73420         Log: Integrate perlio:
73421              
73422              [  8021]
73423              Various attempts at MSVC debug - not sure what has
73424              changed but works now. 
73425              Seems atexit() _may_ work for DLLs built with MSVC so don't
73426              call cleanup that way.
73427              
73428              [  8019]
73429              Add useperlio to config.vc
73430              Turn off binmode in config_H.PL
73431              Regen all the config_H.xx
73432              Attempt to get debugging build with MSVC.
73433              
73434              [  8018]
73435              Test various dup/external program options on all platforms.
73436              
73437              [  8017]
73438              Fix harness to be less picky
73439      Branch: perl
73440           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
73441           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
73442           !> win32/makefile.mk
73443 ____________________________________________________________________________
73444 [  8021] By: nick                                  on 2000/12/07  00:28:14
73445         Log: Various attempts at MSVC debug - not sure what has
73446              changed but works now. 
73447              Seems atexit() _may_ work for DLLs built with MSVC so don't
73448              call cleanup that way.
73449      Branch: perlio
73450            ! perlio.c win32/makefile.mk
73451 ____________________________________________________________________________
73452 [  8020] By: nick                                  on 2000/12/06  19:57:20
73453         Log: Integrate mainline
73454      Branch: perlio
73455           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
73456           !> (integrate 75 files)
73457 ____________________________________________________________________________
73458 [  8019] By: nick                                  on 2000/12/06  19:28:21
73459         Log: Add useperlio to config.vc
73460              Turn off binmode in config_H.PL
73461              Regen all the config_H.xx
73462              Attempt to get debugging build with MSVC.
73463      Branch: perlio
73464            ! win32/config.vc win32/config_H.bc win32/config_H.gc
73465            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
73466 ____________________________________________________________________________
73467 [  8018] By: nick                                  on 2000/12/06  19:21:57
73468         Log: Test various dup/external program options on all platforms.
73469      Branch: perlio
73470            ! t/io/dup.t
73471 ____________________________________________________________________________
73472 [  8017] By: nick                                  on 2000/12/06  19:20:47
73473         Log: Fix harness to be less picky
73474      Branch: perlio
73475            ! lib/Test/Harness.pm
73476 ____________________________________________________________________________
73477 [  8016] By: jhi                                   on 2000/12/06  16:45:12
73478         Log: Update Changes.
73479      Branch: perl
73480            ! Changes patchlevel.h
73481 ____________________________________________________________________________
73482 [  8015] By: jhi                                   on 2000/12/06  16:41:03
73483         Log: Test \x{...} with ord().
73484      Branch: perl
73485            ! t/op/ord.t
73486 ____________________________________________________________________________
73487 [  8014] By: jhi                                   on 2000/12/06  16:20:33
73488         Log: Test tweak because of #8013.
73489      Branch: perl
73490            ! t/lib/b.t
73491 ____________________________________________________________________________
73492 [  8013] By: jhi                                   on 2000/12/06  16:09:09
73493         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
73494              From: Michael G Schwern <schwern@pobox.com>
73495              Date: Tue, 5 Dec 2000 21:23:28 -0500
73496              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
73497              
73498              Carp::Heavy parts not very applicable because of recent changes.
73499      Branch: perl
73500            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
73501            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
73502            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
73503            ! lib/Exporter.pm lib/Exporter/Heavy.pm
73504            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
73505            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
73506            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
73507            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
73508            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
73509            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
73510            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
73511            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
73512            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
73513            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
73514            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
73515            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
73516            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
73517            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
73518            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
73519            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
73520            ! warnings.pl
73521 ____________________________________________________________________________
73522 [  8012] By: jhi                                   on 2000/12/06  15:22:38
73523         Log: Subject: [PATCH] Re: New harness is failing things
73524              From: Nick Ing-Simmons <nik@tiuk.ti.com>
73525              Date: Wed, 6 Dec 2000 13:00:30 GMT
73526              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
73527      Branch: perl
73528            ! lib/Test/Harness.pm
73529 ____________________________________________________________________________
73530 [  8011] By: jhi                                   on 2000/12/06  15:12:08
73531         Log: Subject: installhtml changes
73532              From: Michael Stevens <michael@etla.org>
73533              Date: Wed, 6 Dec 2000 13:15:53 +0000
73534              Message-ID: <20001206131553.A27317@firedrake.org>
73535      Branch: perl
73536            ! installhtml
73537 ____________________________________________________________________________
73538 [  8010] By: jhi                                   on 2000/12/06  15:06:05
73539         Log: Subject: the dTHR hits
73540              From: Michael Stevens <michael@etla.org>
73541              Date: Wed, 6 Dec 2000 12:06:03 +0000
73542              Message-ID: <20001206120603.A24581@firedrake.org>
73543              
73544              More, errrm, less dTHRs.
73545      Branch: perl
73546            ! bytecode.pl ext/B/B/C.pm
73547 ____________________________________________________________________________
73548 [  8009] By: jhi                                   on 2000/12/06  15:04:25
73549         Log: Subject: MakeMaker mailing list gone?
73550              From: Michael G Schwern <schwern@pobox.com>
73551              Date: Tue, 5 Dec 2000 19:29:59 -0500
73552              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
73553              
73554              The MakeMaker mailing list is dead, perlbug is the right
73555              address to report bugs.
73556      Branch: perl
73557            ! lib/ExtUtils/MakeMaker.pm
73558 ____________________________________________________________________________
73559 [  8008] By: jhi                                   on 2000/12/06  15:00:32
73560         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
73561              From: Michael G Schwern <schwern@pobox.com>
73562              Date: Tue, 5 Dec 2000 19:21:21 -0500
73563              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
73564              
73565              Add a default MANIFEST skip that ignores things like
73566              version control files, editor temporary files, and the Makefile.
73567      Branch: perl
73568            + lib/ExtUtils/MANIFEST.SKIP
73569            ! MANIFEST lib/ExtUtils/Manifest.pm
73570 ____________________________________________________________________________
73571 [  8007] By: jhi                                   on 2000/12/06  14:57:20
73572         Log: In Amiga more manual hackery of the scripts seems to be needed,
73573              from Jan-Erik Karlsson.  Why Configure does not get this right
73574              is unknown, may be shell-induced.
73575      Branch: perl
73576            ! README.amiga
73577 ____________________________________________________________________________
73578 [  8006] By: jhi                                   on 2000/12/05  23:53:12
73579         Log: Add TOPm1s to peek at the second topmost stack item.
73580      Branch: perl
73581            ! pp.h
73582 ____________________________________________________________________________
73583 [  8005] By: jhi                                   on 2000/12/05  23:13:55
73584         Log: Avaunt, you foul UTF-8 tests.
73585      Branch: perl
73586            ! t/op/ver.t t/pragma/utf8.t
73587 ____________________________________________________________________________
73588 [  8004] By: jhi                                   on 2000/12/05  23:09:54
73589         Log: Continue utf8 dispersal. 
73590      Branch: perl
73591            + t/op/concat.t
73592            ! MANIFEST t/pragma/utf8.t
73593 ____________________________________________________________________________
73594 [  8003] By: nick                                  on 2000/12/05  23:02:39
73595         Log: Integrate mainline.
73596      Branch: perlio
73597           +> t/op/length.t t/op/utf8decode.t
73598           !> (integrate 69 files)
73599 ____________________________________________________________________________
73600 [  8002] By: jhi                                   on 2000/12/05  22:59:28
73601         Log: Integrate perlio:
73602              
73603              [  8001]
73604              Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
73605              - calloc/free suffer from damage on TerminateThread()
73606              - use PerlMemShared (as originally planned) now fixed
73607              - avoid doing anything important on DLL "detach".
73608              
73609              [  8000]
73610              Fix gross PerlMemShared issue.
73611      Branch: perl
73612           !> iperlsys.h perl.c perlio.c win32/perllib.c
73613 ____________________________________________________________________________
73614 [  8001] By: nick                                  on 2000/12/05  22:07:52
73615         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
73616              - calloc/free suffer from damage on TerminateThread()
73617              - use PerlMemShared (as originally planned) now fixed
73618              - avoid doing anything important on DLL "detach".
73619      Branch: perlio
73620            ! perl.c perlio.c win32/perllib.c
73621 ____________________________________________________________________________
73622 [  8000] By: nick                                  on 2000/12/05  21:05:09
73623         Log: Fix gross PerlMemShared issue.
73624      Branch: perlio
73625            ! iperlsys.h
73626 ____________________________________________________________________________
73627 [  7999] By: jhi                                   on 2000/12/05  20:46:58
73628         Log: Test for Unicode (UTF-8) hash keys.
73629      Branch: perl
73630            ! t/op/each.t
73631 ____________________________________________________________________________
73632 [  7998] By: jhi                                   on 2000/12/05  20:30:35
73633         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
73634              is now always UTF-8), empty line cosmetics.
73635      Branch: perl
73636            ! t/pragma/utf8.t
73637 ____________________________________________________________________________
73638 [  7997] By: jhi                                   on 2000/12/05  20:15:40
73639         Log: Subject: Re: STRLEN - what?
73640              From: Andy Dougherty <doughera@lafayette.edu>
73641              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
73642              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
73643              
73644              Explain STRLEN.
73645      Branch: perl
73646            ! pod/perlguts.pod
73647 ____________________________________________________________________________
73648 [  7996] By: jhi                                   on 2000/12/05  20:13:34
73649         Log: Split off the UTF-8 decoder tests, make them to check also
73650              the error message.
73651      Branch: perl
73652            + t/op/utf8decode.t
73653            ! MANIFEST t/pragma/utf8.t utf8.c
73654 ____________________________________________________________________________
73655 [  7995] By: jhi                                   on 2000/12/05  16:39:47
73656         Log: Start migrating bits of pragma/utf8 to elsewhere
73657              (since the long term plan is to obsolete 'use utf8').
73658      Branch: perl
73659            + t/op/length.t
73660            ! MANIFEST t/pragma/utf8.t
73661 ____________________________________________________________________________
73662 [  7994] By: jhi                                   on 2000/12/05  16:30:21
73663         Log: Fix a manual edit typo from #7993, fix the message formatting
73664              for Unicode, add few our declarations.
73665      Branch: perl
73666            ! lib/Carp/Heavy.pm
73667 ____________________________________________________________________________
73668 [  7993] By: jhi                                   on 2000/12/05  16:09:15
73669         Log: Subject: Need help with warnings :-(
73670              From: "Ben Tilly" <ben_tilly@hotmail.com>
73671              Date: Tue, 05 Dec 2000 01:35:54 -0500
73672              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
73673              
73674              Subject: UPDATE: Carp/Heavy now passes all tests
73675              From: "Ben Tilly" <ben_tilly@hotmail.com>
73676              Date: Tue, 05 Dec 2000 07:59:41 -0500
73677              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
73678              
73679              The Brave New Carp.
73680      Branch: perl
73681            ! lib/Carp.pm lib/Carp/Heavy.pm
73682 ____________________________________________________________________________
73683 [  7992] By: jhi                                   on 2000/12/05  15:55:08
73684         Log: Subject: [PATCH perl@7979] cygwin port
73685              From: "Eric Fifer" <efifer@dircon.co.uk>
73686              Date: Tue, 5 Dec 2000 14:04:09 -0000
73687              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
73688      Branch: perl
73689            ! t/lib/net-hostent.t
73690 ____________________________________________________________________________
73691 [  7991] By: jhi                                   on 2000/12/05  15:52:34
73692         Log: Subject: Re: [PATCH] The largest hoax of all times?
73693              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73694              Date: Tue, 5 Dec 2000 00:40:25 -0500
73695              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
73696              
73697              Subject: Re: [PATCH] The largest hoax of all times?
73698              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73699              Date: Mon, 4 Dec 2000 23:55:53 -0500
73700              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
73701              
73702              Subject: Re: [PATCH] The largest hoax of all times?
73703              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73704              Date: Tue, 5 Dec 2000 01:28:45 -0500
73705              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
73706              
73707              Fix the unpredictable order of DESTROYs.
73708      Branch: perl
73709            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
73710            ! sv.c sv.h t/op/ref.t
73711 ____________________________________________________________________________
73712 [  7990] By: jhi                                   on 2000/12/05  14:38:53
73713         Log: Subject: [PATCH] shrink pp_hot fractionally
73714              From: Nicholas Clark <nick@ccl4.org>
73715              Date: Tue, 5 Dec 2000 12:44:31 +0000
73716              Message-ID: <20001205124431.E74518@plum.flirble.org>
73717              
73718              Use report_evil_fh().
73719      Branch: perl
73720            ! opcode.pl opnames.h pp_hot.c util.c
73721 ____________________________________________________________________________
73722 [  7989] By: jhi                                   on 2000/12/05  14:21:27
73723         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
73724              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73725              Date: Mon, 04 Dec 2000 22:21:59 -0800
73726              Message-ID: <HmIL6gzkgepS092yn@efn.org>
73727              
73728              Harness shouldn't ignore responses like "ok 3\r\r\n".
73729      Branch: perl
73730            ! lib/Test/Harness.pm
73731 ____________________________________________________________________________
73732 [  7988] By: jhi                                   on 2000/12/05  13:51:28
73733         Log: Integrate the "skip" messages to explain().
73734      Branch: perl
73735            ! t/lib/syslfs.t t/op/lfs.t
73736 ____________________________________________________________________________
73737 [  7987] By: jhi                                   on 2000/12/05  12:34:54
73738         Log: The one that got away in #7984.
73739              
73740              Subject: Re: dTHR - what and why?
73741              From: Michael Stevens <michael@etla.org> 
73742              Date: Tue, 5 Dec 2000 11:15:52 +0000
73743              Message-ID: <20001205111552.A4647@firedrake.org>
73744      Branch: perl
73745            ! sv.h
73746 ____________________________________________________________________________
73747 [  7986] By: gsar                                  on 2000/12/05  09:14:44
73748         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
73749              due to the notorious GetFileType() bug in Windows 9x, which fstat()
73750              tickles)
73751      Branch: perl
73752            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
73753 ____________________________________________________________________________
73754 [  7985] By: jhi                                   on 2000/12/05  05:49:03
73755         Log: Integrate perlio:
73756              
73757              [  7983]
73758              PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
73759      Branch: perl
73760           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
73761           !> win32/perlhost.h win32/perllib.c
73762 ____________________________________________________________________________
73763 [  7984] By: jhi                                   on 2000/12/05  05:48:16
73764         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
73765      Branch: perl
73766            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
73767            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
73768            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
73769            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
73770            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
73771            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
73772            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
73773            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
73774            ! win32/win32.c
73775 ____________________________________________________________________________
73776 [  7983] By: nick                                  on 2000/12/04  23:27:43
73777         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
73778      Branch: perlio
73779            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
73780            ! win32/perlhost.h win32/perllib.c
73781 ____________________________________________________________________________
73782 [  7982] By: jhi                                   on 2000/12/04  19:44:09
73783         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
73784              uncovered by #7980.
73785      Branch: perl
73786            ! op.c
73787 ____________________________________________________________________________
73788 [  7981] By: jhi                                   on 2000/12/04  19:42:07
73789         Log: Subject: [PATCH] Trivial dump.c feature
73790              From: Simon Cozens <simon@cozens.net>
73791              Date: Mon, 4 Dec 2000 18:08:38 +0000
73792              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
73793              
73794              Show whether a constant is UTF-8.
73795      Branch: perl
73796            ! dump.c
73797 ____________________________________________________________________________
73798 [  7980] By: jhi                                   on 2000/12/04  19:36:51
73799         Log: UTF-8 hash keys, patch from Inaba Hiroto.
73800      Branch: perl
73801            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
73802 ____________________________________________________________________________
73803 [  7979] By: jhi                                   on 2000/12/04  17:36:28
73804         Log: Update Changes.
73805      Branch: perl
73806            ! Changes patchlevel.h
73807 ____________________________________________________________________________
73808 [  7978] By: jhi                                   on 2000/12/04  16:42:17
73809         Log: Retract #7977, still too volatile (the euphemism of the day
73810              for unfinished and buggy :-)
73811      Branch: perl
73812            ! doop.c hv.c pp.c sv.h
73813 ____________________________________________________________________________
73814 [  7977] By: jhi                                   on 2000/12/04  16:25:15
73815         Log: (Retracted by #7978, too shaky yet.)
73816              
73817              Subject: Re: utf8 in hash keys, implementor missing
73818              From: Simon Cozens <simon@cozens.net>
73819              Date: Sat, 2 Dec 2000 19:49:35 +0000
73820              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
73821              
73822              The first step at UTF-8 hash keys.
73823      Branch: perl
73824            ! doop.c hv.c pp.c sv.h
73825 ____________________________________________________________________________
73826 [  7976] By: jhi                                   on 2000/12/04  16:13:53
73827         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
73828              From: sthoenna@efn.org
73829              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
73830              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
73831      Branch: perl
73832            ! os2/os2.c perlio.c
73833 ____________________________________________________________________________
73834 [  7975] By: jhi                                   on 2000/12/04  16:05:25
73835         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
73836              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73837              Date: Thu, 30 Nov 2000 20:50:37 -0800
73838              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
73839      Branch: perl
73840            ! os2/os2.c
73841 ____________________________________________________________________________
73842 [  7974] By: jhi                                   on 2000/12/04  16:03:57
73843         Log: Subject: [PATCH] ++ 20% faster
73844              From: Nicholas Clark <nick@ccl4.org>
73845              Date: Mon, 4 Dec 2000 12:17:27 +0000
73846              Message-ID: <20001204121726.B52976@plum.flirble.org>
73847              
73848              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
73849      Branch: perl
73850            ! sv.c
73851 ____________________________________________________________________________
73852 [  7973] By: jhi                                   on 2000/12/04  16:00:48
73853         Log: 
73854              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
73855              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
73856              Date: Mon, 04 Dec 2000 12:30:45 +0100
73857              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
73858              
73859              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
73860              library (getprotobyname and getprotobynumber are outversioned by
73861              the same calls in libc, at least for xlc version 3.
73862      Branch: perl
73863            ! hints/aix.sh
73864 ____________________________________________________________________________
73865 [  7972] By: jhi                                   on 2000/12/04  02:58:31
73866         Log: Integrate perlio:
73867              
73868              [  7971]
73869              Quieten some noise in Win32 builds:
73870              - win32.h is included after <sys/socket.h>, so need to 
73871              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
73872              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
73873              
73874              [  7970]
73875              PERL_IMPLICIT_SYS compiles but does not work.
73876      Branch: perl
73877           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
73878           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
73879           !> win32/win32.h win32/win32iop.h win32/win32thread.h
73880 ____________________________________________________________________________
73881 [  7971] By: nick                                  on 2000/12/04  00:24:33
73882         Log: Quieten some noise in Win32 builds:
73883              - win32.h is included after <sys/socket.h>, so need to 
73884              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
73885              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
73886      Branch: perlio
73887            ! doio.c perl.h toke.c win32/win32.h
73888 ____________________________________________________________________________
73889 [  7970] By: nick                                  on 2000/12/03  22:57:46
73890         Log: PERL_IMPLICIT_SYS compiles but does not work.
73891      Branch: perlio
73892            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
73893            ! win32/perlhost.h win32/perllib.c win32/win32.h
73894            ! win32/win32iop.h win32/win32thread.h
73895 ____________________________________________________________________________
73896 [  7969] By: jhi                                   on 2000/12/03  22:12:58
73897         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
73898              used to swash_init(), makes regprop() dumps more informative
73899              (+utf8::IsAlpha, -utf8::IsDigit, for example).
73900      Branch: perl
73901            ! regcomp.c regexec.c
73902 ____________________________________________________________________________
73903 [  7968] By: jhi                                   on 2000/12/03  21:39:56
73904         Log: Implement ANYOFUTF8 regprop() dumping.
73905      Branch: perl
73906            ! regcomp.c
73907 ____________________________________________________________________________
73908 [  7967] By: jhi                                   on 2000/12/03  20:57:19
73909         Log: Make uv_to_utf8() to zero-terminate its output buffer,
73910              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
73911      Branch: perl
73912            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
73913 ____________________________________________________________________________
73914 [  7966] By: nick                                  on 2000/12/03  18:41:21
73915         Log: Integrate mainline (STDCHAR)
73916      Branch: perlio
73917           !> Configure t/pragma/utf8.t
73918 ____________________________________________________________________________
73919 [  7965] By: jhi                                   on 2000/12/03  17:58:20
73920         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
73921      Branch: perl
73922            ! t/pragma/utf8.t
73923 ____________________________________________________________________________
73924 [  7964] By: jhi                                   on 2000/12/03  17:35:56
73925         Log: Integrate perlio:
73926              
73927              [  7961]
73928              Make iperlsys.h vector stdio not PerlIO.
73929      Branch: perl
73930           !> iperlsys.h perlio.c
73931 ____________________________________________________________________________
73932 [  7963] By: jhi                                   on 2000/12/03  17:33:55
73933         Log: Metaconfig unit change for #7962.
73934      Branch: metaconfig
73935            ! U/modified/stdchar.U
73936 ____________________________________________________________________________
73937 [  7962] By: jhi                                   on 2000/12/03  17:33:27
73938         Log: Untangle the <stdio.h> #include nest for the stdchar test,
73939              from Andy Dougherty.
73940      Branch: perl
73941            ! Configure
73942 ____________________________________________________________________________
73943 [  7961] By: nick                                  on 2000/12/03  16:53:00
73944         Log: Make iperlsys.h vector stdio not PerlIO.
73945      Branch: perlio
73946            ! iperlsys.h perlio.c
73947 ____________________________________________________________________________
73948 [  7960] By: nick                                  on 2000/12/03  14:43:01
73949         Log: Integrate mainline
73950      Branch: perlio
73951           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
73952           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
73953 ____________________________________________________________________________
73954 [  7959] By: jhi                                   on 2000/12/03  08:16:36
73955         Log: Use DO_UTF8().
73956      Branch: perl
73957            ! op.c
73958 ____________________________________________________________________________
73959 [  7958] By: jhi                                   on 2000/12/02  18:33:05
73960         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
73961              From: Mike Guy <mjtg@cam.ac.uk>         
73962              Date: Sat, 02 Dec 2000 17:27:13 +0000
73963              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
73964              
73965              An extraneous argument.
73966      Branch: perl
73967            ! toke.c
73968 ____________________________________________________________________________
73969 [  7957] By: jhi                                   on 2000/12/02  18:22:32
73970         Log: A missing hunk.
73971      Branch: perl
73972            ! t/lib/net-hostent.t
73973 ____________________________________________________________________________
73974 [  7956] By: jhi                                   on 2000/12/02  18:06:20
73975         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
73976              From: Nicholas Clark <nick@ccl4.org>
73977              Date: Sat, 2 Dec 2000 14:28:27 +0000
73978              Message-ID: <20001202142827.A12308@plum.flirble.org>
73979              
73980              Test robustness.
73981      Branch: perl
73982            ! t/lib/net-hostent.t
73983 ____________________________________________________________________________
73984 [  7955] By: jhi                                   on 2000/12/02  17:58:06
73985         Log: Metaconfig unit change for #7954.
73986      Branch: metaconfig
73987            ! U/modified/stdchar.U
73988 ____________________________________________________________________________
73989 [  7954] By: jhi                                   on 2000/12/02  17:54:32
73990         Log: An inconvenient hang would happen if the stdio _ptr wasn't
73991              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
73992              would be grepping stdin for all eternity for the _ptr.)
73993      Branch: perl
73994            ! Configure
73995 ____________________________________________________________________________
73996 [  7953] By: jhi                                   on 2000/12/02  00:07:15
73997         Log: Update Changes.
73998      Branch: perl
73999            ! Changes patchlevel.h
74000 ____________________________________________________________________________
74001 [  7952] By: jhi                                   on 2000/12/01  23:54:47
74002         Log: Subject: Re: long shell lines
74003              From: Andy Dougherty <doughera@lafayette.edu>
74004              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
74005              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
74006              
74007              Split overly long shell command lines.
74008      Branch: perl
74009            ! lib/ExtUtils/MM_Unix.pm
74010 ____________________________________________________________________________
74011 [  7951] By: jhi                                   on 2000/12/01  23:48:02
74012         Log: The metaconfig unit change for #7950.
74013      Branch: metaconfig
74014            + U/modified/stdchar.U
74015 ____________________________________________________________________________
74016 [  7950] By: jhi                                   on 2000/12/01  23:47:39
74017         Log: Try to find stdchar also from <stdio_impl.h>.
74018      Branch: perl
74019            ! Configure config_h.SH
74020 ____________________________________________________________________________
74021 [  7949] By: jhi                                   on 2000/12/01  23:46:45
74022         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
74023              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
74024              Date: Fri, 1 Dec 2000 16:26:08 -0500
74025              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
74026              
74027              Reword the diagnostic message.
74028      Branch: perl
74029            ! pod/perldiag.pod
74030 ____________________________________________________________________________
74031 [  7948] By: nick                                  on 2000/12/01  22:49:43
74032         Log: Integrate mainline (for s/y/m as sub names stuff).
74033      Branch: perlio
74034           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
74035           !> t/pragma/warn/toke toke.c
74036 ____________________________________________________________________________
74037 [  7947] By: jhi                                   on 2000/12/01  20:55:41
74038         Log: Integrate perlio:
74039              
74040              [  7942]
74041              Fix 'mmap' lib/filehand.t (ungetc) test fail.
74042              Make 'unix' pass most tests
74043              - do unread by temporary push of layer ("pending") holding unread chars
74044              - fast_gets is now based on per-handle flag
74045              - relax one of io/pipe.t tests to allow print to fail and close to
74046              succeed so that it passes on unbuffered "unix" layer.
74047              Remaining fail is sporadic and a genuine race condition between
74048              parent/child in fork test.
74049      Branch: perl
74050           !> perlio.c perliol.h t/io/pipe.t
74051 ____________________________________________________________________________
74052 [  7946] By: jhi                                   on 2000/12/01  20:36:51
74053         Log: Upgrade to CPAN 1.59_51, from Andreas König.
74054      Branch: perl
74055            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
74056 ____________________________________________________________________________
74057 [  7945] By: nick                                  on 2000/12/01  20:31:32
74058         Log: Integrate mainline
74059      Branch: perlio
74060           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
74061           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
74062           +> t/lib/net-hostent.t
74063           !> (integrate 35 files)
74064 ____________________________________________________________________________
74065 [  7944] By: jhi                                   on 2000/12/01  20:23:29
74066         Log: Some help for 20001130.011.  Now one gets warnings like
74067              "Ambiguous -f() resolved as a file test ..."
74068      Branch: perl
74069            ! pod/perldiag.pod t/pragma/warn/toke toke.c
74070 ____________________________________________________________________________
74071 [  7943] By: jhi                                   on 2000/12/01  19:44:44
74072         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
74073              that also breaks using them as methods. 
74074      Branch: perl
74075            ! pod/perldiag.pod t/op/misc.t toke.c
74076 ____________________________________________________________________________
74077 [  7942] By: nick                                  on 2000/12/01  17:56:46
74078         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
74079              Make 'unix' pass most tests
74080              - do unread by temporary push of layer ("pending") holding unread chars
74081              - fast_gets is now based on per-handle flag
74082              - relax one of io/pipe.t tests to allow print to fail and close to
74083              succeed so that it passes on unbuffered "unix" layer.
74084              Remaining fail is sporadic and a genuine race condition between
74085              parent/child in fork test.
74086      Branch: perlio
74087            ! perlio.c perliol.h t/io/pipe.t
74088 ____________________________________________________________________________
74089 [  7941] By: jhi                                   on 2000/12/01  15:28:58
74090         Log: (Retracted by #7943.)
74091              
74092              Reserve the short named string operator names.
74093      Branch: perl
74094            ! pod/perldiag.pod t/op/misc.t toke.c
74095 ____________________________________________________________________________
74096 [  7940] By: jhi                                   on 2000/12/01  06:45:53
74097         Log: Get the three different space character classes right under utf8.
74098      Branch: perl
74099            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
74100            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
74101            ! regexec.c t/op/pat.t utf8.c
74102 ____________________________________________________________________________
74103 [  7939] By: jhi                                   on 2000/12/01  03:26:26
74104         Log: Two more tests that make no sense in UTF-8 since the test
74105              data is not in UTF-8.
74106      Branch: perl
74107            ! t/op/regexp.t
74108 ____________________________________________________________________________
74109 [  7938] By: jhi                                   on 2000/12/01  03:20:39
74110         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
74111              should it be required inside regexen?
74112      Branch: perl
74113            ! regcomp.c t/op/regmesg.t
74114 ____________________________________________________________________________
74115 [  7937] By: jhi                                   on 2000/12/01  02:58:53
74116         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
74117              stored and restored, and thusly was trounced by the utf8 swash
74118              routines.
74119      Branch: perl
74120            ! regcomp.c
74121 ____________________________________________________________________________
74122 [  7936] By: jhi                                   on 2000/11/30  20:41:39
74123         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
74124              Why the different platforms behave so differently (core dump vs
74125              no core dump) on this bug is a but of a mystery, but if I had to
74126              guess I would mumble something like 'alignment'.
74127      Branch: perl
74128            ! sv.c
74129 ____________________________________________________________________________
74130 [  7935] By: jhi                                   on 2000/11/30  16:17:02
74131         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
74132              From: Robin Barker <rmb1@cise.npl.co.uk>
74133              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
74134              Date: Thu, 30 Nov 2000 14:27:12 GMT
74135      Branch: perl
74136            ! perlio.c toke.c
74137 ____________________________________________________________________________
74138 [  7934] By: jhi                                   on 2000/11/30  16:04:49
74139         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
74140      Branch: perl
74141            ! t/lib/net-hostent.t
74142 ____________________________________________________________________________
74143 [  7933] By: jhi                                   on 2000/11/30  06:07:26
74144         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
74145              From: Peter Prymmer <pvhp@forte.com>
74146              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
74147              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
74148              
74149              In VMS the localhost may be LOCALHOST.
74150      Branch: perl
74151            ! t/lib/net-hostent.t
74152 ____________________________________________________________________________
74153 [  7932] By: jhi                                   on 2000/11/30  01:11:11
74154         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
74155              From: Peter Prymmer <pvhp@forte.com>
74156              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
74157              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
74158              
74159              plus regen perlapi.pod.
74160      Branch: perl
74161            ! pod/perlapi.pod utf8.c
74162 ____________________________________________________________________________
74163 [  7931] By: jhi                                   on 2000/11/30  01:06:19
74164         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
74165              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74166              Date:     Wed, 29 Nov 2000 17:15:11 EST
74167              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
74168      Branch: perl
74169            ! t/lib/filter-util.pl t/lib/filter-util.t
74170 ____________________________________________________________________________
74171 [  7930] By: jhi                                   on 2000/11/29  18:51:55
74172         Log: Update Changes.
74173      Branch: perl
74174            ! Changes patchlevel.h
74175 ____________________________________________________________________________
74176 [  7929] By: jhi                                   on 2000/11/29  18:50:55
74177         Log: Update the va_copy() metaconfig unit.
74178      Branch: metaconfig/U/perl
74179            ! need_va_copy.U
74180 ____________________________________________________________________________
74181 [  7928] By: jhi                                   on 2000/11/29  17:50:43
74182         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
74183              From: Dominic Dunlop <domo@computer.org>
74184              Date: Tue, 28 Nov 2000 16:41:57 +0100
74185              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
74186              
74187              Patch to catch a core dump in the Configure va_copy test.
74188      Branch: perl
74189            ! Configure config_h.SH
74190 ____________________________________________________________________________
74191 [  7927] By: jhi                                   on 2000/11/29  17:31:59
74192         Log: Retract #7921, the patch shouldn't be needed.
74193      Branch: perl
74194            ! sv.c
74195 ____________________________________________________________________________
74196 [  7926] By: jhi                                   on 2000/11/29  17:01:41
74197         Log: Make the Class::Struct import() wiser.
74198      Branch: perl
74199            ! lib/Class/Struct.pm t/lib/class-struct.t
74200 ____________________________________________________________________________
74201 [  7925] By: jhi                                   on 2000/11/29  16:36:33
74202         Log: All the core library users of Class::Struct seem to be
74203              using "use Class::Struct 'struct';" instead of the bare
74204              "use Class::Struct;", which isn't documented in Class::Struct.
74205              This can't be right.
74206      Branch: perl
74207            ! lib/File/stat.pm
74208 ____________________________________________________________________________
74209 [  7924] By: jhi                                   on 2000/11/29  16:32:15
74210         Log: A test works better if it has the right 1..$n output.
74211      Branch: perl
74212            ! t/lib/class-struct.t
74213 ____________________________________________________________________________
74214 [  7923] By: jhi                                   on 2000/11/29  16:29:11
74215         Log: Forgot to MANIFEST the new Net::hostent test.
74216      Branch: perl
74217            ! MANIFEST
74218 ____________________________________________________________________________
74219 [  7922] By: jhi                                   on 2000/11/29  16:27:49
74220         Log: Integrate perlio:
74221              
74222              [  7906]
74223              Initial tidy of setmode() muddle (UNIX does not have, nor need it).
74224      Branch: perl
74225           !> iperlsys.h perlio.c
74226 ____________________________________________________________________________
74227 [  7921] By: jhi                                   on 2000/11/29  16:27:10
74228         Log: (Retracted by #7927.)
74229              
74230              Subject: [PATCH] Is infinity a number?
74231              From: Simon Cozens <simon@cozens.net>
74232              Date: Wed, 29 Nov 2000 14:48:20 +0000
74233              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
74234      Branch: perl
74235            ! sv.c
74236 ____________________________________________________________________________
74237 [  7920] By: jhi                                   on 2000/11/29  16:23:02
74238         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
74239              From: rspier@pobox.com (Robert Spier)
74240              Date: Wed, 29 Nov 2000 02:17:49 -0500
74241              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
74242              
74243              Add a test for Net::hostent.
74244      Branch: perl
74245            + t/lib/net-hostent.t
74246 ____________________________________________________________________________
74247 [  7919] By: jhi                                   on 2000/11/29  16:21:31
74248         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
74249              add a test for Class::Struct.
74250      Branch: perl
74251            + t/lib/class-struct.t
74252            ! MANIFEST lib/Class/Struct.pm
74253 ____________________________________________________________________________
74254 [  7918] By: jhi                                   on 2000/11/29  15:48:40
74255         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
74256              From: rspier@pobox.com (Robert Spier)
74257              Date: Wed, 29 Nov 2000 02:25:39 -0500
74258              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
74259              
74260              More checking in case someone has broken their services or
74261              protocol databases.
74262      Branch: perl
74263            ! ext/Sys/Syslog/Syslog.pm
74264 ____________________________________________________________________________
74265 [  7917] By: jhi                                   on 2000/11/29  15:46:25
74266         Log: Subject: [PATCH] $^O  win32 -> MSWin32
74267              From: rspier@pobox.com (Robert Spier)
74268              Date: Wed, 29 Nov 2000 02:17:38 -0500
74269              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
74270              
74271              plus similar nits for vms, err, VMS, and UNICOS.
74272      Branch: perl
74273            ! t/lib/syslfs.t t/op/lfs.t
74274 ____________________________________________________________________________
74275 [  7916] By: jhi                                   on 2000/11/29  15:42:51
74276         Log: Subject: [PATCH] Tokeniser debugging
74277              From: Simon Cozens <simon@cozens.net>
74278              Date: Wed, 29 Nov 2000 14:15:45 +0000
74279              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
74280      Branch: perl
74281            ! perl.c perl.h pod/perlrun.pod toke.c
74282 ____________________________________________________________________________
74283 [  7915] By: jhi                                   on 2000/11/29  15:41:36
74284         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
74285              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74286              Date: Wed, 29 Nov 2000 02:13:14 -0500
74287              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
74288              
74289              OUT keyword nits.
74290              
74291              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
74292              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74293              Date: Wed, 29 Nov 2000 03:09:04 -0500
74294              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
74295              
74296              OUT and IN_OUT documentation.
74297      Branch: perl
74298            ! lib/ExtUtils/xsubpp pod/perlxs.pod
74299 ____________________________________________________________________________
74300 [  7914] By: jhi                                   on 2000/11/29  03:35:01
74301         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
74302              From: John Tobey <jtobey@john-edwin-tobey.org>
74303              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
74304              Message-Id: <m140e1N-000FOoC@feynman.localnet>
74305              
74306              plus a performance speedup noticed by Sarathy.
74307      Branch: perl
74308            ! op.c
74309 ____________________________________________________________________________
74310 [  7913] By: jhi                                   on 2000/11/29  03:16:59
74311         Log: Use "1 while unlink" so that VMS gets clean, too.
74312      Branch: perl
74313            ! t/lib/filter-util.t
74314 ____________________________________________________________________________
74315 [  7912] By: jhi                                   on 2000/11/29  03:09:08
74316         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
74317              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74318              Date: Tue, 28 Nov 2000 03:27:09 -0500
74319              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
74320      Branch: perl
74321            ! lib/ExtUtils/xsubpp
74322 ____________________________________________________________________________
74323 [  7911] By: jhi                                   on 2000/11/29  03:06:30
74324         Log: This should have been part of #7872: no need to scan UTF-8
74325              until eternity.
74326      Branch: perl
74327            ! utf8.c
74328 ____________________________________________________________________________
74329 [  7910] By: jhi                                   on 2000/11/29  02:50:04
74330         Log: One more perltie.pod nit from Casey R. Tweten.
74331      Branch: perl
74332            ! pod/perltie.pod
74333 ____________________________________________________________________________
74334 [  7909] By: jhi                                   on 2000/11/29  02:44:23
74335         Log: Document the known sprintf test failures, exact standard
74336              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
74337      Branch: perl
74338            ! pod/perldelta.pod t/op/sprintf.t
74339 ____________________________________________________________________________
74340 [  7908] By: jhi                                   on 2000/11/29  02:36:23
74341         Log: Add the Encoding table format documentation.
74342      Branch: perl
74343            + ext/Encode/Encode/EncodeFormat.pod
74344            ! MANIFEST
74345 ____________________________________________________________________________
74346 [  7907] By: jhi                                   on 2000/11/29  02:07:24
74347         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
74348              From: "Casey R. Tweten" <crt@kiski.net>
74349              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
74350              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
74351              
74352              Subject: Re: [PATCH] Updating perltie.pod for arrays
74353              From: "Casey R. Tweten" <crt@kiski.net>
74354              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
74355              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
74356      Branch: perl
74357            ! pod/perltie.pod
74358 ____________________________________________________________________________
74359 [  7906] By: nick                                  on 2000/11/28  22:40:59
74360         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
74361      Branch: perlio
74362            ! iperlsys.h perlio.c
74363 ____________________________________________________________________________
74364 [  7905] By: nick                                  on 2000/11/28  22:04:34
74365         Log: Integrate mainline
74366      Branch: perlio
74367           !> (integrate 39 files)
74368 ____________________________________________________________________________
74369 [  7904] By: jhi                                   on 2000/11/28  16:44:43
74370         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
74371              From: Nicholas Clark <nick@babyhippo.co.uk>
74372              Date: Tue, 28 Nov 2000 11:16:57 +0000
74373              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
74374      Branch: perl
74375            ! pod/perlipc.pod
74376 ____________________________________________________________________________
74377 [  7903] By: jhi                                   on 2000/11/28  16:40:31
74378         Log: Subject: [PATCH] Updating perltie.pod for arrays
74379              From: "Casey R. Tweten" <crt@kiski.net>
74380              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
74381              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
74382      Branch: perl
74383            ! pod/perltie.pod
74384 ____________________________________________________________________________
74385 [  7902] By: jhi                                   on 2000/11/28  16:39:37
74386         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
74387              From: Robin Barker <rmb1@cise.npl.co.uk>
74388              Date: Mon, 27 Nov 2000 17:56:44 GMT
74389              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
74390      Branch: perl
74391            ! pod/perlfunc.pod t/op/split.t
74392 ____________________________________________________________________________
74393 [  7901] By: jhi                                   on 2000/11/28  16:28:04
74394         Log: setmode() is a DOSish-only thing.
74395      Branch: perl
74396            ! perlio.c
74397 ____________________________________________________________________________
74398 [  7900] By: jhi                                   on 2000/11/28  16:21:46
74399         Log: Subject: [PATCH] perlcc.PL cleanups
74400              From: Simon Cozens <simon@cozens.net>
74401              Date: Tue, 28 Nov 2000 12:44:35 +0000
74402              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
74403      Branch: perl
74404            ! utils/perlcc.PL
74405 ____________________________________________________________________________
74406 [  7899] By: gsar                                  on 2000/11/28  06:32:55
74407         Log: reintegrate files missed by change#7895
74408      Branch: maint-5.6/perl
74409           +> ext/ByteLoader/bytecode.h utils/Makefile
74410            - utils/perlbc.PL
74411 ____________________________________________________________________________
74412 [  7897] By: gsar                                  on 2000/11/27  18:22:47
74413         Log: can't integrate these two files, for some reason
74414      Branch: maint-5.6/perl
74415            - ext/ByteLoader/bytecode.h utils/Makefile
74416 ____________________________________________________________________________
74417 [  7895] By: gsar                                  on 2000/11/27  18:11:21
74418         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
74419              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
74420              6757..6890,6892..6901 from mainline
74421              
74422              Bytecompiler patches from Benjamin Stuhl.
74423              
74424              More bytecompiler.
74425              
74426              Subject: [PATCH blead] B:: missing dependency
74427              
74428              Subject: [PATCH: 6757] configure.com updates and syslog build
74429              
74430              Long double Gconvert fixes from Yitzchak Scott-Thoennes
74431              and Spider Boardman.
74432              
74433              Subject: [PATCH blead] nextchar() abuse misses an optimisation
74434              
74435              Long double fixes from Spider Boardman.
74436              
74437              Make the selection of NVff et al stricter.
74438              
74439              cSVOPo_*v things index into the current PL_curpad
74440              under ithreads, which is different from the curpad
74441              used by the XSUB.  (In other words, the code as-is
74442              before this patch wouldn't work under ithreads.)
74443              
74444              Be portable.
74445              
74446              VMS MMS (make) wants null action.
74447              
74448              Mac and other portability updates from Chris Nandor.
74449              
74450              Storable support, v-version fixes.
74451              Subject: CPAN.pm beta for testing available
74452              
74453              Portability fix from Hugo van der Sanden.
74454              
74455              Bad makefile.
74456              
74457              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
74458              
74459              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
74460              
74461              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
74462              
74463              Replace #6705 with a minimal doc patch.
74464              Subject: [PATCH 5.6.0] replace change #6705
74465              
74466              Drop the separate perlbc, perlcc -b should be enough.
74467              
74468              installperl couldn't tell whether it had run tests or not.
74469              Subject: [PATCH] Re: installperl and t/TEST
74470              
74471              Add silencer flags to installperl.
74472              Subject: [PATCH] Making installperl silent.
74473              
74474              Make "make install" by default silent.  A new "install-verbose"
74475              target is verbose.
74476              
74477              More liberal parsing of version numbers.
74478              Subject: Re: CPAN.pm beta for testing available
74479              
74480              Create directories in silence.
74481              Subject: [PATCH] Another silencer for MakeMaker
74482              
74483              DOS patches and portability/porting notes, from Tim Jenness.
74484              
74485              Make installman to recognize the silence flag -S.
74486              
74487              Actually do something with the silencer option.
74488              
74489              Continue silencing.
74490              
74491              Show the doc file, not the temp file.
74492              
74493              Regen perltoc.
74494              
74495              Subject: [PATCH] More silencing of installman.
74496              
74497              Better wording for the vec lvalue diagnostic.
74498              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
74499              
74500              Subject: [PATCH: 6805] several more tweaks to configure.com
74501              
74502              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
74503              
74504              Missing parts of 
74505              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
74506              
74507              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
74508              (applied slightly modified)
74509              
74510              installperl --verbose and --silent.
74511              Subject: Re: [PATCH] More silencing of installman.
74512              
74513              Add install-silent target.
74514              
74515              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
74516              the problem reported in
74517              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
74518              
74519              Tweak the sfio/useperlio logic, hopefully as wished in
74520              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
74521              
74522              One forgotten file from #6816.
74523              
74524              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
74525              
74526              Remove duplicately applied patch shards.
74527              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
74528              
74529              Support preserving extremely big/small angles.
74530              
74531              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
74532              
74533              Subject: [PATCH] installation not quite silent yet.
74534              
74535              Update the test count.
74536              
74537              Use UVxf, PTR2UV, NVff.
74538              
74539              Document PTR2XX and INT2PTR.
74540              
74541              no-install target a la make -n.
74542              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
74543              
74544              grep -e isn't portable.
74545              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
74546              
74547              Can't get the test to reliably work thanks to the
74548              inaccurateness of floating point.  "Resolves" bug ids
74549              20000826.003, 20000826.009, 20000826.010,
74550              
74551              Subject: installman buglet
74552              
74553              DJGPP update from Laszlo Molnar.
74554              
74555              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
74556              
74557              Passing -R in ldflags makes now it to appear in the default
74558              for lddlflags, just like with -L.
74559              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
74560              
74561              Test nit.
74562              
74563              Use the actual thread type, not the pointer-to-struct.
74564              
74565              Provice virtual $Config{ccflags_nolargefiles} etc. 
74566              
74567              display_format used as a class method without arguments was broken,
74568              reported in
74569              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
74570              
74571              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
74572              
74573              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
74574              
74575              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
74576              
74577              opmini.o may be left around if a build is interrupted.
74578              
74579              Typo in #6858.
74580              
74581              Fix for ID 20000828.001, long doubles were not formatted
74582              correctly (showed up in $], which stopped installing perl).
74583              
74584              An attempt to fix the problem reported in
74585              Subject: Building perl@6856 using gcc/AIX 4.3.3 
74586              I can't test this properly since the gcc installation I have
74587              access to seems to be botched (gcc is calling the AIX cpp,
74588              a losing proposition...)
74589              
74590              Add -ld to archname on long tr...double platforms.
74591              
74592              Subject: hv.h Doc Patch
74593              
74594              Potential cruft.
74595              
74596              Subject: [PATCH bleedperl@6856] warnings fixes
74597              
74598              -S is the silent flag, -s is the strip flag.
74599              Subject: [PATCH] Re: [PATCH] make no-install          
74600              
74601              Take out the SUIDMAIL thing, that will not be
74602              a problem in 5.7.*.
74603              
74604              Subject: [PATCH bleedperl@6866] spellings
74605              
74606              Subject: [PATCH] Re: files not cleaned even by veryclean
74607              
74608              Use minimal @INC in tests, most of the time just '../lib',
74609              so that we simply can't pick up stuff from other Perls than
74610              the one we are testing.  Pointed out by
74611              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
74612              
74613              Update to Getopt::Long 2.24, from Johan Vromans.
74614              
74615              Fix for thinko in #6848.
74616              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
74617              
74618              Patches all over for people and the files they (hopefully) care about.
74619              
74620              Subject: Net::protoent does not export 'getproto'
74621              
74622              Missed a change in #6869.
74623              
74624              Subject: [PATCH] Warnings in B::Deparse
74625              
74626              Subject: [PATCH] Glob dumping
74627              
74628              Disable one of the tests for now.
74629              
74630              Disabling the one test is a bit tricky.
74631              
74632              Don't forget to tidy up.
74633              
74634              The #6881 removed one dump line.
74635              
74636              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
74637              
74638              Under usethreads the dumped variable is IN_PAD.
74639              Subject: Re: [PATCH] Glob dumping
74640              
74641              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
74642              
74643              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
74644              
74645              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
74646              
74647              Regen Configure for #6894.
74648              
74649              Subject: [PATCH: 6889] updates to perlebcdic.pod
74650              
74651              Undo namespace pollution of #6878.
74652              Subject: Re: Net::protoent does not export 'getproto'
74653              
74654              Admit that we are leaking scalars.
74655              
74656              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
74657      Branch: maint-5.6/perl
74658           !> (integrate 271 files)
74659 ____________________________________________________________________________
74660 [  7894] By: gsar                                  on 2000/11/27  16:00:34
74661         Log: a couple of nits
74662      Branch: maint-5.6/perl
74663            ! MANIFEST pp_sys.c
74664 ____________________________________________________________________________
74665 [  7893] By: gsar                                  on 2000/11/27  15:10:56
74666         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
74667              6740..6745,6747..6757,6760
74668              
74669              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
74670              
74671              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
74672              
74673              Doc nits spotted by Richard Soderberg.
74674              
74675              move WNOHANG definition to where other such things are
74676              
74677              Make $Config{byteorder} more magical so that it is
74678              dynamically computed: nice for 'fat binaries'.
74679              Subject: [PATCH]: default byteorder
74680              
74681              Subject: [PATCH] Cwd.pm now uses strict
74682              
74683              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
74684              
74685              Get -DLEAKTEST to compile (not necessarily to work, mind)
74686              Subject: [ID 20000724.006] -DLEAKTEST problem
74687              
74688              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
74689              
74690              Add perlebcdic from Peter Prymmer, regen toc.
74691              
74692              Don't propose using modules built for 5.005 if no binary
74693              compatibility with 5.005 is attempted.
74694              
74695              Do not use prototyping here.
74696              Subject: [ID 20000817.016] [PATCH] Peek.xs
74697              
74698              Document what the backtick returns if the command fails.
74699              
74700              Add byteorder to the myconfig output.
74701              
74702              Introduce NVef, NVff, and NVgf, use the middle one.
74703              (helps for lib/peek + Linux + long doubles)  Reported in
74704              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
74705              Use NVs in POSIX math, not doubles.
74706              Subject: [ID 20000817.014] POSIX & modfl
74707              
74708              Subject: [PATCH 5.6.0+] newSVrv() memory leak
74709              
74710              The byteorder code in #6671 was wrong.
74711              
74712              Fix the lib/complex failure of
74713              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
74714              Linux long double accuracy issue: something that
74715              when printed with %g looks like "2" but int() of it is 1.
74716              
74717              Propagate new Configure vars.
74718              
74719              Unbuffer the output.
74720              
74721              Subject: [PATCH] perltrap.pod spring cleaning
74722              
74723              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
74724              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
74725              
74726              Tiny Getopt::Long patch from Johan Vromans.
74727              
74728              Document code point which makes if (defined %stash::) to work
74729              (noted by Spider Boardman).
74730              
74731              Subject: [PATCH perl@6698] cygwin port
74732              
74733              Document the NDBM_File and ODBM_File as SDBM_File
74734              was documented in #6417.
74735              
74736              The new tests were missing from #6415.
74737              
74738              Add [[:blank:]] as suggested in
74739              Subject: [ID 20000716.024] [=cc=] / [:blank:]
74740              (the [=cc=] has already been taken care of by #6439
74741              so the whole bug report can be closed)
74742              and make [[:space:]] to be equivalent to isspace(3)
74743              (as opposed to \s, which is isSPACE()).  The difference
74744              is that now [[:space:]] matches the mythical vertical tab,
74745              while \s doesn't.
74746              
74747              Don't eat leading os from index entries.
74748              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
74749              
74750              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
74751              
74752              Typo in pp_complement().
74753              Subject: [PATCH perl-current] Deparse
74754              
74755              Add warnif(), check warnings further up the stack,
74756              all the warnings functions now can take an optional object reference.
74757              Subject: [PATCH bleedperl@6691] warnings pragma update
74758              
74759              Fix a core dump in lib/selfloader under -DDEBUGGING.
74760              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
74761              
74762              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
74763              
74764              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
74765              
74766              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
74767              Put back the long double avoidance code to POSIX.xs
74768              because VMS seems to need it still.
74769              
74770              Introduce a 'veryclean' target that is like 'distclean'
74771              but also removes *~ and *.orig.
74772              
74773              Subject: [ID 20000817.023] endianness description in perlfunc.pod
74774              
74775              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
74776              
74777              Let's try #6717 again.
74778              
74779              UTF8 concat fixes.
74780              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
74781              
74782              pp_open() could pass an uninitialized filename down to do_open9().
74783              
74784              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
74785              
74786              Update to CGI 2.72, from Lincoln Stein.
74787              
74788              Subject: [PATCH] Silence MakeMaker (Was: installman)
74789              
74790              Use temporary directory instead of current directory.
74791              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
74792              
74793              Document odd vs even subreleases and -Dusedevel.
74794              
74795              The veryclean target needs to clobber.
74796              
74797              Use File::Spec->tmpdir().
74798              
74799              Document the number of exponent digits.
74800              
74801              Mention perlebcdic and perlposix-bc.
74802              
74803              s/this one/the 5.6.0 release/
74804              
74805              The #6724 is here.
74806              
74807              The correct cleaning order is an art.
74808              
74809              small tweaks for change#6705: avoid C++ style comments in C code;
74810              use Perl's malloc API rather than the low level system one
74811              
74812              Array context keeps slithering in.
74813              
74814              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
74815              
74816              Subject: [PATCH] os2.c fix for use64bitint
74817              
74818              Update to Pod::LaTeX 0.53.
74819              Subject: [PATCH] lib/Pod/LaTeX.pm updates
74820              
74821              Document the endianness of Alpha more precisely.
74822              
74823              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
74824              
74825              Rename the macro argument because some preprocessors
74826              can't tell the difference and expand arguments also inside
74827              double quoted strings.
74828              
74829              free TLS slot properly on Windows
74830              
74831              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
74832              
74833              Unicos/mk requires elaborate paranoia.
74834              
74835              Tweak the floating point output routine preferences.
74836              
74837              Also under djgpp the timestamps are funky.
74838              
74839              Apply some PodParser 1.18 patches; the Pod/Find.pm
74840              patches cannot be applied since #6712 conflicts.
74841              
74842              Use PodParser 1.18 new test.
74843              
74844              A pod nit.
74845              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
74846              
74847              Be verydeepclean.
74848      Branch: maint-5.6/perl
74849           +> pod/perlebcdic.pod
74850           !> (integrate 106 files)
74851 ____________________________________________________________________________
74852 [  7892] By: jhi                                   on 2000/11/27  15:02:32
74853         Log: Update Changes.
74854      Branch: perl
74855            ! Changes patchlevel.h
74856 ____________________________________________________________________________
74857 [  7891] By: jhi                                   on 2000/11/27  14:57:23
74858         Log: Subject: Re: perlfaq style changes
74859              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74860              Date: Sat, 25 Nov 2000 23:32:26 -0800
74861              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
74862              
74863              plus a note from Ronald Kimball.
74864      Branch: perl
74865            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
74866 ____________________________________________________________________________
74867 [  7890] By: jhi                                   on 2000/11/27  14:53:14
74868         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
74869              From: Benjamin Holzman <bah@ecnvantage.com>
74870              Date: Sun, 26 Nov 2000 16:27:33 -0500
74871              Message-ID: <20001126162733.J25040@ecnvantage.com>
74872      Branch: perl
74873            ! gv.c
74874 ____________________________________________________________________________
74875 [  7889] By: jhi                                   on 2000/11/27  14:43:11
74876         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
74877              From: lvirden@cas.org
74878              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
74879              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
74880      Branch: perl
74881            ! README.amiga
74882 ____________________________________________________________________________
74883 [  7888] By: jhi                                   on 2000/11/27  14:32:34
74884         Log: Restore also the locale test to no-sprintf-taint state.
74885              Fixes the bug 20001127.003.
74886      Branch: perl
74887            ! sv.c t/pragma/locale.t
74888 ____________________________________________________________________________
74889 [  7887] By: gsar                                  on 2000/11/27  14:13:05
74890         Log: integrate changes#6613..6616,6620..6665 from mainline
74891              
74892              VMS configure.com update continues.
74893              
74894              Subject: Test fails / warnings with perl-current #6612
74895              
74896              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
74897              
74898              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
74899              
74900              For now remove the mail code.
74901              
74902              Subject: Re: [PATCH] @+, @- readonly
74903              
74904              Subject: warning: storage class after type is obsolescent
74905              
74906              Subject: sfio2000
74907              
74908              Subject: Re: File::Temp problems on VMS in bleedperl
74909              
74910              README.os2 update.
74911              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
74912              
74913              Make the user to give up his firstborn, err, to knowingly
74914              verify installing an unstable developer release.  Also bump
74915              the release to 5.7.0, but leave a patch tag in the local
74916              patches saying that this is not yet the real thing.
74917              
74918              Update (kinda) to Test 1.14, from Joshua Pritikin.
74919              
74920              make ok etc also for win32.
74921              
74922              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
74923              
74924              Don't blow limited stacks, a lower number is enough to
74925              tickle the lookbehind limit.
74926              
74927              Use -Dusedevel; regen Configure and the respective Porting stuff.
74928              
74929              Subject: [PATCH] debugger exit code should reflect user exit code
74930              
74931              Subject: [PATCH perl@6620] cygwin port
74932              
74933              Missed a file from #6638.
74934              
74935              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)
74936              
74937              magic callbacks all need to have same type signature
74938              
74939              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
74940              
74941              Fix a dependency problem.
74942              Subject: [PATCH: 6640] VMS Makefile.SH update
74943              
74944              The numeric locale was reset to "C" by s?printf and never restored.
74945              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
74946              No test since adding the failing example to locale.t
74947              does not fail -- probably because the locale settings are so
74948              thoroughly tweaked by that time.  Running the example standalone
74949              does fail, though.  UPDATE: test case added at change #7540.
74950              
74951              Subject: [ID 20000324.040] minor fix to perlhpux.pod
74952              
74953              Update to CPAN 1.57.
74954              
74955              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
74956              
74957              Change the perlbug address to perl.org since it's more forgiving.
74958              
74959              Change the regx compilation error markers to use = instead of <
74960              since pod makes using the latter quite messy.  Reported in
74961              ID 20000814.006 by Abigail and in
74962              Subject: Unknown escape E<> ?
74963              
74964              Update to perldebtut 1.9, from Richard Foley.
74965              
74966              check that the number pseudo children doesn't exceed
74967              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
74968              the WaitForMultipleObjects() limit that would cause wait()
74969              to crash)
74970              wait() and waitpid() could potentially be rewritten to use
74971              more than one thread to do the waiting to eliminate this
74972              limitation
74973              
74974              change#6328 could make close(SOCKET) return false on windows
74975              when it shouldn't
74976              
74977              pod nit seen in passing
74978              
74979              on windows, the return values from wait() and waitpid() don't
74980              match those of pseudo-pids
74981              
74982              waitpid() now handles externally spawned pids correctly;
74983              fixes for backtick/wait/waitpid failures on Windows 9x
74984              these changes make the pid returned by process functions on
74985              Windows 9x always positive by clearing the high bit (which
74986              is always set on Win9x); pseudo-process PIDs are likewise
74987              always negative now on Win9x (just as on NT/2000)
74988              
74989              trailing new %ENV entries weren't being pushed into the real
74990              environment of subprocesses on Windows
74991              
74992              Tweak the regex compilation errors once more.
74993              
74994              avoid warnings from dense compiler
74995              
74996              add "ok" targets from change#6632 in makefile.mk
74997      Branch: maint-5.6/perl
74998            - lib/Pod/PlainText.pm vms/configure.com
74999           !> (integrate 66 files)
75000 ____________________________________________________________________________
75001 [  7886] By: jhi                                   on 2000/11/27  13:54:18
75002         Log: __FUNCTION__ isn't portable and trying to emulate it leads
75003              into practically spelling out the name of the function.
75004              Takes care of the bug 20001127.001.
75005      Branch: perl
75006            ! perlio.c
75007 ____________________________________________________________________________
75008 [  7885] By: gsar                                  on 2000/11/27  13:53:18
75009         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
75010              6610..6611 from mainline
75011              
75012              Make regular expression parse error messages easier to understand.
75013              Subject: Re: enhanced(?) regex error messages
75014              
75015              Tiny tidying on report_evil_fh().
75016              
75017              Subject: Re: enhanced(?) regex error messages 
75018              plus Capitalize the error messages, plus perldiag them.
75019              
75020              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
75021              
75022              Document here-doc better.
75023              
75024              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
75025              
75026              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
75027              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
75028              (either perlbug or p5p ate the original), plus regen
75029              perlapi and perltoc. 
75030              
75031              Regen global.sym.
75032              
75033              Double check that we have a dirhandle.
75034              
75035              Subject: Re: enhanced(?) regex error messages
75036              (plus two small patches sent privately)
75037              (this still seems to leave few test failures)
75038              
75039              warn is a macro, avoid using at a variable to avoid warnings
75040              in some configurations; readdir.t is too conservative in
75041              estimating number of *.t's
75042              
75043              Get back into sync with Jeffrey on the enhanced regex warnings.
75044              
75045              Subject: [PATCH 5.6.0] cygwin port
75046              
75047              Zero entries were skipped, fix from Adrian Goalby
75048              <argoalby@yahoo.co.uk>
75049              
75050              Subject: Remove dead entry in perldiag
75051              
75052              Amend the description of Perl6.
75053              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
75054              
75055              detypo
75056              
75057              It's the 2ndO'ROSSC.
75058              
75059              Revert the sv.c part of #6559, a better fix is needed.
75060              
75061              Iterating perl6 description.
75062              
75063              Update to Term::ANSIColor 1.03, from Russ Allbery.
75064              
75065              Update to Getopt::Long 2.23_05, from Johan Vromans.
75066              
75067              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
75068              
75069              Update to Pod::Parser 1.17, from Brad Appleton.
75070              
75071              Update to CPAN 1.56, from Andreas König.
75072              
75073              Update to CGI 2.70, from Lincoln Stein.
75074              
75075              Put back the std @INC thing.
75076              
75077              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
75078              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
75079              
75080              Document the IO::Select timeout.
75081              
75082              sleep(1) does not necessarily return 1.
75083              Subject: [PATCH bleadperl] op/lex_assign.t  
75084              
75085              Subject: debugger "d" command doesnt check line number
75086              
75087              B::Deparse didn't do sub attributes.
75088              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
75089              
75090              Preprocessing and postprocessing for File::Find.
75091              Subject: Patch to Find::File.pm to allow alphabetical results
75092              
75093              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
75094              
75095              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
75096              
75097              Subject: Re: [ID 20000730.003] utf8::length() bad
75098              
75099              Subject: Getting perlio and threads to compile
75100              (the Solaris version changes in Configure skipped)
75101              
75102              Tests for #6589.
75103              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
75104              
75105              Add Perl debugging tutorial, regen toc. 
75106              Subject: perldebtut.pod
75107              
75108              Add a few missing files, update MANIFEST.
75109              
75110              Rewrite of vms/subconfigure.com as configure.com,
75111              from Peter Prymmer and the vmsperl crew.
75112              
75113              Should have deleted this in #6603.
75114              
75115              Fix the test for 5005threads.
75116              
75117              Fix-n-skip the tests under 5005threads.
75118              
75119              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
75120              
75121              Upgrade to CGI 2.71, from Lincoln Stein.
75122      Branch: maint-5.6/perl
75123           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
75124           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
75125           +> t/op/regmesg.t t/pod/find.t vms/configure.com
75126            - vms/subconfigure.com
75127            ! lib/lib.pm
75128           !> (integrate 115 files)
75129 ____________________________________________________________________________
75130 [  7884] By: jhi                                   on 2000/11/27  13:44:33
75131         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
75132              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
75133              Date:     Mon, 27 Nov 2000 08:23:54 EST
75134              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
75135      Branch: perl
75136            ! vms/descrip_mms.template vms/test.com
75137 ____________________________________________________________________________
75138 [  7883] By: gsar                                  on 2000/11/27  11:50:46
75139         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
75140              6511..6513,6515..6523,6525..6536
75141              
75142              The swallow_bom() saga continues.  The #23 of require.t
75143              (UTF16-LE) still fails (silently, no output) but the #22
75144              (UTF16-BE) seems to be working now.  The root of the
75145              failure may be in sv_gets(): is it UTF-16LE-aware,
75146              especially when it comes to line endings? 
75147              
75148              Document the problem with -P in HP-UX and its workaround.
75149              
75150              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
75151              (aka ID 20000730.002)
75152              
75153              Subject: fix and question re: waitpid() under win32
75154              
75155              Make the safety catch for buggy gccs work with triple version
75156              numbers like 2.95.2.  Reported in
75157              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
75158              
75159              In Digital UNIX warn if gcc explicitly chosen because even
75160              2.95.2 is known to cause problems.
75161              
75162              Make chr() for values >127 to create utf8 when under utf8.
75163              
75164              various syntax errors and such (not fixed: comp/require.t#22 coredump
75165              on Windows)
75166              
75167              Stash away the largefiles flags and libswanted.
75168              
75169              BOM patching from Simon Cozens.
75170              
75171              If gccosandvers is equal to osname, clear gccosandvers.
75172              
75173              Make p4desc to skip non-mainperl branches by default.
75174              
75175              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
75176              
75177              The test from this
75178              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
75179              
75180              In new BSDs changes to argv[] do not show up in ps(1) output,
75181              instead one must use setproctitle().  This was already addressed
75182              by change #6457, but the below has a new variant for FreeBSD 4.0
75183              or later, and the matter is also documented more.
75184              
75185              FreeBSD 3.* updates from
75186              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
75187              
75188              regen_headers, regen perltoc.
75189              
75190              Document in one place the memory abstractions used in Perl core.
75191              
75192              memcpy has n o in it, as pinted ut by Sarathy.
75193              
75194              Remove the extraneous "main::" prefix from all the
75195              "opened only for", "on closed", and "never opened" warnings.
75196              
75197              The name of a filehandle does not have <these>.
75198              
75199              The tr utf8 patching continues.
75200              
75201              The new setproctitle() feature is available only in 
75202              bleeding edge FreeBSD.  From Paul Saab.
75203              
75204              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
75205              
75206              Dump UVs as UVs in Data::Dumper.
75207              
75208              detypo #6494
75209              
75210              Document the IVdf UVuf UVof UVxf.
75211              
75212              require.t needs binmode() to work on windows
75213              
75214              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
75215              that are hopefully soon put into use.
75216              
75217              Allow "no Module;" even if there is no 'unimport'.
75218              
75219              Better skip message for the test; one of the two problems in
75220              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
75221              
75222              The subtest 4 may fail also on VOBS, as pointed out
75223              by Nick Ing-Simmons in November 1999, bug id 19991124.003
75224              (but the failure in that bug report isn't the subtest 4).
75225              
75226              Be more informative on what is skipped and why,
75227              also repeat the list at the end.
75228              
75229              Add a URL for FSF.
75230              
75231              Subject: [PATCH] sv.h documentation - SvLEN
75232              
75233              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
75234              
75235              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
75236              
75237              Subject: [PATCH] bad cppsymbols on os2 + Configure question
75238              
75239              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
75240              
75241              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
75242              mention the idea of @( and @)
75243              
75244              This is 6512.  Really.
75245              
75246              Subject: [ID 19990721.004] Documentation bug in perlfunc
75247              
75248              Subject: Minor tweak to perlvar.pod
75249              
75250              In the warnings call filehandles consistently so;
75251              add "unopened" warning for stat().
75252              
75253              After the #6519 a warning about stat() is just that,
75254              not about a filetest, which now have their own warning.
75255              
75256              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
75257              
75258              Subject: Re: Array vs. List context
75259              
75260              Subject: New perlcc, take 2
75261              
75262              Weed buglets pointed out by
75263              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
75264              
75265              gcc versions might have (parentheses) in them.
75266              
75267              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
75268              
75269              Essential prototype changes were missing from #6527.
75270              Also make report_evil_fh() more bomb-proof.
75271              
75272              Zap lib/Sys directory when cleaning up.
75273              
75274              Change the Policy policy: now -Dprefix= with an existing
75275              Policy.sh and prefix == siteprefix == vendorprefix, then all
75276              of them follow along the new prefix.
75277              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
75278              
75279              Continue fixing the io warnings.  This also
75280              sort of fixes bug ID 20000802.003: the core dump
75281              is no more.  Whether the current behaviour is correct
75282              (giving a warning: "Not a format reference"), is another matter.
75283              
75284              Have symbols for the IoTYPEs.
75285              
75286              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
75287              
75288              Document a bit that UDP is not what you might think.
75289              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
75290              tr memory corruption fix from Simon Cozens.
75291              
75292              Plug the security hole described in the Aug 05 2000 bugtraq message
75293              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
75294              The security hole exists only in suidperls, which isn't
75295              installed or even built by default.
75296      Branch: maint-5.6/perl
75297           !> (integrate 71 files)
75298 ____________________________________________________________________________
75299 [  7882] By: gsar                                  on 2000/11/27  10:25:36
75300         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
75301              from mainline
75302              
75303              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
75304              to be fatal errors (instead of by default ignoring them, and
75305              ignoring with a bug: even though -w gave an error, the opening [
75306              was left in)  Reported in:
75307              
75308              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
75309              
75310              Subject: [PATCH] split /^/
75311              
75312              MacOS nits from Matthias Neeracher.
75313              
75314              More split() doc and test patches from Mike Guy.
75315              
75316              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
75317              from Graham Barr in the module list.
75318              
75319              docfix from Peter Scott <Peter@PSDT.com>.
75320              
75321              File::Temp patches for VMS and OS/2 from Tim Jenness.
75322              
75323              open() wariness in perlbug.
75324              
75325              Subject: [PATCH] minor doc change - perlguts
75326              
75327              Subject: Minor doc patch: handy.h
75328              
75329              Be wary of close()s, too.
75330              
75331              Further File::Temp patches from Yitzchak Scott-Thoennes
75332              and Craig A. Berry.
75333              
75334              Subject: [PATCH] fixes bug 20000508.004
75335              
75336              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
75337              
75338              Allow "no AutoLoader;", based on change #6444,
75339              suggested by Graham Barr.
75340              
75341              Use setproctitle() if available to modify $0.
75342              
75343              Warn if the version of the operating system used to compile gcc
75344              differs from the current version of the operating system.
75345              Also display the gcc compilation os and version in myconfig.
75346              Inspiration from
75347              
75348              Tiny fixes for #6460.
75349              
75350              The problem described in this
75351              Subject: [ID 20000322.018] named chars aren't magical enough
75352              has been fixed in perl 5.6.0 but just in case added a test
75353              to keep it away.  (The report from Joseph Hall.)
75354              
75355              Tune the comments and hopefully stop a memory leak.
75356              
75357              Subject: UTF8 concat
75358              (with a memory leak fixed, plus a few casts added)
75359              This also seems to help for
75360              Subject: [ID 20000716.015] join UTF8 weirdness
75361              
75362              Do not upgrade SVs into utf8 just because they participate
75363              in eq or cmp.  Reported and fix suggested in
75364              Subject: [ID 20000720.009] sv_eq UTF8 bug
75365              
75366              Fix the HALF_UPGRADE() macro introduced in #6263.
75367              
75368              Find green threads before native threads.
75369              Subject: Re: Patch to jpl/JNI/Makefile.PL
75370      Branch: maint-5.6/perl
75371           !> (integrate 30 files)
75372 ____________________________________________________________________________
75373 [  7881] By: jhi                                   on 2000/11/27  05:48:41
75374         Log: It seems that *both* the unused submatch loop cleanup
75375              codes are needed.
75376      Branch: perl
75377            ! regexec.c
75378 ____________________________________________________________________________
75379 [  7880] By: jhi                                   on 2000/11/27  04:50:07
75380         Log: Clean .exists deeper.
75381      Branch: perl
75382            ! Makefile.SH
75383 ____________________________________________________________________________
75384 [  7879] By: jhi                                   on 2000/11/27  02:31:35
75385         Log: The code in regcppop() (see #7878) contains the correct lower
75386              limit for the unused submatch 'cleanup' loop so that under
75387              "use utf8" the following code wouldn't dump core:
75388              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
75389              the cleanup loop in regtry() stomped beyond allocated area
75390              in the startp[] array.  Therefore, copied the correct lower
75391              loop limit (*PL_reglastparen) to regtry().  Note: something
75392              may still not be quite right: why was the _higher_ loop limit
75393              (prog->nparens) different in the utf8 case?
75394              
75395              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
75396              without core dumps, there were about 17 of them before
75397              the patch (with us since Perl 5.7.0).  Two failures, still:
75398              496 and 505 (though these may not be severe).
75399              
75400              Patch #7881 is also needed since both the cleanup loops
75401              seem to be needed.
75402              
75403              Also, the t/op/pat#44 seems to core dump under utf8.
75404              Plus a couple of failures.  UGH-8.
75405      Branch: perl
75406            ! regexec.c
75407 ____________________________________________________________________________
75408 [  7878] By: jhi                                   on 2000/11/27  02:21:17
75409         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
75410              the code in regcppop() seems to be redundant for the test suite --
75411              but it contains a germ of truth, and it needed for the build
75412              process itself: see #7879 and #7881.
75413      Branch: perl
75414            ! regexec.c
75415 ____________________________________________________________________________
75416 [  7877] By: jhi                                   on 2000/11/27  01:53:09
75417         Log: Comment on comment.
75418      Branch: perl
75419            ! regexec.c
75420 ____________________________________________________________________________
75421 [  7876] By: jhi                                   on 2000/11/27  00:49:59
75422         Log: Adjust the docs to agree with #7875.
75423      Branch: perl
75424            ! pod/perllocale.pod
75425 ____________________________________________________________________________
75426 [  7875] By: jhi                                   on 2000/11/27  00:49:27
75427         Log: Retract #7863.  It makes more sense not to taint formatted output,
75428              not even by sprintf().
75429      Branch: perl
75430            ! sv.c
75431 ____________________________________________________________________________
75432 [  7874] By: jhi                                   on 2000/11/26  23:36:02
75433         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
75434              Not really fixed (should really dump the UTF-8 charclass),
75435              but stopped displaying the garbage.
75436              
75437              Also add a note on the (missing) Unicode PSXSPC and BLANK.
75438      Branch: perl
75439            ! regcomp.c
75440 ____________________________________________________________________________
75441 [  7873] By: jhi                                   on 2000/11/26  21:31:13
75442         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
75443      Branch: perl
75444            ! regexec.c
75445 ____________________________________________________________________________
75446 [  7872] By: jhi                                   on 2000/11/26  21:06:04
75447         Log: No need to scan till infinity, 13 is enough.
75448      Branch: perl
75449            ! handy.h utf8.c
75450 ____________________________________________________________________________
75451 [  7871] By: jhi                                   on 2000/11/26  20:20:32
75452         Log: Test line numbers are different with utf8.
75453      Branch: perl
75454            ! t/op/re_tests
75455 ____________________________________________________________________________
75456 [  7870] By: jhi                                   on 2000/11/26  20:10:12
75457         Log: Message nit.
75458      Branch: perl
75459            ! regcomp.c
75460 ____________________________________________________________________________
75461 [  7869] By: jhi                                   on 2000/11/26  19:01:05
75462         Log: Make utf8_length() and utf8_distance() (the latter of which
75463              is unused at the moment) to be less forgiving about bad UTF-8.
75464      Branch: perl
75465            ! embed.h embed.pl objXSUB.h proto.h utf8.c
75466 ____________________________________________________________________________
75467 [  7868] By: jhi                                   on 2000/11/26  18:45:56
75468         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
75469              From: Benjamin Holzman <bah@ecnvantage.com>
75470              Date: Sat, 25 Nov 2000 20:40:20 -0500       
75471              Message-ID: <20001125204020.A25040@ecnvantage.com>              
75472              
75473              Debian allows installing /usr/bin/locale without installing
75474              any locales, an error message will ensue.
75475      Branch: perl
75476            ! t/pragma/locale.t
75477 ____________________________________________________________________________
75478 [  7867] By: jhi                                   on 2000/11/26  18:31:12
75479         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
75480              From: Benjamin Holzman <bah@ecnvantage.com>
75481              Date: Sun, 26 Nov 2000 02:42:34 -0500
75482              Message-ID: <20001126024234.G25040@ecnvantage.com>
75483              
75484              Patch for the bug 20000212.002.
75485      Branch: perl
75486            ! sv.c t/op/array.t
75487 ____________________________________________________________________________
75488 [  7866] By: jhi                                   on 2000/11/26  18:28:09
75489         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
75490              From: Tim Jenness <t.jenness@jach.hawaii.edu>
75491              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
75492              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
75493              
75494              File::Temp 0.11.
75495      Branch: perl
75496            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
75497 ____________________________________________________________________________
75498 [  7865] By: jhi                                   on 2000/11/26  18:24:22
75499         Log: The metaconfig unit change for #7864.
75500      Branch: metaconfig/U/perl
75501            ! need_va_copy.U
75502 ____________________________________________________________________________
75503 [  7864] By: jhi                                   on 2000/11/26  18:23:41
75504         Log: Make the va_copy() test not to be so talkative.
75505      Branch: perl
75506            ! Configure config_h.SH
75507 ____________________________________________________________________________
75508 [  7863] By: jhi                                   on 2000/11/26  18:11:02
75509         Log: Fix locale inconsistencies unearthed by Hugo's work.
75510              Now the floating point sprintf really does taint the result
75511              string as perllocale promises (has promised for a long time)
75512              if "use locale" is in the lexical scope.
75513      Branch: perl
75514            ! sv.c t/pragma/locale.t
75515 ____________________________________________________________________________
75516 [  7862] By: jhi                                   on 2000/11/26  00:35:15
75517         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
75518              From: Nicholas Clark <nick@ccl4.org>
75519              Date: Sun, 26 Nov 2000 00:07:50 +0000
75520              Message-ID: <20001126000750.A22446@plum.flirble.org>
75521              
75522              Infinit.
75523      Branch: perl
75524            ! sv.c
75525 ____________________________________________________________________________
75526 [  7861] By: jhi                                   on 2000/11/26  00:01:26
75527         Log: Integrate perlio:
75528              
75529              [  7860]
75530              Correct relative path from new ext\Filter\Util\Call location
75531              back to miniperl.
75532              
75533              [  7857]
75534              All tests pass on Win32/gcc/USE_PERLIO.
75535              - when crlf layer is pushed make unix-level binary.
75536              - remove :crlf injection in pp_backtick in pp_sys.c
75537              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
75538              
75539              [  7853]
75540              Re-arrange crlf vs binary for platforms that care.
75541              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
75542              Lip-service to making stdio layer work on such platforms (untested).
75543              Now fails 3 tests rather than one, checkin to see if I can debug 
75544              the issue under linux. (Do not merge.)
75545      Branch: perl
75546           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
75547 ____________________________________________________________________________
75548 [  7860] By: nick                                  on 2000/11/25  22:04:17
75549         Log: Correct relative path from new ext\Filter\Util\Call location
75550              back to miniperl.
75551      Branch: perlio
75552            ! win32/makefile.mk
75553 ____________________________________________________________________________
75554 [  7859] By: nick                                  on 2000/11/25  21:26:54
75555         Log: Integrate mainline.
75556      Branch: perlio
75557           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
75558           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
75559           +> t/lib/filter-util.t
75560            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75561            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
75562            - t/lib/filt-util.t
75563           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
75564           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
75565           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
75566           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
75567           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
75568           !> win32/makefile.mk
75569 ____________________________________________________________________________
75570 [  7858] By: gsar                                  on 2000/11/25  20:52:17
75571         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
75572              parent's memory; fix it by keeping track of the actual pad
75573              offset rather than a raw pointer (this change is probably also
75574              relevant to non-ithreads case to avoid fallout from reallocs of
75575              the pad array, but is currently only enabled for the ithreads
75576              case in the interests of minimal disruption to existing "well
75577              tested" code)
75578      Branch: perl
75579            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
75580            ! proto.h scope.c scope.h sv.c t/op/fork.t
75581 ____________________________________________________________________________
75582 [  7857] By: nick                                  on 2000/11/25  20:01:28
75583         Log: All tests pass on Win32/gcc/USE_PERLIO.
75584              - when crlf layer is pushed make unix-level binary.
75585              - remove :crlf injection in pp_backtick in pp_sys.c
75586              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
75587      Branch: perlio
75588            ! doio.c perlio.c pp_sys.c win32/makefile.mk
75589 ____________________________________________________________________________
75590 [  7856] By: jhi                                   on 2000/11/25  18:38:30
75591         Log: Update the metaconfig units for #7855.
75592      Branch: metaconfig/U/perl
75593            ! useperlio.U usesocks.U
75594 ____________________________________________________________________________
75595 [  7855] By: jhi                                   on 2000/11/25  18:37:54
75596         Log: Undo the SOCKS workarounds, instead start using PerlIO
75597              if SOCKS is selected.
75598              
75599              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
75600              From: Jens Hamisch <jens@Strawberry.COM>
75601              Date: Fri, 24 Nov 2000 18:31:30 +0100
75602              Message-ID: <20001124183130.E28337@Strawberry.COM>
75603              
75604              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
75605              From: Jens Hamisch <jens@Strawberry.COM>
75606              Date: Fri, 24 Nov 2000 19:11:51 +0100
75607              Message-ID: <20001124191151.A28753@Strawberry.COM>
75608      Branch: perl
75609            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
75610            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
75611 ____________________________________________________________________________
75612 [  7854] By: jhi                                   on 2000/11/25  17:39:08
75613         Log: Undo #7848.  Some of the code seems to use walkoptree(),
75614              some walkoptree_slow().  An unfinished renaming?
75615              Now the sub is walkoptree() (which is @EXPORT_OK),
75616              the walkoptree_slow() is a typeglob alias to walkoptree.
75617              This makes the tests to pass, at least.
75618      Branch: perl
75619            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
75620 ____________________________________________________________________________
75621 [  7853] By: nick                                  on 2000/11/24  22:24:33
75622         Log: Re-arrange crlf vs binary for platforms that care.
75623              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
75624              Lip-service to making stdio layer work on such platforms (untested).
75625              Now fails 3 tests rather than one, checkin to see if I can debug 
75626              the issue under linux. (Do not merge.)
75627      Branch: perlio
75628            ! doio.c perlio.c perliol.h
75629 ____________________________________________________________________________
75630 [  7852] By: jhi                                   on 2000/11/24  18:57:39
75631         Log: AUTHORS edits.
75632      Branch: perl
75633            ! AUTHORS
75634 ____________________________________________________________________________
75635 [  7851] By: jhi                                   on 2000/11/24  17:34:56
75636         Log: Add Jan-Erik Karlsson.
75637      Branch: perl
75638            ! AUTHORS
75639 ____________________________________________________________________________
75640 [  7850] By: jhi                                   on 2000/11/24  17:27:56
75641         Log: Configure should find stdchar on its own.
75642      Branch: perl
75643            ! hints/solaris_2.sh
75644 ____________________________________________________________________________
75645 [  7849] By: jhi                                   on 2000/11/24  17:24:55
75646         Log: Subject: PATCH over 7848: Filter test flawed
75647              From: andreas.koenig@anima.de (Andreas J. Koenig)
75648              Date: 24 Nov 2000 10:28:29 +0100
75649              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
75650      Branch: perl
75651            ! t/lib/filter-util.t
75652 ____________________________________________________________________________
75653 [  7848] By: jhi                                   on 2000/11/24  17:22:15
75654         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
75655              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
75656              Date: Fri, 24 Nov 2000 16:12:58 +0000
75657              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
75658      Branch: perl
75659            ! ext/B/B.pm
75660 ____________________________________________________________________________
75661 [  7847] By: jhi                                   on 2000/11/24  03:07:01
75662         Log: Integrate perlio:
75663              
75664              [  7844]
75665              Win32/perlio Now just fails one io/argv.t test - lack 
75666              of default :crlf on standard streams.
75667              
75668              [  7843]
75669              Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
75670              peek fail is showing a real problem (multiple crlf layers
75671              are getting pushed.)
75672              
75673              [  7842]
75674              Implement PerlIO_binmode()
75675              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
75676              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
75677              make binmode in t/lib/io_tell.t unconditional so that works.
75678              Checkin just so Win32 machine can see these changes.
75679              
75680              [  7836]
75681              Implement crlf layer - not ready for merge.
75682      Branch: perl
75683           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
75684           !> win32/makefile.mk
75685 ____________________________________________________________________________
75686 [  7846] By: gsar                                  on 2000/11/24  00:55:57
75687         Log: integrate changes#6415..6418,6420..6438 from mainline
75688              
75689              Fix the bitvector ops for utf8 (tricky since past 7 bits
75690              the utf8 'characters' can be more than one octet).
75691              
75692              MPE/ix updates for perl 5.6.0 from Mark Bixby.
75693              
75694              Subject: SDBM_File documentation
75695              
75696              Detypo.
75697              
75698              Decutandpasto.
75699              
75700              Send all installperl messages to STDERR and be -w clean.
75701              
75702              Out-of-date note removed.
75703              
75704              Protect against "wild next"s, that is, callbacks doing "next"
75705              instead of "return".
75706              
75707              Use STDOUT consistently.
75708              
75709              The output might have been produced in the wrong order.
75710              
75711              A missing 'break' after the [[:space:]] switch case.
75712              
75713              Add tests for
75714              [ID 19991110.003] another matching finding by pcre author
75715              which has already been fixed by some patch, as verified in
75716              
75717              Documentation to explain the behaviour of map().
75718              
75719              Add an optimization for map-maps-a-list-element-to-more-list-elements
75720              case, but add also notes explaining the relationship of this
75721              patch and the earlier notes by Sarathy.
75722              
75723              Subject: [ID 20000716.023] syslog test fails without sockets
75724              
75725              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
75726              Test cases for #6431.
75727              
75728              File::Spec::VMS fixup for tmpdir from Craig Berry.
75729              
75730              Make the "uninit variable" warning to say "concat or string"
75731              or "join or string" when in concat or join .
75732              
75733              Get UTF16 BOMs working.  Patch from
75734              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
75735              
75736              Subject: [PATCH] Make large file tests deal with SIGXFSZ
75737              
75738              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
75739              
75740              Subject: [PATCH] av.c apidoc
75741      Branch: maint-5.6/perl
75742           !> (integrate 43 files)
75743 ____________________________________________________________________________
75744 [  7845] By: gsar                                  on 2000/11/24  00:20:45
75745         Log: integrate changes#6406..6414 from mainline
75746              
75747              Merge perlhacktut into perlhack, update perlguts.
75748              
75749              Fix AutoSplit to use File::Spec the right way in VMS,
75750              from Peter Prymmer.
75751              
75752              The bug report
75753              [ID 19991110.002] minimal matching discrepancy found by pcre author
75754              seems to have been fixed (though differently from what was suggested
75755              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
75756              
75757              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
75758              not in pod, from Peter Prymmer
75759              
75760              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
75761              From: Hugo <hv@crypt.compulink.co.uk>
75762              Date: Fri, 14 Jul 2000 23:05:20 +0100
75763              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
75764              
75765              Didn't anymore apply, but that point still could use another fix.
75766              
75767              lib/b test fixes from Peter Prymmer.
75768              
75769              More docs for sv functions.
75770              
75771              perlvms.pod whitespace cleanup to keep pod utils happy.
75772              
75773              another VMS build tweak from Peter Prymmer
75774      Branch: maint-5.6/perl
75775           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
75776           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
75777           !> vms/descrip_mms.template vms/perlvms.pod
75778 ____________________________________________________________________________
75779 [  7844] By: nick                                  on 2000/11/23  23:42:45
75780         Log: Win32/perlio Now just fails one io/argv.t test - lack 
75781              of default :crlf on standard streams.
75782      Branch: perlio
75783            ! doio.c perlio.c
75784 ____________________________________________________________________________
75785 [  7843] By: nick                                  on 2000/11/23  23:04:05
75786         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
75787              peek fail is showing a real problem (multiple crlf layers
75788              are getting pushed.)
75789      Branch: perlio
75790            ! doio.c perlio.c win32/makefile.mk
75791 ____________________________________________________________________________
75792 [  7842] By: nick                                  on 2000/11/23  19:46:23
75793         Log: Implement PerlIO_binmode()
75794              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
75795              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
75796              make binmode in t/lib/io_tell.t unconditional so that works.
75797              Checkin just so Win32 machine can see these changes.
75798      Branch: perlio
75799            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
75800 ____________________________________________________________________________
75801 [  7841] By: jhi                                   on 2000/11/23  19:30:00
75802         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
75803      Branch: perl
75804            ! README.amiga
75805 ____________________________________________________________________________
75806 [  7840] By: jhi                                   on 2000/11/23  17:18:02
75807         Log: SOCKS wrestling continues, patches from Jens Hamisch.
75808      Branch: perl
75809            ! doio.c embed.h embed.pl perlsdio.h proto.h
75810 ____________________________________________________________________________
75811 [  7839] By: jhi                                   on 2000/11/23  16:54:14
75812         Log: Push Filter::Util::Call one level deeper.
75813      Branch: perl
75814            + t/lib/filter-util.t
75815           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
75816           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
75817            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75818            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
75819            - t/lib/filt-util.t
75820            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
75821            ! win32/Makefile win32/makefile.mk
75822 ____________________________________________________________________________
75823 [  7838] By: jhi                                   on 2000/11/23  16:52:40
75824         Log: Reach back one higher up when searching for PERL_SRC.
75825      Branch: perl
75826            ! lib/ExtUtils/MM_Unix.pm
75827 ____________________________________________________________________________
75828 [  7837] By: jhi                                   on 2000/11/23  16:05:41
75829         Log: Subject: Re: perl@7826
75830              Date: Thu, 23 Nov 2000 02:20:25 -0600
75831              From: "Craig A. Berry" <craigberry@mac.com>
75832              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
75833              
75834              Make VMS to like Filter::Util::Call. 
75835      Branch: perl
75836            ! configure.com ext/Filter/Util/Makefile.PL
75837 ____________________________________________________________________________
75838 [  7836] By: nick                                  on 2000/11/23  16:04:08
75839         Log: Implement crlf layer - not ready for merge.
75840      Branch: perlio
75841            ! perlio.c win32/makefile.mk
75842 ____________________________________________________________________________
75843 [  7835] By: jhi                                   on 2000/11/23  15:56:52
75844         Log: STDCHAR is different in Sparc v9 vs x86.
75845      Branch: perl
75846            ! hints/solaris_2.sh
75847 ____________________________________________________________________________
75848 [  7834] By: jhi                                   on 2000/11/23  15:50:47
75849         Log: The type needs to be visible to protos.
75850      Branch: perl
75851            ! perl.h
75852 ____________________________________________________________________________
75853 [  7833] By: jhi                                   on 2000/11/23  15:40:46
75854         Log: Finish unfinished SOCKS workaround changes.
75855      Branch: perl
75856            ! doio.c
75857 ____________________________________________________________________________
75858 [  7832] By: jhi                                   on 2000/11/23  15:33:30
75859         Log: Integrate perlio:
75860              
75861              [  7831]
75862              Correct makefile.mk dependancies for ext/Filter/Util
75863              Build ext/Encode
75864              Run dmake regen_config_h
75865      Branch: perl
75866           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
75867           !> win32/makefile.mk
75868 ____________________________________________________________________________
75869 [  7831] By: nick                                  on 2000/11/23  10:31:07
75870         Log: Correct makefile.mk dependancies for ext/Filter/Util
75871              Build ext/Encode
75872              Run dmake regen_config_h
75873      Branch: perlio
75874            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
75875            ! win32/makefile.mk
75876 ____________________________________________________________________________
75877 [  7830] By: nick                                  on 2000/11/23  08:05:07
75878         Log: Integrate mainline
75879      Branch: perlio
75880           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75881           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
75882           +> t/lib/filt-util.pl t/lib/filt-util.t
75883           !> (integrate 41 files)
75884 ____________________________________________________________________________
75885 [  7829] By: gsar                                  on 2000/11/23  03:07:11
75886         Log: build the Filter extension on windows
75887      Branch: perl
75888            ! win32/Makefile win32/makefile.mk
75889 ____________________________________________________________________________
75890 [  7828] By: gsar                                  on 2000/11/23  02:46:35
75891         Log: regenerate win32/config* and fix some inconsistencies in the
75892              makefiles; always export Perl_deb() because it is needed
75893              by ext/re/* (whether perl itself is built with -DDEBUGGING
75894              or not)
75895      Branch: perl
75896            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
75897            ! win32/config_H.vc win32/makefile.mk
75898 ____________________________________________________________________________
75899 [  7827] By: gsar                                  on 2000/11/23  02:18:38
75900         Log: get sources building on windows+MSVC again (untested with other
75901              compilers)
75902      Branch: perl
75903            ! win32/include/sys/socket.h win32/perllib.c
75904 ____________________________________________________________________________
75905 [  7826] By: jhi                                   on 2000/11/23  01:18:26
75906         Log: Update Changes.
75907      Branch: perl
75908            ! Changes patchlevel.h
75909 ____________________________________________________________________________
75910 [  7825] By: jhi                                   on 2000/11/23  00:20:41
75911         Log: Subject: Re: av.c patch (having slight problems)
75912              From: "Ben Tilly" <ben_tilly@hotmail.com>
75913              Date: Tue, 21 Nov 2000 23:29:31 -0500
75914              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
75915              
75916              unshift() speedup.
75917      Branch: perl
75918            ! av.c
75919 ____________________________________________________________________________
75920 [  7824] By: jhi                                   on 2000/11/22  23:59:15
75921         Log: Fixes for signedness warnings noticed by VMSperlers.
75922      Branch: perl
75923            ! ext/Storable/Storable.xs regcomp.c sv.c
75924 ____________________________________________________________________________
75925 [  7823] By: jhi                                   on 2000/11/22  23:19:31
75926         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
75927              From: Peter Prymmer <pvhp@forte.com>
75928              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
75929              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
75930      Branch: perl
75931            ! t/pragma/warn/pp_hot
75932 ____________________________________________________________________________
75933 [  7822] By: jhi                                   on 2000/11/22  22:52:20
75934         Log: Be clean.
75935      Branch: perl
75936            ! Makefile.SH
75937 ____________________________________________________________________________
75938 [  7821] By: jhi                                   on 2000/11/22  22:46:39
75939         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
75940              by Damian Conway, as suggested by Paul Marquess.
75941      Branch: perl
75942            + lib/Filter/Simple.pm
75943 ____________________________________________________________________________
75944 [  7820] By: jhi                                   on 2000/11/22  22:45:51
75945         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
75946      Branch: perl
75947            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
75948            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
75949            + t/lib/filt-util.t
75950            ! MANIFEST
75951 ____________________________________________________________________________
75952 [  7819] By: jhi                                   on 2000/11/22  22:03:27
75953         Log: Integrate perlio:
75954              
75955              [  7802]
75956              Win32 PerlIO intermediate state now working as expected.
75957              - In current state we are still using C runtime in text/binary
75958              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
75959              - PERLIO=stdio and PERLIO=unix pass all expected tests.
75960              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
75961              and PerlIO_seek() and the dummy crlf layer is not making adjustments
75962              for CRLF translation happening in C runtime. All other tests pass.
75963              Added note to README.win32 to point out the snags of doing a perl build
75964              with Norton AntiVirus turned on.
75965              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
75966              which file a fail comes from.
75967              Updated "canned" config.h to match the one generated.
75968      Branch: perl
75969           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
75970           !> win32/makefile.mk
75971 ____________________________________________________________________________
75972 [  7818] By: jhi                                   on 2000/11/22  21:56:02
75973         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
75974      Branch: perl
75975            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
75976            ! t/lib/io_sock.t
75977 ____________________________________________________________________________
75978 [  7817] By: jhi                                   on 2000/11/22  21:39:49
75979         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
75980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75981              Date: Wed, 22 Nov 2000 16:08:12 -0500
75982              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
75983      Branch: perl
75984            ! lib/ExtUtils/Liblist.pm
75985 ____________________________________________________________________________
75986 [  7816] By: jhi                                   on 2000/11/22  21:38:25
75987         Log: Go ahead and #include <unistd.h> in perl.h.
75988      Branch: perl
75989            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
75990            ! util.c
75991 ____________________________________________________________________________
75992 [  7815] By: jhi                                   on 2000/11/22  21:22:52
75993         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
75994              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75995              Date: Mon, 20 Nov 2000 18:30:52 -0500
75996              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
75997      Branch: perl
75998            ! pod/perlre.pod regcomp.c t/op/re_tests
75999 ____________________________________________________________________________
76000 [  7814] By: jhi                                   on 2000/11/22  21:21:46
76001         Log: Subject: [PATCH 5.7.0] Liblist finally works
76002              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76003              Date: Tue, 21 Nov 2000 22:02:17 -0500
76004              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
76005      Branch: perl
76006            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
76007            ! lib/ExtUtils/MakeMaker.pm
76008 ____________________________________________________________________________
76009 [  7813] By: jhi                                   on 2000/11/22  21:20:23
76010         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
76011              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76012              Date: Wed, 22 Nov 2000 17:53:15 +0100
76013              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
76014              
76015              AIX dynaloader and perlio patch.
76016      Branch: perl
76017            ! ext/DynaLoader/dl_aix.xs
76018 ____________________________________________________________________________
76019 [  7812] By: jhi                                   on 2000/11/22  21:17:52
76020         Log: (Accidentally empty patch.)
76021      Branch: perl
76022            ! av.c
76023 ____________________________________________________________________________
76024 [  7811] By: jhi                                   on 2000/11/22  21:16:31
76025         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
76026              From: Peter Prymmer <pvhp@forte.com>
76027              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
76028              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
76029      Branch: perl
76030            ! vms/test.com
76031 ____________________________________________________________________________
76032 [  7810] By: jhi                                   on 2000/11/22  21:15:36
76033         Log: Subject: Re: perl@7777 
76034              From: "John P. Linderman" <jpl@research.att.com>
76035              Date: Wed, 22 Nov 2000 13:11:11 -0500
76036              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
76037              
76038              Detypoing.
76039      Branch: perl
76040            ! lib/CPAN.pm
76041 ____________________________________________________________________________
76042 [  7809] By: jhi                                   on 2000/11/22  21:14:19
76043         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
76044              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
76045              Date:     Wed, 22 Nov 2000 13:51:37 EST
76046              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
76047      Branch: perl
76048            ! perlsdio.h
76049 ____________________________________________________________________________
76050 [  7808] By: jhi                                   on 2000/11/22  21:13:27
76051         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
76052              From: Casey Tweten <crt@kiski.net>
76053              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
76054              Message-Id: <200011201653.LAA10194@home.kiski.net>
76055      Branch: perl
76056            ! t/lib/io_udp.t
76057 ____________________________________________________________________________
76058 [  7807] By: jhi                                   on 2000/11/22  21:12:35
76059         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
76060              From: Casey Tweten <crt@kiski.net>
76061              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
76062              Message-Id: <200011201636.LAA07227@home.kiski.net>
76063      Branch: perl
76064            ! t/lib/io_sock.t
76065 ____________________________________________________________________________
76066 [  7806] By: jhi                                   on 2000/11/22  21:10:59
76067         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
76068              From: "Casey R. Tweten" <crt@kiski.net>
76069              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
76070              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
76071      Branch: perl
76072            ! utils/h2xs.PL
76073 ____________________________________________________________________________
76074 [  7805] By: nick                                  on 2000/11/22  21:05:06
76075         Log: Integrate mainline
76076      Branch: perlio
76077           !> Changes Porting/genlog ext/DB_File/DB_File.xs
76078           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
76079           !> utils/perlbug.PL
76080 ____________________________________________________________________________
76081 [  7804] By: jhi                                   on 2000/11/22  21:01:12
76082         Log: Subject: [PATCH] Test.pm POD peculiarity
76083              From: "Casey R. Tweten" <crt@kiski.net>
76084              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
76085              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
76086      Branch: perl
76087            ! lib/Test.pm
76088 ____________________________________________________________________________
76089 [  7803] By: jhi                                   on 2000/11/22  20:59:59
76090         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
76091              From: "Philip Newton" <pnewton@gmx.de>
76092              Date: Wed, 22 Nov 2000 14:25:53 +0100
76093              Message-Id: <3A1BD771.25462.1939FAD@localhost>
76094              
76095              Be case-understanding also on 's', and use the -oi of sendmail
76096              not to terminate the transmission on a lone '.'.
76097      Branch: perl
76098            ! utils/perlbug.PL
76099 ____________________________________________________________________________
76100 [  7802] By: nick                                  on 2000/11/22  20:51:42
76101         Log: Win32 PerlIO intermediate state now working as expected.
76102              - In current state we are still using C runtime in text/binary
76103              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
76104              - PERLIO=stdio and PERLIO=unix pass all expected tests.
76105              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
76106              and PerlIO_seek() and the dummy crlf layer is not making adjustments
76107              for CRLF translation happening in C runtime. All other tests pass.
76108              
76109              Added note to README.win32 to point out the snags of doing a perl build
76110              with Norton AntiVirus turned on.
76111              
76112              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
76113              which file a fail comes from.
76114              
76115              Updated "canned" config.h to match the one generated.
76116      Branch: perlio
76117            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
76118            ! win32/makefile.mk
76119 ____________________________________________________________________________
76120 [  7801] By: jhi                                   on 2000/11/22  06:50:20
76121         Log: Nickety nits.
76122      Branch: perl
76123            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
76124 ____________________________________________________________________________
76125 [  7800] By: jhi                                   on 2000/11/22  01:29:55
76126         Log: Changes had accidentally gone too silent on non-main branches.
76127      Branch: perl
76128            ! Changes Porting/genlog patchlevel.h
76129 ____________________________________________________________________________
76130 [  7799] By: gsar                                  on 2000/11/22  01:02:56
76131         Log: some lib_pm.PL changes snuck in via change#7772
76132      Branch: maint-5.6/perl
76133            ! Makefile.SH
76134 ____________________________________________________________________________
76135 [  7798] By: nick                                  on 2000/11/21  21:59:40
76136         Log: Integrate mainline
76137      Branch: perlio
76138           !> (integrate 28 files)
76139 ____________________________________________________________________________
76140 [  7797] By: jhi                                   on 2000/11/21  21:01:45
76141         Log: Integrate perlio:
76142              
76143              [  7796]
76144              Win32 builds and runs (mostly) with USE_PERLIO.
76145              PERLIO=perlio passes all tests. 
76146              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
76147              
76148              [  7790]
76149              If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
76150              
76151              [  7788]
76152              Make extra buffer layer work (dummy crlf layer)
76153      Branch: perl
76154           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
76155 ____________________________________________________________________________
76156 [  7796] By: nick                                  on 2000/11/21  20:36:22
76157         Log: Win32 builds and runs (mostly) with USE_PERLIO.
76158              PERLIO=perlio passes all tests. 
76159              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
76160      Branch: perlio
76161            ! perlio.c win32/perllib.c win32/win32.c
76162 ____________________________________________________________________________
76163 [  7795] By: jhi                                   on 2000/11/21  19:03:44
76164         Log: Update Changes.
76165      Branch: perl
76166            ! Changes patchlevel.h
76167 ____________________________________________________________________________
76168 [  7794] By: jhi                                   on 2000/11/21  18:56:34
76169         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
76170              From: "Craig A. Berry" <craigberry@mac.com>
76171              Date: Mon, 20 Nov 2000 20:27:06 -0600
76172              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
76173              
76174              A cut-and-pasto.
76175      Branch: perl
76176            ! perlio.h
76177 ____________________________________________________________________________
76178 [  7793] By: jhi                                   on 2000/11/21  18:54:41
76179         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
76180              From: Dominic Dunlop <domo@computer.org> 
76181              Date: Mon, 20 Nov 2000 18:55:29 +0100
76182              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
76183              
76184              va_copy() and the need of it.
76185              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
76186      Branch: metaconfig/U/perl
76187            + need_va_copy.U
76188      Branch: perl
76189            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76190            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
76191            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
76192            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
76193            ! win32/config.bc win32/config.gc win32/config.vc
76194 ____________________________________________________________________________
76195 [  7792] By: jhi                                   on 2000/11/21  17:04:10
76196         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
76197      Branch: perl
76198           !> scope.h
76199 ____________________________________________________________________________
76200 [  7791] By: jhi                                   on 2000/11/21  17:01:16
76201         Log: Export the SOCKS workaround symbols only if necessary.
76202      Branch: perl
76203            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
76204 ____________________________________________________________________________
76205 [  7790] By: nick                                  on 2000/11/20  23:57:11
76206         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
76207      Branch: perlio
76208            ! scope.h
76209 ____________________________________________________________________________
76210 [  7789] By: nick                                  on 2000/11/20  23:38:33
76211         Log: Integrate mainline
76212      Branch: perlio
76213           +> lib/File/Spec/Epoc.pm
76214           !> (integrate 34 files)
76215 ____________________________________________________________________________
76216 [  7788] By: nick                                  on 2000/11/20  23:20:18
76217         Log: Make extra buffer layer work (dummy crlf layer)
76218      Branch: perlio
76219            ! doio.c perlio.c perlio.h
76220 ____________________________________________________________________________
76221 [  7787] By: jhi                                   on 2000/11/20  22:44:04
76222         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
76223              From: Peter Prymmer <pvhp@forte.com>
76224              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
76225              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
76226      Branch: perl
76227            ! t/pragma/locale.t
76228 ____________________________________________________________________________
76229 [  7786] By: jhi                                   on 2000/11/20  22:29:10
76230         Log: Subject: DOC PATCH 5.6.0 perlreftut
76231              From: mjd@plover.com
76232              Date: 20 Nov 2000 19:45:06 -0000
76233              Message-ID: <20001120194506.9505.qmail@plover.com>
76234      Branch: perl
76235            ! pod/perlreftut.pod
76236 ____________________________________________________________________________
76237 [  7785] By: jhi                                   on 2000/11/20  22:27:44
76238         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
76239              From: David Dyck <dcd@tc.fluke.com>
76240              Date: Mon, 20 Nov 2000 11:43:40 -0800
76241              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
76242      Branch: perl
76243            ! lib/Cwd.pm
76244 ____________________________________________________________________________
76245 [  7784] By: jhi                                   on 2000/11/20  22:23:21
76246         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
76247              Date: Mon, 20 Nov 2000 17:06:10 -0500
76248              To: Mailing list Perl5 <perl5-porters@perl.org>
76249              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
76250      Branch: perl
76251            ! pp_ctl.c t/op/pat.t
76252 ____________________________________________________________________________
76253 [  7783] By: jhi                                   on 2000/11/20  22:11:18
76254         Log: Subject: [PATCH] doop.c - UTF8 tr///               
76255              From: Simon Cozens <simon@cozens.net>
76256              Date: Sat, 18 Nov 2000 18:49:30 +0000
76257              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
76258              
76259              Subject: Re: [PATCH] doop.c - UTF8 tr///           
76260              From: Simon Cozens <simon@cozens.net>
76261              Date: Mon, 20 Nov 2000 20:45:22 +0000
76262              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
76263              
76264              Make tr on UTF-8 better but still not correct.
76265      Branch: perl
76266            ! doop.c
76267 ____________________________________________________________________________
76268 [  7782] By: jhi                                   on 2000/11/20  22:02:16
76269         Log: Remove the shared object before attempting to create
76270              (by linking) a new one.  E.g. in AIX not removing
76271              becomes quite painful if one tries to do more than one
76272              build in the same tree (an interrupted build, for example),
76273              since the AIX' shared dynaloader seemingly keeps the shared
76274              objects open and therefore 'busy' for quite a while, even when
76275              nobody is using the objects, leading into link failures.
76276      Branch: perl
76277            ! lib/ExtUtils/MM_Unix.pm
76278 ____________________________________________________________________________
76279 [  7781] By: gsar                                  on 2000/11/20  19:02:55
76280         Log: type mismatch due to faulty integration
76281      Branch: maint-5.6/perl
76282            ! toke.c win32/Makefile
76283 ____________________________________________________________________________
76284 [  7780] By: gsar                                  on 2000/11/20  17:31:55
76285         Log: integrate changes#6392,6394..6399,6401..6404
76286              
76287              The {multiplier} of a fixed substring was overlooked which
76288              caused a wrong initial search offset for that substring.
76289              
76290              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
76291              From: Hugo <hv@crypt.compulink.co.uk>
76292              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
76293              Date: Thu, 13 Jul 2000 19:27:13 +0100
76294              
76295              Fix the BOM bug: not a byteorder bug, a signedness bug.
76296              
76297              Replace change #6337 with a better one.
76298              
76299              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
76300              From: Hugo <hv@crypt.compulink.co.uk>
76301              Date: Fri, 14 Jul 2000 04:16:20 +0100
76302              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
76303              
76304              MakeMaker should not remove editor backups (*~) on `make clean`
76305              by default (completes change#6383)
76306              
76307              move new variables to the end of the interpreter structure (for
76308              bincompat in code that doesn't #include XSUB.h)
76309              
76310              rename totally bletcherous SvLOCK() thingy (doesn't do what the
76311              name suggests anyway)
76312              
76313              various cleanups (typos, misformatted code, and small bugs)
76314              
76315              typecasts needed for change#6394
76316              
76317              typos in change#6399, regen headers
76318              
76319              inconsistent types needs casts
76320              
76321              PERL_OBJECT build tweaks
76322      Branch: maint-5.6/perl
76323           !> MANIFEST doop.c embed.h embed.pl embedvar.h
76324           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
76325           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
76326           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
76327           !> toke.c util.c
76328 ____________________________________________________________________________
76329 [  7779] By: gsar                                  on 2000/11/20  17:06:29
76330         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
76331              
76332              Cosmetics and perldelta.
76333              
76334              Fix nits noticed by Boston.pm.
76335              
76336              Do the cc sanity check both before the hints and
76337              after the cc selction.
76338              
76339              get sprintf.t to adjust properly for 3-digit exponents
76340              
76341              don't clobber *.orig files on *clean targets
76342              
76343              fix bugs in processing %v-*d and similar format specs (from
76344              Avi Finkel <avi@finkel.org>)
76345              
76346              sprintf test tweaks (from Dominic Dunlop)
76347              
76348              new selfloader.t in change#6183 doesn't close DATA handles,
76349              and thus fails to clean up tmp files on dosish platforms
76350              
76351              typos (spotted by Peter Prymmer)
76352              
76353              typo fix from Craig Berry
76354      Branch: maint-5.6/perl
76355           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
76356           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
76357           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
76358           !> x2p/Makefile.SH
76359 ____________________________________________________________________________
76360 [  7778] By: gsar                                  on 2000/11/20  16:46:51
76361         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
76362              
76363              Subject: Re: format bug report  [Patch]
76364              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76365              Date: Wed, 05 Jul 2000 13:12:52 +0200
76366              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
76367              
76368              Subject: Re: format bug report  [Patch]
76369              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76370              Date: Wed, 05 Jul 2000 14:10:01 +0200
76371              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
76372              
76373              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
76374              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76375              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
76376              Date: Fri, 07 Jul 2000 17:57:16 +0100
76377              
76378              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
76379              To: perl5-porters@perl.org
76380              From: Karsten Sperling <spiff@phreax.net>
76381              Date: Mon, 10 Jul 2000 15:12:52 +0200
76382              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
76383              
76384              README.posix-bc podified from Thomas Dorner.
76385              
76386              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
76387              From: Dominic Dunlop <domo@computer.org>
76388              Date: Tue, 11 Jul 2000 12:27:33 +0200
76389              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
76390              
76391              Typo in #6341.
76392              
76393              Fix for
76394              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
76395              From: Roderick Schertler <roderick@argon.org>
76396              Date: Tue, 11 Jul 2000 13:55:05 -0400
76397              Message-Id: <200007111755.NAA05077@jones.argon.org>
76398              
76399              Minor cleanups on the booklist.
76400              
76401              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
76402              regen perltoc.
76403              
76404              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
76405      Branch: maint-5.6/perl
76406           +> pod/perlbook.pod
76407           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
76408           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
76409           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
76410 ____________________________________________________________________________
76411 [  7777] By: jhi                                   on 2000/11/20  16:08:49
76412         Log: Update Changes.
76413      Branch: perl
76414            ! Changes patchlevel.h
76415 ____________________________________________________________________________
76416 [  7776] By: jhi                                   on 2000/11/20  15:27:56
76417         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
76418              This may be overly harsh but until proven otherwise, we think this
76419              way, or until we have a simple test for Configure (having to start
76420              up servers is does not count as simple) to check for the problems.
76421      Branch: perl
76422            ! perl.h
76423 ____________________________________________________________________________
76424 [  7775] By: jhi                                   on 2000/11/20  15:22:17
76425         Log: Solaris hints tweaks.
76426      Branch: perl
76427            ! hints/solaris_2.sh
76428 ____________________________________________________________________________
76429 [  7774] By: jhi                                   on 2000/11/20  15:01:20
76430         Log: Add a workaround to SOCKS 64-bit problems.
76431      Branch: perl
76432            ! doio.c embed.h embed.pl perlsdio.h proto.h
76433 ____________________________________________________________________________
76434 [  7773] By: jhi                                   on 2000/11/20  14:51:47
76435         Log: sysseek() instead of seek().
76436      Branch: perl
76437            ! t/lib/syslfs.t
76438 ____________________________________________________________________________
76439 [  7772] By: gsar                                  on 2000/11/20  13:06:23
76440         Log: integrate changes#6315..6319,6321..6331,6333..6338
76441              
76442              Integrate with Sarathy, preliminary fix for unicos
76443              alignment problems in [ID 20000612.002] Perl problem on Cray system.
76444              
76445              some debugger output does not go to the socket when RemotePort is set
76446              
76447              winsock cleanup never done on Windows (leads to handle leaks)
76448              
76449              fix UNC path handling on Windows under ithreads, and chdir()
76450              return value when given a non-existent directory
76451              
76452              Autogenerate pod/Makefile and pod/buildtoc.
76453              buildtoc also checks whether the existin pods are
76454              mentioned in MANIFEST and perl.pod, and vice versa.
76455              (None of the thusly found discrepancies fixed yet.)
76456              roffitall also needs to be autogenerated similarly but it
76457              seems so badly out of date that I didn't touch it yet.
76458              
76459              Config is being used.
76460              
76461              Add =head1 NAMEs so that buildtoc is happy.
76462              (The CGI::Util nit reported to Lincoln.)
76463              
76464              Fix complaints of buildtoc.
76465              
76466              Fix the alignment problem in Crays ([ID 20000612.002]).
76467              
76468              Remove perlbook, update perlfaq book listing,
76469              rearrange perl.pod, regenerate perltoc.
76470              
76471              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
76472              was cast to an unsigned (32-bit) integer with wild abandon.
76473              
76474              winsock options weren't being set in all threads under ithreads
76475              (caused send()s from second and subsequent threads to fail)
76476              
76477              accept() leaks memory on windows due to incorrect ordering of
76478              closesocket() and fclose() calls
76479              
76480              Reorder perl.pod once more.
76481              
76482              More POSIX.pod tweaks.
76483              
76484              Sprinkle ldlibpath.
76485              
76486              Precedence goof, fix based on
76487              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
76488              From: Hugo <hv@crypt.compulink.co.uk>
76489              Date: Tue, 11 Jul 2000 12:52:38 +0100
76490              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
76491              
76492              Subject: PATCH perlguts.pod: Document D and d magic types
76493              From: mjd@plover.com
76494              Date: 5 Jul 2000 18:01:51 -0000
76495              Message-ID: <20000705180151.29413.qmail@plover.com>
76496              
76497              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
76498              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
76499              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
76500              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
76501              
76502              Subject: [PATCH cfgperl] $& segfaults if you trick it
76503              From: simon@brecon.co.uk (Simon Cozens)
76504              Date: 7 Jul 2000 11:26:09 GMT
76505              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
76506              
76507              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
76508              From: Hugo <hv@crypt.compulink.co.uk>
76509              Date: Tue, 11 Jul 2000 12:44:50 +0100
76510              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
76511              
76512              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
76513              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76514              Date: Tue, 11 Jul 2000 13:50:51 +0100
76515              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
76516      Branch: maint-5.6/perl
76517           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
76518           +> pod/buildtoc.PL
76519            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
76520           !> (integrate 26 files)
76521 ____________________________________________________________________________
76522 [  7771] By: gsar                                  on 2000/11/20  12:31:42
76523         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
76524              6310,6311,6314
76525              
76526              Subject: [PATCH bleedperl] File::Spec 0.82 beta
76527              From: Barrie Slaymaker <barries@jester.slaysys.com>
76528              Date: Wed, 28 Jun 2000 11:35:29 -0400
76529              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
76530              
76531              tweak perlembed for multiplicity/usethreads sanity; correct notes
76532              about Windows
76533              
76534              localize %INC in a Safe compartment so that use/require work
76535              (many other magic globals probably need similar treatment)
76536              
76537              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
76538              when @_ is modified, causing coredumps
76539              
76540              slurp mode fix in change#4736 still not quite right
76541              
76542              Point to perlipc for more SysV IPC examples.
76543              
76544              Elaborate POSIX.pod.  Still needs work.
76545              
76546              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
76547              
76548              fix large memory leak that has been around for ever, masked by
76549              -DPURIFY (most of the arenas were never freed!)
76550              
76551              fix memory leak on Windows (PL_sys_intern contents were never
76552              freed)
76553              
76554              PERL_OBJECT build tweak
76555              
76556              adjust change#6299
76557              
76558              remove rel2abs prototypes (from Barrie Slaymaker)
76559              
76560              missing perldiag entry for unpack("w",...) diagnostic (from
76561              Andreas Koenig)
76562              
76563              better diagnostic on Frob->stuff() when Frob:: doesn't exist
76564              (from Richard Soderberg <rs@oregonnet.com>)
76565              
76566              Win32 patches for cfgperl from Sarathy.
76567              
76568              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
76569              
76570              More POSIX.pod embellishment.
76571              
76572              tyop in change#6306
76573      Branch: maint-5.6/perl
76574           !> (integrate 44 files)
76575 ____________________________________________________________________________
76576 [  7770] By: gsar                                  on 2000/11/20  11:51:00
76577         Log: integrate changes#6268..6282 from cfgperl branch
76578              
76579              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
76580              From: Dominic Dunlop <domo@computer.org>
76581              Date: Thu, 29 Jun 2000 12:32:39 +0200
76582              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
76583              
76584              Regen headers for #6261 (and update embed.pl for this) and #6267,
76585              silence few compiler warnings.
76586              
76587              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
76588              From: Nicholas Clark <nick@talking.bollo.cx>
76589              Date: Fri, 23 Jun 2000 16:21:15 +0100
76590              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
76591              
76592              Subject: PATCH pod/perltie.pod
76593              From: Ian Phillipps <Ian.Phillipps@iname.com>
76594              Date: Fri, 16 Jun 2000 00:17:19 +0100
76595              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
76596              (only the first hunk, the second hunk had already been done
76597              by some other patch)
76598              
76599              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
76600              From: Tom Phoenix <rootbeer@redcat.com>
76601              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
76602              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
76603              
76604              Subject: [PATCH] xsub attributes
76605              From: Doug MacEachern <dougm@covalent.net>
76606              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
76607              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
76608              
76609              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
76610              From: Andy Dougherty <doughera@lafayette.edu>
76611              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
76612              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
76613              
76614              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
76615              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
76616              Date: Tue, 13 Jun 2000 02:43:48 -0500
76617              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
76618              
76619              Subject: [PATCH] Re: eval documentation: context
76620              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76621              Date: Mon, 12 Jun 2000 15:07:29 +0100
76622              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
76623              
76624              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
76625              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
76626              Date: Mon, 12 Jun 2000 14:55:59 +0100
76627              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
76628              
76629              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
76630              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
76631              Date: Fri, 09 Jun 2000 12:39:27 -0400
76632              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
76633              (plus update the version "number" of Text::Wrap)
76634              
76635              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
76636              From: Tim Ayers <tayers@bridge.com>
76637              Date: Thu, 08 Jun 2000 08:11:06 +0200
76638              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
76639              [resent by Richard Foley, Message-Id probably wrong]
76640              
76641              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
76642              From: rspier@pobox.com (Robert Spier)
76643              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
76644              Message-ID: <14654.31913.845602.610277@rls.cx>
76645              
76646              Subject: [PATCH 5.6.0] utils/h2xs.PL
76647              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
76648              Date: Wed, 7 Jun 2000 04:02:04 -0500
76649              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
76650              
76651              Subject: [PATCH 5.6.0]ITHREADs for VMS
76652              From: Dan Sugalski <dan@sidhe.org>
76653              Date: Tue, 06 Jun 2000 11:59:50 -0400
76654              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
76655      Branch: maint-5.6/perl
76656           !> (integrate 31 files)
76657 ____________________________________________________________________________
76658 [  7769] By: gsar                                  on 2000/11/20  11:29:06
76659         Log: integrate changes#6261..6266 from cfgperl
76660              
76661              Subject: Re: [PATCH cfgperl] BOMs away!
76662              From: simon@brecon.co.uk (Simon Cozens)
76663              Date: 17 Jun 2000 11:49:57 GMT
76664              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
76665              
76666              Subject: 5.6.0 Patch for EPOC
76667              From: Olaf Flebbe <o.flebbe@gmx.de>
76668              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
76669              Message-ID: <23449.960929969@www11.gmx.net>
76670              
76671              tr fixes from Simon Cozens
76672              
76673              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
76674              From: Marty Lucich <marty@netcom.com>
76675              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
76676              Message-Id: <200006282116.OAA11148@netcom.com>
76677              ccdlflags update (the BSD/OS 4.1 part had already been taken
76678              care of by #6141).
76679              
76680              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
76681              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76682              Date: Wed, 28 Jun 2000 17:50:12 -0700
76683              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
76684              
76685              Subject: [PATCH 5.6.0] cygwin port
76686              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
76687              From: "Fifer, Eric" <EFifer@sanwaint.com>
76688              Date: Thu, 29 Jun 2000 12:58:29 +0100
76689      Branch: maint-5.6/perl
76690           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
76691           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
76692           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
76693           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
76694 ____________________________________________________________________________
76695 [  7768] By: gsar                                  on 2000/11/20  11:13:44
76696         Log: integrate changes#6252..6256,6259..6260
76697              
76698              Paranoia tweak on #6249.
76699              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
76700              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
76701              Date: Sun, 25 Jun 2000 23:43:12 -0400
76702              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
76703              
76704              Subject: tr///, help wanted.
76705              From: simon@brecon.co.uk (Simon Cozens)
76706              Date: 28 Jun 2000 11:29:04 GMT
76707              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
76708              
76709              small thinko tweaks
76710              
76711              tweaks from Simon Conzes to further fix tr/// under utf8
76712              
76713              perlnewmod was missing from MANIFEST.
76714              
76715              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
76716              From: simon@brecon.co.uk (Simon Cozens)
76717              Date: 17 Jun 2000 11:56:44 GMT
76718              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
76719              pack U0, pack C0
76720      Branch: maint-5.6/perl
76721           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
76722           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
76723           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
76724           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
76725 ____________________________________________________________________________
76726 [  7767] By: gsar                                  on 2000/11/20  10:51:38
76727         Log: integrate change#6250 from cfgperl
76728              
76729              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
76730              From: Doug MacEachern <dougm@covalent.net>
76731              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
76732              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
76733      Branch: maint-5.6/perl
76734           +> t/op/my_stash.t
76735           !> MANIFEST embed.pl global.sym proto.h toke.c
76736 ____________________________________________________________________________
76737 [  7766] By: gsar                                  on 2000/11/20  10:48:34
76738         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
76739              
76740              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
76741              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
76742              Date: Mon, 26 Jun 2000 18:40:14 +0100
76743              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
76744              
76745              Subject: [PATCH] bytes<->utf8 fixes
76746              From: simon@brecon.co.uk (Simon Cozens)
76747              Date: 26 Jun 2000 04:55:45 GMT
76748              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
76749              
76750              Subject: [PATCH] is_utf8_string
76751              From: simon@brecon.co.uk (Simon Cozens)
76752              Date: 26 Jun 2000 02:25:59 GMT
76753              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
76754              
76755              Subject: [PATCH] avoid mg_ptr in '*' magic
76756              From: Doug MacEachern <dougm@covalent.net>
76757              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
76758              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
76759              
76760              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
76761              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
76762              Date: Sat, 24 Jun 2000 13:06:20 +0100
76763              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
76764              
76765              Allow for standalone testing.
76766              
76767              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
76768              From: Mark-Jason Dominus <mjd@plover.com>
76769              Date: Tue, 27 Jun 2000 22:36:42 -0400
76770              Message-ID: <20000628023642.12166.qmail@plover.com>
76771              
76772              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
76773              From: Frank Tobin <ftobin@uiuc.edu>
76774              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
76775              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
76776      Branch: maint-5.6/perl
76777           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
76778           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
76779           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
76780           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
76781           !> utf8.c utils/h2xs.PL
76782 ____________________________________________________________________________
76783 [  7765] By: gsar                                  on 2000/11/20  10:29:13
76784         Log: integrate change#6239 from cfgperl
76785              
76786              Configure maintenance.  Sever some dependency cycles,
76787              separate gccversion from the cc unit,
76788              address [ID 20000623.006] Configure script patch for using gcc on AIX
76789              (but solve it a little bit differently),
76790              unduplex some accidentally duplicated units,
76791              suggest using gcc if no cc available
76792              (p5p thread: "Solaris configure: counterproposal", 1999-09)
76793      Branch: maint-5.6/perl
76794           !> Configure Todo-5.6 config_h.SH
76795 ____________________________________________________________________________
76796 [  7764] By: gsar                                  on 2000/11/20  10:25:55
76797         Log: integrate changes#6233..6238 from cfgperl
76798              
76799              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
76800              From: Mark-Jason Dominus <mjd@plover.com>
76801              Date: Fri, 16 Jun 2000 20:53:04 -0400
76802              Message-ID: <20000617005304.8008.qmail@plover.com>
76803              
76804              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
76805              because when run as services (Win32ese for daemons)
76806              no environment variables are set and tmpdir ends up as /tmp,
76807              which is ambiguous.
76808              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
76809              From: matt@sergeant.org
76810              Date: 16 Jun 2000 16:30:43 -0000
76811              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
76812              
76813              The thread begun by
76814              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
76815              From: Kevin.Ruscoe@ubsw.com
76816              Date: Fri, 16 Jun 2000 16:38:51 +0100
76817              Message-Id: <H000019b03c300d6@MHS>
76818              
76819              Tweak embed.pl, regen headers.
76820              
76821              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
76822              From: Dan Sugalski <dan@sidhe.org>
76823              Date: Fri, 23 Jun 2000 17:00:00 -0400
76824              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
76825      Branch: maint-5.6/perl
76826           !> (integrate 27 files)
76827 ____________________________________________________________________________
76828 [  7763] By: gsar                                  on 2000/11/20  10:08:08
76829         Log: s/perl56delta/perldelta/g
76830      Branch: maint-5.6/perl
76831            ! pod/Makefile
76832 ____________________________________________________________________________
76833 [  7762] By: gsar                                  on 2000/11/20  10:04:00
76834         Log: integrate changes#6225,6229,6231,6232 from cfgperl
76835              
76836              Add source code filenames to apidoc.
76837              From: simon@brecon.co.uk (Simon Cozens)
76838              Subject: [PATCH embed.pl] Source X-ref
76839              Date: 22 Jun 2000 02:18:49 GMT
76840              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
76841              
76842              Subject: README.hpux version 0.6.1
76843              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
76844              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
76845              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
76846              
76847              Subject: [PATCH 5.6.0] cygwin port
76848              From: "Fifer, Eric" <EFifer@sanwaint.com>
76849              Date: Tue, 20 Jun 2000 14:30:58 +0100
76850              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
76851              
76852              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
76853              From: simon@brecon.co.uk (Simon Cozens)
76854              Date: 19 Jun 2000 15:18:27 GMT
76855              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
76856              
76857              plus update pod/Makefile and regenerate perltoc
76858      Branch: maint-5.6/perl
76859           +> pod/perlutil.pod
76860           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
76861           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
76862 ____________________________________________________________________________
76863 [  7761] By: jhi                                   on 2000/11/20  04:09:55
76864         Log: Miraculous typo.
76865      Branch: perl
76866            ! t/op/pat.t
76867 ____________________________________________________________________________
76868 [  7760] By: jhi                                   on 2000/11/20  04:06:08
76869         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
76870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
76871              Date: Sun, 19 Nov 2000 22:30:26 -0500
76872              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
76873      Branch: perl
76874            ! regexec.c scope.h t/op/pat.t
76875 ____________________________________________________________________________
76876 [  7759] By: jhi                                   on 2000/11/20  02:05:22
76877         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
76878      Branch: perl
76879            ! perl.h
76880 ____________________________________________________________________________
76881 [  7758] By: jhi                                   on 2000/11/20  01:58:11
76882         Log: Subject: [perl 7711: EPOC] updates
76883              From: Olaf Flebbe <o.flebbe@gmx.de>
76884              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
76885              Message-ID: <25575.974658810@www23.gmx.net>               
76886      Branch: perl
76887            + lib/File/Spec/Epoc.pm
76888            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
76889            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
76890            ! lib/File/Spec.pm perl.c sv.c
76891 ____________________________________________________________________________
76892 [  7757] By: jhi                                   on 2000/11/20  01:53:11
76893         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
76894      Branch: perl
76895            ! MANIFEST
76896 ____________________________________________________________________________
76897 [  7756] By: jhi                                   on 2000/11/20  01:47:22
76898         Log: Integrate perlio:
76899              
76900              [  7755]
76901              Add dummy crlf layer (just as buffer)
76902              Correct 1st bug - one layer of indirection.
76903              
76904              [  7754]
76905              Work-round to Perl_deb_nocontext is no longer required
76906              
76907              [  7753]
76908              diff -se shows these as different
76909              
76910              [  7752]
76911              Configure GCC/Win32 build -Duseperlio
76912              Fix a couple of gross issues
76913              - double-include of ../deb.o in re.dll
76914              - win32sck.c needs PerlIO and FILE 
76915              
76916              [  7751]
76917              Special case :crlf and :raw in dummy PerlIO_apply_layers
76918              
76919              [  7750]
76920              Missing aTHX_
76921      Branch: perl
76922            - ext/re/hints/MSWin32.pl
76923           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
76924           !> win32/config.gc win32/config_H.gc win32/win32sck.c
76925 ____________________________________________________________________________
76926 [  7755] By: nick                                  on 2000/11/19  20:57:17
76927         Log: Add dummy crlf layer (just as buffer)
76928              Correct 1st bug - one layer of indirection.
76929      Branch: perlio
76930            ! perlio.c perlio.h perliol.h
76931 ____________________________________________________________________________
76932 [  7754] By: nick                                  on 2000/11/19  20:56:12
76933         Log: Work-round to Perl_deb_nocontext is no longer required
76934      Branch: perlio
76935            - ext/re/hints/MSWin32.pl
76936 ____________________________________________________________________________
76937 [  7753] By: nick                                  on 2000/11/19  20:01:16
76938         Log: diff -se shows these as different
76939      Branch: perlio
76940            ! global.sym pod/perlapi.pod
76941 ____________________________________________________________________________
76942 [  7752] By: nick                                  on 2000/11/19  18:57:30
76943         Log: Configure GCC/Win32 build -Duseperlio
76944              Fix a couple of gross issues
76945              - double-include of ../deb.o in re.dll
76946              - win32sck.c needs PerlIO and FILE 
76947      Branch: perlio
76948            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
76949            ! win32/win32sck.c
76950 ____________________________________________________________________________
76951 [  7751] By: nick                                  on 2000/11/19  17:05:36
76952         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
76953      Branch: perlio
76954            ! perlio.c
76955 ____________________________________________________________________________
76956 [  7750] By: nick                                  on 2000/11/19  16:57:14
76957         Log: Missing aTHX_
76958      Branch: perlio
76959            ! sv.c
76960 ____________________________________________________________________________
76961 [  7749] By: jhi                                   on 2000/11/19  16:28:40
76962         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
76963              From: "Peter J. Farley III" <pjfarley@banet.net>
76964              Date: Sun, 19 Nov 2000 01:42:58 -0500
76965              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
76966      Branch: perl
76967            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
76968 ____________________________________________________________________________
76969 [  7748] By: jhi                                   on 2000/11/19  16:08:10
76970         Log: Subject: podlators 1.05 available        
76971              From: Russ Allbery <rra@stanford.edu>   
76972              Date: 18 Nov 2000 22:04:28 -0800
76973              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
76974      Branch: perl
76975            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
76976 ____________________________________________________________________________
76977 [  7747] By: nick                                  on 2000/11/19  11:19:39
76978         Log: Integrate mainline
76979      Branch: perlio
76980           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
76981           !> util.c
76982 ____________________________________________________________________________
76983 [  7746] By: jhi                                   on 2000/11/19  06:42:22
76984         Log: Make hex scanning warn on "\x{x}" and "\xx".
76985              "\x" and and hex("x") are still valid.
76986      Branch: perl
76987            ! util.c
76988 ____________________________________________________________________________
76989 [  7745] By: nick                                  on 2000/11/18  22:52:28
76990         Log: Integrate mainline
76991      Branch: perlio
76992           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
76993           !> perl.h perlio.c proto.h regcomp.c regcomp.h
76994 ____________________________________________________________________________
76995 [  7744] By: jhi                                   on 2000/11/18  22:50:28
76996         Log: Introduce Perl_utf8_length().  Use it.
76997      Branch: perl
76998            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
76999 ____________________________________________________________________________
77000 [  7743] By: jhi                                   on 2000/11/18  22:38:51
77001         Log: Compiler denit.
77002      Branch: perl
77003            ! perlio.c
77004 ____________________________________________________________________________
77005 [  7742] By: jhi                                   on 2000/11/18  20:33:05
77006         Log: Integrate perlio:
77007              
77008              [  7740]
77009              Lexical use open ... support:
77010              add ->cop_io to COP structure in cop.h.
77011              Make mg.c and gv.c associate it with ${^OPEN}.
77012              Make lib/open.pm set it.
77013              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
77014              manner similar to ->cop_warnings.
77015              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
77016              call new PerlIO_apply_layers().
77017              Declare latter in perlio.h and define in perlio.c
77018      Branch: perl
77019           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
77020           !> perlio.h pp_ctl.c pp_sys.c sv.c
77021 ____________________________________________________________________________
77022 [  7741] By: jhi                                   on 2000/11/18  20:31:27
77023         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
77024              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77025              Date: Fri, 17 Nov 2000 20:35:11 -0500
77026              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
77027              
77028              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
77029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77030              Date: Fri, 17 Nov 2000 21:03:47 -0500
77031              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
77032              
77033              Plus a little bit of tweaking in pregcomp().
77034      Branch: perl
77035            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
77036 ____________________________________________________________________________
77037 [  7740] By: nick                                  on 2000/11/18  20:17:22
77038         Log: Lexical use open ... support:
77039              add ->cop_io to COP structure in cop.h.
77040              Make mg.c and gv.c associate it with ${^OPEN}.
77041              Make lib/open.pm set it.
77042              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
77043              manner similar to ->cop_warnings.
77044              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
77045              call new PerlIO_apply_layers().
77046              Declare latter in perlio.h and define in perlio.c
77047      Branch: perlio
77048            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
77049            ! perlio.h pp_ctl.c pp_sys.c sv.c
77050 ____________________________________________________________________________
77051 [  7739] By: jhi                                   on 2000/11/18  19:54:00
77052         Log: Integrate perlio:
77053              
77054              [  7736]
77055              Basic tweaks to do_open() type parsing to allow layer/discipline
77056              part to be isolated.
77057              
77058              [  7727]
77059              Experiment on use of attributes.pm interface.
77060              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
77061              SVt_PVRV if not already something better (else vivify of say magic gets
77062              core dump).
77063      Branch: perl
77064           !> doio.c perlio.c pp.c
77065 ____________________________________________________________________________
77066 [  7738] By: jhi                                   on 2000/11/18  17:16:13
77067         Log: Subject: [PATCH 5.7.0] etags broken again
77068              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77069              Date: Sat, 18 Nov 2000 02:41:36 -0500
77070              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
77071      Branch: perl
77072            ! emacs/ptags
77073 ____________________________________________________________________________
77074 [  7737] By: jhi                                   on 2000/11/18  17:12:18
77075         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
77076      Branch: perl
77077            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
77078 ____________________________________________________________________________
77079 [  7736] By: nick                                  on 2000/11/18  14:06:20
77080         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
77081              part to be isolated.
77082      Branch: perlio
77083            ! doio.c perlio.c
77084 ____________________________________________________________________________
77085 [  7735] By: nick                                  on 2000/11/18  11:03:32
77086         Log: Integrate mainline
77087      Branch: perlio
77088           !> Changes README.amiga README.win32 patchlevel.h
77089           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
77090 ____________________________________________________________________________
77091 [  7734] By: jhi                                   on 2000/11/18  01:18:56
77092         Log: Update Changes.
77093      Branch: perl
77094            ! Changes patchlevel.h
77095 ____________________________________________________________________________
77096 [  7733] By: jhi                                   on 2000/11/18  00:32:54
77097         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
77098              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
77099              Date: Fri, 17 Nov 2000 17:28:02 -0500
77100              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
77101      Branch: perl
77102            ! regcomp.c regexec.c t/op/re_tests
77103 ____________________________________________________________________________
77104 [  7732] By: jhi                                   on 2000/11/18  00:28:56
77105         Log: Sparc 64-bit pack() fix from Jens Hamisch.
77106      Branch: perl
77107            ! pp.c
77108 ____________________________________________________________________________
77109 [  7731] By: jhi                                   on 2000/11/18  00:18:39
77110         Log: Explain in more detail the {} syntax ambiguousity.
77111              
77112              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
77113              From: Nicholas Clark <nick@ccl4.org>
77114              Date: Fri, 17 Nov 2000 22:10:28 +0000
77115              Message-ID: <20001117221028.A88930@plum.flirble.org>
77116      Branch: perl
77117            ! pod/perlfunc.pod
77118 ____________________________________________________________________________
77119 [  7730] By: jhi                                   on 2000/11/18  00:12:18
77120         Log: Subject: Fix for README.amiga (20000323.033)
77121              From: "Stephen P. Potter" <spp@spotter.yi.org>
77122              Date: Fri, 17 Nov 2000 12:25:51 -0500
77123              Message-Id: <200011171725.MAA05768@spotter.yi.org>
77124      Branch: perl
77125            ! README.amiga
77126 ____________________________________________________________________________
77127 [  7729] By: jhi                                   on 2000/11/18  00:08:34
77128         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
77129              From: "A. C. Yardley" <yardley@tanet.net>
77130              Date: Mon, 3 Apr 2000 11:35:33 -0700
77131              Message-ID: <3483.000403@tanet.net>
77132      Branch: perl
77133            ! README.win32
77134 ____________________________________________________________________________
77135 [  7728] By: nick                                  on 2000/11/17  21:59:47
77136         Log: Integrate mainline
77137      Branch: perlio
77138           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
77139           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
77140           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
77141           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
77142 ____________________________________________________________________________
77143 [  7727] By: nick                                  on 2000/11/17  21:56:31
77144         Log: Experiment on use of attributes.pm interface.
77145              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
77146              SVt_PVRV if not already something better (else vivify of say magic gets
77147              core dump).
77148      Branch: perlio
77149            ! perlio.c pp.c
77150 ____________________________________________________________________________
77151 [  7726] By: jhi                                   on 2000/11/17  14:15:49
77152         Log: Subject: Fix for 20000815.006
77153              From: "Stephen P. Potter" <spp@spotter.yi.org>
77154              Date: Fri, 17 Nov 2000 08:57:45 -0500
77155              Message-Id: <200011171357.IAA05122@spotter.yi.org>
77156              
77157              It's really 20000518.006.
77158      Branch: perl
77159            ! pod/perlmodlib.PL
77160 ____________________________________________________________________________
77161 [  7725] By: jhi                                   on 2000/11/17  14:12:31
77162         Log: Subject: Fix for 20000409.001
77163              From: "Stephen P. Potter" <spp@spotter.yi.org>
77164              Date: Fri, 17 Nov 2000 08:55:45 -0500
77165              Message-Id: <200011171355.IAA05104@spotter.yi.org>
77166      Branch: perl
77167            ! pod/perlfaq9.pod
77168 ____________________________________________________________________________
77169 [  7724] By: jhi                                   on 2000/11/17  14:08:58
77170         Log: Undo #7627 now that we have =head3.
77171      Branch: perl
77172            ! pod/perlhack.pod
77173 ____________________________________________________________________________
77174 [  7723] By: jhi                                   on 2000/11/17  14:04:09
77175         Log: As surmised the #7719 wasn't a good move.
77176      Branch: perl
77177            ! hints/solaris_2.sh
77178 ____________________________________________________________________________
77179 [  7722] By: jhi                                   on 2000/11/17  13:59:04
77180         Log: Also the 64bitall hints can be either here or there.
77181      Branch: perl
77182            ! hints/solaris_2.sh
77183 ____________________________________________________________________________
77184 [  7721] By: jhi                                   on 2000/11/17  02:26:23
77185         Log: Test tweak for the open pragma.
77186      Branch: perl
77187            ! t/lib/b.t
77188 ____________________________________________________________________________
77189 [  7720] By: jhi                                   on 2000/11/17  00:23:22
77190         Log: The long double hints can be here or there.
77191      Branch: perl
77192            ! hints/solaris_2.sh
77193 ____________________________________________________________________________
77194 [  7719] By: jhi                                   on 2000/11/17  00:14:06
77195         Log: For Solaris use64bitall the stdchar needs a little bit of help.
77196      Branch: perl
77197            ! hints/solaris_2.sh
77198 ____________________________________________________________________________
77199 [  7718] By: jhi                                   on 2000/11/16  23:27:34
77200         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
77201              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
77202              Date: Wed, 15 Nov 2000 08:56:32 +0100
77203              Message-ID: <3A1241B0.64477E00@alcatel.at>
77204      Branch: perl
77205            ! lib/Carp/Heavy.pm
77206 ____________________________________________________________________________
77207 [  7717] By: jhi                                   on 2000/11/16  23:23:29
77208         Log: Subject: [PATCH] Re: 20001101.003 PDL
77209              From: Nicholas Clark <nick@ccl4.org>
77210              Date: Thu, 16 Nov 2000 16:48:25 +0000
77211              Message-ID: <20001116164825.B93487@plum.flirble.org>
77212      Branch: perl
77213            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
77214 ____________________________________________________________________________
77215 [  7716] By: jhi                                   on 2000/11/16  23:21:31
77216         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
77217              From: "Casey R. Tweten" <crt@kiski.net>
77218              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
77219              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
77220      Branch: perl
77221            ! lib/Pod/Checker.pm pod/perlpod.pod
77222 ____________________________________________________________________________
77223 [  7715] By: jhi                                   on 2000/11/16  23:19:40
77224         Log: Avoid an infinite loop in VMS when utils scripts are run
77225              with no arguments, from Charles Lane.
77226      Branch: perl
77227            ! configure.com
77228 ____________________________________________________________________________
77229 [  7714] By: jhi                                   on 2000/11/16  23:17:08
77230         Log: Subject: perllocale.pod changes
77231              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77232              Date: Mon, 13 Nov 2000 10:09:22 +0300
77233              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
77234      Branch: perl
77235            ! pod/perllocale.pod
77236 ____________________________________________________________________________
77237 [  7713] By: jhi                                   on 2000/11/16  23:14:06
77238         Log: Integrate perlio:
77239              
77240              [  7711]
77241              Minor tweaks:
77242              consistent way of getting 'rb', 'wb' etc. for binary opens
77243              move *perlio::layers to *open::layers
77244              a #define to show layers available
77245              DOSISH popen/PerlIO had export/import sense inverted.
77246      Branch: perl
77247           !> doio.c perlio.c perlio.h util.c
77248 ____________________________________________________________________________
77249 [  7712] By: nick                                  on 2000/11/16  21:10:58
77250         Log: Integrate mainline
77251      Branch: perlio
77252           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
77253           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
77254           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
77255           !> vos/config.ga.def vos/config.ga.h win32/config.bc
77256           !> win32/config.gc win32/config.vc
77257 ____________________________________________________________________________
77258 [  7711] By: nick                                  on 2000/11/16  19:56:41
77259         Log: Minor tweaks:
77260              consistent way of getting 'rb', 'wb' etc. for binary opens
77261              move *perlio::layers to *open::layers
77262              a #define to show layers available
77263              DOSISH popen/PerlIO had export/import sense inverted.
77264      Branch: perlio
77265            ! doio.c perlio.c perlio.h util.c
77266 ____________________________________________________________________________
77267 [  7710] By: jhi                                   on 2000/11/16  15:46:05
77268         Log: Add HAS_SBRK_PROTO.
77269      Branch: metaconfig/U/perl
77270            + d_sbrkproto.U
77271      Branch: perl
77272            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77273            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
77274            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
77275            ! vos/config.ga.def vos/config.ga.h win32/config.bc
77276            ! win32/config.gc win32/config.vc
77277 ____________________________________________________________________________
77278 [  7709] By: nick                                  on 2000/11/16  07:31:49
77279         Log: Integrate mainline
77280      Branch: perlio
77281           !> (integrate 35 files)
77282 ____________________________________________________________________________
77283 [  7708] By: jhi                                   on 2000/11/16  05:33:03
77284         Log: These files are text, not binary.
77285      Branch: perl
77286            ! ext/Encode/Encode/iso8859-10.enc
77287            ! ext/Encode/Encode/iso8859-13.enc
77288            ! ext/Encode/Encode/iso8859-14.enc
77289            ! ext/Encode/Encode/iso8859-15.enc
77290 ____________________________________________________________________________
77291 [  7707] By: jhi                                   on 2000/11/16  01:53:37
77292         Log: Update Changes.
77293      Branch: perl
77294            ! Changes patchlevel.h
77295 ____________________________________________________________________________
77296 [  7706] By: jhi                                   on 2000/11/16  01:35:59
77297         Log: More #undefing of stdio.
77298      Branch: perl
77299            ! fakesdio.h nostdio.h
77300 ____________________________________________________________________________
77301 [  7705] By: jhi                                   on 2000/11/16  01:34:18
77302         Log: Add fwalk() probe to the configuration files and regen perltoc.
77303      Branch: perl
77304            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77305            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
77306            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
77307            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
77308            ! win32/config.bc win32/config.gc win32/config.vc
77309 ____________________________________________________________________________
77310 [  7704] By: jhi                                   on 2000/11/16  01:33:07
77311         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
77312              an optional third argument to Inlibc?)
77313      Branch: metaconfig/U/perl
77314            + d__fwalk.U
77315 ____________________________________________________________________________
77316 [  7703] By: jhi                                   on 2000/11/16  01:09:22
77317         Log: The type of the hash_cb() size argument is tricky.
77318      Branch: perl
77319            ! ext/DB_File/DB_File.xs
77320 ____________________________________________________________________________
77321 [  7702] By: jhi                                   on 2000/11/15  23:01:16
77322         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
77323      Branch: perl
77324            ! nostdio.h
77325 ____________________________________________________________________________
77326 [  7701] By: jhi                                   on 2000/11/15  22:52:32
77327         Log: Detypo.
77328      Branch: perl
77329            ! t/lib/bigfltpm.t
77330 ____________________________________________________________________________
77331 [  7700] By: jhi                                   on 2000/11/15  22:51:56
77332         Log: UINT64_C() work continues.
77333      Branch: perl
77334            ! handy.h perl.h utf8.h
77335 ____________________________________________________________________________
77336 [  7699] By: jhi                                   on 2000/11/15  14:13:04
77337         Log: SOCKS has its own USE_THREADS, based on
77338              
77339              Subject: [ID 20001114.002] et. al. bugfix followup
77340              From: Jens Hamisch <jens@Strawberry.COM> 
77341              Date: Wed, 15 Nov 2000 14:23:11 +0100
77342              Message-ID: <20001115142311.A21164@Strawberry.COM>
77343      Branch: perl
77344            ! perl.h
77345 ____________________________________________________________________________
77346 [  7698] By: jhi                                   on 2000/11/15  03:50:56
77347         Log: Add few missing #undefs and sort them.
77348      Branch: perl
77349            ! fakesdio.h
77350 ____________________________________________________________________________
77351 [  7697] By: jhi                                   on 2000/11/15  03:39:14
77352         Log: Linenumber fix.
77353      Branch: perl
77354            ! t/pragma/warn/utf8
77355 ____________________________________________________________________________
77356 [  7696] By: jhi                                   on 2000/11/15  02:55:26
77357         Log: EBCDIC tweaks.
77358              
77359              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
77360              From: Peter Prymmer <pvhp@forte.com>
77361              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
77362              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
77363      Branch: perl
77364            ! t/op/regmesg.t t/pragma/warn/utf8
77365 ____________________________________________________________________________
77366 [  7695] By: jhi                                   on 2000/11/15  02:53:58
77367         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
77368              From: Peter Prymmer <pvhp@forte.com>
77369              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
77370              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
77371      Branch: perl
77372            ! utf8.c
77373 ____________________________________________________________________________
77374 [  7694] By: jhi                                   on 2000/11/15  02:50:55
77375         Log: Subject: [PATCH: perl@7674] updates to README.os390
77376              From: Prymmer/Kahn <pvhp@best.com>
77377              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
77378              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
77379      Branch: perl
77380            ! README.os390
77381 ____________________________________________________________________________
77382 [  7693] By: jhi                                   on 2000/11/15  02:48:37
77383         Log: Quit utf8_to_uv() instantly if curlen == 0.
77384      Branch: perl
77385            ! utf8.c
77386 ____________________________________________________________________________
77387 [  7692] By: jhi                                   on 2000/11/15  02:24:29
77388         Log: Use u_int32_t for the size of hash_cb(), not size_t.
77389              
77390              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
77391              From: Jens Hamisch <jens@Strawberry.COM>     
77392              Date: Tue, 14 Nov 2000 19:03:55 +0100
77393              Message-Id: <20001114190355.A20559@Strawberry.COM>
77394      Branch: perl
77395            ! ext/DB_File/DB_File.xs
77396 ____________________________________________________________________________
77397 [  7691] By: jhi                                   on 2000/11/15  02:20:12
77398         Log: Use UINT64_C().
77399              
77400              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
77401              From: Jens Hamisch <jens@Strawberry.COM>
77402              Date: Tue, 14 Nov 2000 19:16:23 +0100
77403              Message-Id: <20001114191623.G20559@Strawberry.COM>
77404      Branch: perl
77405            ! utf8.c utf8.h
77406 ____________________________________________________________________________
77407 [  7690] By: jhi                                   on 2000/11/15  02:17:06
77408         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
77409              (a macro to define signed and unsigned integer constants).
77410      Branch: perl
77411            ! handy.h
77412 ____________________________________________________________________________
77413 [  7689] By: jhi                                   on 2000/11/15  01:56:51
77414         Log: Regen Configure.
77415      Branch: perl
77416            ! Configure
77417 ____________________________________________________________________________
77418 [  7688] By: jhi                                   on 2000/11/15  01:56:32
77419         Log: Make the unit know about SOCKS.
77420      Branch: metaconfig
77421            ! U/protos/socksizetype.U
77422 ____________________________________________________________________________
77423 [  7687] By: jhi                                   on 2000/11/15  01:54:47
77424         Log: Remove unused dependencies.
77425      Branch: metaconfig
77426            ! U/compline/d_getpagsz.U
77427 ____________________________________________________________________________
77428 [  7686] By: nick                                  on 2000/11/14  21:25:13
77429         Log: Integrate mainline.
77430      Branch: perlio
77431           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
77432           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
77433           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
77434           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
77435           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
77436           !> win32/config.bc win32/config.gc win32/config.vc
77437           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
77438 ____________________________________________________________________________
77439 [  7685] By: jhi                                   on 2000/11/14  17:54:56
77440         Log: Integrate perlio:
77441              
77442              [  7684]
77443              PerlIO #include and #ifdef re-work.
77444      Branch: perl
77445           +> fakesdio.h perliol.h
77446           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
77447           !> perlsdio.h perlsfio.h pod/perlfunc.pod
77448 ____________________________________________________________________________
77449 [  7684] By: nick                                  on 2000/11/14  17:43:04
77450         Log: PerlIO #include and #ifdef re-work.
77451      Branch: perlio
77452            + fakesdio.h perliol.h
77453            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
77454            ! perlsdio.h perlsfio.h
77455 ____________________________________________________________________________
77456 [  7683] By: jhi                                   on 2000/11/14  15:42:40
77457         Log: Hoist the duplicated socket/netdb include logic to perl.h;
77458              undef SETERRNO in case SOCKS has defined it.  Based on:
77459              
77460              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
77461              From: Jens Hamisch <jens@Strawberry.COM> 
77462              Date: Tue, 14 Nov 2000 11:34:40 +0100
77463              Message-Id: <20001114113440.A20005@Strawberry.COM>
77464      Branch: perl
77465            ! doio.c perl.h pp_sys.c
77466 ____________________________________________________________________________
77467 [  7682] By: jhi                                   on 2000/11/14  14:07:28
77468         Log: Subject: some additions for makefiles for win32 (for perl@7674)
77469              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77470              Date: Tue, 14 Nov 2000 09:31:13 +0300
77471              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
77472      Branch: perl
77473            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
77474            ! win32/makefile.mk
77475 ____________________________________________________________________________
77476 [  7681] By: jhi                                   on 2000/11/14  14:01:41
77477         Log: Subject: tiny typo in perl5db.pl
77478              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
77479              Date: Tue, 14 Nov 2000 09:29:28 +0300
77480              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
77481      Branch: perl
77482            ! lib/perl5db.pl
77483 ____________________________________________________________________________
77484 [  7680] By: jhi                                   on 2000/11/14  04:13:50
77485         Log: Redo #7679 with LFs instead of CRLFs.
77486      Branch: perl
77487            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
77488            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
77489            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
77490 ____________________________________________________________________________
77491 [  7679] By: jhi                                   on 2000/11/14  01:21:09
77492         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
77493              From: Benjamin Stuhl <tiriath@yahoo.com> 
77494              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
77495              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
77496      Branch: perl
77497            + win32/bin/mdelete.bat
77498            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
77499            ! makedef.pl perlio.c win32/Makefile win32/config.gc
77500            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
77501 ____________________________________________________________________________
77502 [  7678] By: jhi                                   on 2000/11/14  01:19:20
77503         Log: Fix the re extension building for Win32.
77504              
77505              Subject: [PATCH perl@7638] Get PerlIO building on Win32
77506              From: Benjamin Stuhl <tiriath@yahoo.com> 
77507              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
77508              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
77509      Branch: perl
77510            + ext/re/hints/MSWin32.pl
77511            ! MANIFEST
77512 ____________________________________________________________________________
77513 [  7677] By: jhi                                   on 2000/11/14  01:13:54
77514         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
77515              From: sthoenna@efn.org
77516              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
77517              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
77518      Branch: perl
77519            ! doop.c pp.c toke.c utf8.c utf8.h
77520 ____________________________________________________________________________
77521 [  7676] By: jhi                                   on 2000/11/13  20:23:15
77522         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
77523              From: Nicholas Clark <nick@ccl4.org>
77524              Date: Mon, 13 Nov 2000 18:55:04 +0000
77525              Message-ID: <20001113185504.J29183@plum.flirble.org>
77526      Branch: perl
77527            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
77528 ____________________________________________________________________________
77529 [  7675] By: nick                                  on 2000/11/13  20:21:57
77530         Log: Integrate mainline ...
77531      Branch: perlio
77532           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
77533           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
77534           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
77535           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
77536 ____________________________________________________________________________
77537 [  7674] By: jhi                                   on 2000/11/13  15:07:56
77538         Log: Update Changes.
77539      Branch: perl
77540            ! Changes patchlevel.h
77541 ____________________________________________________________________________
77542 [  7673] By: jhi                                   on 2000/11/13  14:42:42
77543         Log: Remove the new two tests of lib/io_xs for now, they seem to
77544              fail under perlio on some platforms.
77545      Branch: perl
77546            ! t/lib/io_xs.t
77547 ____________________________________________________________________________
77548 [  7672] By: jhi                                   on 2000/11/13  13:57:53
77549         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
77550      Branch: perl
77551            ! perlio.c
77552 ____________________________________________________________________________
77553 [  7671] By: jhi                                   on 2000/11/13  05:30:48
77554         Log: Placate nervous compilers that see longer than ints switch()ing.
77555      Branch: perl
77556            ! utf8.c
77557 ____________________________________________________________________________
77558 [  7670] By: jhi                                   on 2000/11/13  05:14:21
77559         Log: fputs() does return EOF on error but here we don't care.
77560      Branch: perl
77561            ! perlio.c
77562 ____________________________________________________________________________
77563 [  7669] By: jhi                                   on 2000/11/13  05:02:45
77564         Log: Declare reg_data like reg_substr_data.
77565      Branch: perl
77566            ! regexp.h
77567 ____________________________________________________________________________
77568 [  7668] By: jhi                                   on 2000/11/13  04:54:34
77569         Log: Typos in #7667.
77570      Branch: perl
77571            ! perl.h
77572 ____________________________________________________________________________
77573 [  7667] By: jhi                                   on 2000/11/13  04:49:49
77574         Log: Cleanup messy #ifdef.
77575      Branch: perl
77576            ! perl.h
77577 ____________________________________________________________________________
77578 [  7666] By: jhi                                   on 2000/11/13  04:17:34
77579         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
77580              From: Nicholas Clark <nick@talking.bollo.cx>
77581              Date: Sun, 12 Nov 2000 21:14:11 +0000
77582              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
77583              
77584              Note: only one breakage of the two reported is fixed by this patch.
77585      Branch: perl
77586            ! perlio.c
77587 ____________________________________________________________________________
77588 [  7665] By: jhi                                   on 2000/11/13  04:05:07
77589         Log: Tweak the definition of the bit complement on UTF-8 data:
77590              if none of the characters in the string are > 0xff,
77591              the result is a complemented byte string, not a (UTF-8)
77592              char string.  Based on the summary in
77593              
77594              Subject: Re: [ID 20000918.005] ~ on wide chars
77595              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
77596              Date: Fri, 10 Nov 2000 09:47:15 -0800
77597              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
77598              
77599              This should give us the maximum backward (pre-char string)
77600              compatibility and utf8 compatibility.  The other alternative
77601              would be to limit the bit complement to be always byte only,
77602              taking the least significant byte of the chars.
77603      Branch: perl
77604            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
77605 ____________________________________________________________________________
77606 [  7664] By: jhi                                   on 2000/11/13  00:23:44
77607         Log: Couple of tests from #7660 salvaged.
77608      Branch: perl
77609            - t/op/tell.t
77610            ! MANIFEST t/io/tell.t
77611 ____________________________________________________________________________
77612 [  7663] By: jhi                                   on 2000/11/13  00:02:48
77613         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
77614              From: Nicholas Clark <nick@talking.bollo.cx>
77615              Date: Sun, 12 Nov 2000 21:23:43 +0000
77616              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
77617      Branch: perl
77618            ! perlsfio.h
77619 ____________________________________________________________________________
77620 [  7662] By: jhi                                   on 2000/11/13  00:01:39
77621         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
77622              From: Nicholas Clark <nick@talking.bollo.cx>
77623              Date: Sun, 12 Nov 2000 21:30:04 +0000
77624              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
77625      Branch: perl
77626            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
77627 ____________________________________________________________________________
77628 [  7661] By: jhi                                   on 2000/11/12  23:57:29
77629         Log: Document tell() on special streams.
77630      Branch: perl
77631            ! pod/perlfunc.pod
77632 ____________________________________________________________________________
77633 [  7660] By: jhi                                   on 2000/11/12  23:54:22
77634         Log: (Subsumed by #7664)
77635      Branch: perl
77636            + t/op/tell.t
77637            ! MANIFEST
77638 ____________________________________________________________________________
77639 [  7659] By: jhi                                   on 2000/11/12  22:55:25
77640         Log: Many subdocumented return values of the IO extension now documented.
77641              ungetc and write still left subdocumented.
77642              
77643              Subject: [PATCH] (was Re: IO::Handle::ungetc)
77644              From: Nicholas Clark <nick@talking.bollo.cx>
77645              Date: Sun, 12 Nov 2000 21:35:53 +0000
77646              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
77647      Branch: perl
77648            ! ext/IO/lib/IO/Handle.pm
77649 ____________________________________________________________________________
77650 [  7658] By: jhi                                   on 2000/11/12  21:37:06
77651         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
77652              From: Nicholas Clark <nick@talking.bollo.cx>
77653              Date: Sun, 12 Nov 2000 20:03:22 +0000
77654              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
77655      Branch: perl
77656            ! pod/perlfunc.pod
77657 ____________________________________________________________________________
77658 [  7657] By: jhi                                   on 2000/11/12  20:34:55
77659         Log: Integrate perlio:
77660              
77661              [  7656]
77662              Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
77663      Branch: perl
77664           !> perlio.c
77665 ____________________________________________________________________________
77666 [  7656] By: nick                                  on 2000/11/12  19:25:06
77667         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
77668      Branch: perlio
77669            ! perlio.c
77670 ____________________________________________________________________________
77671 [  7655] By: nick                                  on 2000/11/12  19:09:41
77672         Log: Integrate mainline
77673      Branch: perlio
77674           +> README.solaris ext/Encode/Encode/cp1006.enc
77675           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
77676           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
77677           +> ext/Encode/Encode/iso8859-13.enc
77678           +> ext/Encode/Encode/iso8859-14.enc
77679           +> ext/Encode/Encode/iso8859-15.enc
77680           !> (integrate 34 files)
77681 ____________________________________________________________________________
77682 [  7654] By: jhi                                   on 2000/11/12  19:00:22
77683         Log: Add a metaconfig unit for fsync.
77684      Branch: metaconfig/U/perl
77685            + d_fsync.U
77686 ____________________________________________________________________________
77687 [  7653] By: jhi                                   on 2000/11/12  19:00:01
77688         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
77689      Branch: perl
77690            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77691            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
77692            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
77693            ! vos/config.ga.h win32/config.bc win32/config.gc
77694            ! win32/config.vc
77695 ____________________________________________________________________________
77696 [  7652] By: jhi                                   on 2000/11/11  21:12:01
77697         Log: Copy the s// information of README.hpux also to the perlrun.
77698      Branch: perl
77699            ! README.hpux pod/perlrun.pod
77700 ____________________________________________________________________________
77701 [  7651] By: jhi                                   on 2000/11/11  21:03:13
77702         Log: More README.solaris updates from Andy Dougherty.
77703      Branch: perl
77704            ! README.solaris
77705 ____________________________________________________________________________
77706 [  7650] By: jhi                                   on 2000/11/11  18:38:57
77707         Log: More descriptive error for unknown perlio layers.
77708              
77709              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
77710              From: Dominic Dunlop <domo@computer.org> 
77711              Date: Sat, 11 Nov 2000 18:20:32 +0100             
77712              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
77713      Branch: perl
77714            ! perlio.c pod/perldiag.pod
77715 ____________________________________________________________________________
77716 [  7649] By: jhi                                   on 2000/11/11  18:37:52
77717         Log: MachTen doesn't really do mmap() and munmap().
77718              
77719              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
77720              From: Dominic Dunlop <domo@computer.org> 
77721              Date: Sat, 11 Nov 2000 18:20:32 +0100             
77722              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
77723      Branch: perl
77724            ! hints/machten.sh
77725 ____________________________________________________________________________
77726 [  7648] By: jhi                                   on 2000/11/11  18:36:46
77727         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
77728              From: rspier@pobox.com (Robert Spier)
77729              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
77730              Message-ID: <14861.32839.491271.985797@rls.cx>
77731      Branch: perl
77732            ! Porting/Contract pod/perltoot.pod
77733 ____________________________________________________________________________
77734 [  7647] By: jhi                                   on 2000/11/11  18:35:30
77735         Log: Simplify the getpagesize() unit by dropping the
77736              pagesize probe since it's nowadays slightly more
77737              complicated because of sysconf(). (Note: if some
77738              platform really needs the -lPW for getpagesize,
77739              I just broke it.)
77740              
77741              TODO: a new pagesize unit.
77742      Branch: metaconfig
77743            ! U/compline/d_getpagsz.U
77744 ____________________________________________________________________________
77745 [  7646] By: jhi                                   on 2000/11/11  18:33:23
77746         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
77747      Branch: perl
77748            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77749            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
77750            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
77751            ! vos/config.ga.h win32/config.bc win32/config.gc
77752            ! win32/config.vc
77753 ____________________________________________________________________________
77754 [  7645] By: jhi                                   on 2000/11/11  16:45:15
77755         Log: Use sysconf() or getpagesize() to find out the pagesize.
77756      Branch: perl
77757            ! perlio.c
77758 ____________________________________________________________________________
77759 [  7644] By: jhi                                   on 2000/11/11  15:46:08
77760         Log: Integrate perlio:
77761              
77762              [  7641]
77763              Fixup mmap layer by doing mmap() calls on pagesize boundaries.
77764              Also call "Buf" layer directly when unread'ing non-read chars.
77765      Branch: perl
77766           !> perlio.c
77767 ____________________________________________________________________________
77768 [  7643] By: jhi                                   on 2000/11/11  15:33:36
77769         Log: Subject: Re: [PATCH] README.solaris
77770              From: Lupe Christoph <lupe@lupe-christoph.de>
77771              Date: Sat, 11 Nov 2000 14:08:10 +0100
77772              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
77773      Branch: perl
77774            ! README.solaris
77775 ____________________________________________________________________________
77776 [  7642] By: jhi                                   on 2000/11/11  15:22:12
77777         Log: Subject: [PATCH perl@7638] cygwin port
77778              From: "Eric Fifer" <egf7@columbia.edu>            
77779              Date: Fri, 10 Nov 2000 19:30:30 -0000
77780              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
77781      Branch: perl
77782            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
77783 ____________________________________________________________________________
77784 [  7641] By: nick                                  on 2000/11/11  14:50:36
77785         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
77786              Also call "Buf" layer directly when unread'ing non-read chars.
77787      Branch: perlio
77788            ! perlio.c
77789 ____________________________________________________________________________
77790 [  7640] By: jhi                                   on 2000/11/11  02:05:02
77791         Log: Add more encoding tables.
77792      Branch: perl
77793            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
77794            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
77795            + ext/Encode/Encode/iso8859-10.enc
77796            + ext/Encode/Encode/iso8859-13.enc
77797            + ext/Encode/Encode/iso8859-14.enc
77798            + ext/Encode/Encode/iso8859-15.enc
77799            ! MANIFEST
77800 ____________________________________________________________________________
77801 [  7639] By: jhi                                   on 2000/11/10  18:49:25
77802         Log: Subject: [PATCH] README.solaris
77803              From: Andy Dougherty <doughera@lafayette.edu>
77804              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
77805              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
77806      Branch: perl
77807            + README.solaris
77808            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
77809            ! pod/perl.pod pod/perltoc.pod
77810 ____________________________________________________________________________
77811 [  7638] By: jhi                                   on 2000/11/10  15:04:15
77812         Log: Update Changes.
77813      Branch: perl
77814            ! Changes patchlevel.h
77815 ____________________________________________________________________________
77816 [  7637] By: jhi                                   on 2000/11/10  14:14:28
77817         Log: Explain better why certain regex tests are skipped.
77818              
77819              Subject: Re: tests skipped: unknown reason
77820              From: Lupe Christoph <lupe@lupe-christoph.de>
77821              Date: Fri, 10 Nov 2000 09:08:56 +0100
77822              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
77823      Branch: perl
77824            ! t/op/regexp.t
77825 ____________________________________________________________________________
77826 [  7636] By: nick                                  on 2000/11/10  13:40:00
77827         Log: Integrate mainline.
77828      Branch: perlio
77829           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
77830           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
77831           !> win32/bin/search.pl
77832 ____________________________________________________________________________
77833 [  7635] By: nick                                  on 2000/11/10  13:25:52
77834         Log: Re-instate stdio large file support via perlio.
77835      Branch: perl
77836            ! perlio.c
77837 ____________________________________________________________________________
77838 [  7634] By: jhi                                   on 2000/11/10  04:49:55
77839         Log: Amdahl UTS hints updates.
77840              
77841              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
77842              From: hom00@utsglobal.com (Harold O Morris)
77843              Date: Thu, 9 Nov 2000 20:02 PST
77844              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
77845      Branch: perl
77846            ! hints/uts.sh
77847 ____________________________________________________________________________
77848 [  7633] By: jhi                                   on 2000/11/09  23:33:28
77849         Log: Subject: [PATCH] IO::Seekable pod
77850              From: Nicholas Clark <nick@talking.bollo.cx>
77851              Date: Thu, 9 Nov 2000 20:29:45 +0000
77852              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
77853      Branch: perl
77854            ! ext/IO/lib/IO/Handle.pm
77855 ____________________________________________________________________________
77856 [  7632] By: jhi                                   on 2000/11/09  21:55:41
77857         Log: Various doc oddball characters.
77858              
77859              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
77860              From: Michael Somos <somos@grail.cba.csuohio.edu>
77861              Date: Mon, 6 Nov 2000 17:44:20 -0500
77862              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
77863      Branch: perl
77864            ! emacs/cperl-mode.el lib/unicode/syllables.txt
77865            ! win32/bin/search.pl
77866 ____________________________________________________________________________
77867 [  7631] By: jhi                                   on 2000/11/09  21:12:29
77868         Log: Subject: Re: bash -c exit and linux hints 
77869              From: "John P. Linderman" <jpl@research.att.com>
77870              Date: Thu, 02 Nov 2000 09:37:25 -0500
77871              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
77872      Branch: perl
77873            ! hints/linux.sh
77874 ____________________________________________________________________________
77875 [  7630] By: nick                                  on 2000/11/09  20:34:11
77876         Log: Integrate mainline.
77877      Branch: perlio
77878           !> (integrate 91 files)
77879 ____________________________________________________________________________
77880 [  7629] By: jhi                                   on 2000/11/09  19:46:31
77881         Log: Missing dTHXs.
77882              
77883              Subject: RE: perl@7595 builds not on cygwin
77884              From: "Eric Fifer" <egf7@columbia.edu>
77885              Date: Thu, 9 Nov 2000 19:26:50 -0000
77886              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
77887      Branch: perl
77888            ! ext/Devel/Peek/Peek.xs
77889 ____________________________________________________________________________
77890 [  7628] By: jhi                                   on 2000/11/09  14:48:27
77891         Log: Disable only the tests 99 and 166 for UTF-8 locales.
77892      Branch: perl
77893            ! t/pragma/locale.t
77894 ____________________________________________________________________________
77895 [  7627] By: jhi                                   on 2000/11/09  14:40:27
77896         Log: There's no =head3.
77897      Branch: perl
77898            ! pod/perlhack.pod
77899 ____________________________________________________________________________
77900 [  7626] By: jhi                                   on 2000/11/09  13:54:26
77901         Log: The generated boot_* headers are wrong.  Pickier compiler,
77902              such as KAI C++ will refuse to compile the resulting perlmain.
77903              
77904              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
77905              From: Harri Pasanen <harri.pasanen@trema.com>
77906              Date: Thu, 09 Nov 2000 14:23:28 +0100
77907              Message-Id: <3A0AA550.26D548A3@trema.com>
77908      Branch: perl
77909            ! minimod.pl
77910 ____________________________________________________________________________
77911 [  7625] By: jhi                                   on 2000/11/09  13:50:44
77912         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
77913              From: Prymmer/Kahn <pvhp@best.com>
77914              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
77915              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
77916              
77917              All except the "cow orker" change.
77918      Branch: perl
77919            ! Porting/pumpkin.pod
77920 ____________________________________________________________________________
77921 [  7624] By: jhi                                   on 2000/11/09  13:45:33
77922         Log: Fix for
77923              
77924              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
77925              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
77926              Date: Thu, 09 Nov 2000 11:05:52 +0100
77927              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
77928      Branch: perl
77929            ! pod/perldiag.pod t/pragma/warn/pp_sys
77930 ____________________________________________________________________________
77931 [  7623] By: jhi                                   on 2000/11/09  13:37:16
77932         Log: Typo in an ifndef.
77933              
77934              Subject: Re: [PATCH 5.7.0] better messages from malloc()
77935              From: Joe Smith <jms@inwap.com>         
77936              Date: Thu, 09 Nov 2000 01:33:14 -0800
77937              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
77938      Branch: perl
77939            ! malloc.c
77940 ____________________________________________________________________________
77941 [  7622] By: jhi                                   on 2000/11/09  13:31:18
77942         Log: Remove unused extra arguments.
77943      Branch: metaconfig/U/perl
77944            ! perlxv.U
77945      Branch: perl
77946            ! Configure config_h.SH
77947 ____________________________________________________________________________
77948 [  7621] By: jhi                                   on 2000/11/09  13:16:36
77949         Log: More VMS moves on environment handling, from Charles Lane.
77950      Branch: perl
77951            ! t/pragma/locale.t
77952 ____________________________________________________________________________
77953 [  7620] By: jhi                                   on 2000/11/09  04:42:38
77954         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
77955              From: David Dyck <dcd@tc.fluke.com>
77956              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
77957              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
77958      Branch: perl
77959            ! pp_sys.c
77960 ____________________________________________________________________________
77961 [  7619] By: jhi                                   on 2000/11/09  04:36:21
77962         Log: Forgot from #7618.
77963      Branch: perl
77964            ! lib/File/stat.pm
77965 ____________________________________________________________________________
77966 [  7618] By: jhi                                   on 2000/11/09  04:28:44
77967         Log: Make deleting for %ENV work for (newer versions of) VMS,
77968              from Craig A. Berry.
77969      Branch: perl
77970            ! vms/vms.c
77971 ____________________________________________________________________________
77972 [  7617] By: jhi                                   on 2000/11/09  04:25:05
77973         Log: Subject: [PATCH] Class::Struct at compile time
77974              From: "Casey R. Tweten" <crt@kiski.net>
77975              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
77976              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
77977      Branch: perl
77978            ! lib/Class/Struct.pm
77979 ____________________________________________________________________________
77980 [  7616] By: jhi                                   on 2000/11/09  04:15:17
77981         Log: Subject: [ID 20001108.013] spelling
77982              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
77983              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
77984              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
77985      Branch: perl
77986            ! lib/ftp.pl
77987 ____________________________________________________________________________
77988 [  7615] By: jhi                                   on 2000/11/09  04:12:42
77989         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
77990              From: Peter Prymmer <pvhp@forte.com>
77991              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
77992              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
77993      Branch: perl
77994            ! configure.com
77995 ____________________________________________________________________________
77996 [  7614] By: jhi                                   on 2000/11/08  22:42:55
77997         Log: A missing aTHX_.
77998      Branch: perl
77999            ! ext/IPC/SysV/SysV.xs
78000 ____________________________________________________________________________
78001 [  7613] By: jhi                                   on 2000/11/08  19:30:21
78002         Log: Update Changes.
78003      Branch: perl
78004            ! Changes patchlevel.h
78005 ____________________________________________________________________________
78006 [  7612] By: jhi                                   on 2000/11/08  18:35:25
78007         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
78008              From: David Dyck <dcd@tc.fluke.com>
78009              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
78010              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
78011      Branch: perl
78012            ! pp_sys.c
78013 ____________________________________________________________________________
78014 [  7611] By: jhi                                   on 2000/11/08  18:30:26
78015         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
78016              From: Dominic Dunlop <domo@computer.org>
78017              Date: Tue, 7 Nov 2000 12:05:25 +0100
78018              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
78019      Branch: perl
78020            ! malloc.c
78021 ____________________________________________________________________________
78022 [  7610] By: jhi                                   on 2000/11/08  18:25:14
78023         Log: Do not test UTF-8 locales since that the tests would require
78024              polymorphic regexen.
78025      Branch: perl
78026            ! t/pragma/locale.t
78027 ____________________________________________________________________________
78028 [  7609] By: jhi                                   on 2000/11/08  17:12:51
78029         Log: Locale buglets.
78030              
78031              Subject: RE: Locales support (setlocale) fixes
78032              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78033              Date: Wed, 8 Nov 2000 20:01:39 +0300
78034              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
78035      Branch: perl
78036            ! t/pragma/locale.t util.c
78037 ____________________________________________________________________________
78038 [  7608] By: jhi                                   on 2000/11/08  17:00:16
78039         Log: Deleting $ENV{PATH} in VMS is not recommendable.
78040      Branch: perl
78041            ! t/pragma/locale.t
78042 ____________________________________________________________________________
78043 [  7607] By: jhi                                   on 2000/11/08  16:58:26
78044         Log: Subject: PATCH std stdio for (Free)BSD
78045              From: Nicholas Clark <nick@ccl4.org>
78046              Date: Wed, 8 Nov 2000 15:36:29 +0000
78047              Message-ID: <20001108153629.D98736@plum.flirble.org>
78048      Branch: metaconfig
78049            ! U/compline/d_stdstdio.U
78050      Branch: perl
78051            ! Configure config_h.SH
78052 ____________________________________________________________________________
78053 [  7606] By: jhi                                   on 2000/11/08  16:43:31
78054         Log: Forgot to bump the line numbers in #7601.
78055      Branch: perl
78056            ! t/pragma/warn/pp_sys
78057 ____________________________________________________________________________
78058 [  7605] By: jhi                                   on 2000/11/08  16:39:12
78059         Log: More careful detection of how well NVs and UVs mix.
78060              
78061              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))
78062              From: Nicholas Clark <nick@ccl4.org>
78063              Date: Wed, 8 Nov 2000 15:14:12 +0000
78064              Message-ID: <20001108151412.B98736@plum.flirble.org>
78065              
78066              Added some SIGFPE paranoia.
78067      Branch: metaconfig/U/perl
78068            ! perlxv.U
78069      Branch: perl
78070            ! Configure config_h.SH
78071 ____________________________________________________________________________
78072 [  7604] By: jhi                                   on 2000/11/08  14:39:10
78073         Log: Subject: [patch perl@7595] VMS configure.com tweak
78074              From: "Craig A. Berry" <craigberry@mac.com>
78075              Date: Wed, 8 Nov 2000 00:24:12 -0600
78076              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
78077      Branch: perl
78078            ! configure.com
78079 ____________________________________________________________________________
78080 [  7603] By: jhi                                   on 2000/11/08  14:27:11
78081         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
78082              From: Robin Barker <rmb1@cise.npl.co.uk>
78083              Date: Wed, 8 Nov 2000 11:11:39 GMT
78084              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
78085      Branch: perl
78086            ! perlio.c
78087 ____________________________________________________________________________
78088 [  7602] By: jhi                                   on 2000/11/08  14:25:03
78089         Log: Fix for the tie-refhash string table leaks.
78090              
78091              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
78092              Date: Wed, 8 Nov 2000 13:03:04 GMT
78093              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
78094      Branch: perl
78095            ! t/lib/tie-refhash.t
78096 ____________________________________________________________________________
78097 [  7601] By: jhi                                   on 2000/11/08  14:21:08
78098         Log: Try to avoid flockless and emulationless places.
78099      Branch: perl
78100            ! t/pragma/warn/pp_sys
78101 ____________________________________________________________________________
78102 [  7600] By: jhi                                   on 2000/11/08  02:28:54
78103         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
78104              
78105              Subject: [PATCH] prototyped functions that should be overrideable
78106              From: "Casey R. Tweten" <crt@kiski.net>
78107              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
78108              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
78109      Branch: perl
78110            ! toke.c
78111 ____________________________________________________________________________
78112 [  7599] By: jhi                                   on 2000/11/08  01:12:05
78113         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
78114              
78115              Subject: [PATCH] perlbug.PL
78116              From: "Kurt D. Starsinic" <kstar@chapin.edu>
78117              Date: Mon, 6 Nov 2000 21:39:01 -0500
78118              Message-ID: <20001106213901.B20955@O2.chapin.edu>
78119      Branch: perl
78120            ! utils/perlbug.PL
78121 ____________________________________________________________________________
78122 [  7598] By: jhi                                   on 2000/11/07  23:42:00
78123         Log: Bad thinko in #7581 (I used the test program with the expanded
78124              values as-is).
78125      Branch: metaconfig
78126            ! U/compline/d_stdstdio.U
78127      Branch: perl
78128            ! Configure
78129 ____________________________________________________________________________
78130 [  7597] By: jhi                                   on 2000/11/07  21:43:29
78131         Log: Subject: [PATCH perl@7573] cygwin port
78132              From: "Fifer, Eric" <EFifer@sanwaint.com>
78133              Date: Tue, 7 Nov 2000 18:08:51 -0000 
78134              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
78135              
78136              Synchronize with Cygwin 1.1.5.
78137      Branch: perl
78138            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
78139            ! pod/perlport.pod unixish.h util.c
78140 ____________________________________________________________________________
78141 [  7596] By: jhi                                   on 2000/11/07  21:39:25
78142         Log: perlhack updates from H.Merijn Brand.
78143      Branch: perl
78144            ! pod/perlhack.pod
78145 ____________________________________________________________________________
78146 [  7595] By: jhi                                   on 2000/11/07  20:21:41
78147         Log: Update Changes.
78148      Branch: perl
78149            ! Changes patchlevel.h
78150 ____________________________________________________________________________
78151 [  7594] By: jhi                                   on 2000/11/07  19:18:58
78152         Log: Be more robust in Dynaloader.pm.
78153      Branch: perl
78154            ! ext/DynaLoader/DynaLoader_pm.PL
78155 ____________________________________________________________________________
78156 [  7593] By: jhi                                   on 2000/11/07  16:49:31
78157         Log: AUTHORS update.
78158      Branch: perl
78159            ! AUTHORS
78160 ____________________________________________________________________________
78161 [  7592] By: gsar                                  on 2000/11/07  16:39:51
78162         Log: normalize relative paths in virtualized current directory on windows,
78163              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
78164              returns)
78165      Branch: perl
78166            ! win32/vdir.h
78167 ____________________________________________________________________________
78168 [  7591] By: jhi                                   on 2000/11/07  16:04:26
78169         Log: Too profiler-happy: with optimization the #7590 actually makes
78170              the test to run 0.5% _slower_.  Requires much more instrumentation.
78171              Retract #7590.
78172      Branch: perl
78173            ! regcomp.c regcomp.h
78174 ____________________________________________________________________________
78175 [  7590] By: jhi                                   on 2000/11/07  15:51:13
78176         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
78177              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
78178              by using memset() and testing bytewise (as opposed to bitwise).
78179      Branch: perl
78180            ! regcomp.c regcomp.h
78181 ____________________________________________________________________________
78182 [  7589] By: jhi                                   on 2000/11/07  12:56:39
78183         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
78184              From: "Craig A. Berry" <craig.berry@psinetcs.com>
78185              Date: Mon, 06 Nov 2000 23:45:30 -0500
78186              Message-Id: <0011079735.AA973576259@univpress.com>
78187      Branch: perl
78188            ! configure.com t/lib/st-lock.t
78189 ____________________________________________________________________________
78190 [  7588] By: jhi                                   on 2000/11/07  01:03:28
78191         Log: Tweak #7587.
78192      Branch: perl
78193            ! pod/perldiag.pod
78194 ____________________________________________________________________________
78195 [  7587] By: jhi                                   on 2000/11/07  01:00:27
78196         Log: A doc addition for bug id 20001105.019, beware \p.
78197      Branch: perl
78198            ! pod/perldiag.pod
78199 ____________________________________________________________________________
78200 [  7586] By: jhi                                   on 2000/11/07  00:32:22
78201         Log: Fake support of holey files in win/dosish platforms.
78202              
78203              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
78204              From: kipp@shonanblue.ne.jp
78205              Date: Mon, 6 Nov 2000 13:30:55 -0800
78206              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
78207      Branch: perl
78208            ! ext/SDBM_File/sdbm/sdbm.c
78209 ____________________________________________________________________________
78210 [  7585] By: jhi                                   on 2000/11/07  00:12:54
78211         Log: Subject: Pod updates
78212              From: "Stephen P. Potter" <spp@spotter.yi.org>
78213              Date: Mon, 06 Nov 2000 18:56:43 -0500
78214              Message-Id: <200011062357.SAA18173@spotter.yi.org>
78215      Branch: perl
78216            ! README.dos README.os2 README.win32 pod/buildtoc.PL
78217            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
78218            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
78219            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
78220            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
78221            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
78222            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
78223            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
78224            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
78225            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
78226            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
78227            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
78228            ! pod/perltootc.pod pod/perlunicode.pod
78229 ____________________________________________________________________________
78230 [  7584] By: jhi                                   on 2000/11/07  00:04:17
78231         Log: Varargs don't always work too well if one puts an unsigned
78232              char on the stack and pop an unsigned quad off the stack.
78233              
78234              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
78235              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
78236              Date: Mon, 06 Nov 2000 15:19:05 -0800
78237              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
78238      Branch: perl
78239            ! utf8.c
78240 ____________________________________________________________________________
78241 [  7583] By: jhi                                   on 2000/11/06  23:58:48
78242         Log: %ENV note tweaks from Dan Sugalski.
78243      Branch: perl
78244            ! pod/perlport.pod vms/perlvms.pod
78245 ____________________________________________________________________________
78246 [  7582] By: jhi                                   on 2000/11/06  23:05:49
78247         Log: glibc5 detection by __GNU_LIBRARY__.
78248      Branch: perl
78249            ! toke.c
78250 ____________________________________________________________________________
78251 [  7581] By: jhi                                   on 2000/11/06  22:51:29
78252         Log: Make the stdio test program of 7427 less noisy while being 
78253              compiled so that Digital UNIX wouldn't get both
78254              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
78255              undefined.  This makes perlio happy.
78256      Branch: metaconfig
78257            ! U/compline/d_stdstdio.U
78258      Branch: perl
78259            ! Configure config_h.SH
78260 ____________________________________________________________________________
78261 [  7580] By: jhi                                   on 2000/11/06  22:41:41
78262         Log: Document %ENV = () portability issues.
78263      Branch: perl
78264            ! pod/perlport.pod vms/perlvms.pod
78265 ____________________________________________________________________________
78266 [  7579] By: jhi                                   on 2000/11/06  21:29:24
78267         Log: VOS updates from Paul Green.
78268      Branch: perl
78269            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
78270 ____________________________________________________________________________
78271 [  7578] By: jhi                                   on 2000/11/06  21:00:40
78272         Log: Sanitize the environment further.
78273      Branch: perl
78274            ! t/pragma/locale.t
78275 ____________________________________________________________________________
78276 [  7577] By: jhi                                   on 2000/11/06  20:53:51
78277         Log: Re-introduce 7552 lost in integration.
78278      Branch: perl
78279            ! perlio.c
78280 ____________________________________________________________________________
78281 [  7576] By: jhi                                   on 2000/11/06  20:33:46
78282         Log: Admit that the test leaks scalars.
78283      Branch: perl
78284            ! t/comp/proto.t
78285 ____________________________________________________________________________
78286 [  7575] By: jhi                                   on 2000/11/06  20:17:08
78287         Log: Integrate perlio:
78288              
78289              [  7574]
78290              Remove debug. Try (Mmap_t) on madvise() call.
78291      Branch: perl
78292           !> perlio.c
78293 ____________________________________________________________________________
78294 [  7574] By: nick                                  on 2000/11/06  20:07:28
78295         Log: Remove debug. Try (Mmap_t) on madvise() call.
78296      Branch: perlio
78297            ! perlio.c
78298 ____________________________________________________________________________
78299 [  7573] By: jhi                                   on 2000/11/06  13:56:05
78300         Log: Update Changes.
78301      Branch: perl
78302            ! Changes patchlevel.h
78303 ____________________________________________________________________________
78304 [  7572] By: jhi                                   on 2000/11/06  13:48:41
78305         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
78306              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78307              Date: Mon, 06 Nov 2000 10:11:42 +0100
78308              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
78309      Branch: perl
78310            ! pod/perlhack.pod
78311 ____________________________________________________________________________
78312 [  7571] By: jhi                                   on 2000/11/06  01:45:51
78313         Log: AUTHORS updates.
78314      Branch: perl
78315            ! AUTHORS
78316 ____________________________________________________________________________
78317 [  7570] By: jhi                                   on 2000/11/06  00:18:00
78318         Log: Fix for
78319              
78320              Subject: [ID 20000728.005] perl -P broken
78321              From: David Dyck <dcd@tc.fluke.com>
78322              Date: Fri, 28 Jul 2000 17:19:16 -0700
78323              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
78324              
78325              (hopefully).  The fix is also not complete, it seems to break
78326              BOM swallowing for libc5 systems, but until someone figures
78327              out a way to do this without ftell(), this will do.
78328      Branch: perl
78329            ! toke.c
78330 ____________________________________________________________________________
78331 [  7569] By: jhi                                   on 2000/11/06  00:05:30
78332         Log: Document that the evaled syntax errors cause scalar leaks.
78333      Branch: perl
78334            ! t/comp/proto.t
78335 ____________________________________________________________________________
78336 [  7568] By: jhi                                   on 2000/11/05  23:14:47
78337         Log: opmini.o can linger from Configures past.
78338      Branch: perl
78339            ! Makefile.SH
78340 ____________________________________________________________________________
78341 [  7567] By: jhi                                   on 2000/11/05  21:28:39
78342         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
78343              first argument correctly.
78344      Branch: perl
78345            ! perlio.c
78346 ____________________________________________________________________________
78347 [  7566] By: jhi                                   on 2000/11/05  21:15:56
78348         Log: Integrate perlio:
78349              
78350              [  7564]
78351              Added a mmap layer as a "subclass" of perlio.
78352              PERLIO=mmap ./perl harness passes
78353      Branch: perl
78354           !> perlio.c
78355 ____________________________________________________________________________
78356 [  7565] By: jhi                                   on 2000/11/05  21:15:13
78357         Log: Use -dM for gcc (the suggested patch did it only for Linux,
78358              but I think it can be generalized).
78359              
78360              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
78361              From: Pixel <pixel@mandrakesoft.com>
78362              Date: 05 Nov 2000 21:49:34 +0100 
78363              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
78364      Branch: perl
78365            ! ext/Errno/Errno_pm.PL
78366 ____________________________________________________________________________
78367 [  7564] By: nick                                  on 2000/11/05  21:09:18
78368         Log: Added a mmap layer as a "subclass" of perlio.
78369              PERLIO=mmap ./perl harness passes
78370      Branch: perlio
78371            ! perlio.c
78372 ____________________________________________________________________________
78373 [  7563] By: jhi                                   on 2000/11/05  19:48:55
78374         Log: Add a note for future generations about bug id 20000229.006.
78375      Branch: perl
78376            ! malloc.c
78377 ____________________________________________________________________________
78378 [  7562] By: jhi                                   on 2000/11/05  19:38:24
78379         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
78380      Branch: perl
78381            ! pp_ctl.c t/op/pos.t
78382 ____________________________________________________________________________
78383 [  7561] By: jhi                                   on 2000/11/05  18:21:46
78384         Log: Add =pod to be tidy.
78385      Branch: perl
78386            ! lib/Math/Complex.pm
78387 ____________________________________________________________________________
78388 [  7560] By: jhi                                   on 2000/11/05  17:38:46
78389         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
78390      Branch: perl
78391            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
78392            ! ext/Storable/Storable.xs t/lib/st-recurse.t
78393 ____________________________________________________________________________
78394 [  7559] By: jhi                                   on 2000/11/05  17:32:59
78395         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
78396              From: "Peter J. Farley III" <pjfarley@banet.net>
78397              Date: Sun, 05 Nov 2000 11:55:59 -0500
78398              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
78399      Branch: perl
78400            ! t/lib/syslog.t
78401 ____________________________________________________________________________
78402 [  7558] By: jhi                                   on 2000/11/05  17:29:19
78403         Log: Integrate perlio:
78404              
78405              [  7555]
78406              Fix read from STDERR on raw unix layer for Solaris where fd 2 is
78407              open RDWR so does not fail. (pragma/warnings 303 again...)
78408              
78409              [  7554]
78410              Fix case where ungetc(f,EOF) was allowed.
78411              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
78412              so we can see similarities.
78413              Use types more carefully and a STDCHAR array in hope that this will
78414              fix Jarkko's 64bit machine.
78415      Branch: perl
78416           !> perlio.c
78417 ____________________________________________________________________________
78418 [  7557] By: jhi                                   on 2000/11/05  17:22:01
78419         Log: A fix of sorts for 20000329.026, a better error message
78420              for a missing "use charnames" when using the \N{...}. 
78421      Branch: perl
78422            ! pod/perldiag.pod toke.c
78423 ____________________________________________________________________________
78424 [  7556] By: jhi                                   on 2000/11/05  16:33:50
78425         Log: Test tweak: show also the failed locales.
78426              
78427              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
78428              From: Lupe Christoph <lupe@lupe-christoph.de>         
78429              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
78430              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
78431      Branch: perl
78432            ! t/pragma/locale.t
78433 ____________________________________________________________________________
78434 [  7555] By: nick                                  on 2000/11/05  11:09:34
78435         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
78436              open RDWR so does not fail. (pragma/warnings 303 again...)
78437      Branch: perlio
78438            ! perlio.c
78439 ____________________________________________________________________________
78440 [  7554] By: nick                                  on 2000/11/05  10:10:13
78441         Log: Fix case where ungetc(f,EOF) was allowed.
78442              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
78443              so we can see similarities.
78444              Use types more carefully and a STDCHAR array in hope that this will
78445              fix Jarkko's 64bit machine.
78446      Branch: perlio
78447            ! perlio.c
78448 ____________________________________________________________________________
78449 [  7553] By: jhi                                   on 2000/11/05  01:12:16
78450         Log: Fix for
78451              
78452              Subject: [ID 20001004.007] taint propogation is inconsistent
78453              From: pimlott@idiomtech.com (Andrew Pimlott) 
78454              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
78455              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
78456              
78457              The culprit was sv_setsv() which was rather blindly
78458              propagating taint, which lead to behaviour where if
78459              a tainted anon hash value was seen all the hash values
78460              from then on at that level became tainted, or at any
78461              upper levels in the case of nested anon hashes.
78462      Branch: perl
78463            ! sv.c t/op/taint.t
78464 ____________________________________________________________________________
78465 [  7552] By: jhi                                   on 2000/11/04  23:44:18
78466         Log: Some cpps don't like splitting conditionals across several lines.
78467      Branch: perl
78468            ! perlio.c
78469 ____________________________________________________________________________
78470 [  7551] By: nick                                  on 2000/11/04  23:40:44
78471         Log: Integrate mainline
78472      Branch: perlio
78473           !> pp_hot.c t/op/taint.t
78474 ____________________________________________________________________________
78475 [  7550] By: nick                                  on 2000/11/04  23:39:05
78476         Log: Integrate mainline again
78477      Branch: perlio
78478           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
78479           !> t/lib/b.t t/op/misc.t util.c
78480 ____________________________________________________________________________
78481 [  7549] By: jhi                                   on 2000/11/04  23:14:01
78482         Log: Fix for
78483              
78484              Subject: [ID 20001004.006] undef is never tainted
78485              From: pimlott@idiomtech.com (Andrew Pimlott)
78486              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
78487              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
78488              
78489              An undef read from a slurped file was not tainted.
78490      Branch: perl
78491            ! pp_hot.c t/op/taint.t
78492 ____________________________________________________________________________
78493 [  7548] By: jhi                                   on 2000/11/04  22:56:21
78494         Log: Test tweak ($Config{useperlio} is by default undef) .
78495      Branch: perl
78496            ! t/lib/b.t
78497 ____________________________________________________________________________
78498 [  7547] By: jhi                                   on 2000/11/04  22:43:56
78499         Log: Integrate perlio:
78500              
78501              [  7539]
78502              PerlIO infrastructure complete.
78503              
78504              [  7538]
78505              Type tweaks + less contorted allocation scheme
78506              
78507              [  7537]
78508              Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
78509              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
78510              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
78511              sensible) which lead to some interesting fails.
78512              
78513              [  7535]
78514              Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
78515              - Works on Linux with
78516              perlio + unix
78517              stdio
78518              - Works on Solaris with
78519              perlio + unix
78520              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
78521              - Fails (hangs in openpid) if you try and stack
78522              perlio + stdio - Linux stdio's read() logic is hanging.
78523              
78524              [  7492]
78525              Change files which are mysteriously different to mainline to be
78526              copies of mainline.
78527              
78528              [  7491]
78529              Perlio fixes discovered on big-endian & very traditional Solaris:
78530              - typo in endian code in putc.
78531              - Don't allow read of write-only files and vice-versa
78532              - and off-by-one in flush-all loop.
78533              Remove debug calls as they were using GCC specific features.
78534              
78535              [  7484]
78536              PerlIO passes all tests.
78537              
78538              [  7482]
78539              Include <unistd.h> to get correct lseek() prototype etc.
78540              (I thought perl.h did that) - down to two fails
78541              - comp/require.t (last test)
78542              - lib/io_xs.t - possibly import/export of FILE * ?
78543              
78544              [  7480]
78545              Fixed two bugs:
78546              - error code not being set on close (of broken pipe)
78547              - append mode was truncating.
78548              At least one seek/tell bug remains.
78549              
78550              [  7479]
78551              Prototype (stdio-like) PerlIO passing basic tests. Checked in
78552              in case of accidents. Still several worrying fails, no line disciplines yet.
78553      Branch: perl
78554           +> lib/perlio.pm
78555           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
78556           !> pod/perlapi.pod t/lib/b.t
78557 ____________________________________________________________________________
78558 [  7546] By: jhi                                   on 2000/11/04  22:40:59
78559         Log: Configure would use a bad $myuname from an old config.sh.
78560              
78561              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
78562              From: Andy Dougherty <doughera@lafayette.edu>
78563              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
78564              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
78565      Branch: metaconfig
78566            ! U/modified/Oldconfig.U
78567      Branch: perl
78568            ! Configure config_h.SH
78569 ____________________________________________________________________________
78570 [  7545] By: jhi                                   on 2000/11/04  22:36:54
78571         Log: Subject: Locales support (setlocale) fixes
78572              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
78573              Date: Sat, 4 Nov 2000 10:15:48 +0300 
78574              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
78575              
78576              Modified quite a bit to be more portable.
78577      Branch: perl
78578            ! embed.h embed.pl perl.h proto.h util.c
78579 ____________________________________________________________________________
78580 [  7544] By: jhi                                   on 2000/11/04  22:32:47
78581         Log: Dying is too strict here, better just skip.
78582      Branch: perl
78583            ! t/op/misc.t
78584 ____________________________________________________________________________
78585 [  7543] By: nick                                  on 2000/11/04  21:55:13
78586         Log: Merge mainline
78587      Branch: perlio
78588           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
78589           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
78590           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
78591           !> (integrate 64 files)
78592 ____________________________________________________________________________
78593 [  7542] By: jhi                                   on 2000/11/04  21:09:28
78594         Log: More Changes tweakery.
78595      Branch: perl
78596            ! Changes Porting/genlog
78597 ____________________________________________________________________________
78598 [  7541] By: jhi                                   on 2000/11/04  20:58:18
78599         Log: Changes fixups.
78600      Branch: perl
78601            ! Changes
78602 ____________________________________________________________________________
78603 [  7540] By: jhi                                   on 2000/11/04  20:42:38
78604         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
78605              create a "fast path" for locale name probing using "locale -a"
78606              if available, squash finally hopefully the s?printf resetting
78607              the numeric locale (since, IIUC perllocale, it never shouldn't). 
78608      Branch: perl
78609            ! sv.c t/op/misc.t t/pragma/locale.t
78610 ____________________________________________________________________________
78611 [  7539] By: nick                                  on 2000/11/04  19:56:10
78612         Log: PerlIO infrastructure complete.
78613      Branch: perlio
78614            + lib/perlio.pm
78615            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
78616 ____________________________________________________________________________
78617 [  7538] By: nick                                  on 2000/11/04  14:31:32
78618         Log: Type tweaks + less contorted allocation scheme
78619      Branch: perlio
78620            ! perlio.c
78621 ____________________________________________________________________________
78622 [  7537] By: nick                                  on 2000/11/04  12:40:42
78623         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
78624              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
78625              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
78626              sensible) which lead to some interesting fails.
78627      Branch: perlio
78628            ! perlio.c
78629 ____________________________________________________________________________
78630 [  7536] By: jhi                                   on 2000/11/04  00:20:02
78631         Log: Add FCNTL_CAN_LOCK.
78632              
78633              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
78634              From: Andy Dougherty <doughera@lafayette.edu>
78635              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
78636              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
78637              
78638              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
78639              From: Andy Dougherty <doughera@lafayette.edu>
78640              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
78641              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
78642      Branch: metaconfig/U/perl
78643            + d_fcntl_can_lock.U
78644            ! startperl.U
78645      Branch: perl
78646            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78647            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
78648            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
78649            ! vos/config.ga.h win32/config.bc win32/config.gc
78650            ! win32/config.vc
78651 ____________________________________________________________________________
78652 [  7535] By: nick                                  on 2000/11/03  22:19:10
78653         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
78654              - Works on Linux with
78655              perlio + unix
78656              stdio
78657              - Works on Solaris with
78658              perlio + unix
78659              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
78660              - Fails (hangs in openpid) if you try and stack
78661              perlio + stdio - Linux stdio's read() logic is hanging.
78662      Branch: perlio
78663            ! iperlsys.h perlio.c
78664 ____________________________________________________________________________
78665 [  7534] By: jhi                                   on 2000/11/03  15:16:02
78666         Log: Subject: Re: README.aix
78667              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78668              Date: Fri, 03 Nov 2000 16:03:15 +0100
78669              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
78670      Branch: perl
78671            ! README.aix
78672 ____________________________________________________________________________
78673 [  7533] By: jhi                                   on 2000/11/03  03:59:02
78674         Log: Subject: [PATCH 5.7.0] better messages from malloc()
78675              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
78676              Date: Wed, 1 Nov 2000 23:39:56 -0500
78677              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
78678      Branch: perl
78679            ! malloc.c pod/perldiag.pod
78680 ____________________________________________________________________________
78681 [  7532] By: jhi                                   on 2000/11/03  00:11:56
78682         Log: The #7521 touched things it shouldn't have.
78683      Branch: perl
78684            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
78685 ____________________________________________________________________________
78686 [  7531] By: jhi                                   on 2000/11/02  22:32:33
78687         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
78688              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
78689              Date:     Thu, 2 Nov 2000 16:58:36 EST
78690              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
78691      Branch: perl
78692            ! vms/gen_shrfls.pl
78693 ____________________________________________________________________________
78694 [  7530] By: jhi                                   on 2000/11/02  22:08:49
78695         Log: Fix the problem discussed in
78696              
78697              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
78698              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
78699              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
78700              
78701              originally from Linc Madison.  Also Andreas König's comments
78702              taken into account.  Some other problems with Tie::SubstrHash
78703              fixed: didn't croak when the table exceeded the requested number
78704              of entries (as documented) but instead when the number of entries
78705              exceeded the size of the table, a croak() had an unnecessary \n,
78706              didn't have a CLEAR method, documented that there is no exists().
78707              Didn't fix to be strict-proof because the module uses &foo; and
78708              dynamic scope.  Added a test script exercizing both first tamely 
78709              the basic functionality, and then the failure cases reported by
78710              Linc Madison.
78711      Branch: perl
78712            + t/lib/tie-substrhash.t
78713            ! MANIFEST lib/Tie/SubstrHash.pm
78714 ____________________________________________________________________________
78715 [  7529] By: jhi                                   on 2000/11/02  17:58:08
78716         Log: recv() can fail and return undef.
78717              
78718              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
78719              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
78720              Date: Thu, 2 Nov 2000 20:12:20 +0300
78721              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
78722      Branch: perl
78723            ! lib/Net/Ping.pm
78724 ____________________________________________________________________________
78725 [  7528] By: jhi                                   on 2000/11/02  17:49:09
78726         Log: Detpyo.
78727      Branch: perl
78728            ! pod/perlop.pod
78729 ____________________________________________________________________________
78730 [  7527] By: jhi                                   on 2000/11/02  15:48:37
78731         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
78732              fix a autovivification bug in Tie::RefHash, add tests for both.
78733              
78734              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
78735              From: Edward Avis <epa98@doc.ic.ac.uk>
78736              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
78737              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
78738      Branch: perl
78739            + t/lib/tie-refhash.t
78740            ! MANIFEST lib/Tie/RefHash.pm
78741 ____________________________________________________________________________
78742 [  7526] By: jhi                                   on 2000/11/02  13:56:26
78743         Log: Test::Harness revealed buglets in the new DynaLoader.
78744              
78745              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
78746              From: andreas.koenig@anima.de (Andreas J. Koenig)
78747              Date: 02 Nov 2000 11:26:48 +0100 
78748              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
78749      Branch: perl
78750            ! ext/DynaLoader/DynaLoader_pm.PL
78751 ____________________________________________________________________________
78752 [  7525] By: jhi                                   on 2000/11/01  23:52:08
78753         Log: The entry for #7503 was missing.
78754      Branch: perl
78755            ! Changes
78756 ____________________________________________________________________________
78757 [  7524] By: jhi                                   on 2000/11/01  23:40:52
78758         Log: Update Changes.
78759      Branch: perl
78760            ! Changes patchlevel.h
78761 ____________________________________________________________________________
78762 [  7523] By: jhi                                   on 2000/11/01  22:57:09
78763         Log: More tweaking on the #7522 theme.
78764      Branch: perl
78765            ! ext/DynaLoader/DynaLoader_pm.PL
78766 ____________________________________________________________________________
78767 [  7522] By: jhi                                   on 2000/11/01  22:06:15
78768         Log: Expand %Config variables and %ENV variables only if
78769              so requested during build time using the
78770              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
78771              Not expanding makes relocating distributions easier.
78772      Branch: perl
78773            ! ext/DynaLoader/DynaLoader_pm.PL
78774 ____________________________________________________________________________
78775 [  7521] By: jhi                                   on 2000/11/01  20:56:34
78776         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
78777              and setgid() because they were just changing $< and $( which means
78778              only changing the real uid/gid, as opposed to changing both
78779              real and effective ids.  (The alternative way could have been
78780              in POSIX.pm to change $> and $), too, but making a direct call
78781              to the C API feels cleaner.)  Fixes the bug
78782              
78783              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
78784              From: "Garry T. Williams" <garry@zvolve.com>
78785              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
78786              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
78787      Branch: perl
78788            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
78789            ! ext/POSIX/typemap pod/perlvar.pod
78790 ____________________________________________________________________________
78791 [  7520] By: jhi                                   on 2000/11/01  20:08:33
78792         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
78793              From: "Garry T. Williams" <garry@zvolve.com>
78794              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
78795              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
78796      Branch: perl
78797            ! pod/perlsec.pod
78798 ____________________________________________________________________________
78799 [  7519] By: jhi                                   on 2000/11/01  20:01:22
78800         Log: Locale warning explanation tweak.
78801      Branch: perl
78802            ! pod/perldiag.pod
78803 ____________________________________________________________________________
78804 [  7518] By: jhi                                   on 2000/11/01  18:57:13
78805         Log: C.pm part of
78806              
78807              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
78808              From: Jarkko Hietaniemi <jhi@iki.fi>
78809              Date: Tue, 10 Oct 2000 08:22:28 -0500
78810              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
78811      Branch: perl
78812            ! ext/B/B/C.pm
78813 ____________________________________________________________________________
78814 [  7517] By: jhi                                   on 2000/11/01  18:41:59
78815         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
78816              From: Martien Verbruggen <mgjv@comdyn.com.au>
78817              Date: Fri, 6 Oct 2000 14:09:10 +1100
78818              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
78819      Branch: perl
78820            ! pod/perlop.pod
78821 ____________________________________________________________________________
78822 [  7516] By: jhi                                   on 2000/11/01  18:34:55
78823         Log: Generalize the Camel wording.
78824              
78825              Subject: Re: perlfaq style changes
78826              From: John Borwick <jhborwic@unity.ncsu.edu>
78827              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
78828              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
78829      Branch: perl
78830            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
78831 ____________________________________________________________________________
78832 [  7515] By: jhi                                   on 2000/11/01  16:52:31
78833         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
78834              From: pimlott@idiomtech.com (Andrew Pimlott)
78835              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
78836              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
78837      Branch: perl
78838            ! pod/perlsec.pod
78839 ____________________________________________________________________________
78840 [  7514] By: jhi                                   on 2000/11/01  15:03:40
78841         Log: More AIX lore.
78842      Branch: perl
78843            ! ext/re/hints/aix.pl
78844 ____________________________________________________________________________
78845 [  7513] By: jhi                                   on 2000/11/01  14:48:30
78846         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
78847              From: root <root@chronos.fi.muni.cz>
78848              Date: Wed, 1 Nov 2000 12:31:32 +0100
78849              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
78850      Branch: perl
78851            ! lib/Net/Ping.pm
78852 ____________________________________________________________________________
78853 [  7512] By: jhi                                   on 2000/11/01  14:46:47
78854         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
78855              From: Martin Husemann <martin@duskware.de>
78856              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
78857              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
78858      Branch: perl
78859            ! regcomp.c
78860 ____________________________________________________________________________
78861 [  7511] By: jhi                                   on 2000/11/01  14:39:50
78862         Log: AUTHORS updates.
78863      Branch: perl
78864            ! AUTHORS
78865 ____________________________________________________________________________
78866 [  7510] By: jhi                                   on 2000/11/01  14:29:50
78867         Log: Subject: [PATCH] startperl to respect versiononly
78868              From: Robin Barker <rmb1@cise.npl.co.uk> 
78869              Date: Tue, 31 Oct 2000 16:29:36 GMT
78870              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
78871      Branch: metaconfig/U/perl
78872            ! startperl.U
78873      Branch: perl
78874            ! Configure config_h.SH
78875 ____________________________________________________________________________
78876 [  7509] By: jhi                                   on 2000/11/01  14:19:53
78877         Log: printf UVs the correct way, noticed by Robin Barker.
78878      Branch: perl
78879            ! utf8.c
78880 ____________________________________________________________________________
78881 [  7508] By: jhi                                   on 2000/11/01  14:10:03
78882         Log: Do not cleanup *% because the % has special meanings in some
78883              shell environments.
78884      Branch: perl
78885            ! ext/Storable/Makefile.PL
78886 ____________________________________________________________________________
78887 [  7507] By: jhi                                   on 2000/11/01  14:06:00
78888         Log: The NonStop-UX libraries have a novel way to say NaN.
78889      Branch: perl
78890            ! t/lib/bigfltpm.t
78891 ____________________________________________________________________________
78892 [  7506] By: jhi                                   on 2000/11/01  14:03:35
78893         Log: The osname has been lowercased by now, from Tom Bates.
78894      Branch: metaconfig
78895            ! U/modified/Oldconfig.U
78896      Branch: perl
78897            ! Configure config_h.SH
78898 ____________________________________________________________________________
78899 [  7505] By: jhi                                   on 2000/10/31  19:18:39
78900         Log: The compiler is either gcc or cc, from Tom Bates.
78901      Branch: perl
78902            ! hints/nonstopux.sh
78903 ____________________________________________________________________________
78904 [  7504] By: jhi                                   on 2000/10/31  14:53:42
78905         Log: Update Changes.
78906      Branch: perl
78907            ! Changes patchlevel.h
78908 ____________________________________________________________________________
78909 [  7503] By: jhi                                   on 2000/10/31  14:30:50
78910         Log: Whitespace style tweak.  Was originally going to see to
78911              
78912              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
78913              From: Joe Smith <jms@inwap.com>
78914              Date: Mon, 30 Oct 2000 18:47:57 -0800
78915              Message-Id: <39FE32DD.24AAC4D@inwap.com>
78916              
78917              but that had already been taken care of.
78918      Branch: metaconfig
78919            ! U/compline/d_stdstdio.U
78920      Branch: perl
78921            ! Configure config_h.SH
78922 ____________________________________________________________________________
78923 [  7502] By: jhi                                   on 2000/10/31  14:25:02
78924         Log: AUTHORS tweaks.
78925      Branch: perl
78926            ! AUTHORS
78927 ____________________________________________________________________________
78928 [  7501] By: jhi                                   on 2000/10/31  14:23:59
78929         Log: Subject: perlfaq style changes
78930              From: John Borwick <jhborwic@unity.ncsu.edu>
78931              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
78932              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
78933      Branch: perl
78934            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
78935            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
78936            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
78937            ! pod/perlfaq9.pod
78938 ____________________________________________________________________________
78939 [  7500] By: jhi                                   on 2000/10/31  14:22:15
78940         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
78941              
78942              Subject: Re: [ID 20000918.005] ~ on wide chars
78943              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78944              Date: Mon, 30 Oct 2000 21:09:55 -0800
78945              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
78946              
78947              (The ord() part of the patch skipped.)
78948      Branch: perl
78949            ! doop.c
78950 ____________________________________________________________________________
78951 [  7499] By: jhi                                   on 2000/10/31  14:20:08
78952         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
78953              From: Jens Hamisch <jens@Strawberry.COM>
78954              Date: Mon, 30 Oct 2000 15:17:07 +0100
78955              Message-Id: <20001030151707.A9597@Strawberry.COM>
78956      Branch: perl
78957            ! av.c
78958 ____________________________________________________________________________
78959 [  7498] By: jhi                                   on 2000/10/31  14:16:29
78960         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
78961              From: Peter Prymmer <pvhp@forte.com>
78962              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
78963              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
78964      Branch: perl
78965            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
78966            + ext/Encode/Encode/posix-bc.enc
78967            ! MANIFEST t/lib/encode.t
78968 ____________________________________________________________________________
78969 [  7497] By: jhi                                   on 2000/10/31  14:13:22
78970         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
78971              From: Peter Prymmer <pvhp@forte.com>
78972              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
78973              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
78974      Branch: perl
78975            ! t/lib/cgi-html.t
78976 ____________________________________________________________________________
78977 [  7496] By: jhi                                   on 2000/10/31  14:12:05
78978         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
78979              From: Peter Prymmer <pvhp@forte.com>
78980              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
78981              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
78982      Branch: perl
78983            ! t/lib/cgi-function.t
78984 ____________________________________________________________________________
78985 [  7495] By: jhi                                   on 2000/10/31  14:11:08
78986         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
78987              From: Peter Prymmer <pvhp@forte.com>
78988              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
78989              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
78990      Branch: perl
78991            + ext/re/hints/aix.pl
78992            ! MANIFEST ext/re/Makefile.PL
78993 ____________________________________________________________________________
78994 [  7494] By: jhi                                   on 2000/10/31  14:08:32
78995         Log: Use Errno magic.
78996              
78997              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
78998              From: Casey Tweten <perl@ctweten.amsite.com>
78999              Date: Mon, 30 Oct 2000 15:51:17 -0500
79000              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
79001      Branch: perl
79002            ! lib/File/Temp.pm
79003 ____________________________________________________________________________
79004 [  7493] By: jhi                                   on 2000/10/31  14:05:07
79005         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
79006              
79007              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
79008              From: Nicholas Clark <nick@ccl4.org>
79009              Date: Mon, 30 Oct 2000 17:38:45 +0000
79010              Message-ID: <20001030173845.O60355@plum.flirble.org>
79011      Branch: perl
79012            ! Makefile.SH utils/perlbug.PL
79013 ____________________________________________________________________________
79014 [  7492] By: nick                                  on 2000/10/30  19:37:23
79015         Log: Change files which are mysteriously different to mainline to be
79016              copies of mainline.
79017      Branch: perlio
79018            ! objXSUB.h perlapi.c pod/perlapi.pod
79019 ____________________________________________________________________________
79020 [  7491] By: nick                                  on 2000/10/30  18:05:54
79021         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
79022              - typo in endian code in putc.
79023              - Don't allow read of write-only files and vice-versa
79024              - and off-by-one in flush-all loop.
79025              Remove debug calls as they were using GCC specific features.
79026      Branch: perlio
79027            ! perlio.c
79028 ____________________________________________________________________________
79029 [  7490] By: nick                                  on 2000/10/29  21:45:45
79030         Log: Integrate mainline to perlio
79031      Branch: perlio
79032           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
79033           !> toke.c
79034 ____________________________________________________________________________
79035 [  7489] By: jhi                                   on 2000/10/29  21:11:08
79036         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
79037              From: andreas.koenig@anima.de (Andreas J. Koenig)
79038              Date: 29 Oct 2000 22:05:59 +0100
79039              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
79040      Branch: perl
79041            ! lib/ExtUtils/Manifest.pm
79042 ____________________________________________________________________________
79043 [  7488] By: jhi                                   on 2000/10/29  21:07:47
79044         Log: Tests for #7487.
79045              
79046              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
79047              From: andreas.koenig@anima.de (Andreas J. Koenig)
79048              Date: 29 Oct 2000 19:37:09 +0100
79049              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
79050      Branch: perl
79051            ! t/comp/proto.t
79052 ____________________________________________________________________________
79053 [  7487] By: jhi                                   on 2000/10/29  21:06:27
79054         Log: constsub spillage.
79055              
79056              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
79057              From: John Tobey <jtobey@john-edwin-tobey.org>
79058              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
79059              Message-Id: <m13pvSr-000FObC@feynman.localnet>
79060      Branch: perl
79061            ! op.c
79062 ____________________________________________________________________________
79063 [  7486] By: nick                                  on 2000/10/29  21:05:04
79064         Log: Integrate mainline to perlio branch
79065      Branch: perlio
79066           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
79067           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
79068           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
79069           +> vos/install_perl.cm
79070            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
79071            - vos/config.h vos/config_h.SH_orig
79072           !> (integrate 141 files)
79073 ____________________________________________________________________________
79074 [  7485] By: jhi                                   on 2000/10/29  21:00:47
79075         Log: Make \x{...} consistently produce UTF-8.
79076              
79077              Subject: Re: \x{...} is confused 
79078              From: Simon Cozens <simon@cozens.net>
79079              Date: Sun, 29 Oct 2000 19:36:48 +0000
79080              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
79081      Branch: perl
79082            ! t/pragma/utf8.t toke.c
79083 ____________________________________________________________________________
79084 [  7484] By: nick                                  on 2000/10/29  20:05:29
79085         Log: PerlIO passes all tests.
79086      Branch: perlio
79087            ! perlio.c
79088 ____________________________________________________________________________
79089 [  7483] By: jhi                                   on 2000/10/29  18:06:55
79090         Log: Update Changes.
79091      Branch: perl
79092            ! Changes patchlevel.h
79093 ____________________________________________________________________________
79094 [  7482] By: nick                                  on 2000/10/29  17:43:28
79095         Log: Include <unistd.h> to get correct lseek() prototype etc.
79096              (I thought perl.h did that) - down to two fails
79097              - comp/require.t (last test)
79098              - lib/io_xs.t - possibly import/export of FILE * ?
79099      Branch: perlio
79100            ! perlio.c
79101 ____________________________________________________________________________
79102 [  7481] By: jhi                                   on 2000/10/29  17:02:37
79103         Log: UTF-8 decoder tweak.
79104      Branch: perl
79105            ! utf8.c
79106 ____________________________________________________________________________
79107 [  7480] By: nick                                  on 2000/10/29  16:26:11
79108         Log: Fixed two bugs:
79109              - error code not being set on close (of broken pipe)
79110              - append mode was truncating.
79111              At least one seek/tell bug remains.
79112      Branch: perlio
79113            ! perlio.c
79114 ____________________________________________________________________________
79115 [  7479] By: nick                                  on 2000/10/29  11:18:16
79116         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
79117              in case of accidents. Still several worrying fails, no line disciplines yet.
79118      Branch: perlio
79119            ! iperlsys.h perlio.c
79120 ____________________________________________________________________________
79121 [  7478] By: jhi                                   on 2000/10/29  02:04:01
79122         Log: Add also emailless people.
79123      Branch: perl
79124            ! AUTHORS
79125 ____________________________________________________________________________
79126 [  7477] By: jhi                                   on 2000/10/29  01:36:00
79127         Log: The #7476 needs a MANIFEST change, too.
79128      Branch: perl
79129            ! MANIFEST
79130 ____________________________________________________________________________
79131 [  7476] By: jhi                                   on 2000/10/29  01:35:21
79132         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
79133      Branch: perl
79134            - MAINTAIN
79135            ! AUTHORS Changes
79136 ____________________________________________________________________________
79137 [  7475] By: jhi                                   on 2000/10/28  23:57:25
79138         Log: De-quoted-unreadable to ISO Latin 1.
79139              (There's one ISO-2022-JP name in Changes5.004.)
79140      Branch: perl
79141            ! Changes Changes5.6
79142 ____________________________________________________________________________
79143 [  7474] By: jhi                                   on 2000/10/28  19:13:06
79144         Log: Subject: [ID 20001027.007] uniq array in perlfaq
79145              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
79146              Date: Fri, 27 Oct 2000 19:28:30 +0200
79147              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
79148      Branch: perl
79149            ! pod/perlfaq4.pod
79150 ____________________________________________________________________________
79151 [  7473] By: jhi                                   on 2000/10/28  18:02:05
79152         Log: Locking null mutexes is not recommendable.
79153              
79154              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
79155              From: Hugo <hv@crypt.compulink.co.uk>
79156              Date: Sat, 28 Oct 2000 18:41:12 +0100
79157              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
79158      Branch: perl
79159            ! op.c
79160 ____________________________________________________________________________
79161 [  7472] By: jhi                                   on 2000/10/28  17:52:58
79162         Log: Better create a true mailing list for the repository keepers.
79163      Branch: perl
79164            ! Porting/repository.pod
79165 ____________________________________________________________________________
79166 [  7471] By: jhi                                   on 2000/10/28  17:28:24
79167         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
79168              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
79169      Branch: perl
79170            + Porting/repository.pod
79171            ! MANIFEST
79172 ____________________________________________________________________________
79173 [  7470] By: jhi                                   on 2000/10/28  17:20:54
79174         Log: Subject: DOC PATCH 5.6.0
79175              From: mjd@plover.com
79176              Date: 27 Oct 2000 17:32:44 -0000
79177              Message-ID: <20001027173244.23754.qmail@plover.com>
79178      Branch: perl
79179            ! pod/perlfunc.pod
79180 ____________________________________________________________________________
79181 [  7469] By: jhi                                   on 2000/10/28  17:16:45
79182         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
79183              From: "Peter J. Farley III" <pjfarley@banet.net>
79184              Date: Fri, 27 Oct 2000 20:32:56 -0400
79185              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
79186      Branch: perl
79187            ! README.dos
79188 ____________________________________________________________________________
79189 [  7468] By: jhi                                   on 2000/10/28  17:07:18
79190         Log: Make target reordering to avoid pointless re-makes.
79191              
79192              Subject: Re: Total re-make of 'make okfile' after 7451 ?
79193              From: Nicholas Clark <nick@ccl4.org>
79194              Date: Sat, 28 Oct 2000 00:31:02 +0100
79195              Message-ID: <20001028003101.A54517@plum.flirble.org>
79196      Branch: perl
79197            ! Makefile.SH
79198 ____________________________________________________________________________
79199 [  7467] By: jhi                                   on 2000/10/28  17:05:31
79200         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
79201              From: lvirden@cas.org
79202              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
79203              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
79204      Branch: perl
79205            ! README.os2
79206 ____________________________________________________________________________
79207 [  7466] By: jhi                                   on 2000/10/28  16:09:16
79208         Log: Upgrade to CPAN 1.58_55.
79209              
79210              Subject: CPAN.pm status
79211              From: andreas.koenig@anima.de (Andreas J. Koenig) 
79212              Date: 28 Oct 2000 08:18:00 +0200 
79213              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
79214      Branch: perl
79215            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
79216 ____________________________________________________________________________
79217 [  7465] By: jhi                                   on 2000/10/28  16:02:47
79218         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
79219      Branch: perl
79220            ! embed.h embed.pl perl.h proto.h toke.c
79221 ____________________________________________________________________________
79222 [  7464] By: nick                                  on 2000/10/28  10:43:44
79223         Log: Fix for sv_2iv() on "shared" value from keys %hash.
79224      Branch: perl
79225            ! sv.c
79226 ____________________________________________________________________________
79227 [  7463] By: jhi                                   on 2000/10/27  16:18:29
79228         Log: Update Changes.
79229      Branch: perl
79230            ! Changes patchlevel.h
79231 ____________________________________________________________________________
79232 [  7462] By: jhi                                   on 2000/10/27  16:17:44
79233         Log: Too enthusiastic editing in #7460.
79234      Branch: metaconfig
79235            ! U/modified/Oldsym.U
79236      Branch: perl
79237            ! Configure config_h.SH
79238 ____________________________________________________________________________
79239 [  7461] By: jhi                                   on 2000/10/27  15:37:38
79240         Log: Retract #7459, the script needs more work.
79241      Branch: perl
79242            - mkreef
79243            ! MANIFEST
79244 ____________________________________________________________________________
79245 [  7460] By: jhi                                   on 2000/10/27  15:23:14
79246         Log: Use $sort, $uniq (and $tr) consistently as wondered
79247              by Nicholas Clark.
79248      Branch: metaconfig
79249            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
79250            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
79251            ! U/modified/libc.U
79252      Branch: perl
79253            ! Configure config_h.SH
79254 ____________________________________________________________________________
79255 [  7459] By: jhi                                   on 2000/10/27  15:02:07
79256         Log: (Retracted by #7461)
79257              
79258              Add a shell script for creating/removing symbolic link farms,
79259              useful for keeping the source code read-only and doing the
79260              builds somewhere else.
79261      Branch: perl
79262            + mkreef
79263            ! MANIFEST
79264 ____________________________________________________________________________
79265 [  7458] By: jhi                                   on 2000/10/27  14:42:20
79266         Log: Do away with the fix_pl.
79267      Branch: perl
79268            - fix_pl
79269            ! MANIFEST Makefile.SH
79270 ____________________________________________________________________________
79271 [  7457] By: jhi                                   on 2000/10/27  12:43:13
79272         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
79273              From: Jens Hamisch <jens@Strawberry.COM>
79274              Date: Fri, 27 Oct 2000 14:38:21 +0200
79275              Message-Id: <20001027143821.B3366@Strawberry.COM>
79276      Branch: perl
79277            ! perl.h
79278 ____________________________________________________________________________
79279 [  7456] By: jhi                                   on 2000/10/27  12:33:42
79280         Log: Subject: [PATCH] todo
79281              From: Nicholas Clark <nick@ccl4.org>
79282              Date: Thu, 26 Oct 2000 22:32:29 +0100
79283              Message-ID: <20001026223229.A44540@plum.flirble.org>
79284      Branch: perl
79285            ! pod/perltodo.pod
79286 ____________________________________________________________________________
79287 [  7455] By: jhi                                   on 2000/10/27  12:02:21
79288         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
79289              From: John Tobey <jtobey@john-edwin-tobey.org>
79290              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
79291              Message-Id: <m13ozHF-000FObC@feynman.localnet>
79292      Branch: perl
79293            ! op.c t/pragma/sub_lval.t
79294 ____________________________________________________________________________
79295 [  7454] By: jhi                                   on 2000/10/27  11:59:42
79296         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
79297              From: sthoenna@efn.org
79298              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
79299              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
79300      Branch: perl
79301            ! pp.c t/op/assignwarn.t
79302 ____________________________________________________________________________
79303 [  7453] By: jhi                                   on 2000/10/27  00:15:08
79304         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
79305      Branch: perl
79306            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
79307            ! ext/Storable/Storable.xs t/lib/st-lock.t
79308 ____________________________________________________________________________
79309 [  7452] By: jhi                                   on 2000/10/26  13:05:52
79310         Log: Undo #7451, this seems to be a deficiency in Perforce,
79311              there is no per-file line-terminator type, only per-client.
79312      Branch: perl
79313            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
79314            ! win32/makefile.mk
79315 ____________________________________________________________________________
79316 [  7451] By: jhi                                   on 2000/10/26  04:56:03
79317         Log: Experimenting in DOS arcana.
79318      Branch: perl
79319            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
79320            ! win32/makefile.mk
79321 ____________________________________________________________________________
79322 [  7450] By: jhi                                   on 2000/10/26  04:50:52
79323         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
79324              From: "Peter J. Farley III" <pjfarley@banet.net>            
79325              Date: Wed, 25 Oct 2000 23:10:18 -0400
79326              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
79327      Branch: perl
79328            ! t/io/open.t
79329 ____________________________________________________________________________
79330 [  7449] By: jhi                                   on 2000/10/26  04:49:16
79331         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
79332              From: Hugo <hv@crypt.compulink.co.uk>
79333              Date: Thu, 26 Oct 2000 01:55:17 +0100
79334              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
79335              
79336              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
79337      Branch: perl
79338            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
79339 ____________________________________________________________________________
79340 [  7448] By: jhi                                   on 2000/10/26  04:38:36
79341         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
79342              From: Peter Prymmer <pvhp@forte.com>
79343              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
79344              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
79345      Branch: perl
79346            ! configure.com
79347 ____________________________________________________________________________
79348 [  7447] By: jhi                                   on 2000/10/25  23:20:02
79349         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
79350              in platforms that strictly require all the symbols being present
79351              at link time.
79352      Branch: perl
79353            ! handy.h
79354 ____________________________________________________________________________
79355 [  7446] By: jhi                                   on 2000/10/25  21:55:57
79356         Log: Update Changes.
79357      Branch: perl
79358            ! Changes patchlevel.h
79359 ____________________________________________________________________________
79360 [  7445] By: jhi                                   on 2000/10/25  21:27:08
79361         Log: Integrate with vmsperl #7430 by Charles Bailey:
79362              
79363              Cleanup from prior patch (Charles Lane?):
79364              - improve handling of MFDs in Basename and Path
79365              - default to no xsubpp line # munging when building debug images
79366      Branch: perl
79367           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
79368 ____________________________________________________________________________
79369 [  7444] By: jhi                                   on 2000/10/25  21:03:50
79370         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
79371              From: John Peacock <JPeacock@UnivPress.com>
79372              Date: Thu, 18 May 2000 11:55:27 -0400
79373              Message-ID: <3924126F.A58BE57A@UnivPress.com>
79374      Branch: perl
79375            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
79376            ! t/op/write.t
79377 ____________________________________________________________________________
79378 [  7443] By: jhi                                   on 2000/10/25  20:43:10
79379         Log: Temporary stopgap for the self-tying issue: for now only
79380              array and hash self-ties are verboten.  The real fix, of
79381              course, would be to comprehensively test (and implement?)
79382              and debug (and document) self-ties.
79383      Branch: perl
79384            ! pod/perldiag.pod pp_sys.c t/op/tie.t
79385 ____________________________________________________________________________
79386 [  7442] By: jhi                                   on 2000/10/25  20:14:30
79387         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
79388              From: Dan Sugalski <dan@sidhe.org>
79389              Date: Wed, 25 Oct 2000 13:36:35 -0400
79390              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
79391              
79392              plus regen global.sym.
79393      Branch: perl
79394            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
79395            ! thrdvar.h util.c
79396 ____________________________________________________________________________
79397 [  7441] By: jhi                                   on 2000/10/25  20:12:20
79398         Log: buildtoc target tweaks.
79399      Branch: perl
79400            ! pod/Makefile.SH
79401 ____________________________________________________________________________
79402 [  7440] By: jhi                                   on 2000/10/25  20:03:53
79403         Log: A new version of making the syslog test more robust.
79404              (Replaces #7421.)
79405              
79406              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
79407              From: "Kurt D. Starsinic" <kstar@chapin.edu>
79408              Date: Wed, 25 Oct 2000 12:13:54 -0400
79409              Message-ID: <20001025121354.B2264@O2.chapin.edu>
79410      Branch: perl
79411            ! t/lib/syslog.t
79412 ____________________________________________________________________________
79413 [  7439] By: jhi                                   on 2000/10/25  20:00:48
79414         Log: Continue the internal UTF-8 API tweaking.
79415              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
79416              used much more than the simpler API, now called utf8_to_uv_simple().
79417              Still not quite happy with API, too much partial duplication
79418              of functionality.
79419      Branch: perl
79420            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
79421            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
79422            ! regcomp.c regexec.c sv.c toke.c utf8.c
79423 ____________________________________________________________________________
79424 [  7438] By: jhi                                   on 2000/10/25  18:52:30
79425         Log: Allow poking holes at the UTF-8 decoding strictness.
79426      Branch: perl
79427            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
79428            ! utf8.h
79429 ____________________________________________________________________________
79430 [  7437] By: jhi                                   on 2000/10/25  13:53:05
79431         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
79432              UTF8LEN() and UTF8SKIP(). 
79433      Branch: perl
79434            ! pp.c utf8.c utf8.h
79435 ____________________________________________________________________________
79436 [  7436] By: jhi                                   on 2000/10/25  13:51:37
79437         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
79438              From: Nicholas Clark <nick@ccl4.org>
79439              Date: Wed, 25 Oct 2000 14:44:05 +0100
79440              Message-ID: <20001025144404.D27253@plum.flirble.org>
79441      Branch: perl
79442            ! pod/perlrun.pod
79443 ____________________________________________________________________________
79444 [  7435] By: jhi                                   on 2000/10/25  13:49:32
79445         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
79446              From: Mike Guy <mjtg@cam.ac.uk>
79447              Date: Tue, 24 Oct 2000 14:59:40 +0100
79448              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
79449      Branch: perl
79450            ! scope.c
79451 ____________________________________________________________________________
79452 [  7434] By: jhi                                   on 2000/10/25  13:48:41
79453         Log: AIX is picky about its symbol exports.  Solution for now
79454              is to include the deb.o explicitly to the re extension build.
79455              
79456              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
79457              From: Peter Prymmer <pvhp@forte.com>
79458              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
79459              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
79460      Branch: perl
79461            ! ext/re/Makefile.PL hints/aix.sh
79462 ____________________________________________________________________________
79463 [  7433] By: jhi                                   on 2000/10/25  13:46:49
79464         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
79465              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79466              Date: Wed, 25 Oct 2000 12:02:20 +0200
79467              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
79468      Branch: perl
79469            ! perlsdio.h
79470 ____________________________________________________________________________
79471 [  7432] By: jhi                                   on 2000/10/25  13:44:28
79472         Log: Subject: Minor update to find2perl, for portability
79473              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
79474              Date: Wed, 25 Oct 2000 12:05:47 +0100
79475              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
79476      Branch: perl
79477            ! x2p/find2perl.PL
79478 ____________________________________________________________________________
79479 [  7431] By: jhi                                   on 2000/10/25  13:40:39
79480         Log: Add targets to Makefile.SH, most importantly
79481              'regen_all' which also remembers to update vms/perly*.
79482      Branch: perl
79483            ! Makefile.SH
79484 ____________________________________________________________________________
79485 [  7430] By: bailey                                on 2000/10/25  03:13:53
79486         Log: Cleanup from prior patch (Charles Lane?):
79487              - improve handling of MFDs in Basename and Path
79488              - default to no xsubpp line # munging when building debug images
79489      Branch: vmsperl
79490            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
79491 ____________________________________________________________________________
79492 [  7429] By: jhi                                   on 2000/10/24  20:03:40
79493         Log: Podify README.epoc and README.vos.
79494      Branch: perl
79495            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
79496            ! pod/perlport.pod pod/perltoc.pod
79497 ____________________________________________________________________________
79498 [  7428] By: jhi                                   on 2000/10/24  19:10:33
79499         Log: Stratus VOS updates from Paul Green.
79500      Branch: perl
79501            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
79502            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
79503            - vos/config.def vos/config.h vos/config_h.SH_orig
79504            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
79505            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
79506 ____________________________________________________________________________
79507 [  7427] By: jhi                                   on 2000/10/24  18:59:48
79508         Log: Check if stdio supports tweaking lval and cnt simultaneously.
79509              
79510              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
79511              From: Nicholas Clark <nick@ccl4.org>
79512              Date: Mon, 23 Oct 2000 15:39:32 +0100
79513              Message-ID: <20001023153932.A10786@plum.flirble.org>
79514      Branch: metaconfig
79515            ! U/compline/d_stdstdio.U
79516      Branch: perl
79517            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
79518            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
79519            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
79520            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
79521            ! vos/config.h vos/config_h.SH_orig win32/config.bc
79522            ! win32/config.gc win32/config.vc
79523 ____________________________________________________________________________
79524 [  7426] By: jhi                                   on 2000/10/24  17:57:44
79525         Log: Missed the header file changes from #7425.
79526      Branch: perl
79527            ! embed.h embed.pl objXSUB.h proto.h
79528 ____________________________________________________________________________
79529 [  7425] By: jhi                                   on 2000/10/24  17:55:17
79530         Log: Fix the bug reported in
79531              
79532              From: andreas.koenig@anima.de (Andreas J. Koenig)
79533              Subject: Encode bug?
79534              Date: 24 Oct 2000 14:01:26 +0200 
79535              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
79536              
79537              Also make is_utf8_char() stricter.
79538      Branch: perl
79539            ! ext/Encode/Encode.xs utf8.c
79540 ____________________________________________________________________________
79541 [  7424] By: jhi                                   on 2000/10/24  15:15:39
79542         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
79543              From: Peter Scott <Peter@PSDT.com>
79544              Date: Mon, 23 Oct 2000 19:46:01 -0700
79545              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
79546      Branch: perl
79547            ! pod/perlfaq5.pod
79548 ____________________________________________________________________________
79549 [  7423] By: jhi                                   on 2000/10/24  14:25:30
79550         Log: Test tweak to avoid pulling in the whole Config.
79551      Branch: perl
79552            ! t/lib/st-lock.t
79553 ____________________________________________________________________________
79554 [  7422] By: jhi                                   on 2000/10/24  14:03:16
79555         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
79556      Branch: perl
79557            ! pp.c
79558 ____________________________________________________________________________
79559 [  7421] By: jhi                                   on 2000/10/24  13:32:09
79560         Log: (Replaced by #7440.)
79561              
79562              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
79563              From: "Kurt D. Starsinic" <kstar@chapin.edu>
79564              Date: Mon, 23 Oct 2000 16:40:54 -0400
79565              Message-ID: <20001023164054.B14491@O2.chapin.edu>
79566      Branch: perl
79567            ! t/lib/syslog.t
79568 ____________________________________________________________________________
79569 [  7420] By: jhi                                   on 2000/10/24  13:30:53
79570         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
79571              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79572              Date: Mon, 23 Oct 2000 17:29:03 -0400
79573              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
79574      Branch: perl
79575            ! lib/ExtUtils/MM_Unix.pm
79576 ____________________________________________________________________________
79577 [  7419] By: jhi                                   on 2000/10/24  13:29:57
79578         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
79579              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
79580              Date: Mon, 23 Oct 2000 19:01:32 -0400
79581              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
79582      Branch: perl
79583            ! utils/h2xs.PL
79584 ____________________________________________________________________________
79585 [  7418] By: jhi                                   on 2000/10/24  13:26:04
79586         Log: Replace #7409 with
79587              
79588              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
79589              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
79590              Date: Mon, 23 Oct 2000 20:08:56 +0200
79591              Message-ID: <20001023200855.A14850@nice.ram.loc>
79592      Branch: perl
79593            ! ext/Storable/Storable.pm t/lib/st-lock.t
79594 ____________________________________________________________________________
79595 [  7417] By: jhi                                   on 2000/10/24  13:17:52
79596         Log: Run vms/vms_yfix.pl, should have done that after changing
79597              perly.c in #7382.
79598      Branch: perl
79599            ! vms/perly_c.vms vms/perly_h.vms
79600 ____________________________________________________________________________
79601 [  7416] By: jhi                                   on 2000/10/24  02:55:33
79602         Log: Make the UTF-8 decoding stricter and more verbose when
79603              malformation happens.  This involved adding an argument
79604              to utf8_to_uv_chk(), which involved changing its prototype,
79605              and prefer STRLEN over I32 for the UTF-8 length, which as
79606              a domino effect necessitated changing the prototypes of
79607              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
79608              The stricter UTF-8 decoding checking uses Markus Kuhn's
79609              UTF-8 Decode Stress Tester from
79610              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
79611      Branch: perl
79612            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
79613            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
79614            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
79615            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
79616 ____________________________________________________________________________
79617 [  7415] By: jhi                                   on 2000/10/23  14:06:06
79618         Log: Update Changes.
79619      Branch: perl
79620            ! Changes patchlevel.h
79621 ____________________________________________________________________________
79622 [  7414] By: jhi                                   on 2000/10/23  12:39:52
79623         Log: Undo the basename() part of #7412 since the lib/basename
79624              tests would need upgrading too.
79625      Branch: perl
79626            ! lib/File/Basename.pm
79627 ____________________________________________________________________________
79628 [  7413] By: jhi                                   on 2000/10/23  12:19:27
79629         Log: Document PERL_INSTALL_ROOT of #7210.
79630      Branch: perl
79631            ! lib/ExtUtils/Install.pm
79632 ____________________________________________________________________________
79633 [  7412] By: jhi                                   on 2000/10/23  12:16:47
79634         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
79635      Branch: perl
79636            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
79637            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
79638 ____________________________________________________________________________
79639 [  7411] By: jhi                                   on 2000/10/23  12:07:41
79640         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
79641              From: Prymmer/Kahn <pvhp@best.com>
79642              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
79643              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
79644      Branch: perl
79645            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
79646 ____________________________________________________________________________
79647 [  7410] By: jhi                                   on 2000/10/23  04:10:11
79648         Log: The change #7187 was not so good on VMS.
79649              
79650              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
79651              From: "Craig A. Berry" <craig.berry@psinetcs.com>
79652              Date: Sun, 22 Oct 2000 23:03:08 -0500
79653              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
79654      Branch: perl
79655            ! utils/perldoc.PL
79656 ____________________________________________________________________________
79657 [  7409] By: jhi                                   on 2000/10/23  03:57:36
79658         Log: Avoid Storable locking on DJGPP for now.
79659              
79660              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
79661              From: "Peter J. Farley III" <pjfarley@banet.net>
79662              Date: Sun, 22 Oct 2000 20:00:00 -0400
79663              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
79664      Branch: perl
79665            ! ext/Storable/Storable.pm t/lib/st-lock.t
79666 ____________________________________________________________________________
79667 [  7408] By: jhi                                   on 2000/10/23  03:50:24
79668         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
79669              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
79670              Date: Sun, 22 Oct 2000 21:12:22 -0400
79671              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
79672      Branch: perl
79673            ! lib/vars.pm
79674 ____________________________________________________________________________
79675 [  7407] By: jhi                                   on 2000/10/23  03:43:12
79676         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
79677              From: Hugo <hv@crypt.compulink.co.uk>
79678              Date: Mon, 23 Oct 2000 00:47:22 +0100
79679              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
79680      Branch: perl
79681            ! regexec.c t/op/pat.t
79682 ____________________________________________________________________________
79683 [  7406] By: jhi                                   on 2000/10/23  03:40:29
79684         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
79685      Branch: perl
79686            ! lib/ExtUtils/MakeMaker.pm
79687 ____________________________________________________________________________
79688 [  7405] By: jhi                                   on 2000/10/22  21:32:00
79689         Log: Doc patch.
79690              
79691              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
79692              From: rspier@pobox.com (Robert Spier)
79693              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
79694              Message-ID: <14835.16112.13457.447971@rls.cx>
79695      Branch: perl
79696            ! lib/strict.pm
79697 ____________________________________________________________________________
79698 [  7404] By: jhi                                   on 2000/10/22  21:30:51
79699         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
79700              From: rspier@pobox.com (Robert Spier)
79701              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
79702              Message-ID: <14835.17223.72448.705566@rls.cx>
79703      Branch: perl
79704            ! lib/ExtUtils/MakeMaker.pm
79705 ____________________________________________________________________________
79706 [  7403] By: jhi                                   on 2000/10/22  21:24:11
79707         Log: Subject: [PATCH bleadperl] ripples from constsub patch
79708              From: John Tobey <jtobey@john-edwin-tobey.org>
79709              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
79710              Message-Id: <m13nSOB-000FObC@feynman.localnet>
79711      Branch: perl
79712            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
79713 ____________________________________________________________________________
79714 [  7402] By: jhi                                   on 2000/10/22  20:59:35
79715         Log: Support s?printf parameter reordering.
79716      Branch: perl
79717            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
79718 ____________________________________________________________________________
79719 [  7401] By: jhi                                   on 2000/10/22  19:19:14
79720         Log: Expand %Config variables only if explicitly so requested
79721              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
79722              
79723              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
79724              From: Gurusamy Sarathy <gsar@ActiveState.com>
79725              Date: Sun, 22 Oct 2000 11:47:32 -0700
79726              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
79727      Branch: perl
79728            ! Makefile.SH lib/lib_pm.PL
79729 ____________________________________________________________________________
79730 [  7400] By: jhi                                   on 2000/10/22  18:24:10
79731         Log: Move the #7390 test from warn/op to comp/redef.
79732              
79733              Subject: Re: Creating const subs for constants.
79734              From: John Tobey <jtobey@john-edwin-tobey.org>
79735              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
79736              Message-Id: <m13nG72-000FObC@feynman.localnet>               
79737      Branch: perl
79738            ! t/comp/redef.t t/pragma/warn/op
79739 ____________________________________________________________________________
79740 [  7399] By: jhi                                   on 2000/10/22  17:49:59
79741         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
79742              From: Nicholas Clark <nick@ccl4.org>
79743              Date: Sat, 21 Oct 2000 22:23:19 +0100
79744              Message-ID: <20001021222319.B45586@plum.flirble.org>
79745      Branch: perl
79746            ! ext/DynaLoader/DynaLoader_pm.PL
79747 ____________________________________________________________________________
79748 [  7398] By: jhi                                   on 2000/10/22  17:47:35
79749         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
79750              From: Hugo <hv@crypt.compulink.co.uk>
79751              Date: Sat, 21 Oct 2000 18:19:59 +0100
79752              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
79753      Branch: perl
79754            ! ext/B/B.pm ext/B/B/C.pm
79755 ____________________________________________________________________________
79756 [  7397] By: jhi                                   on 2000/10/22  17:35:18
79757         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
79758              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
79759              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
79760              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
79761      Branch: perl
79762            ! hints/openbsd.sh
79763 ____________________________________________________________________________
79764 [  7396] By: jhi                                   on 2000/10/22  17:19:46
79765         Log: Subject: installman go-faster stripes
79766              From: Nicholas Clark <nick@talking.bollo.cx>
79767              Date: Sat, 21 Oct 2000 17:24:53 +0100
79768              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
79769              
79770              Subject: Re: installman go-faster stripes
79771              From: Russ Allbery <rra@stanford.edu>
79772              Date: 21 Oct 2000 11:04:13 -0700
79773              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
79774      Branch: perl
79775            ! installman pod/pod2man.PL
79776 ____________________________________________________________________________
79777 [  7395] By: jhi                                   on 2000/10/22  17:17:35
79778         Log: Hints tweak from Anton Berezin.
79779      Branch: perl
79780            ! hints/freebsd.sh
79781 ____________________________________________________________________________
79782 [  7394] By: jhi                                   on 2000/10/22  04:50:04
79783         Log: Tweak the Is* definitions of Unicode character classes
79784              to better match the official categorizations; embrace
79785              the official categorizations; add the combining marks
79786              as alpha (and -numeric); fix DCinital (a typo and edito)
79787              to be DCmedial.
79788      Branch: perl
79789            + lib/unicode/Is/DCmedial.pl
79790            - lib/unicode/Is/DCinital.pl
79791            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
79792            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
79793            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
79794            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
79795 ____________________________________________________________________________
79796 [  7393] By: jhi                                   on 2000/10/21  18:06:05
79797         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
79798              From: Daniel Chetlin <daniel@chetlin.com>
79799              Date: Sat, 21 Oct 2000 02:57:03 -0700
79800              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
79801      Branch: perl
79802            + t/lib/tie-splice.t
79803            ! MANIFEST lib/Tie/Array.pm
79804 ____________________________________________________________________________
79805 [  7392] By: gsar                                  on 2000/10/21  18:05:15
79806         Log: resync utfperl branch with mainline
79807      Branch: utfperl
79808           !> (integrate 1760 files)
79809 ____________________________________________________________________________
79810 [  7391] By: jhi                                   on 2000/10/21  14:37:49
79811         Log: Testcases for a #7383,#7385 related bug.
79812              
79813              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
79814              From: Nicholas Clark <nick@ccl4.org>
79815              Date: Sat, 21 Oct 2000 15:04:51 +0100
79816              Message-ID: <20001021150451.A51566@plum.flirble.org>
79817      Branch: perl
79818            ! t/pragma/utf8.t
79819 ____________________________________________________________________________
79820 [  7390] By: jhi                                   on 2000/10/21  14:35:57
79821         Log: Add a testcase for #7389.
79822      Branch: perl
79823            ! t/pragma/warn/op
79824 ____________________________________________________________________________
79825 [  7389] By: jhi                                   on 2000/10/21  14:26:45
79826         Log: Subject: Re: Creating const subs for constants.
79827              From: John Tobey <jtobey@john-edwin-tobey.org>
79828              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
79829              Message-Id: <m13mo0N-000FObC@feynman.localnet>
79830      Branch: perl
79831            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
79832            ! proto.h sv.c
79833 ____________________________________________________________________________
79834 [  7388] By: nick                                  on 2000/10/21  11:44:23
79835         Log: Populate perlio branch
79836      Branch: perlio
79837           +> (branch 1760 files)
79838 ____________________________________________________________________________
79839 [  7387] By: nick                                  on 2000/10/21  10:52:05
79840         Log: Get branch back as replica of mainline via :
79841              p4 integrate -b utfperl
79842              p4 resolve -at ./...
79843      Branch: utfperl
79844           +> (branch 269 files)
79845            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
79846            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
79847            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
79848            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
79849            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
79850            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
79851            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
79852            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
79853            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
79854            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
79855            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
79856            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
79857            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
79858            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
79859            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
79860            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
79861            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
79862            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
79863            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
79864            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
79865            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
79866            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
79867            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
79868            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
79869            - lib/unicode/UCD300.html lib/unicode/Unicode.300
79870            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
79871            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
79872            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
79873            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
79874           !> (integrate 965 files)
79875 ____________________________________________________________________________
79876 [  7386] By: jhi                                   on 2000/10/21  01:31:12
79877         Log: Update Changes.
79878      Branch: perl
79879            ! Changes patchlevel.h
79880 ____________________________________________________________________________
79881 [  7385] By: jhi                                   on 2000/10/21  01:28:42
79882         Log: The #7383 was right only in the context of the original bug report,
79883              not in more general case.
79884      Branch: perl
79885            ! pp_hot.c
79886 ____________________________________________________________________________
79887 [  7384] By: jhi                                   on 2000/10/21  01:08:23
79888         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
79889      Branch: perl
79890            ! ext/IO/lib/IO/Select.pm
79891 ____________________________________________________________________________
79892 [  7383] By: jhi                                   on 2000/10/21  00:44:18
79893         Log: Fix for ID 20001020.006, concatenating an unset submatch
79894              with utf8 resulted in "Modification of a read-only value".
79895      Branch: perl
79896            ! pp_hot.c t/pragma/utf8.t
79897 ____________________________________________________________________________
79898 [  7382] By: jhi                                   on 2000/10/20  20:44:31
79899         Log: Make scan_num() reëntrant, as suggested in
79900              
79901              Subject: [PATCH perl@7229] Rentrant parser and yylex()
79902              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
79903              Date: Fri, 20 Oct 2000 14:17:27 +0100
79904              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
79905      Branch: perl
79906            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
79907            ! toke.c
79908 ____________________________________________________________________________
79909 [  7381] By: jhi                                   on 2000/10/20  20:07:29
79910         Log: Reëntrancy fix.
79911              
79912              Subject: [PATCH perl@7229] Rentrant parser and yylex()
79913              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
79914              Date: Fri, 20 Oct 2000 14:17:27 +0100
79915              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
79916      Branch: perl
79917            ! embed.h embed.pl perl.h proto.h toke.c
79918 ____________________________________________________________________________
79919 [  7380] By: jhi                                   on 2000/10/20  19:15:54
79920         Log: Don't write double values through long double pointers,
79921              based on a part of
79922              
79923              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
79924              From: Jens Hamisch <jens@Strawberry.COM>
79925              Date: Tue, 17 Oct 2000 08:39:36 +0200
79926              Message-Id: <20001017083936.A11104@Strawberry.COM>
79927      Branch: perl
79928            ! perl.h pp.c
79929 ____________________________________________________________________________
79930 [  7379] By: jhi                                   on 2000/10/20  18:43:37
79931         Log: Portability tweak on #7377.
79932              
79933              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
79934              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79935              Date:     Fri, 20 Oct 2000 13:13:41 EDT
79936              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
79937      Branch: perl
79938            ! t/lib/dprof.t
79939 ____________________________________________________________________________
79940 [  7378] By: jhi                                   on 2000/10/20  12:57:19
79941         Log: SOCKS function redefinitions need prototypes, too, otherwise
79942              for example 32 bit versus 64 bit differences cause a lot of
79943              problems.  Part of
79944              
79945              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
79946              From: Jens Hamisch <jens@Strawberry.COM>
79947              Date: Tue, 17 Oct 2000 08:39:36 +0200
79948              Message-Id: <20001017083936.A11104@Strawberry.COM>
79949      Branch: perl
79950            ! doio.c pp_sys.c
79951 ____________________________________________________________________________
79952 [  7377] By: jhi                                   on 2000/10/20  12:37:12
79953         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
79954              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79955              Date:     Fri, 20 Oct 2000 08:26:04 EDT
79956              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
79957      Branch: perl
79958            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
79959 ____________________________________________________________________________
79960 [  7376] By: jhi                                   on 2000/10/20  12:35:31
79961         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
79962              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
79963              Date:     Fri, 20 Oct 2000 07:48:15 EDT
79964              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
79965      Branch: perl
79966            ! configure.com vms/gen_shrfls.pl
79967 ____________________________________________________________________________
79968 [  7375] By: bailey                                on 2000/10/20  04:44:37
79969         Log: SYN SYN
79970      Branch: vmsperl
79971           +> (branch 134 files)
79972            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
79973            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
79974            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
79975            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
79976            - eg/cgi/frameset.cgi eg/cgi/index.html
79977            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
79978            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
79979            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
79980            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
79981            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
79982            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
79983            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
79984            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
79985            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
79986            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
79987            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
79988            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
79989            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
79990            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
79991            - lib/unicode/Props.txt lib/unicode/UCD300.html
79992            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
79993            - utils/perlbc.PL vms/subconfigure.com
79994           !> (integrate 785 files)
79995 ____________________________________________________________________________
79996 [  7374] By: jhi                                   on 2000/10/20  00:59:48
79997         Log: In the latest compiler builds cccdlflags must not become -fpic,
79998              from Wilfredo Sánchez.
79999      Branch: perl
80000            ! hints/darwin.sh
80001 ____________________________________________________________________________
80002 [  7373] By: jhi                                   on 2000/10/20  00:56:35
80003         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
80004              From: Tony Cook <tony@develop-help.com>
80005              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
80006              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
80007      Branch: perl
80008            ! pod/perlop.pod
80009 ____________________________________________________________________________
80010 [  7372] By: jhi                                   on 2000/10/19  19:34:40
80011         Log: Typo noted by Mark Lutz.
80012      Branch: perl
80013            ! t/op/64bitint.t
80014 ____________________________________________________________________________
80015 [  7371] By: jhi                                   on 2000/10/19  19:33:13
80016         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
80017      Branch: metaconfig
80018            ! U/modified/Cppsym.U U/modified/Oldconfig.U
80019      Branch: metaconfig/U/perl
80020            ! End.U dlsrc.U libperl.U
80021      Branch: perl
80022            + hints/nonstopux.sh
80023            ! Configure MANIFEST config_h.SH
80024 ____________________________________________________________________________
80025 [  7370] By: jhi                                   on 2000/10/19  17:18:08
80026         Log: Subject: PATCH do_print has 2 PerlIO_error()s
80027              From: nick@ccl4.org
80028              Date: Thu, 19 Oct 2000 18:09:20 +0100
80029              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
80030      Branch: perl
80031            ! doio.c
80032 ____________________________________________________________________________
80033 [  7369] By: jhi                                   on 2000/10/19  14:01:49
80034         Log: Update Changes.
80035      Branch: perl
80036            ! Changes patchlevel.h
80037 ____________________________________________________________________________
80038 [  7368] By: jhi                                   on 2000/10/19  13:04:29
80039         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
80040              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80041              Date: Wed, 18 Oct 2000 13:12:01 +0200
80042              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
80043      Branch: perl
80044            ! hints/aix.sh
80045 ____________________________________________________________________________
80046 [  7367] By: jhi                                   on 2000/10/19  02:22:40
80047         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
80048              of a 'pmshort' anywhere in the B, so the offending line was simply
80049              removed.
80050      Branch: perl
80051            ! ext/B/B/Debug.pm
80052 ____________________________________________________________________________
80053 [  7366] By: jhi                                   on 2000/10/19  02:12:37
80054         Log: Add the test case for the bug id 20000730.004 which seems
80055              to have been fixed by now.
80056      Branch: perl
80057            ! t/pragma/utf8.t
80058 ____________________________________________________________________________
80059 [  7365] By: jhi                                   on 2000/10/18  23:36:24
80060         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
80061              From: Hugo <hv@crypt.compulink.co.uk>
80062              Date: Wed, 18 Oct 2000 23:25:58 +0100
80063              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
80064      Branch: perl
80065            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
80066 ____________________________________________________________________________
80067 [  7364] By: jhi                                   on 2000/10/18  21:12:53
80068         Log: (retracted)
80069      Branch: perl
80070            ! pp.c
80071 ____________________________________________________________________________
80072 [  7363] By: jhi                                   on 2000/10/18  20:55:38
80073         Log: Missing change from #7362.
80074      Branch: perl
80075            ! win32/perlhost.h
80076 ____________________________________________________________________________
80077 [  7362] By: jhi                                   on 2000/10/18  20:52:01
80078         Log: Borland C fstat() never saw the fd as writable.
80079              
80080              Subject: fix for Borland's weak "stat" (perl@7211)
80081              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
80082              Date: Mon, 16 Oct 2000 09:55:03 +0400
80083              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
80084      Branch: perl
80085            ! win32/win32.c
80086 ____________________________________________________________________________
80087 [  7361] By: jhi                                   on 2000/10/18  17:43:50
80088         Log: Regen toc.
80089      Branch: perl
80090            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
80091 ____________________________________________________________________________
80092 [  7360] By: jhi                                   on 2000/10/18  17:07:44
80093         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80094              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
80095              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
80096              Date: Mon, 16 Oct 2000 15:19:49 +0200
80097      Branch: perl
80098            + README.aix
80099            ! MANIFEST
80100 ____________________________________________________________________________
80101 [  7359] By: jhi                                   on 2000/10/18  17:04:49
80102         Log: Subject: Pod patch for Devel::Peek
80103              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80104              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
80105              Date: Mon, 16 Oct 2000 12:26:34 +0200
80106      Branch: perl
80107            ! ext/Devel/Peek/Peek.pm
80108 ____________________________________________________________________________
80109 [  7358] By: jhi                                   on 2000/10/18  17:03:15
80110         Log: Make Cwd more bulletproof in chrooted environments.
80111              
80112              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
80113              From: "Eric E. Coe" <Eric.Coe@oracle.com>
80114              Date: Wed, 18 Oct 2000 04:03:54 -0400
80115              Message-Id: <39ED596A.70E599FE@oracle.com>
80116      Branch: perl
80117            ! lib/Cwd.pm
80118 ____________________________________________________________________________
80119 [  7357] By: jhi                                   on 2000/10/18  16:37:26
80120         Log: Disable the UTF8 downgrade croakage for now to avoid
80121              too many not okay messages.
80122      Branch: perl
80123            ! doio.c
80124 ____________________________________________________________________________
80125 [  7356] By: jhi                                   on 2000/10/17  23:29:41
80126         Log: Show the failed remote port, instead of the failing line number.
80127              
80128              Subject: [PATCH 5.6.1 Debugger] More diagnostics
80129              From: David Sparks <daves@ActiveState.com>
80130              Date: Tue, 17 Oct 2000 15:00:24 -0700
80131              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
80132      Branch: perl
80133            ! lib/perl5db.pl
80134 ____________________________________________________________________________
80135 [  7355] By: jhi                                   on 2000/10/17  14:11:31
80136         Log: On output try to downgrade to bytes, croak if impossible,
80137              from Simon Cozens.  This means that outputting >255 UTF8
80138              is impossible.  Consider this as a strong incentive to get
80139              the I/O disciplines implemented.
80140      Branch: perl
80141            ! doio.c pod/perldiag.pod sv.c
80142 ____________________________________________________________________________
80143 [  7354] By: jhi                                   on 2000/10/17  13:42:23
80144         Log: Clarify documentation on 'use bytes'.
80145              
80146              Subject: Re: What does 'use bytes' "mean" ?
80147              From: Simon Cozens <simon@cozens.net>
80148              Date: Mon, 18 Sep 2000 18:24:25 +0100
80149              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
80150      Branch: perl
80151            ! lib/bytes.pm
80152 ____________________________________________________________________________
80153 [  7353] By: jhi                                   on 2000/10/17  13:28:12
80154         Log: Workaround for a sfio bug where the stream error indicator
80155              is not cleared as documented.
80156              
80157              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
80158              From: Nicholas Clark <nick@ccl4.org>
80159              Date: Mon, 16 Oct 2000 18:28:23 +0100
80160              Message-ID: <20001016182823.J19700@plum.flirble.org>
80161      Branch: perl
80162            ! doio.c
80163 ____________________________________________________________________________
80164 [  7352] By: jhi                                   on 2000/10/17  13:06:19
80165         Log: More IoTYPE sprinkling.
80166      Branch: perl
80167            ! doio.c pp_hot.c
80168 ____________________________________________________________________________
80169 [  7351] By: jhi                                   on 2000/10/16  22:47:07
80170         Log: Detect early whether the std streams have gone bad.
80171              
80172              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
80173              Date: Mon, 16 Oct 2000 23:28:42 +0100
80174              From: Nicholas Clark <nick@ccl4.org>
80175              Message-ID: <20001016232842.A37942@plum.flirble.org>
80176      Branch: perl
80177            ! t/op/misc.t
80178 ____________________________________________________________________________
80179 [  7350] By: jhi                                   on 2000/10/16  22:45:16
80180         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
80181              From: "Peter J. Farley III" <pjfarley@banet.net>
80182              Date: Mon, 16 Oct 2000 18:15:59 -0400
80183              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
80184      Branch: perl
80185            ! djgpp/djgpp.c dosish.h t/io/open.t
80186 ____________________________________________________________________________
80187 [  7349] By: jhi                                   on 2000/10/16  22:36:45
80188         Log: perldelta tweak.
80189      Branch: perl
80190            ! pod/perldelta.pod
80191 ____________________________________________________________________________
80192 [  7348] By: jhi                                   on 2000/10/16  15:17:53
80193         Log: Update Changes.
80194      Branch: perl
80195            ! Changes patchlevel.h
80196 ____________________________________________________________________________
80197 [  7347] By: jhi                                   on 2000/10/16  13:55:27
80198         Log: Add the capability to include/exclude branches.
80199      Branch: perl
80200            ! Porting/genlog
80201 ____________________________________________________________________________
80202 [  7346] By: jhi                                   on 2000/10/16  13:18:04
80203         Log: Add Charles Lane.
80204      Branch: perl
80205            ! AUTHORS Changes
80206 ____________________________________________________________________________
80207 [  7345] By: jhi                                   on 2000/10/16  13:13:21
80208         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
80209      Branch: perl
80210            ! pod/perldelta.pod
80211 ____________________________________________________________________________
80212 [  7344] By: gsar                                  on 2000/10/16  09:30:21
80213         Log: integrate change#6220 from cfgperl
80214              
80215              Win32 patches from Benjamin Stuhl.
80216      Branch: maint-5.6/perl
80217           !> makedef.pl win32/win32.h
80218 ____________________________________________________________________________
80219 [  7343] By: gsar                                  on 2000/10/16  08:32:19
80220         Log: integrate changes#6221,6222 from cfgperl
80221              
80222              Remove tr///CU (the feature is to be obsoleted by better interfaces).
80223              From: simon@brecon.co.uk (Simon Cozens)
80224              Subject: [PATCH] Eliminate tr///[CU][CU]
80225              Date: 23 Jun 2000 11:05:40 GMT
80226              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
80227              
80228              doc typo fix
80229              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
80230              From: Ian Phillipps <Ian.Phillipps@iname.com>
80231              Date: Fri, 23 Jun 2000 10:40:58 +0100
80232              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
80233      Branch: maint-5.6/perl
80234           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
80235 ____________________________________________________________________________
80236 [  7342] By: gsar                                  on 2000/10/16  08:28:08
80237         Log: integrate change#6217 from cfgperl (in part)
80238              
80239              Rename the fdpid locking and integrate with Sarathy.
80240      Branch: maint-5.6/perl
80241           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
80242           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
80243           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
80244           !> win32/win32.c
80245 ____________________________________________________________________________
80246 [  7341] By: gsar                                  on 2000/10/16  08:23:39
80247         Log: integrate changes#6214..6216 from mainline
80248              
80249              @_ can't have junk in it even in the non-USE_ITHREADS case because
80250              caller() wants to populate @DB::args with it (causes a coredump
80251              in Carp::confess())
80252              
80253              tweak comment about @DB::args
80254              
80255              be more optimal about clearing @_
80256      Branch: maint-5.6/perl
80257           !> av.h cop.h pp_ctl.c t/op/runlevel.t
80258 ____________________________________________________________________________
80259 [  7340] By: gsar                                  on 2000/10/16  08:20:37
80260         Log: integrate changes#6207..6210 from cfgperl
80261              
80262              Subject: [PATCH 5.6.0] Threadsafe patches
80263              From: Dan Sugalski <dan@sidhe.org>
80264              To: perl5-porters@perl.org
80265              Date: Mon, 08 May 2000 18:08:13 -0400
80266              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
80267              
80268              Regen headers for #6207.
80269              
80270              Lock PL_fdpid against race conditions, based on:
80271              Subject: [PATCH 5.6.0]subprocess fixup for threads
80272              From: Dan Sugalski <dan@sidhe.org>
80273              To: perl5-porters@perl.org
80274              Date: Tue, 11 Apr 2000 17:02:32 -0400
80275              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
80276              
80277              Mopup for #6207 and #6209.
80278      Branch: maint-5.6/perl
80279           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
80280           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
80281           !> win32/win32.c
80282 ____________________________________________________________________________
80283 [  7339] By: gsar                                  on 2000/10/16  08:14:34
80284         Log: integrate change#6203 from cfgperl
80285              
80286              perldiag should refer to perlos2.pod not README.os2
80287      Branch: maint-5.6/perl
80288           !> pod/perldiag.pod
80289 ____________________________________________________________________________
80290 [  7338] By: gsar                                  on 2000/10/16  08:11:42
80291         Log: integrate change#6201 from mainline
80292              
80293              Perl_eval_pv() leaks 4 bytes every time it is called because it
80294              does a PUSHMARK that's never ever POPMARKed; in general, only
80295              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
80296              Perl_eval_[sp]v() don't because they don't take any incoming
80297              arguments (this leak has been around since the original version
80298              of perl_eval_pv() in 5.003_97e)
80299      Branch: maint-5.6/perl
80300           !> perl.c
80301 ____________________________________________________________________________
80302 [  7337] By: gsar                                  on 2000/10/16  08:08:47
80303         Log: integrate changes#6197..6200 from cfgperl
80304              
80305              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
80306              From: John Borwick <jhborwic@unity.ncsu.edu>
80307              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
80308              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
80309              
80310              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
80311              From: Dan Sugalski <dan@sidhe.org>
80312              To: vmsperl@perl.org, perl5-porters@perl.org
80313              Date: Fri, 02 Jun 2000 16:00:41 -0400
80314              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
80315              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
80316              
80317              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
80318              From: Dan Sugalski <dan@sidhe.org>
80319              To: perl5-porters@perl.org, vmsperl@perl.org
80320              Date: Fri, 02 Jun 2000 17:30:51 -0400
80321              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
80322              
80323              Update to cperl-mode.el 4.31 from
80324              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
80325              Subject: A couple of notes
80326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
80327              To: Mailing list Perl5 <perl5-porters@perl.org>
80328              Date: Sat, 3 Jun 2000 23:33:32 -0400
80329              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
80330      Branch: maint-5.6/perl
80331           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
80332           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
80333           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
80334           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
80335           !> vms/vmsish.h
80336 ____________________________________________________________________________
80337 [  7336] By: gsar                                  on 2000/10/16  08:03:46
80338         Log: integrate changes#6194,6195 from mainline
80339              
80340              fix small eval"" memory leaks under USE_ITHREADS
80341              
80342              fix yet another eval"" leak under USE_ITHREADS
80343      Branch: maint-5.6/perl
80344           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
80345           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
80346           !> vms/perly_c.vms
80347 ____________________________________________________________________________
80348 [  7335] By: gsar                                  on 2000/10/16  08:02:15
80349         Log: integrate changes#6190,6191 from mainline
80350              
80351              submit missing embed.pl change
80352              
80353              vec() loses numericalness (modified version of patch suggested
80354              by Robin Barker)
80355      Branch: maint-5.6/perl
80356           !> doop.c embed.pl t/op/vec.t
80357 ____________________________________________________________________________
80358 [  7334] By: gsar                                  on 2000/10/16  08:01:03
80359         Log: integrate change#6189 from mainline
80360              
80361              counting tr/// corrupts later operation (from M.J.T Guy)
80362      Branch: maint-5.6/perl
80363           !> doop.c t/op/tr.t
80364 ____________________________________________________________________________
80365 [  7333] By: gsar                                  on 2000/10/16  07:59:07
80366         Log: integrate changes#6183..6188 from mainline
80367              
80368              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
80369              <nick@ccl4.org>)
80370              
80371              tweak for change#6127
80372              
80373              remove incorrect documentation about implicit split to @_ in
80374              list context, which never really worked in perl 5 (from
80375              M.J.T. Guy)
80376              
80377              further qualify references to "alphanumeric" (from Wolfgang Laun
80378              <wolfgang.laun@alcatel.at>)
80379              
80380              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
80381              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
80382              
80383              h2xs tweaks
80384      Branch: maint-5.6/perl
80385           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
80386           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
80387           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
80388           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
80389           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
80390           !> pod/pod2latex.PL utils/h2xs.PL
80391 ____________________________________________________________________________
80392 [  7332] By: gsar                                  on 2000/10/16  07:53:52
80393         Log: integrate change#6179 from mainline
80394              
80395              buggy modulus on UVs introduced by change#3378 (resulted in
80396              4063328477 % 65535 amounting to 27406, instead of 27407)
80397      Branch: maint-5.6/perl
80398           !> pp.c t/op/arith.t
80399 ____________________________________________________________________________
80400 [  7331] By: gsar                                  on 2000/10/16  07:52:49
80401         Log: integrate changes#6176,6177,6178,6182 from cfgperl
80402              
80403              Single-quoted utf8 patch from Simon Cozens.
80404              
80405              Substitution utf8 patch from Simon Cozens.
80406              
80407              Be cleaner.
80408              
80409              Be Cleaner Part Deux.
80410      Branch: maint-5.6/perl
80411           !> Makefile.SH pp_hot.c toke.c
80412 ____________________________________________________________________________
80413 [  7330] By: gsar                                  on 2000/10/16  07:41:36
80414         Log: integrate change#6172 from mainline
80415              
80416              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
80417              (from Ilya Zakharevich)
80418      Branch: maint-5.6/perl
80419           !> regexec.c t/op/re_tests
80420 ____________________________________________________________________________
80421 [  7329] By: gsar                                  on 2000/10/16  07:40:25
80422         Log: integrate change#6171 from mainline
80423              
80424              scalar() doesn't force scalar context when used in void context
80425              (from Simon Cozens)
80426      Branch: maint-5.6/perl
80427           !> op.c t/op/wantarray.t
80428 ____________________________________________________________________________
80429 [  7328] By: gsar                                  on 2000/10/16  07:39:33
80430         Log: integrate change#6170 from mainline
80431              
80432              change#6142 needs tweaks to tests to work where there's no
80433              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
80434      Branch: maint-5.6/perl
80435           !> t/lib/filefind.t
80436 ____________________________________________________________________________
80437 [  7327] By: gsar                                  on 2000/10/16  07:35:34
80438         Log: integrate changes#6166..6168 from cfgperl
80439              
80440              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
80441              in case somebody wants to write an extension for more
80442              shadow database interfaces.
80443              
80444              tweak todo
80445              
80446              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
80447      Branch: maint-5.6/perl
80448           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80449           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
80450           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
80451           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
80452           !> win32/config.vc win32/config_H.bc win32/config_H.gc
80453           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
80454 ____________________________________________________________________________
80455 [  7326] By: gsar                                  on 2000/10/16  07:29:05
80456         Log: integrate changes#6157,6159..6161,6164 from cfgperl
80457              
80458              Regen Configure to jive with #6149.
80459              
80460              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
80461              
80462              Changes for the File::Temp 0.08 (change #6159) test suite
80463              to fit better into the Perl distribution test framework.
80464              
80465              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
80466              both from Simon Cozens.
80467              
80468              detypo
80469      Branch: maint-5.6/perl
80470           +> pod/perlmodlib.PL pod/perlnewmod.pod
80471           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
80472           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
80473           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
80474           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
80475 ____________________________________________________________________________
80476 [  7325] By: gsar                                  on 2000/10/16  07:25:13
80477         Log: integrate change#6158 from vmsperl
80478              
80479              Add fallback to tmpfile for use in cases where user's relying on
80480              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
80481              Lane's patch)
80482      Branch: maint-5.6/perl
80483           !> vms/vms.c vms/vmsish.h
80484 ____________________________________________________________________________
80485 [  7324] By: gsar                                  on 2000/10/16  07:20:50
80486         Log: integrate changes#6153..6155 from mainline
80487              
80488              prettier Test::Harness output on failed tests (from Nicholas Clark
80489              <nick@Bagpuss.uk.boo.com>)
80490              
80491              avoid type mismatch warning
80492              
80493              small bug in change#6144; remove random \xA0 character that snuck
80494              in via change#6145
80495      Branch: maint-5.6/perl
80496           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
80497           !> perl.c
80498 ____________________________________________________________________________
80499 [  7323] By: gsar                                  on 2000/10/16  07:18:47
80500         Log: integrate changes#6151,6152 from mainline
80501              
80502              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
80503              
80504              cosmetic fixups of RE debug output (from Ilya Zakharevich)
80505      Branch: maint-5.6/perl
80506           !> regexec.c
80507 ____________________________________________________________________________
80508 [  7322] By: gsar                                  on 2000/10/16  07:17:25
80509         Log: integrate changes#6146..6150 from mainline
80510              
80511              doc typo
80512              
80513              add a make entry to Config.pm so "perl -V:make" works on VMS
80514              (from Peter Prymmer)
80515              
80516              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
80517              
80518              OS/2 tweaks for usethreads build (from Rocco Caputo
80519              <troc@netrus.net>)
80520              
80521              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
80522      Branch: maint-5.6/perl
80523           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
80524           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
80525           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
80526           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
80527           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
80528           !> warnings.pl x2p/a2p.h
80529 ____________________________________________________________________________
80530 [  7321] By: gsar                                  on 2000/10/16  07:14:02
80531         Log: integrate changes#6143..6145 from mainline
80532              
80533              MacOS support, part 1 (from Matthias Neeracher
80534              <neeri@iis.ee.ethz.ch>)
80535              
80536              MacOS support, part 2: make AutoSplit use File::Spec instead
80537              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
80538              <neeri@iis.ee.ethz.ch>)
80539              
80540              make xsubpp skip embedded pod (from Matthias Neeracher
80541              <neeri@iis.ee.ethz.ch>)
80542      Branch: maint-5.6/perl
80543           +> ext/DynaLoader/dl_mac.xs
80544           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
80545           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
80546           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
80547           !> pp_ctl.c proto.h toke.c util.c util.h
80548 ____________________________________________________________________________
80549 [  7320] By: gsar                                  on 2000/10/16  07:12:13
80550         Log: integrate changes#6141,6142 from mainline
80551              
80552              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
80553              forwarded by Peter Seebach from the bsdi-users mailing list.
80554              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
80555              
80556              File::Find fails to chdir when chasing symlinks (from
80557              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
80558      Branch: maint-5.6/perl
80559           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
80560 ____________________________________________________________________________
80561 [  7319] By: gsar                                  on 2000/10/16  07:04:30
80562         Log: integrate change#6139 from mainline
80563              
80564              revise mktables.PL for bugs and newness in Unicode 3.0
80565              (from James Bence <jbence@amgen.com>)
80566      Branch: maint-5.6/perl
80567           +> (branch 30 files)
80568           !> (integrate 49 files)
80569 ____________________________________________________________________________
80570 [  7318] By: gsar                                  on 2000/10/16  07:01:01
80571         Log: integrate changes#6137,6138 from mainline
80572              
80573              fix bogus redeclaration warning for "our" variables in different
80574              scopes
80575              
80576              add note about the handling of negative indices to tied arrays
80577              (from Michael G Schwern <schwern@pobox.com>)
80578      Branch: maint-5.6/perl
80579           !> op.c pod/perltie.pod t/pragma/strict-vars
80580 ____________________________________________________________________________
80581 [  7317] By: gsar                                  on 2000/10/16  06:58:46
80582         Log: integrate changes#6127..6136 from mainline
80583              
80584              call_method(...,G_EVAL) can longjmp() out if the method probing
80585              failed (from Gisle Aas)
80586              
80587              new perlxstut example for passing/returning refs to arrays
80588              (from David Lowe <dlowe@pootpoot.com>)
80589              
80590              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
80591              
80592              fix places that mean C<"word" character> but say C<alphanumeric
80593              character>
80594              
80595              avoid warnings in POSIX.pm (from Barrie Slaymaker)
80596              
80597              warnings::enabled() doesn't fall back to looking at $^W if
80598              caller isn't using lexical warnings (from Paul Marquess)
80599              
80600              elide bogus test in change#6132
80601              
80602              make Test::Harness use wait.h/WCOREDUMP if available
80603              (from Ben Tilly <ben_tilly@hotmail.com>)
80604              
80605              enable Test::Harness to dynamically determine column width etc.
80606              (from Rob Napier <rnapier@employees.org>)
80607              
80608              random pod typos (from Peter Scott <Peter@PSDT.com>)
80609      Branch: maint-5.6/perl
80610           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
80611           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
80612           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
80613           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
80614 ____________________________________________________________________________
80615 [  7316] By: gsar                                  on 2000/10/16  06:53:23
80616         Log: integrate change#6126 from mainline
80617              
80618              change#2879 broke rvalue autovivification of magicals such as
80619              ${$num} (reworked variant of patch suggested by Simon Cozens)
80620      Branch: maint-5.6/perl
80621           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
80622           !> pp_hot.c proto.h t/op/gv.t
80623 ____________________________________________________________________________
80624 [  7315] By: gsar                                  on 2000/10/16  06:51:38
80625         Log: integrate changes#6123,6125 from mainline
80626              
80627              clarify gotcha with #line directives (from Rocco Caputo
80628              <troc@netrus.net>)
80629              
80630              enable propagating exception objects via Perl_croak() in XS code
80631              (from Gisle Aas)
80632      Branch: maint-5.6/perl
80633           !> pod/perldebug.pod pod/perlsyn.pod util.c
80634 ____________________________________________________________________________
80635 [  7314] By: gsar                                  on 2000/10/16  06:49:28
80636         Log: integrate change#6122 from mainline
80637              
80638              downgrade fatal error on C<"foo@nosucharray.com"> to optional
80639              warning (from Mark-Jason Dominus)
80640      Branch: maint-5.6/perl
80641           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
80642           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
80643           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
80644           !> toke.c
80645 ____________________________________________________________________________
80646 [  7313] By: gsar                                  on 2000/10/16  06:46:54
80647         Log: integrate changes#6112..6121 from vmsperl
80648              
80649              Check for existence of file before trying to delete
80650              
80651              Ugly workaround for version-specific RTL error
80652              
80653              Urk -- undo previous removal of vmsish 'exit' change
80654              
80655              Add bounds checking for several strings (Charles Lane)
80656              
80657              Miscellaneous cosmetic fixes (Charles Lane)
80658              
80659              Treat sockets as special in sys(read|write) (Charles Lane et al.)
80660              
80661              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
80662              Flatten case labels in switch statements uniformly (Charles Bailey)
80663              
80664              Quiet error messages in vmsish.t (Charles Lane)
80665              
80666              Add missing escape (Charles Lane)
80667              
80668              Allow eliminate_macros() and fixpath() to handle space-delimited
80669              lists (based on fixes by Craig Berry)
80670      Branch: maint-5.6/perl
80671           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
80672           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
80673           !> vms/vmsish.h
80674 ____________________________________________________________________________
80675 [  7312] By: gsar                                  on 2000/10/16  06:41:18
80676         Log: integrate changes#6107,6110 from cfgperl
80677              
80678              Tweak the todo list.
80679              
80680              todo tweak
80681      Branch: maint-5.6/perl
80682           !> Todo-5.6
80683 ____________________________________________________________________________
80684 [  7311] By: gsar                                  on 2000/10/16  06:38:38
80685         Log: integrate changes#6104,6108 from mainline
80686              
80687              PL_sys_intern was being initialized too late on windows
80688              
80689              reenable fake signal handling on Windows, bugs and all
80690      Branch: maint-5.6/perl
80691           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
80692           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
80693           !> win32/win32.c
80694 ____________________________________________________________________________
80695 [  7310] By: gsar                                  on 2000/10/16  06:36:03
80696         Log: integrate changes#6095,6097..6103 from cfgperl
80697              
80698              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
80699              might be useful in future.
80700              
80701              Add a note about possible compilation problems from Allen Smith.
80702              
80703              Add a note about other, yet unsupported, shadow password APIs.
80704              
80705              Tweaks for the cc bugs from Allen Smith.
80706              
80707              More compilation tweakery from Allen Smith.
80708              
80709              Hints and test tweaks for Unicos.
80710              
80711              The test suite tweak in #6101 wasn't quite right.
80712              
80713              Test tweaking for Unicos continues.
80714      Branch: maint-5.6/perl
80715           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80716           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
80717           !> t/lib/complex.t t/op/64bitint.t
80718 ____________________________________________________________________________
80719 [  7309] By: gsar                                  on 2000/10/16  06:29:41
80720         Log: integrate changes#6093,6094 from mainline
80721              
80722              fork() failure to create pseudo process sets errno=EAGAIN and returns
80723              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
80724              
80725              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
80726      Branch: maint-5.6/perl
80727           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
80728           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
80729 ____________________________________________________________________________
80730 [  7308] By: gsar                                  on 2000/10/16  06:27:29
80731         Log: integrate change#6092 from cfgperl
80732              
80733              Regen perltoc with the fixed buildtoc.
80734      Branch: maint-5.6/perl
80735           !> pod/perltoc.pod
80736 ____________________________________________________________________________
80737 [  7307] By: gsar                                  on 2000/10/16  06:26:40
80738         Log: integrate changes#6089,6090 from mainline
80739              
80740              buildtoc tweak to fix newline lossage
80741              
80742              concat doesn't preserve utf8-ness, and doesn't invalidate
80743              [NI]OK; added tests for both
80744      Branch: maint-5.6/perl
80745           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
80746 ____________________________________________________________________________
80747 [  7306] By: gsar                                  on 2000/10/16  06:24:05
80748         Log: integrate change#6088 from cfgperl
80749              
80750              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
80751              because we do not use those.  The HAS_GETSPNAM remains,
80752              though, because we still do use that.
80753      Branch: maint-5.6/perl
80754           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
80755           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
80756           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
80757           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
80758           !> win32/config.vc win32/config_H.bc win32/config_H.gc
80759           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
80760 ____________________________________________________________________________
80761 [  7305] By: gsar                                  on 2000/10/16  06:15:52
80762         Log: integrate changes#6084,6085,6087 from mainline
80763              
80764              substr() does not preserve utf8-ness (from Stefan Eissing
80765              <Eissing@medicaldataservice.de>); added tests
80766              
80767              repeat operator (x) doesn't preserve utf8-ness
80768              
80769              reverse() and quotemeta() weren't preserving utf8-ness; add tests
80770      Branch: maint-5.6/perl
80771           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
80772 ____________________________________________________________________________
80773 [  7304] By: gsar                                  on 2000/10/16  06:13:10
80774         Log: integrate changes#6077..6083 from mainline
80775              
80776              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
80777              and Tom Phoenix)
80778              
80779              workaround for CRT bug in chdir() (from Charles Lane, via
80780              Peter Prymmer)
80781              
80782              remove outdated kludge in Carp (NULLs are permitted in diagnostics
80783              now)
80784              
80785              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
80786              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
80787              
80788              better default perlbug categories for ok reports (from Richard Foley)
80789              
80790              peek.t non-portable to ithreads
80791              
80792              note about undocumented caller() return value (from M.J.T. Guy);
80793              yet another peek.t tweak
80794      Branch: maint-5.6/perl
80795           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
80796           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
80797           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
80798           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
80799           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
80800           !> vms/vmsish.h
80801 ____________________________________________________________________________
80802 [  7303] By: gsar                                  on 2000/10/16  06:03:18
80803         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
80804              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
80805              
80806              &HUGE_VAL is not defined, it exists.
80807              
80808              Do not warn that an infinity does not look like a number.
80809              
80810              Rewrite the pwent/spent logic to be a little bit more clearer.
80811              
80812              Continue on the pwent/spent case.
80813              
80814              Correct Freudian slip.
80815              
80816              Use HUGE_VALL if applicable.
80817              
80818              pwent/spent #ifdef imbalance.
80819              
80820              Infinite problems.
80821              
80822              Call getspnam() only iff needd.
80823              
80824              Test both the scalar and list contexts.
80825              
80826              Use setxxent()/endxxent().
80827              
80828              Complex tweakery.
80829              
80830              Unicos hint tweak.
80831              
80832              Be more forgiving in POSIX about HUGE_VALL.
80833              
80834              Detypo.
80835              
80836              The search of infinity continues, this time simplified.
80837              
80838              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
80839              in natively 64-bit platforms where a long is a quad (no need
80840              for long longs).  Also added bias for IVs.
80841              
80842              Complex tweaks.
80843              
80844              Introduce t/lib/peek.t.
80845              
80846              Make the test more portable.
80847      Branch: maint-5.6/perl
80848           +> t/lib/peek.t
80849            ! pp_sys.c
80850           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
80851           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
80852           !> t/op/pwent.t toke.c util.c
80853 ____________________________________________________________________________
80854 [  7302] By: gsar                                  on 2000/10/16  05:03:37
80855         Log: integrate changes#6066..6071 from mainline
80856              
80857              s/END/CHECK/
80858              
80859              replace direct call to sighandler() with (*PL_sighandlerp)()
80860              
80861              note about values()
80862              
80863              File::Spec compatibility update (from Barrie Slaymaker
80864              <barries@slaysys.com>)
80865              
80866              remove misleading comment (from M.J.T. Guy)
80867              
80868              misformatted perllocal.pod (from Tim Jenness
80869              <t.jenness@jach.hawaii.edu>)
80870      Branch: maint-5.6/perl
80871           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
80872           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
80873           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
80874           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
80875 ____________________________________________________________________________
80876 [  7301] By: gsar                                  on 2000/10/16  05:00:08
80877         Log: integrate changes#6061..6063 from mainline
80878              
80879              change#5921 neglected to make eq honor "use bytes"
80880              
80881              additional tests for utf8.t
80882              
80883              tokeq() could read unallocated field in argument
80884      Branch: maint-5.6/perl
80885           !> sv.c t/pragma/utf8.t toke.c
80886 ____________________________________________________________________________
80887 [  7300] By: gsar                                  on 2000/10/16  04:56:54
80888         Log: integrate changes#6046,6048,6057,6058 from mainline
80889              
80890              libscheck has insufficient checks for n32 libs (from
80891              Albert Chin-A-Young <china@thewrittenword.com>)
80892              
80893              add note about how $( doesn't interpolate in REs (from
80894              Philip Newton <newton@ficus.frogspace.net>)
80895              
80896              fix broken parsing of /\x{ab}/
80897              
80898              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
80899              (spotted by Donald Kinzer <dkinzer@premia.com>)
80900      Branch: maint-5.6/perl
80901           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
80902           !> t/pragma/utf8.t
80903 ____________________________________________________________________________
80904 [  7299] By: gsar                                  on 2000/10/16  04:52:50
80905         Log: integrate change#6044 from mainline
80906              
80907              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
80908              such that underscores are only ignored in literal numbers,
80909              "\x{...}", and hex/oct argument
80910      Branch: maint-5.6/perl
80911           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
80912 ____________________________________________________________________________
80913 [  7298] By: gsar                                  on 2000/10/16  04:50:53
80914         Log: integrate changes#6027..6043 from mainline
80915              
80916              podlators-1.02 update (from Russ Allbery)
80917              
80918              Pod::Man generates groff-incompatible macro definition (from
80919              Tom Christiansen)
80920              
80921              add CGI.pm v2.66 (from Lincoln Stein)
80922              
80923              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
80924              for @- and @+ (from Johan Vromans)
80925              
80926              small nits in diagnostics.pm (from Robin Barker)
80927              
80928              whitespace adjustments
80929              
80930              missing files in MANIFEST
80931              
80932              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
80933              to compensate
80934              
80935              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
80936              
80937              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
80938      Branch: maint-5.6/perl
80939           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
80940           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
80941           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
80942           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
80943           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
80944           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
80945           !> t/lib/cgi-html.t t/lib/cgi-request.t
80946 ____________________________________________________________________________
80947 [  7297] By: gsar                                  on 2000/10/16  04:44:30
80948         Log: integrate change#6025 from mainline
80949              
80950              Is{Alnum,Alpha,Word} don't match titlecase
80951              TODO: IsSpace is defined recursively!
80952              (both spotted by Larry)
80953      Branch: maint-5.6/perl
80954           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
80955           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
80956 ____________________________________________________________________________
80957 [  7296] By: gsar                                  on 2000/10/16  04:39:30
80958         Log: integrate change#6023 from mainline
80959              
80960              debugger stomps on $. (from M.J.T. Guy)
80961      Branch: maint-5.6/perl
80962           !> lib/perl5db.pl
80963 ____________________________________________________________________________
80964 [  7295] By: gsar                                  on 2000/10/16  04:38:02
80965         Log: integrate change#6022 from mainline
80966              
80967              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
80968      Branch: maint-5.6/perl
80969           !> sv.c
80970 ____________________________________________________________________________
80971 [  7294] By: gsar                                  on 2000/10/16  04:37:05
80972         Log: integrate changes#6018..6021 from mainline
80973              
80974              make lib/syslog.t portable to systems that don't have _PATH_LOG,
80975              make _PATH_LOG() return "" if unavailable
80976              
80977              windows portability tweaks
80978              
80979              test tweak
80980              
80981              remove Win2K issue in pod (fixed by change#6020)
80982      Branch: maint-5.6/perl
80983           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
80984           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
80985           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
80986 ____________________________________________________________________________
80987 [  7293] By: gsar                                  on 2000/10/16  04:20:00
80988         Log: integrate changes#6013..6015 from mainline
80989              
80990              tweak change#5945 to display correct switch name in diagnostic
80991              
80992              glob() loading File::Glob behind the scenes may cause syntax errors
80993              
80994              tweak test for portability
80995      Branch: maint-5.6/perl
80996           !> op.c perl.c pod/perldiag.pod t/lib/b.t
80997 ____________________________________________________________________________
80998 [  7292] By: gsar                                  on 2000/10/16  04:18:11
80999         Log: integrate changes#6005..6010 from mainline, cfgperl
81000              
81001              perldoc might fail via "use blib" (from Hugo van der Sanden)
81002              
81003              Regen Configure.
81004              
81005              note about compile failures and END blocks (from M.J.T. Guy)
81006              
81007              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
81008              
81009              (change#6009 integrated earlier in change#7255)
81010              
81011              clarify note about shadow password support (from
81012              gellyfish@gellyfish.com)
81013      Branch: maint-5.6/perl
81014           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
81015           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
81016           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
81017 ____________________________________________________________________________
81018 [  7291] By: gsar                                  on 2000/10/16  04:12:03
81019         Log: integrate changes#6002,6003 from mainline
81020              
81021              destructive sv_setsv() can lose UV-ness from source, causing
81022              numeric promotions/comparisons to fail to do the right thing
81023              
81024              allow REG_EXPAND_SZ keys in Windows registry (from
81025              John Clayton <John.Clayton@barclayscapital.com>)
81026      Branch: maint-5.6/perl
81027           !> sv.c win32/win32.c
81028 ____________________________________________________________________________
81029 [  7290] By: gsar                                  on 2000/10/16  04:10:19
81030         Log: integrate change#6001 from mainline
81031              
81032              support additional library locations via $Config{otherlibdirs}
81033              (from Andy Dougherty)
81034      Branch: maint-5.6/perl
81035           !> Configure INSTALL Porting/Glossary Porting/config.sh
81036           !> Porting/config_H config_h.SH epoc/config.sh perl.c
81037           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
81038           !> win32/config.bc win32/config.gc win32/config.vc
81039 ____________________________________________________________________________
81040 [  7289] By: gsar                                  on 2000/10/16  04:08:28
81041         Log: integrate change#5999 from mainline
81042              
81043              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
81044      Branch: maint-5.6/perl
81045           !> t/pragma/warn/toke toke.c
81046 ____________________________________________________________________________
81047 [  7288] By: gsar                                  on 2000/10/16  04:07:01
81048         Log: integrate changes#5997,5998 from cfgperl
81049              
81050              Preserve $!.
81051              
81052              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
81053      Branch: maint-5.6/perl
81054           !> lib/Math/Complex.pm
81055 ____________________________________________________________________________
81056 [  7287] By: gsar                                  on 2000/10/16  04:04:37
81057         Log: integrate change#5995 from mainline
81058              
81059              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
81060      Branch: maint-5.6/perl
81061           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
81062 ____________________________________________________________________________
81063 [  7286] By: gsar                                  on 2000/10/16  04:03:21
81064         Log: integrate change#5994 from mainline
81065              
81066              fix for missed accounting for null byte in pack("Z",...) (from
81067              M.J.T. Guy)
81068      Branch: maint-5.6/perl
81069           !> pp.c t/op/pack.t
81070 ____________________________________________________________________________
81071 [  7285] By: gsar                                  on 2000/10/16  04:02:11
81072         Log: integrate changes#5989..5993 from mainline
81073              
81074              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
81075              itself and no other (from Tom Hughes)
81076              
81077              use $ENV{LIB} to search for libs under Visual C compiler
81078              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
81079              
81080              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
81081              
81082              pod nit (from Simon Cozens)
81083              
81084              various minor tweaks seen on p5p
81085      Branch: maint-5.6/perl
81086           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
81087           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
81088           !> t/op/array.t toke.c
81089 ____________________________________________________________________________
81090 [  7284] By: gsar                                  on 2000/10/16  03:59:00
81091         Log: integrate changes#5978..5988 from mainline
81092              
81093              sync version numbers in File::Spec with the ones on CPAN
81094              (from Barrie Slaymaker)
81095              
81096              under useithreads, constant pad entries could inadvertantly be
81097              shared across threads (from Eric Blood <eblood@xmission.com>);
81098              added Eric's test case to testsuite
81099              
81100              allow Configure -S to run non-interactively (spotted by Greg Hudson
81101              <ghudson@mit.edu>)
81102              
81103              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
81104              prototype mismatch with CORE::glob(); update pod and tests to
81105              suit (File::Glob::glob() is still available for backward
81106              compatibility, but should be considered deprecated)
81107              
81108              avoid error in IO::Socket::INET when given an unknown service name
81109              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
81110              
81111              numeric conversion of non-number in change#3378 tramples on
81112              OOK offset, causing segfaults
81113              
81114              attributes::reftype() doesn't work on tied argument
81115              
81116              forked child may not exit correctly if it failed to open
81117              /dev/console (from Graham Barr)
81118              
81119              add regular expressions tutorial and quick-start guide (from
81120              Mark Kvale <kvale@phy.ucsf.edu>)
81121              
81122              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
81123              
81124              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
81125              <paul@miraclefish.com>)
81126      Branch: maint-5.6/perl
81127           +> pod/perlrequick.pod pod/perlretut.pod
81128           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
81129           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
81130           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
81131           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
81132           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
81133           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81134           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
81135           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
81136 ____________________________________________________________________________
81137 [  7283] By: gsar                                  on 2000/10/16  03:52:14
81138         Log: integrate change#5977 from mainline
81139              
81140              autoquote barewords followed by newline and arrow properly
81141              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
81142      Branch: maint-5.6/perl
81143           !> t/pragma/warn/toke toke.c
81144 ____________________________________________________________________________
81145 [  7282] By: gsar                                  on 2000/10/16  03:50:48
81146         Log: integrate change#5976 from mainline
81147              
81148              DB_File v1.73 update (from Paul Marquess)
81149      Branch: maint-5.6/perl
81150           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
81151           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
81152 ____________________________________________________________________________
81153 [  7281] By: gsar                                  on 2000/10/16  03:49:14
81154         Log: integrate change#5975 from mainline
81155              
81156              allow sort() reentrancy (variant of patch suggested by
81157              Hugo van der Sanden)
81158      Branch: maint-5.6/perl
81159           !> pp_ctl.c t/op/sort.t
81160 ____________________________________________________________________________
81161 [  7280] By: gsar                                  on 2000/10/16  03:48:22
81162         Log: integrate change#5974 from mainline
81163              
81164              change#4197 somehow missed initializing PL_errors, meaning
81165              syntax error queueing wasn't working outside eval"" at all;
81166              also fixed eval"" to localize PL_error_count, so that compile-time
81167              eval's don't clobber the error state of the outer context
81168      Branch: maint-5.6/perl
81169           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
81170           !> t/pragma/warn/toke
81171 ____________________________________________________________________________
81172 [  7279] By: gsar                                  on 2000/10/16  03:46:21
81173         Log: integrate change#5973 from mainline
81174              
81175              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
81176      Branch: maint-5.6/perl
81177           !> regcomp.c regexec.c t/op/re_tests
81178 ____________________________________________________________________________
81179 [  7278] By: gsar                                  on 2000/10/16  03:44:54
81180         Log: integrate change#5971 from cfgperl
81181              
81182              Unicos tweaks from Mark P. Lutz.
81183      Branch: maint-5.6/perl
81184           !> hints/unicos.sh lib/Math/Complex.pm
81185 ____________________________________________________________________________
81186 [  7277] By: gsar                                  on 2000/10/16  03:42:59
81187         Log: integrate changes#5966..5970 from mainline
81188              
81189              add testsuite for B backends, fix bug in B::Deparse (from
81190              Simon Cozens <simon@brecon.co.uk>)
81191              
81192              improved docs on the warn_uninit diagnostic (from David Glasser
81193              and Simon Cozens)
81194              
81195              tolerate spaces in group names in test on solaris (from David Boyce
81196              <dsb@boyski.com>)
81197              
81198              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
81199              
81200              Data::Dumper fumbles negative numbers on 32-bit platforms where
81201              IV is >32bits
81202      Branch: maint-5.6/perl
81203           +> t/lib/b.t t/lib/syslog.t
81204           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
81205           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
81206           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
81207 ____________________________________________________________________________
81208 [  7276] By: gsar                                  on 2000/10/16  03:39:30
81209         Log: integrate change#5965 from mainline
81210              
81211              avoid "will not stay shared" warnings for our variables (from
81212              Robin Barker)
81213      Branch: maint-5.6/perl
81214           !> op.c t/pragma/warn/op
81215 ____________________________________________________________________________
81216 [  7275] By: gsar                                  on 2000/10/16  03:38:18
81217         Log: integrate change#5964 from mainline
81218              
81219              reformat to 72 columns (again)
81220      Branch: maint-5.6/perl
81221           !> pod/perldiag.pod
81222 ____________________________________________________________________________
81223 [  7274] By: gsar                                  on 2000/10/16  03:36:58
81224         Log: integrate change#5963 from mainline
81225              
81226              patch from Larry to make (\&) prototype work; added tests for
81227              the same
81228      Branch: maint-5.6/perl
81229           !> op.c t/comp/proto.t
81230 ____________________________________________________________________________
81231 [  7273] By: gsar                                  on 2000/10/16  03:35:51
81232         Log: integrate changes#5956..5962 from mainline
81233              
81234              better diagnostics on failed tests (from Ilya Zakharevich)
81235              
81236              pod nits (from A. C. Yardley <yardley@tanet.net>)
81237              
81238              change#3569 deleted some essential code, revert; avoid use of
81239              atexit() to make DynaLoader work properly on AIX under mod_perl
81240              (from Jens-Uwe Mager <jum@helios.de>)
81241              
81242              doubled words in pods (from Simon Cozens
81243              <simon.p.cozens@jp.pwcglobal.com>)
81244              
81245              better INSTALL notes on Solaris issues (from Dominic Dunlop)
81246              
81247              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
81248              
81249              updated README.hpux (from Jeff Okamoto)
81250      Branch: maint-5.6/perl
81251           !> INSTALL README.hpux emacs/cperl-mode.el
81252           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
81253           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
81254           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
81255           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
81256           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
81257           !> t/op/lex_assign.t
81258 ____________________________________________________________________________
81259 [  7272] By: gsar                                  on 2000/10/16  03:31:22
81260         Log: integrate change#5955 from mainline
81261              
81262              longstanding bug exposed by change#3307: sort arguments weren't
81263              compiled with the right wantarray context (ensuing runtime lookup
81264              via block_gimme() was getting the incidental context of the
81265              sort() itself)
81266      Branch: maint-5.6/perl
81267           !> op.c t/op/sort.t
81268 ____________________________________________________________________________
81269 [  7271] By: gsar                                  on 2000/10/16  03:29:11
81270         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
81271              branch
81272              
81273              Flatten the cpp jungle doing the nosuid checking.
81274              
81275              Do not assume sign propagation. (from M.J.T. Guy)
81276              
81277              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
81278              
81279              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
81280              Now pp_ncmp() returns undef is either operand is a NaN.
81281              
81282              On second thoughts frexp() does have two arguments.
81283              
81284              Document that tr() is not tr(1).
81285              
81286              Be more robust on "extreme" (large absolute value)
81287              arguments.  Originally reported by Daniel Connelly
81288              as a problem with asinh() on large negative arguments,
81289              asinh() used to bail out because an argument to log()
81290              ended up being zero.  Ilya Zakharevich proposed using
81291              Taylor's series in such cases, which for such large
81292              arguments is a very good approximation.
81293              
81294              Undo "use integer" addition from 64bitint as it seems
81295              to break most of the subtests in Digital UNIX;
81296              Unicos needs to find another way.
81297      Branch: maint-5.6/perl
81298           !> (integrate 29 files)
81299 ____________________________________________________________________________
81300 [  7270] By: gsar                                  on 2000/10/16  03:09:44
81301         Log: integrate changes#5948,5949,5950 from mainline
81302              
81303              typo in vars.pm that leads to cryptic message (from Piotr
81304              Piatkowski <kompas@kompas.usr.onet.pl>)
81305              
81306              make perldoc use the pod2man from the same version (from
81307              M.J.T. Guy)
81308              
81309              reformat perldiag to avoid long lines
81310      Branch: maint-5.6/perl
81311           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
81312 ____________________________________________________________________________
81313 [  7269] By: gsar                                  on 2000/10/16  03:05:54
81314         Log: integrate change#5947 from mainline
81315              
81316              use &dl_error rather than &dl_load_file as the guard for calling
81317              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
81318              statically built perl)
81319      Branch: maint-5.6/perl
81320           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
81321 ____________________________________________________________________________
81322 [  7268] By: gsar                                  on 2000/10/16  03:04:48
81323         Log: integrate change#5945 from mainline
81324              
81325              make module name mandatory after -M switch; reorder perldiag
81326              alphabetically (from Mark-Jason Dominus)
81327      Branch: maint-5.6/perl
81328           !> perl.c pod/perldiag.pod
81329 ____________________________________________________________________________
81330 [  7267] By: gsar                                  on 2000/10/16  03:03:01
81331         Log: integrate change#5939 from mainline
81332              
81333              more pod nits (from Larry Virden)
81334      Branch: maint-5.6/perl
81335           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
81336           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
81337           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
81338 ____________________________________________________________________________
81339 [  7266] By: gsar                                  on 2000/10/16  03:01:39
81340         Log: integrate change#5938 from mainline
81341              
81342              Consolidated B::Deparse fixes (from Stephen McCamant)
81343      Branch: maint-5.6/perl
81344           !> ext/B/B/Deparse.pm
81345 ____________________________________________________________________________
81346 [  7265] By: gsar                                  on 2000/10/16  03:00:43
81347         Log: integrate change#5936 from mainline
81348              
81349              additional tests for change#7263 (from Paul Marquess)
81350      Branch: maint-5.6/perl
81351           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
81352           !> t/pragma/warn/5nolint t/pragma/warn/6default
81353 ____________________________________________________________________________
81354 [  7264] By: gsar                                  on 2000/10/16  02:58:34
81355         Log: integrate change#5934 from mainline
81356              
81357              propagate lexical warnings from surrounding scope correctly
81358              within string eval() (from Paul Marquess)
81359      Branch: maint-5.6/perl
81360           !> pp_ctl.c t/pragma/warn/pp_ctl
81361 ____________________________________________________________________________
81362 [  7263] By: gsar                                  on 2000/10/16  02:56:53
81363         Log: integrate change#5932 from mainline
81364              
81365              add rsignal(), whichsig() and do_join() to public API list
81366              (mod_perl uses them to good advantage)
81367      Branch: maint-5.6/perl
81368           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
81369 ____________________________________________________________________________
81370 [  7262] By: gsar                                  on 2000/10/16  02:55:53
81371         Log: integrate change#5931 from mainline
81372              
81373              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
81374      Branch: maint-5.6/perl
81375           !> pp_hot.c regexec.c t/op/pat.t
81376 ____________________________________________________________________________
81377 [  7261] By: gsar                                  on 2000/10/16  02:55:01
81378         Log: integrate change#5930 from mainline
81379              
81380              small os390 tweaks (from Peter Prymmer)
81381      Branch: maint-5.6/perl
81382           !> config_h.SH makedepend.SH
81383 ____________________________________________________________________________
81384 [  7260] By: gsar                                  on 2000/10/16  02:54:10
81385         Log: integrate change#5929 from mainline
81386              
81387              pod nits
81388      Branch: maint-5.6/perl
81389           !> pod/perlguts.pod
81390 ____________________________________________________________________________
81391 [  7259] By: gsar                                  on 2000/10/16  02:52:55
81392         Log: integrate change#5927 from mainline
81393              
81394              arrange for next() to resume at the unstack op rather than the
81395              loop conditional, so that scope cleanup happens correctly
81396              (from Stephen McCamant)
81397      Branch: maint-5.6/perl
81398           !> op.c pp_ctl.c t/op/misc.t
81399 ____________________________________________________________________________
81400 [  7258] By: gsar                                  on 2000/10/16  02:51:38
81401         Log: integrate change#5926 from mainline
81402              
81403              on windows, reserve 16M of stack rather than 128M (allows more
81404              threads to run concurrently)
81405      Branch: maint-5.6/perl
81406           !> win32/Makefile win32/makefile.mk
81407 ____________________________________________________________________________
81408 [  7257] By: gsar                                  on 2000/10/16  02:50:37
81409         Log: integrate change#5925 from mainline
81410              
81411              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
81412      Branch: maint-5.6/perl
81413           !> toke.c
81414 ____________________________________________________________________________
81415 [  7256] By: gsar                                  on 2000/10/16  02:49:36
81416         Log: integrate change#5924 from mainline
81417              
81418              avoid using uninitialized memory in require version check
81419      Branch: maint-5.6/perl
81420           !> pp_ctl.c universal.c
81421 ____________________________________________________________________________
81422 [  7255] By: gsar                                  on 2000/10/16  02:48:03
81423         Log: integrate changes#5923,5928,6009 from mainline
81424              
81425              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
81426      Branch: maint-5.6/perl
81427           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
81428 ____________________________________________________________________________
81429 [  7254] By: gsar                                  on 2000/10/16  02:44:46
81430         Log: integrate change#5922 from mainline
81431              
81432              commentary about IoTYPE() (from Nathan Torkington)
81433      Branch: maint-5.6/perl
81434           !> sv.h
81435 ____________________________________________________________________________
81436 [  7253] By: gsar                                  on 2000/10/16  02:43:49
81437         Log: integrate change#5921 from mainline
81438              
81439              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
81440      Branch: maint-5.6/perl
81441           !> sv.c t/lib/charnames.t t/pragma/utf8.t
81442 ____________________________________________________________________________
81443 [  7252] By: gsar                                  on 2000/10/16  02:42:31
81444         Log: integrate change#5920 from mainline
81445              
81446              Larry's fix for buggy propagation of utf8-ness in join(); add test
81447      Branch: maint-5.6/perl
81448           !> doop.c t/op/ver.t
81449 ____________________________________________________________________________
81450 [  7251] By: gsar                                  on 2000/10/16  02:41:14
81451         Log: integrate changes#5915..5919 from mainline
81452              
81453              various (pod tweaks &c)
81454      Branch: maint-5.6/perl
81455           !> (integrate 33 files)
81456 ____________________________________________________________________________
81457 [  7250] By: gsar                                  on 2000/10/16  02:38:16
81458         Log: integrate change#5914 from mainline
81459              
81460              caller() wasn't returning the right number of elements for
81461              eval {...}
81462      Branch: maint-5.6/perl
81463           !> pp_ctl.c t/pragma/warn/9enabled
81464 ____________________________________________________________________________
81465 [  7249] By: gsar                                  on 2000/10/16  02:37:02
81466         Log: integrate change#5913 from mainline
81467              
81468              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
81469              (from Mark-Jason Dominus)
81470      Branch: maint-5.6/perl
81471           !> pod/perlfunc.pod
81472 ____________________________________________________________________________
81473 [  7248] By: gsar                                  on 2000/10/16  02:35:58
81474         Log: integrate change#5912 from mainline
81475              
81476              fix totally broken caching in UNIVERSAL::isa() (from
81477              Nick Ing-Simmons)
81478      Branch: maint-5.6/perl
81479           !> t/op/universal.t universal.c
81480 ____________________________________________________________________________
81481 [  7247] By: gsar                                  on 2000/10/16  02:34:27
81482         Log: integrate changes#5910,5911 from mainline
81483              
81484              typo in pod
81485              
81486              add linebreak properties from unicode/LineBrk.txt (from
81487              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
81488      Branch: maint-5.6/perl
81489           +> (branch 29 files)
81490           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
81491 ____________________________________________________________________________
81492 [  7246] By: gsar                                  on 2000/10/16  02:33:29
81493         Log: integrate change#5909 from mainline
81494              
81495              mode argument to do_binmode() should be file mode, not boolean
81496      Branch: maint-5.6/perl
81497           !> pp_sys.c
81498 ____________________________________________________________________________
81499 [  7245] By: gsar                                  on 2000/10/16  02:31:04
81500         Log: integrate change#5908 from mainline
81501              
81502              introduce illegal symbols into null package so that
81503              gv_fetchpv(...,TRUE) always returns a valid GV even when the
81504              symbol is trapped by strictures (avoids coredumps)
81505      Branch: maint-5.6/perl
81506           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
81507           !> t/pragma/strict-vars
81508 ____________________________________________________________________________
81509 [  7244] By: jhi                                   on 2000/10/16  02:29:54
81510         Log: Subject: $Carp::ExportLevel confusion in Exporter
81511              From: "Ben Tilly" <ben_tilly@hotmail.com>
81512              Date: Sat, 14 Oct 2000 16:44:34 EDT
81513              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
81514      Branch: perl
81515            ! lib/Exporter/Heavy.pm
81516 ____________________________________________________________________________
81517 [  7243] By: jhi                                   on 2000/10/16  02:28:33
81518         Log: Subject: [PATCH perlguts.pod] Document offset hack
81519              From: Simon Cozens <simon@cozens.net>
81520              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
81521              Date: Sat, 14 Oct 2000 19:32:25 +0100
81522      Branch: perl
81523            ! pod/perlguts.pod
81524 ____________________________________________________________________________
81525 [  7242] By: gsar                                  on 2000/10/16  02:26:51
81526         Log: integrate changes#5905,5906,5907,6064 from mainline
81527              
81528              printf/sprintf didn't get quad types right under use64bitint
81529      Branch: maint-5.6/perl
81530           !> pp_sys.c sv.c t/op/64bitint.t
81531 ____________________________________________________________________________
81532 [  7241] By: jhi                                   on 2000/10/16  02:22:44
81533         Log: Subject: small pod patch
81534              From: Dan Boorstein <dan_boo@bellsouth.net>
81535              Date: Sat, 14 Oct 2000 14:29:24 -0400
81536              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
81537      Branch: perl
81538            ! pod/perlfaq7.pod pod/perlmod.pod
81539 ____________________________________________________________________________
81540 [  7240] By: jhi                                   on 2000/10/16  02:13:46
81541         Log: -w cleanup.
81542              
81543              Subject: Re: Problems with bleadperl 
81544              From: "Stephen P. Potter" <spp@ds.net>
81545              Date: Fri, 13 Oct 2000 13:32:49 -0400
81546              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
81547      Branch: perl
81548            ! t/pragma/overload.t
81549 ____________________________________________________________________________
81550 [  7239] By: jhi                                   on 2000/10/16  01:41:18
81551         Log: One more ~utf8 tweak.
81552      Branch: perl
81553            ! t/op/bop.t
81554 ____________________________________________________________________________
81555 [  7238] By: jhi                                   on 2000/10/16  01:34:14
81556         Log: Tweak the test of #7235.
81557      Branch: perl
81558            ! t/op/bop.t
81559 ____________________________________________________________________________
81560 [  7237] By: jhi                                   on 2000/10/16  01:25:04
81561         Log: Fix a couple of compiler-noted nits in #7235.
81562      Branch: perl
81563            ! pp.c
81564 ____________________________________________________________________________
81565 [  7236] By: jhi                                   on 2000/10/16  01:22:46
81566         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
81567      Branch: perl
81568            ! pp.c pp_hot.c
81569 ____________________________________________________________________________
81570 [  7235] By: jhi                                   on 2000/10/15  16:24:44
81571         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
81572              
81573              From: Simon Cozens <simon@cozens.net>
81574              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
81575              Date: Sat, 14 Oct 2000 20:52:13 +0100
81576              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
81577      Branch: perl
81578            ! pp.c t/op/bop.t utf8.h
81579 ____________________________________________________________________________
81580 [  7234] By: jhi                                   on 2000/10/15  15:19:29
81581         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
81582              The problem was that rx->minlen was in chars while pp_split()
81583              thought it would be in bytes. 
81584      Branch: perl
81585            ! pp.c t/pragma/utf8.t
81586 ____________________________________________________________________________
81587 [  7233] By: jhi                                   on 2000/10/14  20:24:24
81588         Log: Document FNCASE=y as discussed in the bug 20000902.009.
81589      Branch: perl
81590            ! README.dos
81591 ____________________________________________________________________________
81592 [  7232] By: jhi                                   on 2000/10/14  18:52:21
81593         Log: Add test for bug id 20000427.003 (which seems to have
81594              been fixed) (also duplicate as 20000427.004, though
81595              with a higher severity).  Move one utf8 from op/append
81596              to pragma/utf8, tag the tests with bug ids.
81597      Branch: perl
81598            ! t/op/append.t t/pragma/utf8.t
81599 ____________________________________________________________________________
81600 [  7231] By: jhi                                   on 2000/10/14  17:28:37
81601         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
81602      Branch: perl
81603            ! t/pragma/utf8.t
81604 ____________________________________________________________________________
81605 [  7230] By: jhi                                   on 2000/10/14  14:24:50
81606         Log: Needs to be conditional on SunOS 4.
81607              
81608              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
81609              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
81610              Date: Sat, 14 Oct 2000 13:37:49 +0100
81611              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
81612      Branch: metaconfig/U/perl
81613            ! End.U
81614      Branch: perl
81615            ! Configure myconfig.SH pod/perldelta.pod
81616 ____________________________________________________________________________
81617 [  7229] By: jhi                                   on 2000/10/14  00:49:22
81618         Log: Update Changes.
81619      Branch: perl
81620            ! Changes patchlevel.h
81621 ____________________________________________________________________________
81622 [  7228] By: jhi                                   on 2000/10/14  00:46:10
81623         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
81624              From: Peter Prymmer <pvhp@forte.com>
81625              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
81626              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
81627      Branch: perl
81628            ! lib/utf8.pm
81629 ____________________________________________________________________________
81630 [  7227] By: jhi                                   on 2000/10/13  23:20:30
81631         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
81632      Branch: perl
81633            ! t/op/tie.t
81634 ____________________________________________________________________________
81635 [  7226] By: jhi                                   on 2000/10/13  22:14:32
81636         Log: Tweak #7225.
81637              
81638              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
81639              From: Peter Prymmer <pvhp@forte.com>
81640              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
81641              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
81642      Branch: perl
81643            ! t/op/sprintf.t
81644 ____________________________________________________________________________
81645 [  7225] By: jhi                                   on 2000/10/13  22:11:31
81646         Log: op/sprintf.t patch for OS/390 (and any other host with limited
81647              floating-point exponent length)
81648              
81649              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
81650              From: Dominic Dunlop <domo@computer.org>
81651              Date: Fri, 13 Oct 2000 19:17:57 +0200
81652              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
81653      Branch: perl
81654            ! t/op/sprintf.t
81655 ____________________________________________________________________________
81656 [  7224] By: jhi                                   on 2000/10/13  18:40:48
81657         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
81658      Branch: perl
81659            ! toke.c
81660 ____________________________________________________________________________
81661 [  7223] By: jhi                                   on 2000/10/13  18:37:13
81662         Log: Thinko in #7222.
81663      Branch: perl
81664            ! utf8.c
81665 ____________________________________________________________________________
81666 [  7222] By: jhi                                   on 2000/10/13  18:05:23
81667         Log: Use UTF8SKIP(), from Simon Cozens.
81668      Branch: perl
81669            ! utf8.c
81670 ____________________________________________________________________________
81671 [  7221] By: jhi                                   on 2000/10/13  15:43:19
81672         Log: (accidentally empty check-in)
81673      Branch: perl
81674            ! utf8.c
81675 ____________________________________________________________________________
81676 [  7220] By: jhi                                   on 2000/10/13  15:23:51
81677         Log: Add (optimistically) Storable to static extensions.
81678      Branch: perl
81679            ! hints/uwin.sh hints/vmesa.sh
81680 ____________________________________________________________________________
81681 [  7219] By: jhi                                   on 2000/10/13  15:20:05
81682         Log: Amdahl UTS doesn't seem to do dynaloading.
81683      Branch: perl
81684            ! hints/uts.sh
81685 ____________________________________________________________________________
81686 [  7218] By: jhi                                   on 2000/10/13  15:15:20
81687         Log: Slight tweak of the code to appease Amdahl UTS cc.
81688      Branch: perl
81689            ! pp.c
81690 ____________________________________________________________________________
81691 [  7217] By: jhi                                   on 2000/10/13  14:50:42
81692         Log: In Amdahl UTS "struct sv" is defined by a system header,
81693              <ksync.h>.
81694      Branch: perl
81695            ! perl.h sv.h
81696 ____________________________________________________________________________
81697 [  7216] By: jhi                                   on 2000/10/13  11:58:25
81698         Log: Ilya implemented the memory profiling API.
81699      Branch: perl
81700            ! Todo
81701 ____________________________________________________________________________
81702 [  7215] By: jhi                                   on 2000/10/13  02:56:38
81703         Log: Subject: [PATCH 5.7.0] Perl API for mstats
81704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81705              Date: Thu, 12 Oct 2000 22:52:40 -0400
81706              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
81707      Branch: perl
81708            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
81709 ____________________________________________________________________________
81710 [  7214] By: jhi                                   on 2000/10/13  02:55:38
81711         Log: Subject: [PATCH 5.7.0] IVs in mtats
81712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81713              Date: Thu, 12 Oct 2000 22:51:04 -0400
81714              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
81715      Branch: perl
81716            ! malloc.c perl.h
81717 ____________________________________________________________________________
81718 [  7213] By: jhi                                   on 2000/10/13  02:31:47
81719         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
81720      Branch: perl
81721            ! pod/perldiag.pod pp_sys.c
81722 ____________________________________________________________________________
81723 [  7212] By: jhi                                   on 2000/10/13  01:27:38
81724         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
81725              From: Peter Prymmer <pvhp@forte.com>
81726              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
81727              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
81728      Branch: perl
81729            ! t/op/oct.t
81730 ____________________________________________________________________________
81731 [  7211] By: jhi                                   on 2000/10/13  00:35:09
81732         Log: Update Changes.
81733      Branch: perl
81734            ! Changes patchlevel.h
81735 ____________________________________________________________________________
81736 [  7210] By: jhi                                   on 2000/10/12  23:59:40
81737         Log: The Install.pm third of
81738              
81739              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
81740              From: Bill Campbell <bill@celestial.com>
81741              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
81742              Date: Thu, 5 Oct 2000 18:04:51 -0700
81743      Branch: perl
81744            ! lib/ExtUtils/Install.pm
81745 ____________________________________________________________________________
81746 [  7209] By: jhi                                   on 2000/10/12  23:58:43
81747         Log: Two thirds of
81748              
81749              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
81750              Date: Thu, 5 Oct 2000 18:04:51 -0700
81751              From: Bill Campbell <bill@celestial.com>
81752              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
81753              
81754              The Install.pm changes will be submitted separately because
81755              they need some work and discussion still.
81756      Branch: perl
81757            ! lib/getopts.pl lib/termcap.pl
81758 ____________________________________________________________________________
81759 [  7208] By: jhi                                   on 2000/10/12  23:41:19
81760         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
81761              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
81762              Date:     Thu, 12 Oct 2000 07:30:02 EDT
81763              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
81764      Branch: perl
81765            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
81766            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
81767 ____________________________________________________________________________
81768 [  7207] By: jhi                                   on 2000/10/12  23:39:01
81769         Log: An updated EBCDIC tr patch.
81770              
81771              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
81772              From: Peter Prymmer <pvhp@forte.com>
81773              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
81774              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
81775      Branch: perl
81776            ! t/op/tr.t
81777 ____________________________________________________________________________
81778 [  7206] By: jhi                                   on 2000/10/12  23:34:55
81779         Log: Upgrade to CPAN 1.58, from Andreas König.
81780      Branch: perl
81781            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
81782 ____________________________________________________________________________
81783 [  7205] By: jhi                                   on 2000/10/12  23:29:08
81784         Log: Introduce the man[24-8] variables, from Andy Dougherty.
81785      Branch: metaconfig/U/perl
81786            + mandirs.U mandirstyle.U
81787      Branch: perl
81788            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81789            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
81790            ! vos/config.h vos/config.pl vos/config_h.SH_orig
81791            ! win32/config.bc win32/config.gc win32/config.vc
81792 ____________________________________________________________________________
81793 [  7204] By: gsar                                  on 2000/10/12  18:11:24
81794         Log: restore change#7202
81795      Branch: perl
81796            ! mg.c
81797 ____________________________________________________________________________
81798 [  7203] By: gsar                                  on 2000/10/12  18:09:40
81799         Log: another test of the Emergency Broadcast System--back out 
81800              change#7202
81801      Branch: perl
81802            ! mg.c
81803 ____________________________________________________________________________
81804 [  7202] By: gsar                                  on 2000/10/12  16:40:47
81805         Log: (submitted on behalf of Jarkko)
81806              Fix the lib/encode.t subtest 6 failure as reported by Andreas
81807              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
81808              was unearthed by change 7182, as was a bug in HTML::Entities.
81809      Branch: perl
81810            ! mg.c
81811 ____________________________________________________________________________
81812 [  7201] By: jhi                                   on 2000/10/11  03:16:05
81813         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
81814      Branch: perl
81815            ! pp_hot.c t/pragma/utf8.t
81816 ____________________________________________________________________________
81817 [  7200] By: jhi                                   on 2000/10/11  00:40:30
81818         Log: The #7198 was a false alarm.
81819      Branch: perl
81820            ! pp_hot.c
81821 ____________________________________________________________________________
81822 [  7199] By: jhi                                   on 2000/10/11  00:26:04
81823         Log: Remove duplicated code.
81824      Branch: perl
81825            ! t/lib/cgi-html.t
81826 ____________________________________________________________________________
81827 [  7198] By: jhi                                   on 2000/10/10  23:30:46
81828         Log: (Retracted by #7200.)
81829      Branch: perl
81830            ! pp_hot.c
81831 ____________________________________________________________________________
81832 [  7197] By: jhi                                   on 2000/10/10  21:49:30
81833         Log: Add the test case for #7190, from the original bug report
81834              by Andreas König.
81835      Branch: perl
81836            ! t/pragma/utf8.t
81837 ____________________________________________________________________________
81838 [  7196] By: jhi                                   on 2000/10/10  21:40:49
81839         Log: Reapply Andy's patch and regen Configure.
81840      Branch: perl
81841            ! Configure INSTALL Makefile.SH Porting/Glossary
81842            ! Porting/config.sh config_h.SH epoc/config.sh installperl
81843            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
81844            ! win32/config.vc
81845 ____________________________________________________________________________
81846 [  7195] By: jhi                                   on 2000/10/10  21:09:30
81847         Log: Use the versiononly instead of the installscripts,
81848              retract the changes 7146 and 7147.
81849      Branch: perl
81850            ! Configure INSTALL Makefile.SH Porting/Glossary
81851            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
81852            ! installperl uconfig.sh vos/config.def win32/config.bc
81853            ! win32/config.gc win32/config.vc
81854 ____________________________________________________________________________
81855 [  7194] By: jhi                                   on 2000/10/10  21:06:15
81856         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
81857              From: Peter Prymmer <pvhp@forte.com>
81858              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
81859              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
81860      Branch: perl
81861            ! t/op/ver.t
81862 ____________________________________________________________________________
81863 [  7193] By: jhi                                   on 2000/10/10  21:05:12
81864         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
81865              From: Peter Prymmer <pvhp@forte.com>
81866              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
81867              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
81868      Branch: perl
81869            ! t/op/tr.t
81870 ____________________________________________________________________________
81871 [  7192] By: jhi                                   on 2000/10/10  20:57:30
81872         Log: Add versiononly, delete installscripts, from Andy Dougherty.
81873      Branch: metaconfig
81874            - U/installdirs/installscripts.U
81875      Branch: metaconfig/U/perl
81876            + versiononly.U
81877 ____________________________________________________________________________
81878 [  7191] By: jhi                                   on 2000/10/10  19:41:21
81879         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
81880              From: Peter Prymmer <pvhp@forte.com>
81881              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
81882              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
81883      Branch: perl
81884            ! pod/perlebcdic.pod
81885 ____________________________________________________________________________
81886 [  7190] By: jhi                                   on 2000/10/10  19:26:14
81887         Log: Subject: Re: utf8 concat, mg_get
81888              From: Simon Cozens <simon@cozens.net>
81889              Date: Tue, 10 Oct 2000 17:40:17 +0100
81890              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
81891      Branch: perl
81892            ! pp_hot.c
81893 ____________________________________________________________________________
81894 [  7189] By: jhi                                   on 2000/10/10  19:23:03
81895         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
81896              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
81897              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
81898              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
81899      Branch: perl
81900            ! lib/ExtUtils/MM_Unix.pm
81901 ____________________________________________________________________________
81902 [  7188] By: jhi                                   on 2000/10/10  15:31:24
81903         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
81904              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
81905              Date: Fri, 14 Jul 2000 10:47:36 +0100
81906              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
81907      Branch: perl
81908            ! README.win32
81909 ____________________________________________________________________________
81910 [  7187] By: jhi                                   on 2000/10/10  13:30:10
81911         Log: Quote the temp file name, needed in Win32 because the
81912              default name unfortunately contains spaces, shouldn't
81913              hurt elsewhere.
81914              
81915              Subject: FW: perldoc fails if $TEMP contains spaces
81916              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
81917              Date: Thu, 14 Sep 2000 08:58:45 +0100
81918              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
81919      Branch: perl
81920            ! utils/perldoc.PL
81921 ____________________________________________________________________________
81922 [  7186] By: jhi                                   on 2000/10/10  13:16:27
81923         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
81924              From: hv@hugo.hybyte.com
81925              Date: Tue, 10 Oct 2000 14:10:20 +0100
81926              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
81927      Branch: perl
81928            ! t/lib/thr5005.t util.c
81929 ____________________________________________________________________________
81930 [  7185] By: jhi                                   on 2000/10/10  12:06:22
81931         Log: Upgrade to podlators 1.04, from Russ Allbery.
81932      Branch: perl
81933            ! lib/Pod/Man.pm lib/Pod/Text.pm
81934 ____________________________________________________________________________
81935 [  7184] By: jhi                                   on 2000/10/10  12:01:32
81936         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
81937      Branch: perl
81938            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
81939 ____________________________________________________________________________
81940 [  7183] By: jhi                                   on 2000/10/09  23:47:15
81941         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
81942              From: Peter Prymmer <pvhp@forte.com>
81943              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
81944              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
81945      Branch: perl
81946            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
81947 ____________________________________________________________________________
81948 [  7182] By: jhi                                   on 2000/10/09  23:43:16
81949         Log: Make eq work again with utf8 (disabling the upgrading
81950              should no more be necessary since the copies of the
81951              scalars are upgraded, not the scalars themselves).
81952              Takes care of ID 20001009.001.  (The claimed length()
81953              bug in 20001009.001 seems bogus to me.)
81954      Branch: perl
81955            ! sv.c t/pragma/utf8.t
81956 ____________________________________________________________________________
81957 [  7181] By: gsar                                  on 2000/10/09  19:41:54
81958         Log: tweak for change#7173
81959      Branch: perl
81960            ! win32/win32sck.c
81961 ____________________________________________________________________________
81962 [  7180] By: gsar                                  on 2000/10/09  19:26:56
81963         Log: on Windows, clean targets might not work under some flavors of the shell
81964      Branch: perl
81965            ! win32/Makefile win32/makefile.mk
81966 ____________________________________________________________________________
81967 [  7179] By: jhi                                   on 2000/10/09  19:21:02
81968         Log: Update Changes.
81969      Branch: perl
81970            ! Changes patchlevel.h
81971 ____________________________________________________________________________
81972 [  7178] By: jhi                                   on 2000/10/09  19:18:23
81973         Log: Warn about unknown scripts.
81974              
81975              Subject: Re: ideas? patches? [PATCH bleadperl]
81976              From: Dominic Dunlop <domo@computer.org>
81977              Date: Mon, 9 Oct 2000 14:57:17 +0200
81978              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
81979      Branch: perl
81980            ! lib/charnames.pm
81981 ____________________________________________________________________________
81982 [  7177] By: jhi                                   on 2000/10/09  19:13:27
81983         Log: Change #7160 had a nasty typo.
81984      Branch: metaconfig
81985            ! U/compline/Compile.U
81986      Branch: perl
81987            ! Configure config_h.SH
81988 ____________________________________________________________________________
81989 [  7176] By: gsar                                  on 2000/10/09  18:59:33
81990         Log: pod nit
81991      Branch: perl
81992            ! pod/perlport.pod
81993 ____________________________________________________________________________
81994 [  7175] By: gsar                                  on 2000/10/09  18:54:28
81995         Log: Windows9x doesn't support link(), despite what Config.pm
81996              might think
81997      Branch: perl
81998            ! lib/ExtUtils/Manifest.pm
81999 ____________________________________________________________________________
82000 [  7174] By: gsar                                  on 2000/10/09  18:50:03
82001         Log: avoid nonportable example code
82002      Branch: perl
82003            ! lib/File/Copy.pm
82004 ____________________________________________________________________________
82005 [  7173] By: gsar                                  on 2000/10/09  18:46:54
82006         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
82007              being used) when closing a socket handle
82008      Branch: perl
82009            ! win32/win32.c win32/win32.h win32/win32sck.c
82010 ____________________________________________________________________________
82011 [  7172] By: gsar                                  on 2000/10/09  18:41:40
82012         Log: on Windows, cwd strings in the environment should be of the
82013              form =X:=X:\foo instead of =X=X:\foo\
82014      Branch: perl
82015            ! win32/vdir.h
82016 ____________________________________________________________________________
82017 [  7171] By: gsar                                  on 2000/10/09  18:30:09
82018         Log: on Windows, LoadLibrary() could load an extension DLL multiple
82019              times if forward slashes are used in the path
82020      Branch: perl
82021            ! win32/win32.c
82022 ____________________________________________________________________________
82023 [  7170] By: jhi                                   on 2000/10/09  17:53:59
82024         Log: Add a todo note about overloadable assertions.
82025      Branch: perl
82026            ! Todo-5.6
82027 ____________________________________________________________________________
82028 [  7169] By: jhi                                   on 2000/10/09  13:43:45
82029         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
82030              From: mjd@plover.com
82031              Date: 9 Oct 2000 00:24:44 -0000
82032              Message-ID: <20001009002444.10616.qmail@plover.com>
82033      Branch: perl
82034            ! pod/perldebguts.pod
82035 ____________________________________________________________________________
82036 [  7168] By: nick                                  on 2000/10/08  13:16:33
82037         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
82038              is not right thing to do on (e.g. x86). Network order is also "right" for
82039              X fonts.
82040      Branch: perl
82041            ! ext/Encode/Encode.pm
82042 ____________________________________________________________________________
82043 [  7167] By: nick                                  on 2000/10/08  12:54:42
82044         Log: Make "encodings" work post-install when Encode/*.enc files may not
82045              be in same directory as Encode.pm
82046      Branch: perl
82047            ! ext/Encode/Encode.pm
82048 ____________________________________________________________________________
82049 [  7166] By: nick                                  on 2000/10/08  11:51:26
82050         Log: Work round the fact that $hash->{$key} does not take into account
82051              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
82052              so that key is always in the "expected" encoding - i.e. same way we put
82053              it in the hash.
82054      Branch: perl
82055            ! ext/Encode/Encode.pm
82056 ____________________________________________________________________________
82057 [  7165] By: gsar                                  on 2000/10/08  04:15:29
82058         Log: save_re_context() could reset PL_curcop to freed memory, causing core
82059              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
82060      Branch: perl
82061            ! pp_ctl.c
82062 ____________________________________________________________________________
82063 [  7164] By: jhi                                   on 2000/10/06  20:51:48
82064         Log: UTF8ize split() so that the cloned substrings get the UTF8
82065              flag of the original scalar.  Problem reported by Simon Cozens.
82066      Branch: perl
82067            ! pp.c t/pragma/utf8.t
82068 ____________________________________________________________________________
82069 [  7163] By: nick                                  on 2000/10/06  20:48:34
82070         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
82071              got a false +ve and so did not reach code which would have un-FAKEd the SV.
82072      Branch: perl
82073            ! sv.c
82074 ____________________________________________________________________________
82075 [  7162] By: nick                                  on 2000/10/06  20:25:37
82076         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
82077              To fix  (sort {$a <=> $b} keys %hash) in particular but
82078              should cover a number of other as-yet-unknown cases as well.
82079      Branch: perl
82080            ! sv.c
82081 ____________________________________________________________________________
82082 [  7161] By: jhi                                   on 2000/10/06  19:56:18
82083         Log: Change the version number of Tie::Handle in the core to 4.0,
82084              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
82085              
82086              Subject: Note on Tie::Handle
82087              From: andreas.koenig@anima.de (Andreas J. Koenig)
82088              Date:      06 Oct 2000 21:48:58 +0200
82089              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
82090      Branch: perl
82091            ! lib/Tie/Handle.pm
82092 ____________________________________________________________________________
82093 [  7160] By: jhi                                   on 2000/10/06  18:20:35
82094         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
82095              as the first option of cc/ld because of ultrapicky compilers
82096              (e.g. OS/390 R2.5)
82097      Branch: metaconfig
82098            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
82099            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
82100            ! U/compline/orderlib.U U/modified/Cppsym.U
82101            ! U/modified/d_access.U
82102      Branch: metaconfig/U/perl
82103            ! Checkcc.U d_dlsymun.U gccvers.U
82104      Branch: perl
82105            ! Configure config_h.SH
82106 ____________________________________________________________________________
82107 [  7159] By: jhi                                   on 2000/10/06  13:56:39
82108         Log: Update Changes.
82109      Branch: perl
82110            ! Changes patchlevel.h
82111 ____________________________________________________________________________
82112 [  7158] By: jhi                                   on 2000/10/06  12:48:40
82113         Log: Eliminate $Is_VMS code from the test.
82114              
82115              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
82116              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82117              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
82118              Date:     Thu, 5 Oct 2000 07:46:33 EDT
82119      Branch: perl
82120            ! t/lib/b.t
82121 ____________________________________________________________________________
82122 [  7157] By: jhi                                   on 2000/10/06  12:47:13
82123         Log: Also the $ccflags is needed for the C compiler check.
82124              
82125              Subject: Configure (check for C-compiler)
82126              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82127              Date: Fri, 06 Oct 2000 08:47:15 +0200
82128              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
82129      Branch: metaconfig/U/perl
82130            ! Checkcc.U
82131      Branch: perl
82132            ! Configure config_h.SH
82133 ____________________________________________________________________________
82134 [  7156] By: jhi                                   on 2000/10/06  11:45:15
82135         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
82136      Branch: perl
82137            ! perl.c pp_ctl.c sv.h utf8.c
82138 ____________________________________________________________________________
82139 [  7155] By: jhi                                   on 2000/10/06  11:40:41
82140         Log: IO::Handle->syswrite() did not handle length omission
82141              like CORE::syswrite() does.
82142              
82143              Subject: [Fwd] IO::Handle, syswrite and arguments
82144              From: Graham Barr <gbarr@pobox.com>
82145              Date: Fri, 6 Oct 2000 10:22:05 +0100
82146              Message-ID: <20001006102205.U6312@pobox.com>
82147              
82148              The original patch from andrew@ugh.net.au.
82149      Branch: perl
82150            ! ext/IO/lib/IO/Handle.pm
82151 ____________________________________________________________________________
82152 [  7154] By: jhi                                   on 2000/10/06  01:42:15
82153         Log: Tweak #7153.
82154      Branch: perl
82155            ! utf8.h
82156 ____________________________________________________________________________
82157 [  7153] By: jhi                                   on 2000/10/06  00:39:55
82158         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
82159      Branch: perl
82160            ! utf8.h
82161 ____________________________________________________________________________
82162 [  7152] By: jhi                                   on 2000/10/06  00:38:11
82163         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
82164      Branch: perl
82165            ! perl.c pp_ctl.c sv.h utf8.c
82166 ____________________________________________________________________________
82167 [  7151] By: jhi                                   on 2000/10/06  00:36:38
82168         Log: Subject: Re: Questions about Tie::Array and perl modules
82169              From: Nick Ing-Simmons <nik@tiuk.ti.com>
82170              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
82171              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
82172              
82173              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
82174      Branch: perl
82175            ! lib/Tie/Array.pm t/op/array.t
82176 ____________________________________________________________________________
82177 [  7150] By: jhi                                   on 2000/10/05  00:20:45
82178         Log: Regen Changes.
82179      Branch: perl
82180            ! Changes patchlevel.h
82181 ____________________________________________________________________________
82182 [  7149] By: jhi                                   on 2000/10/05  00:20:01
82183         Log: Regen toc.
82184      Branch: perl
82185            ! pod/perltoc.pod
82186 ____________________________________________________________________________
82187 [  7148] By: jhi                                   on 2000/10/04  23:35:08
82188         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
82189              reported several times by Dominic Dunlop, for example in
82190              ID 20000315.008.  Patch from Dominic.  Patch affects at
82191              least MachTen, and possibly other oldish BSDs. Should not
82192              break non-broken platforms (tested on LinuxPPC). 
82193      Branch: perl
82194            ! doio.c
82195 ____________________________________________________________________________
82196 [  7147] By: jhi                                   on 2000/10/04  23:26:34
82197         Log: The one that got away from 7146.
82198      Branch: metaconfig
82199            + U/installdirs/installscripts.U
82200 ____________________________________________________________________________
82201 [  7146] By: jhi                                   on 2000/10/04  23:25:04
82202         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
82203              suggested by H. Merijn Brand.
82204      Branch: perl
82205            ! Configure INSTALL Makefile.SH Porting/Glossary
82206            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
82207            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
82208            ! win32/config.vc
82209 ____________________________________________________________________________
82210 [  7145] By: jhi                                   on 2000/10/04  22:08:21
82211         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
82212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82213              Date: Wed, 4 Oct 2000 17:37:46 -0400
82214              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
82215      Branch: perl
82216            ! utils/h2xs.PL
82217 ____________________________________________________________________________
82218 [  7144] By: jhi                                   on 2000/10/04  18:11:41
82219         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
82220              From: Jeff Pinyan <jeffp@crusoe.net>
82221              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
82222              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
82223      Branch: perl
82224            ! pod/perlrun.pod
82225 ____________________________________________________________________________
82226 [  7143] By: jhi                                   on 2000/10/04  18:09:58
82227         Log: Subject: perlhack.pod Patch for Externals Tools
82228              From: Fisher Mark <fisherm@tce.com>
82229              Date: Tue, 3 Oct 2000 15:43:27 -0500 
82230              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
82231      Branch: perl
82232            ! pod/perlhack.pod
82233 ____________________________________________________________________________
82234 [  7142] By: jhi                                   on 2000/10/04  18:08:41
82235         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
82236              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82237              Date:     Wed, 4 Oct 2000 12:11:11 EDT
82238              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
82239      Branch: perl
82240            ! vms/vms.c
82241 ____________________________________________________________________________
82242 [  7141] By: jhi                                   on 2000/10/04  12:20:16
82243         Log: Subject: [PATCH 5.7.0] h2xs not working
82244              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82245              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
82246              Date: Tue, 3 Oct 2000 21:43:01 -0400
82247              
82248              Subject: [PATCH 5.7.0] h2xs not documenting the created module
82249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82250              Date: Tue, 3 Oct 2000 22:55:19 -0400
82251              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
82252      Branch: perl
82253            ! utils/h2xs.PL
82254 ____________________________________________________________________________
82255 [  7140] By: jhi                                   on 2000/10/04  11:53:44
82256         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
82257              From: nick@babyhippo.com
82258              Date: Wed, 4 Oct 2000 12:06:45 +0100
82259              Message-Id: <20001004120645.A7356@babyhippo.com>
82260              
82261              Retract 7118 and 7135.
82262      Branch: perl
82263            ! installman installperl op.c t/pragma/subs.t
82264 ____________________________________________________________________________
82265 [  7139] By: jhi                                   on 2000/10/03  22:09:41
82266         Log: It is possible to have no hosts database at all.  Pointed out in
82267              
82268              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
82269              From: Peter Prymmer <pvhp@forte.com>
82270              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
82271              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
82272      Branch: metaconfig
82273            ! U/modified/myhostname.U
82274      Branch: perl
82275            ! Configure config_h.SH
82276 ____________________________________________________________________________
82277 [  7138] By: jhi                                   on 2000/10/03  21:49:49
82278         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
82279              From: Peter Prymmer <pvhp@forte.com>
82280              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
82281              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
82282      Branch: perl
82283            ! pp_sys.c
82284 ____________________________________________________________________________
82285 [  7137] By: jhi                                   on 2000/10/03  20:10:05
82286         Log: One remaining nit less at the VMS mailbox sizing.
82287      Branch: perl
82288            ! vms/vms.c
82289 ____________________________________________________________________________
82290 [  7136] By: jhi                                   on 2000/10/03  20:08:47
82291         Log: Test harness update to sync with the new perlcc,
82292              from Simon Cozens.
82293      Branch: perl
82294            ! t/TEST t/UTEST
82295 ____________________________________________________________________________
82296 [  7135] By: jhi                                   on 2000/10/03  15:15:42
82297         Log: Subject: Re: PATCH for 20001003.004
82298              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
82299              From: "AARON B. DOSSETT" <aaron@iglou.com>
82300              Message-Id: <E13gTay-0006od-00@iglou.com>
82301      Branch: perl
82302            ! installman installperl
82303 ____________________________________________________________________________
82304 [  7134] By: jhi                                   on 2000/10/03  15:00:34
82305         Log: Subject: [ID 20001003.006] B::Debug not -w clean
82306              From: Nicholas Clark <nick@babyhippo.co.uk>
82307              Date: Tue, 03 Oct 2000 15:46:32 +0100
82308              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
82309      Branch: perl
82310            ! ext/B/B/Debug.pm
82311 ____________________________________________________________________________
82312 [  7133] By: jhi                                   on 2000/10/03  14:58:39
82313         Log: Scale down the VMS message boxes, by Charles Lane.
82314              Fix for ID 20000903.009, workaround at
82315              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
82316      Branch: perl
82317            ! vms/vms.c
82318 ____________________________________________________________________________
82319 [  7132] By: jhi                                   on 2000/10/03  11:20:37
82320         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
82321      Branch: perl
82322            + t/lib/st-lock.t t/lib/st-utf8.t
82323            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
82324            ! ext/Storable/Storable.xs t/lib/st-recurse.t
82325 ____________________________________________________________________________
82326 [  7131] By: jhi                                   on 2000/10/03  03:38:23
82327         Log: Encode nits.
82328      Branch: perl
82329            ! MANIFEST Makefile.SH
82330 ____________________________________________________________________________
82331 [  7130] By: jhi                                   on 2000/10/03  03:31:05
82332         Log: Update Changes.
82333      Branch: perl
82334            ! Changes patchlevel.h
82335 ____________________________________________________________________________
82336 [  7129] By: jhi                                   on 2000/10/03  02:24:02
82337         Log: Misplaced else.
82338      Branch: metaconfig/U/perl
82339            ! d_strtoll.U
82340      Branch: perl
82341            ! Configure config_h.SH
82342 ____________________________________________________________________________
82343 [  7128] By: jhi                                   on 2000/10/03  02:08:29
82344         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
82345              From: sthoenna@efn.org
82346              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
82347              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
82348      Branch: metaconfig/U/perl
82349            ! d_strtoll.U
82350      Branch: perl
82351            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
82352 ____________________________________________________________________________
82353 [  7127] By: jhi                                   on 2000/10/03  01:13:14
82354         Log: Update Changes.
82355      Branch: perl
82356            ! Changes patchlevel.h
82357 ____________________________________________________________________________
82358 [  7126] By: jhi                                   on 2000/10/03  00:57:08
82359         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
82360              as suggested by Olaf Flebbe and Nick Clark.
82361      Branch: perl
82362            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
82363 ____________________________________________________________________________
82364 [  7125] By: jhi                                   on 2000/10/03  00:50:56
82365         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
82366              From: Nick Clark <nick@plum.flirble.org>
82367              Date: Mon, 2 Oct 2000 11:03:24 +0100
82368              Message-Id: <20001002110324.D20073@plum.flirble.org>
82369              
82370              Also fixes bug ID 20001002.005.
82371      Branch: perl
82372            ! t/lib/encode.t
82373 ____________________________________________________________________________
82374 [  7124] By: jhi                                   on 2000/10/03  00:34:59
82375         Log: Subject: [PATCH 5.7.0] Epoc update
82376              From: Olaf Flebbe <o.flebbe@gmx.de>
82377              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
82378              Message-ID: <26423.969484586@www10.gmx.net>
82379      Branch: perl
82380            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
82381            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
82382            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
82383            ! util.c util.h
82384 ____________________________________________________________________________
82385 [  7123] By: jhi                                   on 2000/10/03  00:30:07
82386         Log: Regen headers.
82387      Branch: perl
82388            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
82389 ____________________________________________________________________________
82390 [  7122] By: jhi                                   on 2000/10/03  00:10:48
82391         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
82392      Branch: perl
82393            ! hints/openbsd.sh
82394 ____________________________________________________________________________
82395 [  7121] By: jhi                                   on 2000/10/03  00:05:06
82396         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
82397              From: <abigail@foad.org>
82398              Date: Tue, 26 Sep 2000 13:36:14 -0400
82399              Message-ID: <20000926173614.4356.qmail@foad.org>
82400      Branch: perl
82401            ! pod/perlop.pod
82402 ____________________________________________________________________________
82403 [  7120] By: jhi                                   on 2000/10/03  00:04:00
82404         Log: Inside require() $^S was always left undefined.
82405              
82406              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
82407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82408              Date: Wed, 27 Sep 2000 18:54:49 -0400
82409              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
82410      Branch: perl
82411            ! cop.h mg.c pp_ctl.c util.c
82412 ____________________________________________________________________________
82413 [  7119] By: jhi                                   on 2000/10/03  00:00:16
82414         Log: Subject: [PATCH] DLL not restartabke with threaded perl
82415              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
82416              Date: Thu, 28 Sep 2000 09:20:46 +0100
82417              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
82418      Branch: perl
82419            ! perl.c
82420 ____________________________________________________________________________
82421 [  7118] By: jhi                                   on 2000/10/02  23:59:20
82422         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
82423              From: Nicholas Clark <nick@ccl4.org>
82424              Date: Thu, 28 Sep 2000 11:52:24 +0100
82425              Message-ID: <20000928115224.D7924@plum.flirble.org>
82426      Branch: perl
82427            ! op.c
82428 ____________________________________________________________________________
82429 [  7117] By: jhi                                   on 2000/10/02  23:57:51
82430         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
82431              From: Nicholas Clark <nick@babyhippo.co.uk>
82432              Date: Thu, 28 Sep 2000 12:18:10 +0100
82433              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
82434              
82435              Did not apply cleanly, manual intervention was needed.
82436      Branch: perl
82437            ! ext/B/B/Bytecode.pm utils/perlcc.PL
82438 ____________________________________________________________________________
82439 [  7116] By: jhi                                   on 2000/10/02  23:50:40
82440         Log: Document the issue (is not a syntax error, kind of)
82441              
82442              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
82443              From: Nicholas Clark <nick@ccl4.org>
82444              Date: Thu, 28 Sep 2000 17:12:42 +0100
82445              Message-ID: <20000928171242.K7924@plum.flirble.org>
82446      Branch: perl
82447            ! pod/perldata.pod
82448 ____________________________________________________________________________
82449 [  7115] By: jhi                                   on 2000/10/02  23:48:58
82450         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
82451              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82452              Date: Thu, 28 Sep 2000 21:55:31 -0400
82453              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
82454      Branch: perl
82455            ! regexec.c
82456 ____________________________________________________________________________
82457 [  7114] By: jhi                                   on 2000/10/02  23:47:57
82458         Log: Subject: DOC PATCH 5.6.0
82459              From: mjd@plover.com
82460              Date: 30 Sep 2000 06:02:34 -0000
82461              Message-ID: <20000930060234.4559.qmail@plover.com>
82462      Branch: perl
82463            ! pod/perldebguts.pod
82464 ____________________________________________________________________________
82465 [  7113] By: jhi                                   on 2000/10/02  23:46:43
82466         Log: SOCK_DGRAM and listen() do not mix as reported in
82467              
82468              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
82469              From: Petter Reinholdtsen <pere@hungry.com>
82470              Date: Sun, 1 Oct 2000 10:57:20 +0800
82471              Message-Id: <200010010257.KAA05735@localhost.localdomain>
82472              
82473              The patch for 5.7.0+ had to be reengineered, though.
82474      Branch: perl
82475            ! ext/IO/lib/IO/Socket/UNIX.pm
82476 ____________________________________________________________________________
82477 [  7112] By: jhi                                   on 2000/10/02  23:36:57
82478         Log: Subject: Re: [PATCH 5.005_64 missed]
82479              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82480              Date: Sun, 1 Oct 2000 18:50:10 -0400
82481              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
82482      Branch: perl
82483            ! pod/perlxs.pod
82484 ____________________________________________________________________________
82485 [  7111] By: jhi                                   on 2000/10/02  23:35:40
82486         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
82487              From: Radu Greab <radu@netsoft.ro>
82488              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
82489              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
82490      Branch: perl
82491            ! op.c opcode.pl t/op/substr.t
82492 ____________________________________________________________________________
82493 [  7110] By: jhi                                   on 2000/10/02  23:32:38
82494         Log: Subject: [PATCH] Fix aliasing of tied filehandles
82495              From: Daniel Chetlin <daniel@chetlin.com>
82496              Date: Mon, 2 Oct 2000 14:53:27 -0700
82497              Message-ID: <20001002145327.C1617@ilmd>
82498      Branch: perl
82499            ! perl.h pp_hot.c t/op/tiehandle.t
82500 ____________________________________________________________________________
82501 [  7109] By: jhi                                   on 2000/10/02  23:31:30
82502         Log: s/Robin Parker/Robin Barker/
82503      Branch: perl
82504            ! Changes5.6
82505 ____________________________________________________________________________
82506 [  7108] By: jhi                                   on 2000/10/02  23:15:46
82507         Log: Retract #7091 as suggested in
82508              
82509              From: Robin Barker <rmb1@cise.npl.co.uk> 
82510              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
82511              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
82512              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
82513      Branch: perl
82514            ! embed.pl proto.h
82515 ____________________________________________________________________________
82516 [  7107] By: nick                                  on 2000/10/02  18:23:14
82517         Log: A few tweaks to get Tk803 to work with Encode scheme.
82518      Branch: perl
82519            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
82520 ____________________________________________________________________________
82521 [  7106] By: nick                                  on 2000/10/01  21:34:14
82522         Log: Add checking cases to Encode's toUnicode and fromUnicode.
82523      Branch: perl
82524            ! ext/Encode/Encode.pm
82525 ____________________________________________________________________________
82526 [  7105] By: nick                                  on 2000/10/01  17:18:01
82527         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
82528              To read and use them.
82529              Add a lib/encode.t which checks a few things.
82530      Branch: perl
82531            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
82532            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
82533            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
82534            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
82535            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
82536            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
82537            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
82538            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
82539            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
82540            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
82541            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
82542            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
82543            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
82544            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
82545            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
82546            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
82547            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
82548            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
82549            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
82550            + ext/Encode/Encode/iso2022-jp.enc
82551            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
82552            + ext/Encode/Encode/iso8859-1.enc
82553            + ext/Encode/Encode/iso8859-2.enc
82554            + ext/Encode/Encode/iso8859-3.enc
82555            + ext/Encode/Encode/iso8859-4.enc
82556            + ext/Encode/Encode/iso8859-5.enc
82557            + ext/Encode/Encode/iso8859-6.enc
82558            + ext/Encode/Encode/iso8859-7.enc
82559            + ext/Encode/Encode/iso8859-8.enc
82560            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
82561            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
82562            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
82563            + ext/Encode/Encode/macCentEuro.enc
82564            + ext/Encode/Encode/macCroatian.enc
82565            + ext/Encode/Encode/macCyrillic.enc
82566            + ext/Encode/Encode/macDingbats.enc
82567            + ext/Encode/Encode/macGreek.enc
82568            + ext/Encode/Encode/macIceland.enc
82569            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
82570            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
82571            + ext/Encode/Encode/macTurkish.enc
82572            + ext/Encode/Encode/macUkraine.enc
82573            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
82574            + t/lib/encode.t
82575            ! MANIFEST ext/Encode/Encode.pm
82576 ____________________________________________________________________________
82577 [  7104] By: nick                                  on 2000/09/30  13:04:30
82578         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
82579              From: Daniel Chetlin <daniel@chetlin.com>
82580              Date: Mon, 18 Sep 2000 05:05:40 -0700
82581              Message-Id: <20000918050540.C652@ilmd>
82582      Branch: perl
82583            ! lib/overload.pm sv.c t/pragma/overload.t
82584 ____________________________________________________________________________
82585 [  7103] By: nick                                  on 2000/09/30  12:53:36
82586         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
82587              From: Johan Vromans <jvromans@squirrel.nl>
82588              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
82589              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
82590      Branch: perl
82591            ! pod/Makefile.SH
82592 ____________________________________________________________________________
82593 [  7102] By: nick                                  on 2000/09/30  12:52:31
82594         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
82595              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82596              Date: Sat, 16 Sep 2000 16:36:45 -0400
82597              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
82598      Branch: perl
82599            ! ext/B/B/Deparse.pm
82600 ____________________________________________________________________________
82601 [  7101] By: nick                                  on 2000/09/30  12:51:41
82602         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
82603              From: Craig A. Berry <craig.berry@psinetcs.com>
82604              Date: Sat, 16 Sep 2000 10:11:10 -0500
82605              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
82606      Branch: perl
82607            ! vms/vms.c
82608 ____________________________________________________________________________
82609 [  7100] By: nick                                  on 2000/09/30  12:50:33
82610         Log: Subject: Re: unicode support and perl [ID 20000901.097]
82611              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82612              Date: Fri, 15 Sep 2000 16:37:58 -0400
82613              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
82614      Branch: perl
82615            ! t/op/append.t
82616 ____________________________________________________________________________
82617 [  7099] By: nick                                  on 2000/09/30  12:49:35
82618         Log: Subject: Re: unicode support and perl [ID 20000901.097]
82619              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82620              Date: Fri, 15 Sep 2000 16:25:30 -0400
82621              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
82622      Branch: perl
82623            ! pp_hot.c
82624 ____________________________________________________________________________
82625 [  7098] By: nick                                  on 2000/09/30  12:48:00
82626         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
82627              From: Gisle Aas <gisle@ActiveState.com>
82628              Date: 15 Sep 2000 16:23:41 +0200
82629              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
82630      Branch: perl
82631            ! toke.c
82632 ____________________________________________________________________________
82633 [  7097] By: nick                                  on 2000/09/30  12:45:16
82634         Log: Subject: [PATCH] Nits in perlmod.pod
82635              From: Daniel Chetlin <daniel@chetlin.com>
82636              Date: Fri, 15 Sep 2000 02:04:09 -0700
82637              Message-Id: <20000915020409.A2104@ilmd>
82638      Branch: perl
82639            ! pod/perlmod.pod
82640 ____________________________________________________________________________
82641 [  7096] By: nick                                  on 2000/09/30  12:18:00
82642         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
82643              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
82644              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
82645              0 to checking to get the warning.
82646      Branch: perl
82647            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
82648            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
82649            ! regexec.c sv.c toke.c utf8.c
82650 ____________________________________________________________________________
82651 [  7095] By: nick                                  on 2000/09/15  16:55:59
82652         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
82653              
82654              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
82655              From: Spider Boardman <spider@Orb.Nashua.NH.US>
82656              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
82657              Date: Fri, 15 Sep 2000 06:37:30 -0400
82658      Branch: perl
82659            ! ext/Encode/Encode.xs sv.c
82660 ____________________________________________________________________________
82661 [  7094] By: jhi                                   on 2000/09/15  03:23:32
82662         Log: Update Changes.
82663      Branch: perl
82664            ! Changes patchlevel.h
82665 ____________________________________________________________________________
82666 [  7093] By: jhi                                   on 2000/09/15  03:11:44
82667         Log: Fix for the charnames.t failures from Spider Boardman.
82668      Branch: perl
82669            ! toke.c
82670 ____________________________________________________________________________
82671 [  7092] By: jhi                                   on 2000/09/15  00:15:48
82672         Log: Botched the #7090 check-in.
82673      Branch: perl
82674            ! sv.c
82675 ____________________________________________________________________________
82676 [  7091] By: jhi                                   on 2000/09/14  23:33:24
82677         Log: Part of #7081 didn't come through.
82678      Branch: perl
82679            ! embed.pl proto.h
82680 ____________________________________________________________________________
82681 [  7090] By: jhi                                   on 2000/09/14  23:17:39
82682         Log: Subject: Re: perl@7078 
82683              From: Spider Boardman <spider@web.zk3.dec.com>
82684              Date: Thu, 14 Sep 2000 19:06:36 -0400
82685              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
82686      Branch: perl
82687            ! sv.c toke.c
82688 ____________________________________________________________________________
82689 [  7089] By: jhi                                   on 2000/09/14  23:11:21
82690         Log: Small portability tweaks.
82691      Branch: perl
82692            ! ext/Encode/Encode.xs
82693 ____________________________________________________________________________
82694 [  7088] By: jhi                                   on 2000/09/14  22:57:23
82695         Log: Fake return to pacify picky compilers.
82696      Branch: perl
82697            ! ext/Encode/Encode.xs
82698 ____________________________________________________________________________
82699 [  7087] By: jhi                                   on 2000/09/14  22:53:37
82700         Log: Subject: [PATCH] utf8.c apidoc
82701              From: Simon Cozens <simon@cozens.net>
82702              Date: Thu, 14 Sep 2000 23:46:57 +0100
82703              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
82704      Branch: perl
82705            ! perlapi.c pod/perlapi.pod utf8.c
82706 ____________________________________________________________________________
82707 [  7086] By: jhi                                   on 2000/09/14  22:40:38
82708         Log: We don't need to count the high bit bytes, a boolean is enough. 
82709      Branch: perl
82710            ! sv.c
82711 ____________________________________________________________________________
82712 [  7085] By: jhi                                   on 2000/09/14  21:20:09
82713         Log: Replace #7084 with
82714              
82715              Subject: Re: perl@7078 
82716              From: Spider Boardman <spider@web.zk3.dec.com>
82717              Date: Thu, 14 Sep 2000 17:09:36 -0400
82718              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
82719      Branch: perl
82720            ! sv.c utf8.c
82721 ____________________________________________________________________________
82722 [  7084] By: jhi                                   on 2000/09/14  20:03:34
82723         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
82724              convertible to bytes by checking it doesn't go above 0xc3
82725              
82726              Subject: Re: perl@7078
82727              From: Simon Cozens <simon@cozens.net>
82728              Date: Thu, 14 Sep 2000 20:59:19 +0100
82729              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
82730      Branch: perl
82731            ! utf8.c
82732 ____________________________________________________________________________
82733 [  7083] By: jhi                                   on 2000/09/14  19:38:47
82734         Log: Subject: Re: perl@7078
82735              From: Simon Cozens <simon@cozens.net>
82736              Date: Thu, 14 Sep 2000 20:13:09 +0100
82737              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
82738      Branch: perl
82739            ! t/op/bop.t
82740 ____________________________________________________________________________
82741 [  7082] By: jhi                                   on 2000/09/14  17:50:44
82742         Log: The one that got away.
82743      Branch: perl
82744            ! lib/File/Find.pm
82745 ____________________________________________________________________________
82746 [  7081] By: jhi                                   on 2000/09/14  17:45:35
82747         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
82748              From: Robin Barker <rmb1@cise.npl.co.uk>
82749              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
82750              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
82751      Branch: perl
82752            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
82753            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
82754            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
82755            ! regcomp.c toke.c universal.c
82756 ____________________________________________________________________________
82757 [  7080] By: jhi                                   on 2000/09/14  17:40:35
82758         Log: Problems picked up by AIX cc.
82759              
82760              Subject: Re: perl@7078 (patch included)
82761              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82762              Date: Thu, 14 Sep 2000 18:53:30 +0200
82763              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
82764      Branch: perl
82765            ! ext/Encode/Encode.xs
82766 ____________________________________________________________________________
82767 [  7079] By: jhi                                   on 2000/09/14  17:38:27
82768         Log: Subject: File::Find 5.7.0 POD nits
82769              From: Rich Morin <rdm@cfcl.com>
82770              Date: Wed, 13 Sep 2000 22:03:58 -0700
82771              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
82772      Branch: perl
82773            ! lib/File/Find.pm
82774 ____________________________________________________________________________
82775 [  7078] By: jhi                                   on 2000/09/14  14:58:20
82776         Log: Update Changes.
82777      Branch: perl
82778            ! Changes patchlevel.h
82779 ____________________________________________________________________________
82780 [  7077] By: jhi                                   on 2000/09/14  14:55:54
82781         Log: Compilation warnings and an error.
82782      Branch: perl
82783            ! sv.c
82784 ____________________________________________________________________________
82785 [  7076] By: jhi                                   on 2000/09/14  14:42:56
82786         Log: Fix for a parsing bug, not for the original bug.
82787              
82788              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
82789              From: Spider Boardman <spider@web.zk3.dec.com>
82790              Date: Wed, 13 Sep 2000 17:52:20 -0400
82791              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
82792      Branch: perl
82793            ! regcomp.c
82794 ____________________________________________________________________________
82795 [  7075] By: jhi                                   on 2000/09/14  14:40:40
82796         Log: Batch of UTF-8 patches from Simon Cozens.
82797      Branch: perl
82798            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
82799            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
82800            ! toke.c utf8.c
82801 ____________________________________________________________________________
82802 [  7074] By: jhi                                   on 2000/09/14  14:29:58
82803         Log: Subject: Re: Two advertising clauses need to be removed
82804              From: Russ Allbery <rra@stanford.edu>
82805              Date: 13 Sep 2000 18:50:26 -0700
82806              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
82807      Branch: perl
82808            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
82809 ____________________________________________________________________________
82810 [  7073] By: jhi                                   on 2000/09/14  14:28:20
82811         Log: Subject: [PATCH] de-wall t/README
82812              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82813              Date: Wed, 13 Sep 2000 17:46:55 -0700
82814              Message-ID: <//Bw5gzkge/e092yn@efn.org>
82815      Branch: perl
82816            ! t/README
82817 ____________________________________________________________________________
82818 [  7072] By: jhi                                   on 2000/09/14  14:25:10
82819         Log: Hints optimization.
82820              
82821              Subject: Minor nit
82822              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82823              Date: Wed, 13 Sep 2000 21:42:07 +0200
82824              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
82825      Branch: perl
82826            ! hints/hpux.sh
82827 ____________________________________________________________________________
82828 [  7071] By: jhi                                   on 2000/09/14  14:23:30
82829         Log: Allow chop() and chomp() to be overridden.
82830              
82831              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
82832              From: "Casey R. Tweten" <crt@kiski.net>
82833              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
82834              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
82835      Branch: perl
82836            ! toke.c
82837 ____________________________________________________________________________
82838 [  7070] By: jhi                                   on 2000/09/14  14:20:36
82839         Log: The return value of setlocale must be copied away.
82840              
82841              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
82842              From: Alan Burlison <Alan.Burlison@uk.sun.com>
82843              Date: Wed, 13 Sep 2000 16:27:37 +0100 
82844              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
82845      Branch: perl
82846            ! util.c
82847 ____________________________________________________________________________
82848 [  7069] By: jhi                                   on 2000/09/14  14:16:27
82849         Log: Remove vestiges of tr//CU.
82850              
82851              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
82852              From: Nick Clark <nick@plum.flirble.org>
82853              Date: Tue, 12 Sep 2000 22:50:14 +0100
82854              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
82855              
82856              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
82857              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82858              Date: Tue, 12 Sep 2000 21:38:48 -0700
82859              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
82860      Branch: perl
82861            ! op.h pod/perlunicode.pod
82862 ____________________________________________________________________________
82863 [  7068] By: jhi                                   on 2000/09/13  14:18:39
82864         Log: Add the Encode extension.  The code is still largely just skeleton.
82865      Branch: perl
82866            + ext/Encode/Encode.pm ext/Encode/Encode.xs
82867            + ext/Encode/Makefile.PL ext/Encode/Todo
82868            ! MANIFEST Todo-5.6
82869 ____________________________________________________________________________
82870 [  7067] By: jhi                                   on 2000/09/12  17:43:33
82871         Log: Allow for whitespace between "#" and "line" in cpp output.
82872              
82873              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
82874              From: Calle Dybedahl <calle@lysator.liu.se>
82875              Date: 12 Sep 2000 19:38:02 +0200 
82876              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
82877      Branch: perl
82878            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
82879 ____________________________________________________________________________
82880 [  7066] By: gsar                                  on 2000/09/12  17:24:29
82881         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
82882              initialization in all the threads on Windows
82883      Branch: perl
82884            ! win32/win32.c
82885 ____________________________________________________________________________
82886 [  7065] By: jhi                                   on 2000/09/12  15:11:31
82887         Log: Update Changes.
82888      Branch: perl
82889            ! Changes patchlevel.h
82890 ____________________________________________________________________________
82891 [  7064] By: jhi                                   on 2000/09/12  14:54:54
82892         Log: Retract #7062, the pod tests are not ready.
82893      Branch: perl
82894            ! t/TEST t/harness
82895 ____________________________________________________________________________
82896 [  7063] By: jhi                                   on 2000/09/12  14:25:41
82897         Log: The #7054 truncated Configure badly.
82898      Branch: metaconfig/U/perl
82899            ! End.U
82900      Branch: perl
82901            ! Configure config_h.SH
82902 ____________________________________________________________________________
82903 [  7062] By: jhi                                   on 2000/09/12  14:08:32
82904         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
82905              From: sthoenna@efn.org
82906              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
82907              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
82908      Branch: perl
82909            ! t/TEST t/harness
82910 ____________________________________________________________________________
82911 [  7061] By: jhi                                   on 2000/09/12  14:07:18
82912         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
82913              From: sthoenna@efn.org
82914              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
82915              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
82916      Branch: perl
82917            ! pod/perlxs.pod
82918 ____________________________________________________________________________
82919 [  7060] By: jhi                                   on 2000/09/12  14:06:08
82920         Log: Break up the myconfig lines a bit.
82921              
82922              Subject: perlbug/perl -V output format
82923              From: sthoenna@efn.org
82924              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
82925              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
82926      Branch: perl
82927            ! myconfig.SH
82928 ____________________________________________________________________________
82929 [  7059] By: jhi                                   on 2000/09/12  14:05:04
82930         Log: Test for the #7049.
82931              
82932              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
82933              From: andreas.koenig@anima.de (Andreas J. Koenig)
82934              Date: 12 Sep 2000 06:42:01 +0200
82935              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
82936      Branch: perl
82937            ! t/op/my.t
82938 ____________________________________________________________________________
82939 [  7058] By: jhi                                   on 2000/09/12  14:03:05
82940         Log: Subject: [patch: perl@7045] vms updates
82941              From: Peter Prymmer <pvhp@forte.com>
82942              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
82943              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
82944      Branch: perl
82945            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
82946 ____________________________________________________________________________
82947 [  7057] By: jhi                                   on 2000/09/12  14:00:51
82948         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
82949              From: sthoenna@efn.org
82950              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
82951              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
82952      Branch: perl
82953            ! t/op/64bitint.t
82954 ____________________________________________________________________________
82955 [  7056] By: jhi                                   on 2000/09/12  13:58:14
82956         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
82957              From: Jeff Pinyan <jeffp@crusoe.net>
82958              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
82959              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
82960      Branch: perl
82961            ! pod/perlfunc.pod
82962 ____________________________________________________________________________
82963 [  7055] By: jhi                                   on 2000/09/12  13:56:32
82964         Log: Do in VMS as the #7054 does.
82965      Branch: perl
82966            ! configure.com
82967 ____________________________________________________________________________
82968 [  7054] By: jhi                                   on 2000/09/12  13:50:31
82969         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
82970              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
82971              Date: Mon, 11 Sep 2000 08:33:09 +0100
82972              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
82973      Branch: metaconfig/U/perl
82974            ! End.U
82975      Branch: perl
82976            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
82977            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
82978 ____________________________________________________________________________
82979 [  7053] By: jhi                                   on 2000/09/12  13:29:19
82980         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
82981              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
82982              Date:     Tue, 12 Sep 2000 08:35:59 EDT
82983              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
82984      Branch: perl
82985            ! vms/test.com
82986 ____________________________________________________________________________
82987 [  7052] By: jhi                                   on 2000/09/11  23:01:50
82988         Log: Document the SvUTF8*().
82989      Branch: perl
82990            ! pod/perlapi.pod sv.h
82991 ____________________________________________________________________________
82992 [  7051] By: gsar                                  on 2000/09/11  14:46:30
82993         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
82994              (missed a spot when fixing up op_pmreplroot hack for ithreads)
82995      Branch: perl
82996            ! op.c t/op/split.t
82997 ____________________________________________________________________________
82998 [  7050] By: nick                                  on 2000/09/11  10:03:51
82999         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
83000              
83001              Subject: borland C++ win32.c tweak
83002              From: Vadim Konovalov <vkonovalov@lucent.com>
83003              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
83004              Date: Mon, 11 Sep 2000 11:22:33 +0400
83005      Branch: perl
83006            ! win32/win32.c
83007 ____________________________________________________________________________
83008 [  7049] By: nick                                  on 2000/09/11  09:57:33
83009         Log: Point fix for s/// on foreach (keys %xxx).
83010      Branch: perl
83011            ! pp_hot.c
83012 ____________________________________________________________________________
83013 [  7048] By: jhi                                   on 2000/09/10  23:37:09
83014         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
83015              by Pod::Text, from Brad Appleton.
83016      Branch: perl
83017            ! t/pod/testp2pt.pl
83018 ____________________________________________________________________________
83019 [  7047] By: jhi                                   on 2000/09/10  14:32:53
83020         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
83021              by Russ Allbery.
83022      Branch: perl
83023            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
83024 ____________________________________________________________________________
83025 [  7046] By: jhi                                   on 2000/09/10  14:15:08
83026         Log: Upgrade to CPAN 1.57_65, from Andreas König.
83027      Branch: perl
83028            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
83029 ____________________________________________________________________________
83030 [  7045] By: jhi                                   on 2000/09/08  21:36:32
83031         Log: Update Changes.
83032      Branch: perl
83033            ! Changes patchlevel.h
83034 ____________________________________________________________________________
83035 [  7044] By: jhi                                   on 2000/09/08  21:29:56
83036         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
83037              From: Peter Prymmer <pvhp@forte.com>
83038              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
83039              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
83040      Branch: perl
83041            ! configure.com
83042 ____________________________________________________________________________
83043 [  7043] By: jhi                                   on 2000/09/08  21:27:50
83044         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
83045              From: Peter Prymmer <pvhp@forte.com>
83046              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
83047              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
83048      Branch: perl
83049            ! Makefile.SH installperl
83050 ____________________________________________________________________________
83051 [  7042] By: jhi                                   on 2000/09/08  21:23:21
83052         Log: Continue #7041.
83053      Branch: perl
83054            ! cygwin/Makefile.SHs os2/Makefile.SHs
83055 ____________________________________________________________________________
83056 [  7041] By: jhi                                   on 2000/09/08  21:18:10
83057         Log: Do away with memory models cruft.  Sorry, PDP users.
83058      Branch: metaconfig
83059            ! U/modified/cc.U U/modified/libpth.U
83060      Branch: perl
83061            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
83062            ! Porting/config_H cflags.SH config_h.SH configure.com
83063            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
83064            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
83065            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
83066 ____________________________________________________________________________
83067 [  7040] By: jhi                                   on 2000/09/08  14:34:18
83068         Log: Major rewrite of s2p.  And I mean really major, it is
83069              an implementation of sed in perl.  If called as s2p it
83070              will function as s2p.  Note: needs non-UNIXifying.
83071              
83072              Subject: s2p
83073              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
83074              Date: Mon, 28 Aug 2000 14:05:12 +0200
83075              Message-ID: <39AA5578.2102E2AA@alcatel.at>
83076      Branch: perl
83077            ! x2p/s2p.PL
83078 ____________________________________________________________________________
83079 [  7039] By: jhi                                   on 2000/09/08  14:19:49
83080         Log: Re-allow vec() for characters > 255.
83081              
83082              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
83083              From: Spider Boardman <spider@web.zk3.dec.com>
83084              Date: Fri, 08 Sep 2000 02:21:02 -0400
83085              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
83086      Branch: perl
83087            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
83088            ! t/op/vec.t
83089 ____________________________________________________________________________
83090 [  7038] By: jhi                                   on 2000/09/08  14:14:18
83091         Log: Subject: [PATCH lib/Benchmark.pm]
83092              From: <abigail@foad.org>
83093              Date: Thu, 7 Sep 2000 15:03:20 -0400
83094              Message-ID: <20000907190320.888.qmail@foad.org>
83095      Branch: perl
83096            ! lib/Benchmark.pm
83097 ____________________________________________________________________________
83098 [  7037] By: jhi                                   on 2000/09/08  14:11:06
83099         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
83100              
83101              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
83102              From: Spider Boardman <spider@web.zk3.dec.com>
83103              Date: Fri, 08 Sep 2000 01:30:27 -0400
83104              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
83105      Branch: perl
83106            ! op.c
83107 ____________________________________________________________________________
83108 [  7036] By: jhi                                   on 2000/09/08  14:08:58
83109         Log: Subject: [ID 20000908.002] perlipc documentation bug.
83110              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
83111              Date: Fri, 08 Sep 2000 12:38:32 +0200
83112              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
83113      Branch: perl
83114            ! pod/perlipc.pod
83115 ____________________________________________________________________________
83116 [  7035] By: jhi                                   on 2000/09/08  14:03:12
83117         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
83118              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83119              Date: Fri, 08 Sep 2000 11:47:34 +0200
83120              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
83121      Branch: perl
83122            ! hints/dec_osf.sh
83123 ____________________________________________________________________________
83124 [  7034] By: jhi                                   on 2000/09/08  13:59:35
83125         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
83126              From: Simon Cozens <simon@cozens.net>
83127              Date: Thu, 7 Sep 2000 20:40:38 +0100
83128              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
83129      Branch: perl
83130            ! pp_hot.c
83131 ____________________________________________________________________________
83132 [  7033] By: jhi                                   on 2000/09/08  04:03:03
83133         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
83134              From: "Larry W. Virden" <lvirden@cas.org>
83135              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
83136              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
83137      Branch: perl
83138            ! pod/perldiag.pod
83139 ____________________________________________________________________________
83140 [  7032] By: jhi                                   on 2000/09/07  22:18:30
83141         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
83142              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
83143              Date: Mon, 04 Sep 2000 13:16:38 -0700
83144              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
83145      Branch: perl
83146            ! lib/perl5db.pl
83147 ____________________________________________________________________________
83148 [  7031] By: jhi                                   on 2000/09/07  22:02:29
83149         Log: Fix the ccversion detection for 5.1 and beyond.
83150              
83151              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
83152              From: Spider Boardman <spider@leggy.zk3.dec.com>
83153              Date: Thu, 7 Sep 2000 17:54:27 -0400
83154              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
83155      Branch: perl
83156            ! hints/dec_osf.sh
83157 ____________________________________________________________________________
83158 [  7030] By: jhi                                   on 2000/09/07  19:12:28
83159         Log: Fix for
83160              
83161              Subject: [ID 20000903.001] \w in utf8-strings
83162              From: Marc Lehmann <pcg@goof.com>
83163              Date: Sun, 03 Sep 2000 09:44:29 +0200
83164              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
83165              
83166              and various related nits.
83167      Branch: perl
83168            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
83169 ____________________________________________________________________________
83170 [  7029] By: jhi                                   on 2000/09/07  18:49:09
83171         Log: Fix the URL, but the server is still missing in action.
83172              
83173              Subject: [ID 20000905.002] perlfaq1.pod URL error
83174              From: "Larry W. Virden" <lvirden@cas.org>
83175              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
83176              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
83177      Branch: perl
83178            ! pod/perlfaq1.pod
83179 ____________________________________________________________________________
83180 [  7028] By: jhi                                   on 2000/09/07  18:47:13
83181         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
83182              From: Hugo <hv@crypt.compulink.co.uk>
83183              Date: Tue, 05 Sep 2000 14:13:37 +0100
83184              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
83185      Branch: perl
83186            ! toke.c
83187 ____________________________________________________________________________
83188 [  7027] By: jhi                                   on 2000/09/07  18:45:35
83189         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
83190              From: Daniel Chetlin <daniel@chetlin.com>
83191              Date: Tue, 5 Sep 2000 04:57:07 -0700
83192              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
83193      Branch: perl
83194            ! pod/perlfaq6.pod pod/perlop.pod
83195 ____________________________________________________________________________
83196 [  7026] By: jhi                                   on 2000/09/07  18:44:01
83197         Log: Document the new ref() semantics.
83198              
83199              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
83200              From: Gisle Aas <gisle@ActiveState.com>
83201              Date: 05 Sep 2000 08:10:30 +0200
83202              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
83203      Branch: perl
83204            ! pod/perldelta.pod
83205 ____________________________________________________________________________
83206 [  7025] By: jhi                                   on 2000/09/07  18:42:27
83207         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
83208              
83209              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
83210              From: Gisle Aas <gisle@ActiveState.com>
83211              Date: 05 Sep 2000 08:11:40 +0200
83212              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
83213      Branch: perl
83214            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
83215 ____________________________________________________________________________
83216 [  7024] By: jhi                                   on 2000/09/07  18:39:32
83217         Log: Subject: [PATCH] Modernize Opcode.pm documentation
83218              From: Gisle Aas <gisle@ActiveState.com>
83219              Date: 4 Sep 2000 00:18:55 -0000
83220              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
83221      Branch: perl
83222            ! ext/Opcode/Opcode.pm
83223 ____________________________________________________________________________
83224 [  7023] By: jhi                                   on 2000/09/07  18:37:42
83225         Log: Subject: [PATCH] Tied filehandle documentation
83226              From: Gisle Aas <gisle@ActiveState.com>
83227              Date: 4 Sep 2000 00:14:40 -0000
83228              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
83229      Branch: perl
83230            ! pod/perlfunc.pod pod/perltie.pod
83231 ____________________________________________________________________________
83232 [  7022] By: jhi                                   on 2000/09/07  18:35:37
83233         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
83234              From: Gisle Aas <gisle@ActiveState.com>
83235              Date: 4 Sep 2000 00:04:22 -0000
83236              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
83237      Branch: perl
83238            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
83239 ____________________________________________________________________________
83240 [  7021] By: jhi                                   on 2000/09/07  18:33:22
83241         Log: Subject: small apidoc fix
83242              From: Marc Lehmann <pcg@goof.com>
83243              Date: Sun, 3 Sep 2000 05:12:06 +0200
83244              Message-ID: <20000903051206.A5909@cerebro.laendle>
83245      Branch: perl
83246            ! pod/perlapi.pod utf8.c
83247 ____________________________________________________________________________
83248 [  7020] By: jhi                                   on 2000/09/07  16:14:57
83249         Log: Tiny perldelta nits.
83250      Branch: perl
83251            ! pod/perldelta.pod
83252 ____________________________________________________________________________
83253 [  7019] By: jhi                                   on 2000/09/07  16:04:20
83254         Log: Guard against bad string->int conversion for quads.
83255      Branch: perl
83256            ! t/op/64bitint.t
83257 ____________________________________________________________________________
83258 [  7018] By: jhi                                   on 2000/09/06  17:07:03
83259         Log: Update Unicode todo list.
83260      Branch: perl
83261            ! Todo-5.6
83262 ____________________________________________________________________________
83263 [  7017] By: jhi                                   on 2000/09/05  21:16:01
83264         Log: Document the SvIOK_.*UV().
83265      Branch: perl
83266            ! pod/perlapi.pod sv.h
83267 ____________________________________________________________________________
83268 [  7016] By: nick                                  on 2000/09/03  21:54:46
83269         Log: Hash lookup of constant strings optimization:
83270              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
83271              to string table (as per sharepvn). Add newSV_pvn_share to create such
83272              a thing. Make hv.c compare addresses of strings and skip string compare
83273              if equal. Make method_named and helem ops use these shared-string SVs
83274              when arg is constant. Make keys op return shared-string SVs (less clearly
83275              a win).
83276      Branch: perl
83277            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
83278            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
83279            ! pod/perlintern.pod pp_hot.c proto.h sv.c
83280 ____________________________________________________________________________
83281 [  7015] By: jhi                                   on 2000/09/02  17:48:59
83282         Log: This is 5.7.0.
83283      Branch: perl
83284            ! Changes
83285 ____________________________________________________________________________
83286 [  7014] By: jhi                                   on 2000/09/02  17:35:45
83287         Log: Changes and patchlevel tweaks.
83288      Branch: perl
83289            ! Changes patchlevel.h
83290 ____________________________________________________________________________
83291 [  7013] By: jhi                                   on 2000/09/02  17:30:50
83292         Log: Update Changes.
83293      Branch: perl
83294            ! Changes patchlevel.h
83295 ____________________________________________________________________________
83296 [  7012] By: nick                                  on 2000/09/02  17:25:20
83297         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
83298      Branch: perl
83299            ! gv.c lib/overload.pm
83300 ____________________________________________________________________________
83301 [  7011] By: jhi                                   on 2000/09/02  17:16:25
83302         Log: Update perlhist.
83303      Branch: perl
83304            ! pod/perlhist.pod
83305 ____________________________________________________________________________
83306 [  7010] By: jhi                                   on 2000/09/02  17:01:35
83307         Log: perldelta nits.
83308      Branch: perl
83309            ! pod/perldelta.pod
83310 ____________________________________________________________________________
83311 [  7009] By: nick                                  on 2000/09/02  16:48:35
83312         Log: If overloaded %{} etc. return the object do not loop.
83313              Thus  sub deref { $_[0] } functions if object is wanted type.
83314      Branch: perl
83315            ! pp.h
83316 ____________________________________________________________________________
83317 [  7008] By: jhi                                   on 2000/09/02  16:26:11
83318         Log: Retab MANIFEST.
83319      Branch: perl
83320            ! ext/Storable/MANIFEST
83321 ____________________________________________________________________________
83322 [  7007] By: jhi                                   on 2000/09/02  16:23:02
83323         Log: Make certain cc is set before trying to run it.
83324      Branch: perl
83325            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
83326 ____________________________________________________________________________
83327 [  7006] By: jhi                                   on 2000/09/02  15:45:41
83328         Log: Unicode notes.
83329      Branch: perl
83330            ! pod/perldelta.pod
83331 ____________________________________________________________________________
83332 [  7005] By: jhi                                   on 2000/09/02  15:42:11
83333         Log: Various Configure nits by Philip Newton,
83334              plus the ebcdic one by me.
83335      Branch: metaconfig
83336            + U/modified/pager.U
83337            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
83338      Branch: metaconfig/U/perl
83339            ! Devel.U quadfio.U
83340      Branch: perl
83341            ! Configure config_h.SH
83342 ____________________________________________________________________________
83343 [  7004] By: jhi                                   on 2000/09/02  15:06:14
83344         Log: Apparently avoiding the swapping is too costly.
83345              
83346              From: "Ben Tilly" <ben_tilly@hotmail.com>
83347              Subject: Re: the door is closed.
83348              Date: Fri, 01 Sep 2000 20:23:16 EDT
83349              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
83350      Branch: perl
83351            ! pod/perlfaq4.pod
83352 ____________________________________________________________________________
83353 [  7003] By: nick                                  on 2000/09/02  12:26:04
83354         Log: Undo part of change 6489 which looks like a bulk edit which
83355              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
83356              The supressing of main:: on return from select() is undesirable.
83357      Branch: perl
83358            ! pp_sys.c
83359 ____________________________________________________________________________
83360 [  7002] By: jhi                                   on 2000/09/01  23:08:54
83361         Log: Update Changes.
83362      Branch: perl
83363            ! Changes patchlevel.h
83364 ____________________________________________________________________________
83365 [  7001] By: jhi                                   on 2000/09/01  23:00:13
83366         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
83367              From: Peter Prymmer <pvhp@forte.com>
83368              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
83369              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
83370              
83371              plus rework the http: spots as suggested by Tom Christiansen,
83372              plus regen perltoc.
83373      Branch: perl
83374            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
83375            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
83376 ____________________________________________________________________________
83377 [  7000] By: jhi                                   on 2000/09/01  22:36:01
83378         Log: Only the first line, thank you very much.
83379      Branch: perl
83380            ! hints/solaris_2.sh
83381 ____________________________________________________________________________
83382 [  6999] By: gsar                                  on 2000/09/01  22:16:40
83383         Log: change#6791 accidentally clobbered change#6710, put it back
83384      Branch: perl
83385            ! win32/win32.c
83386 ____________________________________________________________________________
83387 [  6998] By: jhi                                   on 2000/09/01  22:14:16
83388         Log: Mention the HP-UX LP64 freak failure.
83389      Branch: perl
83390            ! pod/perldelta.pod
83391 ____________________________________________________________________________
83392 [  6997] By: jhi                                   on 2000/09/01  21:48:32
83393         Log: Detypo.
83394      Branch: perl
83395            ! hints/hpux.sh
83396 ____________________________________________________________________________
83397 [  6996] By: jhi                                   on 2000/09/01  21:27:10
83398         Log: Update Changes.
83399      Branch: perl
83400            ! Changes patchlevel.h
83401 ____________________________________________________________________________
83402 [  6995] By: jhi                                   on 2000/09/01  21:14:24
83403         Log: Mi splgn s gnin.g
83404      Branch: perl
83405            ! pp_ctl.c
83406 ____________________________________________________________________________
83407 [  6994] By: jhi                                   on 2000/09/01  21:09:54
83408         Log: Subject: http:// in L<>
83409              From: Nicholas Clark <nick@ccl4.org>
83410              Date: Fri, 1 Sep 2000 22:03:21 +0100
83411              Message-ID: <20000901220321.B72074@plum.flirble.org>
83412      Branch: perl
83413            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
83414 ____________________________________________________________________________
83415 [  6993] By: jhi                                   on 2000/09/01  21:06:54
83416         Log: Update to Storable 1.0, from Raphael Manfredi.
83417      Branch: perl
83418            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
83419            ! ext/Storable/Makefile.PL ext/Storable/README
83420            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
83421            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
83422            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
83423            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
83424            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
83425            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
83426 ____________________________________________________________________________
83427 [  6992] By: jhi                                   on 2000/09/01  20:43:05
83428         Log: Mention known sfio+linux buglet.
83429      Branch: perl
83430            ! pod/perldelta.pod
83431 ____________________________________________________________________________
83432 [  6991] By: jhi                                   on 2000/09/01  20:40:11
83433         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
83434              From: Peter Prymmer <pvhp@forte.com>
83435              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
83436              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
83437      Branch: perl
83438            ! vms/vms.c
83439 ____________________________________________________________________________
83440 [  6990] By: jhi                                   on 2000/09/01  20:25:26
83441         Log: Retract #6986.
83442      Branch: perl
83443            ! hints/solaris_2.sh
83444 ____________________________________________________________________________
83445 [  6989] By: jhi                                   on 2000/09/01  20:23:00
83446         Log: Mergesort is back.
83447      Branch: perl
83448            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
83449 ____________________________________________________________________________
83450 [  6988] By: jhi                                   on 2000/09/01  19:37:40
83451         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
83452              From: Mike Guy <mjtg@cam.ac.uk>
83453              Date: Fri, 01 Sep 2000 17:43:33 +0100
83454              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
83455      Branch: perl
83456            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
83457            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
83458 ____________________________________________________________________________
83459 [  6987] By: jhi                                   on 2000/09/01  19:17:10
83460         Log: Regen perltoc.
83461      Branch: perl
83462            ! pod/perltoc.pod
83463 ____________________________________________________________________________
83464 [  6986] By: jhi                                   on 2000/09/01  18:51:10
83465         Log: Subject: Re: Solaris x86 has no SPARC libraries!
83466              From: Lupe Christoph <lupe@lupe-christoph.de>
83467              Date: Fri, 1 Sep 2000 20:41:20 +0200
83468              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
83469      Branch: perl
83470            ! hints/solaris_2.sh
83471 ____________________________________________________________________________
83472 [  6985] By: jhi                                   on 2000/09/01  18:28:10
83473         Log: Update Changes.
83474      Branch: perl
83475            ! Changes patchlevel.h
83476 ____________________________________________________________________________
83477 [  6984] By: jhi                                   on 2000/09/01  18:26:53
83478         Log: Feature ordering tweak.
83479      Branch: perl
83480            ! myconfig.SH
83481 ____________________________________________________________________________
83482 [  6983] By: jhi                                   on 2000/09/01  18:19:50
83483         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
83484              From: <abigail@foad.org>
83485              Date: Fri, 1 Sep 2000 13:07:32 -0400
83486              Message-ID: <20000901170732.18249.qmail@foad.org>
83487      Branch: perl
83488            ! t/pragma/overload.t
83489 ____________________________________________________________________________
83490 [  6982] By: jhi                                   on 2000/09/01  18:17:54
83491         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
83492              so that case-ignoring systems like DCL can tell them from
83493              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
83494      Branch: metaconfig/U/perl
83495            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
83496      Branch: perl
83497            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83498            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
83499            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
83500            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
83501            ! vos/config.def vos/config.h vos/config_h.SH_orig
83502            ! win32/config.bc win32/config.gc win32/config.vc
83503 ____________________________________________________________________________
83504 [  6981] By: nick                                  on 2000/09/01  17:21:57
83505         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
83506              warning when UNTIE exists and instead pass the count of extra references to
83507              the UNTIE method.
83508      Branch: perl
83509            ! pod/perltie.pod pp_sys.c
83510 ____________________________________________________________________________
83511 [  6980] By: jhi                                   on 2000/09/01  16:54:44
83512         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
83513              From: Peter Prymmer <pvhp@forte.com>
83514              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
83515              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
83516      Branch: perl
83517            ! configure.com
83518 ____________________________________________________________________________
83519 [  6979] By: jhi                                   on 2000/09/01  16:06:20
83520         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
83521              From: Mike Guy <mjtg@cam.ac.uk> 
83522              Date: Fri, 01 Sep 2000 16:49:27 +0100
83523              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
83524      Branch: perl
83525            ! t/base/rs.t
83526 ____________________________________________________________________________
83527 [  6978] By: jhi                                   on 2000/09/01  16:00:42
83528         Log: Update to PodParser 1.18, from Brad Appleton.
83529      Branch: perl
83530            ! lib/Pod/Checker.pm t/pod/find.t
83531 ____________________________________________________________________________
83532 [  6977] By: jhi                                   on 2000/09/01  14:48:58
83533         Log: Subject: Nit in Configure (bleadperl@6961)
83534              From: Lupe Christoph <lupe@lupe-christoph.de>
83535              Date: Fri, 1 Sep 2000 16:34:29 +0200
83536              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
83537      Branch: metaconfig
83538            ! U/compline/ccflags.U
83539      Branch: perl
83540            ! Configure config_h.SH
83541 ____________________________________________________________________________
83542 [  6976] By: jhi                                   on 2000/09/01  14:39:52
83543         Log: Update Changes.
83544      Branch: perl
83545            ! Changes patchlevel.h
83546 ____________________________________________________________________________
83547 [  6975] By: jhi                                   on 2000/09/01  14:37:36
83548         Log: microperl config update.
83549      Branch: perl
83550            ! uconfig.h uconfig.sh
83551 ____________________________________________________________________________
83552 [  6974] By: jhi                                   on 2000/09/01  14:36:53
83553         Log: Document known deficiencies.
83554      Branch: perl
83555            ! pod/perldelta.pod
83556 ____________________________________________________________________________
83557 [  6973] By: jhi                                   on 2000/09/01  14:10:20
83558         Log: Mention warnings fixes and updates.
83559      Branch: perl
83560            ! pod/perldelta.pod
83561 ____________________________________________________________________________
83562 [  6972] By: jhi                                   on 2000/09/01  14:01:52
83563         Log: Drop unused argument.
83564              
83565              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
83566              From: Spider Boardman <spider@web.zk3.dec.com>
83567              Date: Thu, 31 Aug 2000 16:10:15 -0400
83568              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
83569      Branch: perl
83570            ! toke.c
83571 ____________________________________________________________________________
83572 [  6971] By: jhi                                   on 2000/09/01  13:59:24
83573         Log: Add the overload warnings to perldiag.
83574      Branch: perl
83575            ! lib/overload.pm pod/perldiag.pod
83576 ____________________________________________________________________________
83577 [  6970] By: jhi                                   on 2000/09/01  13:55:10
83578         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
83579              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
83580              Date: Fri, 1 Sep 2000 13:43:15 +0100 
83581              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
83582      Branch: perl
83583            ! lib/overload.pm t/pragma/overload.t
83584 ____________________________________________________________________________
83585 [  6969] By: jhi                                   on 2000/09/01  13:52:27
83586         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
83587              From: <abigail@foad.org>
83588              Date: Fri, 1 Sep 2000 05:46:54 -0400
83589              Message-ID: <20000901094654.6476.qmail@foad.org>
83590      Branch: perl
83591            ! lib/overload.pm
83592 ____________________________________________________________________________
83593 [  6968] By: jhi                                   on 2000/09/01  13:50:05
83594         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
83595              From: Daniel Chetlin <daniel@chetlin.com>
83596              Date: Fri, 1 Sep 2000 02:10:55 -0700
83597              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
83598      Branch: perl
83599            ! pod/perlretut.pod
83600 ____________________________________________________________________________
83601 [  6967] By: jhi                                   on 2000/09/01  13:47:54
83602         Log: Part of the solution.
83603              
83604              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
83605              From: Mike Guy <mjtg@cam.ac.uk>
83606              Date: Fri, 01 Sep 2000 14:16:01 +0100
83607              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
83608      Branch: perl
83609            ! gv.c mg.c
83610 ____________________________________________________________________________
83611 [  6966] By: jhi                                   on 2000/09/01  13:46:17
83612         Log: Subject: CPAN.pm beta 1.57_57 for the core
83613              From: andreas.koenig@anima.de (Andreas J. Koenig)
83614              Date: 01 Sep 2000 15:16:31 +0200
83615              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
83616      Branch: perl
83617            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
83618 ____________________________________________________________________________
83619 [  6965] By: jhi                                   on 2000/09/01  13:43:18
83620         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
83621              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83622              Date: Fri, 01 Sep 2000 01:47:22 -0500
83623              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
83624      Branch: perl
83625            ! pod/perldelta.pod vms/vms.c
83626 ____________________________________________________________________________
83627 [  6964] By: jhi                                   on 2000/09/01  13:35:35
83628         Log: File::Temp patches from Andreas König,
83629              
83630              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
83631              From: andreas.koenig@anima.de (Andreas J. Koenig)
83632              Date: 01 Sep 2000 10:07:20 +0200
83633              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
83634              
83635              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
83636              From: andreas.koenig@anima.de (Andreas J. Koenig)
83637              Date: 31 Aug 2000 23:26:08 +0200
83638              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
83639      Branch: perl
83640            ! lib/File/Temp.pm t/lib/ftmp-security.t
83641 ____________________________________________________________________________
83642 [  6963] By: jhi                                   on 2000/09/01  02:22:24
83643         Log: Retract the mergesort code, way too incompatible licensing
83644              and copyrights.
83645      Branch: perl
83646            ! pod/perldelta.pod pp_ctl.c
83647 ____________________________________________________________________________
83648 [  6962] By: jhi                                   on 2000/08/31  23:27:32
83649         Log: Update Changes.
83650      Branch: perl
83651            ! Changes patchlevel.h
83652 ____________________________________________________________________________
83653 [  6961] By: jhi                                   on 2000/08/31  23:20:04
83654         Log: Small tweaks all over.
83655      Branch: metaconfig
83656            ! U/compline/d_gconvert.U
83657      Branch: perl
83658            ! AUTHORS Configure config_h.SH pp_ctl.c
83659 ____________________________________________________________________________
83660 [  6960] By: jhi                                   on 2000/08/31  22:39:36
83661         Log: Further rewording.
83662      Branch: perl
83663            ! pp_ctl.c
83664 ____________________________________________________________________________
83665 [  6959] By: jhi                                   on 2000/08/31  21:26:44
83666         Log: More address tweaking.
83667      Branch: perl
83668            ! AUTHORS Changes
83669 ____________________________________________________________________________
83670 [  6958] By: jhi                                   on 2000/08/31  20:47:25
83671         Log: AUTHORS tweaks, from Peter Prymmer.
83672              
83673              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
83674              From: Peter Prymmer <pvhp@forte.com>
83675              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
83676              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
83677      Branch: perl
83678            ! AUTHORS MAINTAIN
83679 ____________________________________________________________________________
83680 [  6957] By: jhi                                   on 2000/08/31  20:34:43
83681         Log: perldelta tweaks.
83682      Branch: perl
83683            ! pod/perldelta.pod
83684 ____________________________________________________________________________
83685 [  6956] By: jhi                                   on 2000/08/31  19:11:06
83686         Log: Regen perltoc.
83687      Branch: perl
83688            ! pod/perltoc.pod
83689 ____________________________________________________________________________
83690 [  6955] By: jhi                                   on 2000/08/31  19:06:30
83691         Log: Clarify the mergesort situation.
83692      Branch: perl
83693            ! pp_ctl.c
83694 ____________________________________________________________________________
83695 [  6954] By: jhi                                   on 2000/08/31  18:24:17
83696         Log: Move the Solaris 7 scan to use64bitall, make the
83697              failure to find 64-bot sparc libc to mention the
83698              possibility of being in an intel, from Lupe and Alan.
83699      Branch: perl
83700            ! hints/solaris_2.sh
83701 ____________________________________________________________________________
83702 [  6953] By: jhi                                   on 2000/08/31  18:09:20
83703         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
83704              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
83705      Branch: metaconfig
83706            ! U/compline/d_gconvert.U U/threads/archname.U
83707      Branch: metaconfig/U/perl
83708            ! perlxv.U
83709      Branch: perl
83710            ! Configure config_h.SH sv.c
83711 ____________________________________________________________________________
83712 [  6952] By: jhi                                   on 2000/08/31  17:42:24
83713         Log: :: not allowed in pathnames, change to .
83714              
83715              Subject: [PATCH perl@6938] cygwin port
83716              From: "Fifer, Eric" <EFifer@sanwaint.com>
83717              Date: Thu, 31 Aug 2000 16:32:59 +0100
83718              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
83719      Branch: metaconfig/U/perl
83720            ! perlxv.U
83721 ____________________________________________________________________________
83722 [  6951] By: jhi                                   on 2000/08/31  17:02:05
83723         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
83724      Branch: perl
83725            ! perl.h
83726 ____________________________________________________________________________
83727 [  6950] By: jhi                                   on 2000/08/31  16:26:08
83728         Log: More author updates.
83729              
83730              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
83731              From: Simon Cozens <simon@cozens.net>
83732              Date: Thu, 31 Aug 2000 17:13:32 +0100
83733              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
83734      Branch: perl
83735            ! AUTHORS
83736 ____________________________________________________________________________
83737 [  6949] By: jhi                                   on 2000/08/31  16:04:49
83738         Log: POSIX doesn't report long double values under -Duselongdouble
83739              when the long doubles are "real" (bigger than doubles).
83740              
83741              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
83742              From: Spider Boardman <spider@peano.zk3.dec.com>
83743              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
83744              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
83745      Branch: perl
83746            ! ext/POSIX/POSIX.xs
83747 ____________________________________________________________________________
83748 [  6948] By: jhi                                   on 2000/08/31  15:25:10
83749         Log: Update Changes.
83750      Branch: perl
83751            ! Changes patchlevel.h
83752 ____________________________________________________________________________
83753 [  6947] By: jhi                                   on 2000/08/31  15:22:29
83754         Log: Document UNTIE in a very minimalistic way.
83755      Branch: perl
83756            ! pod/perlfunc.pod pod/perltie.pod
83757 ____________________________________________________________________________
83758 [  6946] By: jhi                                   on 2000/08/31  15:15:23
83759         Log: Document known failures.
83760      Branch: perl
83761            ! pod/perldelta.pod
83762 ____________________________________________________________________________
83763 [  6945] By: jhi                                   on 2000/08/31  15:07:00
83764         Log: Don't attach -ld to the archname if pointless.
83765      Branch: metaconfig
83766            ! U/threads/archname.U
83767      Branch: perl
83768            ! Configure config_h.SH
83769 ____________________________________________________________________________
83770 [  6944] By: jhi                                   on 2000/08/31  14:37:42
83771         Log: Wrap the test in eval.
83772              
83773              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
83774              From: Tim Jenness <timj@jach.hawaii.edu>
83775              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
83776              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
83777      Branch: perl
83778            ! t/lib/ftmp-security.t
83779 ____________________________________________________________________________
83780 [  6943] By: jhi                                   on 2000/08/31  14:30:57
83781         Log: Make -Dusemorebits find long doubles in Solaris.
83782      Branch: perl
83783            ! hints/solaris_2.sh
83784 ____________________________________________________________________________
83785 [  6942] By: jhi                                   on 2000/08/31  13:48:45
83786         Log: Clarify the third case of ftmp-security warnings.
83787      Branch: perl
83788            ! INSTALL
83789 ____________________________________________________________________________
83790 [  6941] By: jhi                                   on 2000/08/31  13:40:31
83791         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
83792              From: <abigail@foad.org>
83793              Date: Thu, 31 Aug 2000 01:35:05 -0400
83794              Message-ID: <20000831053505.32120.qmail@foad.org>
83795      Branch: perl
83796            ! pod/perldelta.pod
83797 ____________________________________________________________________________
83798 [  6940] By: jhi                                   on 2000/08/31  13:38:48
83799         Log: Issue useful diagnostic on unknown pod commands.
83800              
83801              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
83802              From: <abigail@foad.org>
83803              Date: Thu, 31 Aug 2000 03:41:18 -0400
83804              Message-ID: <20000831074118.24880.qmail@foad.org>
83805      Branch: perl
83806            ! lib/Pod/Man.pm
83807 ____________________________________________________________________________
83808 [  6939] By: jhi                                   on 2000/08/31  13:34:33
83809         Log: Reveal Borland's isnan.
83810              
83811              Subject: build with BC++ tweak
83812              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
83813              Date: Thu, 31 Aug 2000 13:09:37 +0400
83814              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
83815      Branch: perl
83816            ! win32/win32.h
83817 ____________________________________________________________________________
83818 [  6938] By: jhi                                   on 2000/08/31  05:01:20
83819         Log: Update Changes.
83820      Branch: perl
83821            ! Changes patchlevel.h
83822 ____________________________________________________________________________
83823 [  6937] By: jhi                                   on 2000/08/31  04:26:23
83824         Log: sscanf() may be the only way to read long doubles from strings.
83825      Branch: metaconfig/U/perl
83826            ! longdblfio.U
83827      Branch: perl
83828            ! Configure config_h.SH perl.h util.c
83829 ____________________________________________________________________________
83830 [  6936] By: jhi                                   on 2000/08/31  04:18:19
83831         Log: The #6929 was too skimpy.
83832      Branch: perl
83833            ! sv.c
83834 ____________________________________________________________________________
83835 [  6935] By: jhi                                   on 2000/08/31  02:47:07
83836         Log: Subject: Re: typos in pods
83837              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83838              Date: Wed, 30 Aug 2000 19:25:34 -0700
83839              Message-ID: <eIcr5gzkg25X092yn@efn.org>
83840      Branch: perl
83841            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
83842 ____________________________________________________________________________
83843 [  6934] By: jhi                                   on 2000/08/31  02:42:55
83844         Log: Missed one Unicode file.
83845      Branch: perl
83846            + lib/unicode/UCDFF301.html
83847 ____________________________________________________________________________
83848 [  6933] By: jhi                                   on 2000/08/30  23:42:27
83849         Log: Update Changes.
83850      Branch: perl
83851            ! Changes patchlevel.h
83852 ____________________________________________________________________________
83853 [  6932] By: jhi                                   on 2000/08/30  23:40:07
83854         Log: Mention UNTIE in perldelta.  Still needs documenting
83855              in perltie et alia.
83856      Branch: perl
83857            ! pod/perldelta.pod
83858 ____________________________________________________________________________
83859 [  6931] By: jhi                                   on 2000/08/30  23:36:02
83860         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
83861              From: <abigail@foad.org>
83862              Date: Wed, 30 Aug 2000 19:28:07 -0400
83863              Message-ID: <20000830232807.305.qmail@foad.org>
83864      Branch: perl
83865            ! pod/perldelta.pod
83866 ____________________________________________________________________________
83867 [  6930] By: jhi                                   on 2000/08/30  23:32:40
83868         Log: Update to Unicode 3.0.1.
83869      Branch: perl
83870            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
83871            + lib/unicode/PropList.txt lib/unicode/README.perl
83872            + lib/unicode/UCD301.html lib/unicode/Unicode.301
83873            - lib/unicode/Props.txt lib/unicode/UCD300.html
83874            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
83875            ! (edit 257 files)
83876 ____________________________________________________________________________
83877 [  6929] By: jhi                                   on 2000/08/30  22:38:18
83878         Log: Heap decorruption.
83879              
83880              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
83881              From: Alan Burlison <Alan.Burlison@uk.sun.com>
83882              Date: Wed, 30 Aug 2000 22:39:52 +0100
83883              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
83884      Branch: perl
83885            ! sv.c
83886 ____________________________________________________________________________
83887 [  6928] By: jhi                                   on 2000/08/30  22:29:34
83888         Log: Retract the dummy test, skip the security tests (instead of failing),
83889              explain what the warnings mean.
83890      Branch: perl
83891            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
83892 ____________________________________________________________________________
83893 [  6927] By: jhi                                   on 2000/08/30  22:14:13
83894         Log: Change the internal implementation of sort() to be mergesort
83895              instead of quicksort, from John Linderman <jpl@research.att.com>.
83896              Gives us better worst case, better average case, and stability.
83897              What's there not to like?  (Small fixes for threaded builds
83898              were required).
83899      Branch: perl
83900            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
83901 ____________________________________________________________________________
83902 [  6926] By: jhi                                   on 2000/08/30  20:55:20
83903         Log: A better fix for the Socket building problem from Craig Berry.
83904      Branch: perl
83905            ! vms/vms.c
83906 ____________________________________________________________________________
83907 [  6925] By: jhi                                   on 2000/08/30  20:20:25
83908         Log: Subject: [PATCH] Re: UNTIE method 
83909              From: Nick Ing-Simmons <nik@tiuk.ti.com>
83910              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
83911              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
83912      Branch: perl
83913            ! pp_sys.c t/op/tie.t
83914 ____________________________________________________________________________
83915 [  6924] By: jhi                                   on 2000/08/30  20:17:11
83916         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
83917              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83918              Date: Wed, 30 Aug 2000 15:03:14 -0500
83919              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
83920      Branch: perl
83921            ! vms/vms.c
83922 ____________________________________________________________________________
83923 [  6923] By: jhi                                   on 2000/08/30  20:15:18
83924         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
83925              From: "Craig A. Berry" <craig.berry@psinetcs.com>
83926              Date: Wed, 30 Aug 2000 13:30:36 -0500
83927              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
83928      Branch: perl
83929            ! vms/vms.c
83930 ____________________________________________________________________________
83931 [  6922] By: jhi                                   on 2000/08/30  19:54:43
83932         Log: Better options for rsync.
83933      Branch: perl
83934            ! pod/perlhack.pod
83935 ____________________________________________________________________________
83936 [  6921] By: jhi                                   on 2000/08/30  19:40:16
83937         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
83938              From: Rick Delaney <rick@consumercontact.com>
83939              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
83940              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
83941      Branch: perl
83942            ! pod/perlfunc.pod
83943 ____________________________________________________________________________
83944 [  6920] By: jhi                                   on 2000/08/30  19:36:40
83945         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
83946              From: Peter Prymmer <pvhp@forte.com>
83947              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
83948              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
83949      Branch: perl
83950            ! configure.com
83951 ____________________________________________________________________________
83952 [  6919] By: jhi                                   on 2000/08/30  14:52:02
83953         Log: Update Changes.
83954      Branch: perl
83955            ! Changes patchlevel.h
83956 ____________________________________________________________________________
83957 [  6918] By: jhi                                   on 2000/08/30  14:48:34
83958         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
83959      Branch: perl
83960            ! lib/ExtUtils/typemap
83961 ____________________________________________________________________________
83962 [  6917] By: jhi                                   on 2000/08/30  14:46:34
83963         Log: Subject: typos in pods
83964              From: Nicholas Clark <nick@ccl4.org>
83965              Date: Wed, 30 Aug 2000 01:12:50 +0100
83966              Message-ID: <20000830011249.A61388@plum.flirble.org>
83967      Branch: perl
83968            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
83969            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
83970            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
83971            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
83972 ____________________________________________________________________________
83973 [  6916] By: jhi                                   on 2000/08/30  14:19:09
83974         Log: Document Storable problems on Crays.  (Will have
83975              to document all the other Storable problems, too.)
83976      Branch: perl
83977            ! pod/perldelta.pod
83978 ____________________________________________________________________________
83979 [  6915] By: jhi                                   on 2000/08/30  14:06:02
83980         Log: Subject: [PATCH] fix misc cast warnings
83981              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83982              Date: Tue, 29 Aug 2000 23:16:14 -0700
83983              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
83984      Branch: perl
83985            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
83986            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
83987            ! os2/os2ish.h
83988 ____________________________________________________________________________
83989 [  6914] By: jhi                                   on 2000/08/30  14:03:45
83990         Log: Timestamp mismatch again.  Need to fix this dependence on
83991              config_h.SH timestamp, since it's the contents of config_h.SH
83992              that matter.
83993      Branch: perl
83994            ! uconfig.h uconfig.sh
83995 ____________________________________________________________________________
83996 [  6913] By: jhi                                   on 2000/08/30  13:54:06
83997         Log: Don't say "Perl 5.0 source kit".
83998      Branch: perl
83999            ! perl.c
84000 ____________________________________________________________________________
84001 [  6912] By: jhi                                   on 2000/08/30  13:51:24
84002         Log: Reset archname and archname64 always, forcing them be
84003              recomputed at each Configure run, make Configure and
84004              the hints files agree on the naming of largefiles variables.
84005      Branch: metaconfig
84006            ! U/threads/archname.U
84007      Branch: metaconfig/U/perl
84008            ! use64bits.U
84009      Branch: perl
84010            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
84011            ! hints/linux.sh hints/solaris_2.sh
84012 ____________________________________________________________________________
84013 [  6911] By: jhi                                   on 2000/08/30  13:30:13
84014         Log: Put back the slice accidentally removed by #6907.
84015      Branch: perl
84016            ! hints/solaris_2.sh
84017 ____________________________________________________________________________
84018 [  6910] By: jhi                                   on 2000/08/30  01:24:26
84019         Log: Be consistent: other Net::get* do export theirs.
84020              
84021              Subject: Re: Net::protoent does not export 'getproto'
84022              From: Yasushi Nakajima <sey@jkc.co.jp>
84023              Date: Wed, 30 Aug 2000 09:53:14 +0900
84024              Message-Id: <200008300051.DAA24700@taku.hut.fi>
84025      Branch: perl
84026            ! lib/Net/protoent.pm
84027 ____________________________________________________________________________
84028 [  6909] By: jhi                                   on 2000/08/30  01:17:25
84029         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
84030              From: Gurusamy Sarathy <gsar@ActiveState.com>
84031              Date: Tue, 29 Aug 2000 17:17:07 -0700
84032              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
84033      Branch: perl
84034            ! cop.h
84035 ____________________________________________________________________________
84036 [  6908] By: jhi                                   on 2000/08/30  00:58:05
84037         Log: Update Changes.
84038      Branch: perl
84039            ! Changes patchlevel.h
84040 ____________________________________________________________________________
84041 [  6907] By: jhi                                   on 2000/08/30  00:57:22
84042         Log: Introduce ccname to keep track of what compiler kind of we have.
84043      Branch: metaconfig/U/perl
84044            ! Checkcc.U gccvers.U
84045      Branch: perl
84046            ! Configure config_h.SH hints/solaris_2.sh
84047 ____________________________________________________________________________
84048 [  6906] By: jhi                                   on 2000/08/30  00:25:47
84049         Log: Put back the flags dump as reasoned in
84050              
84051              Subject: Re: [PATCH] Glob dumping
84052              From: Mike Guy <mjtg@cam.ac.uk> 
84053              Date: Tue, 29 Aug 2000 21:41:32 +0100
84054              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
84055      Branch: perl
84056            ! dump.c t/lib/peek.t
84057 ____________________________________________________________________________
84058 [  6905] By: jhi                                   on 2000/08/30  00:16:17
84059         Log: Make the epsilon to be relative, not absolute.
84060              
84061              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
84062              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
84063              Date: Tue, 29 Aug 2000 19:58:56 -0400
84064              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
84065      Branch: perl
84066            ! t/lib/trig.t
84067 ____________________________________________________________________________
84068 [  6904] By: jhi                                   on 2000/08/30  00:13:09
84069         Log: From now on, Gisle is on my list of usual suspects :-)
84070              Retract #6902.
84071      Branch: perl
84072            ! ext/Opcode/Safe.pm
84073 ____________________________________________________________________________
84074 [  6903] By: jhi                                   on 2000/08/29  23:51:20
84075         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
84076              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84077              Date: Tue, 29 Aug 2000 18:43:26 -0500
84078              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
84079      Branch: perl
84080            + vms/vmspipe.com
84081            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
84082            ! vms/vms.c
84083 ____________________________________________________________________________
84084 [  6902] By: jhi                                   on 2000/08/29  23:44:14
84085         Log: Retry what #6882 attempted.
84086              
84087              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
84088              From: Gisle Aas <gisle@ActiveState.com>
84089              Date: 30 Aug 2000 00:33:09 +0200
84090              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
84091      Branch: perl
84092            ! ext/Opcode/Safe.pm
84093 ____________________________________________________________________________
84094 [  6901] By: jhi                                   on 2000/08/29  22:59:32
84095         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
84096              From: Hugo <hv@crypt.compulink.co.uk>
84097              Date: Mon, 12 Jun 2000 19:36:08 +0100
84098              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
84099      Branch: perl
84100            ! sv.c
84101 ____________________________________________________________________________
84102 [  6900] By: jhi                                   on 2000/08/29  22:58:35
84103         Log: Admit that we are leaking scalars.
84104              
84105              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
84106              From: Spider Boardman <spider@leggy.zk3.dec.com>
84107              Date: Tue, 29 Aug 2000 18:48:29 -0400
84108              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
84109      Branch: perl
84110            ! t/pragma/warnings.t
84111 ____________________________________________________________________________
84112 [  6899] By: jhi                                   on 2000/08/29  20:53:13
84113         Log: Update Changes.
84114      Branch: perl
84115            ! Changes patchlevel.h
84116 ____________________________________________________________________________
84117 [  6898] By: jhi                                   on 2000/08/29  20:46:21
84118         Log: Undo namespace pollution of #6878.
84119              
84120              Subject: Re: Net::protoent does not export 'getproto'
84121              From: Mike Guy <mjtg@cam.ac.uk>
84122              Date: Tue, 29 Aug 2000 21:32:37 +0100
84123              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
84124      Branch: perl
84125            ! lib/Net/protoent.pm
84126 ____________________________________________________________________________
84127 [  6897] By: jhi                                   on 2000/08/29  20:44:29
84128         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
84129              From: Peter Prymmer <pvhp@forte.com>
84130              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
84131              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
84132      Branch: perl
84133            ! pod/perlebcdic.pod
84134 ____________________________________________________________________________
84135 [  6896] By: jhi                                   on 2000/08/29  20:40:57
84136         Log: There's no point repeating the 'revision' (5) of perl5.
84137      Branch: metaconfig/U/perl
84138            ! Devel.U patchlevel.U
84139      Branch: perl
84140            ! Configure config_h.SH
84141 ____________________________________________________________________________
84142 [  6895] By: jhi                                   on 2000/08/29  20:16:58
84143         Log: Regen Configure for #6894.
84144      Branch: metaconfig/U/perl
84145            ! perladmin.U
84146      Branch: perl
84147            ! Configure config_h.SH
84148 ____________________________________________________________________________
84149 [  6894] By: jhi                                   on 2000/08/29  19:59:52
84150         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
84151              From: "Philip Newton" <Philip.Newton@gmx.net>
84152              Date: Tue, 29 Aug 2000 21:39:14 +0200
84153              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
84154      Branch: perl
84155            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
84156            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
84157            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
84158            ! utils/perlbug.PL
84159 ____________________________________________________________________________
84160 [  6893] By: jhi                                   on 2000/08/29  19:55:30
84161         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
84162              From: "Philip Newton" <Philip.Newton@gmx.net>
84163              Date: Tue, 29 Aug 2000 21:39:14 +0200
84164              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
84165      Branch: perl
84166            ! installhtml
84167 ____________________________________________________________________________
84168 [  6892] By: jhi                                   on 2000/08/29  19:53:59
84169         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
84170              From: "Philip Newton" <Philip.Newton@gmx.net>
84171              Date: Tue, 29 Aug 2000 21:48:18 +0200
84172              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
84173      Branch: perl
84174            ! lib/File/Temp.pm
84175 ____________________________________________________________________________
84176 [  6891] By: jhi                                   on 2000/08/29  18:30:03
84177         Log: Nail the ID 20000828.023.
84178      Branch: perl
84179            ! ext/Storable/Storable.xs
84180 ____________________________________________________________________________
84181 [  6890] By: jhi                                   on 2000/08/29  16:50:17
84182         Log: Under usethreads the dumped variable is IN_PAD.
84183              
84184              Subject: Re: [PATCH] Glob dumping
84185              From: Gisle Aas <gisle@ActiveState.com>
84186              Date: 29 Aug 2000 18:45:05 +0200
84187              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
84188      Branch: perl
84189            ! t/lib/peek.t
84190 ____________________________________________________________________________
84191 [  6889] By: jhi                                   on 2000/08/29  15:17:37
84192         Log: Update Changes.
84193      Branch: perl
84194            ! Changes patchlevel.h
84195 ____________________________________________________________________________
84196 [  6888] By: jhi                                   on 2000/08/29  14:49:59
84197         Log: Retract #6882, broke the safe tests.
84198      Branch: perl
84199            ! ext/Opcode/Safe.pm
84200 ____________________________________________________________________________
84201 [  6887] By: jhi                                   on 2000/08/29  14:47:06
84202         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
84203              From: Gisle Aas <gisle@ActiveState.com> 
84204              Date: 09 Jun 2000 20:00:11 +0200
84205              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
84206      Branch: perl
84207            ! utils/perldoc.PL
84208 ____________________________________________________________________________
84209 [  6886] By: jhi                                   on 2000/08/29  14:42:45
84210         Log: The #6881 removed one dump line.
84211      Branch: perl
84212            ! t/lib/peek.t
84213 ____________________________________________________________________________
84214 [  6885] By: jhi                                   on 2000/08/29  14:30:47
84215         Log: Don't forget to tidy up.
84216      Branch: perl
84217            ! t/lib/ftmp-security.t
84218 ____________________________________________________________________________
84219 [  6884] By: jhi                                   on 2000/08/29  14:25:17
84220         Log: Disabling the one test is a bit tricky.
84221      Branch: perl
84222            ! t/lib/ftmp-security.t
84223 ____________________________________________________________________________
84224 [  6883] By: jhi                                   on 2000/08/29  14:16:25
84225         Log: Disable one of the tests for now.
84226      Branch: perl
84227            ! t/lib/ftmp-security.t
84228 ____________________________________________________________________________
84229 [  6882] By: jhi                                   on 2000/08/29  14:05:50
84230         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
84231              From: gisle@aas.no
84232              Date: 29 Aug 2000 10:35:06 -0000
84233              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
84234      Branch: perl
84235            ! ext/Opcode/Safe.pm
84236 ____________________________________________________________________________
84237 [  6881] By: jhi                                   on 2000/08/29  14:03:51
84238         Log: Subject: [PATCH] Glob dumping
84239              From: Gisle Aas <gisle@ActiveState.com>
84240              Date: 29 Aug 2000 07:59:42 -0000
84241              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
84242      Branch: perl
84243            ! dump.c
84244 ____________________________________________________________________________
84245 [  6880] By: jhi                                   on 2000/08/29  14:02:01
84246         Log: Subject: [PATCH] Warnings in B::Deparse
84247              From: <abigail@foad.org>
84248              Date: Tue, 29 Aug 2000 00:00:01 -0400
84249              Message-ID: <20000829040001.2999.qmail@foad.org>
84250      Branch: perl
84251            ! ext/B/B/Deparse.pm
84252 ____________________________________________________________________________
84253 [  6879] By: jhi                                   on 2000/08/29  13:57:26
84254         Log: Missed a change in #6869.
84255      Branch: perl
84256            ! mg.c
84257 ____________________________________________________________________________
84258 [  6878] By: jhi                                   on 2000/08/29  13:45:04
84259         Log: Subject: Net::protoent does not export 'getproto'
84260              From: Yasushi Nakajima <sey@jkc.co.jp>
84261              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
84262      Branch: perl
84263            ! lib/Net/protoent.pm
84264 ____________________________________________________________________________
84265 [  6877] By: jhi                                   on 2000/08/29  13:39:19
84266         Log: Patches all over for people and the files they (hopefully) care about.
84267      Branch: perl
84268            ! AUTHORS Changes MAINTAIN
84269 ____________________________________________________________________________
84270 [  6876] By: jhi                                   on 2000/08/29  12:53:54
84271         Log: Fix for thinko in #6848.
84272              
84273              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
84274              From: Lupe Christoph <lupe@lupe-christoph.de>
84275              Date: Tue, 29 Aug 2000 09:04:08 +0200
84276              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
84277      Branch: perl
84278            ! ext/Thread/Thread.xs
84279 ____________________________________________________________________________
84280 [  6875] By: jhi                                   on 2000/08/29  12:50:14
84281         Log: Update to Getopt::Long 2.24, from Johan Vromans.
84282      Branch: perl
84283            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
84284 ____________________________________________________________________________
84285 [  6874] By: jhi                                   on 2000/08/29  02:09:53
84286         Log: Use minimal @INC in tests, most of the time just '../lib',
84287              so that we simply can't pick up stuff from other Perls than
84288              the one we are testing.  Pointed out by
84289              
84290              From: Mike Guy <mjtg@cam.ac.uk>
84291              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
84292              Date: Fri, 25 Aug 2000 15:15:59 +0100
84293              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
84294      Branch: perl
84295            ! (edit 185 files)
84296 ____________________________________________________________________________
84297 [  6873] By: jhi                                   on 2000/08/29  01:07:11
84298         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
84299              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84300              Date: Mon, 28 Aug 2000 17:45:52 -0700
84301              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
84302      Branch: perl
84303            ! Makefile.SH hints/os2.sh
84304 ____________________________________________________________________________
84305 [  6872] By: jhi                                   on 2000/08/28  23:33:39
84306         Log: Subject: [PATCH bleedperl@6866] spellings
84307              From: marcel@codewerk.com (Marcel Grunauer)
84308              Date: Tue, 29 Aug 2000 01:19:59 +0200
84309              Message-Id: <200008282319.BAA29862@gandalf.local>
84310      Branch: perl
84311            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
84312            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
84313            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
84314 ____________________________________________________________________________
84315 [  6871] By: jhi                                   on 2000/08/28  23:22:09
84316         Log: Take out the SUIDMAIL thing, that will not be
84317              a problem in 5.7.*.
84318      Branch: perl
84319            ! patchlevel.h
84320 ____________________________________________________________________________
84321 [  6870] By: jhi                                   on 2000/08/28  23:19:30
84322         Log: -S is the silent flag, -s is the strip flag.
84323              
84324              Subject: [PATCH] Re: [PATCH] make no-install          
84325              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
84326              Date: Mon, 28 Aug 2000 15:12:55 -0700
84327              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
84328      Branch: perl
84329            ! Makefile.SH
84330 ____________________________________________________________________________
84331 [  6869] By: jhi                                   on 2000/08/28  23:12:05
84332         Log: Subject: [PATCH bleedperl@6856] warnings fixes
84333              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
84334              Date: Mon, 28 Aug 2000 23:55:06 +0100
84335              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
84336      Branch: perl
84337            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
84338            ! warnings.h warnings.pl
84339 ____________________________________________________________________________
84340 [  6868] By: jhi                                   on 2000/08/28  21:38:22
84341         Log: Potential cruft.
84342      Branch: perl
84343            ! Makefile.SH
84344 ____________________________________________________________________________
84345 [  6867] By: jhi                                   on 2000/08/28  21:35:36
84346         Log: Update Changes.
84347      Branch: perl
84348            ! Changes patchlevel.h
84349 ____________________________________________________________________________
84350 [  6866] By: jhi                                   on 2000/08/28  21:33:49
84351         Log: Subject: hv.h Doc Patch
84352              From: Fisher Mark <fisherm@tce.com>
84353              Date: Mon, 28 Aug 2000 16:24:59 -0500
84354              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
84355      Branch: perl
84356            ! hv.h
84357 ____________________________________________________________________________
84358 [  6865] By: jhi                                   on 2000/08/28  21:02:15
84359         Log: Add -ld to archname on long tr...double platforms.
84360      Branch: metaconfig
84361            ! U/threads/archname.U
84362      Branch: perl
84363            ! Configure config_h.SH
84364 ____________________________________________________________________________
84365 [  6864] By: jhi                                   on 2000/08/28  20:38:59
84366         Log: An attempt to fix the problem reported in
84367              
84368              Subject: Building perl@6856 using gcc/AIX 4.3.3 
84369              From: Daniel Muino <dmuino@afip.gov.ar> 
84370              Date: Mon, 28 Aug 2000 15:50:01 -0300   
84371              Message-ID: <20000828155001.A14403@con2-dgi>
84372              
84373              I can't test this properly since the gcc installation I have
84374              access to seems to be botched (gcc is calling the AIX cpp,
84375              a losing proposition...)
84376      Branch: perl
84377            ! hints/aix.sh
84378 ____________________________________________________________________________
84379 [  6863] By: jhi                                   on 2000/08/28  18:57:52
84380         Log: Fix for ID 20000828.001, long doubles were not formatted
84381              correctly (showed up in $], which stopped installing perl).
84382      Branch: perl
84383            ! sv.c
84384 ____________________________________________________________________________
84385 [  6862] By: jhi                                   on 2000/08/28  18:07:15
84386         Log: Typo in #6858.
84387      Branch: perl
84388            ! lib/Cwd.pm
84389 ____________________________________________________________________________
84390 [  6861] By: jhi                                   on 2000/08/28  17:57:27
84391         Log: opmini.o may be left around if a build is interrupted.
84392      Branch: perl
84393            ! Makefile.SH
84394 ____________________________________________________________________________
84395 [  6860] By: jhi                                   on 2000/08/28  16:52:50
84396         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
84397              From: Daniel Chetlin <daniel@chetlin.com>
84398              Date: Mon, 28 Aug 2000 01:14:18 -0700
84399              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
84400      Branch: perl
84401            ! lib/overload.pm
84402 ____________________________________________________________________________
84403 [  6859] By: jhi                                   on 2000/08/28  16:08:46
84404         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
84405              From: Nicholas Clark <nick@ccl4.org>
84406              Date: Mon, 28 Aug 2000 16:03:27 +0100
84407              Message-Id: <20000828160327.C49785@plum.flirble.org>
84408      Branch: perl
84409            ! ext/ByteLoader/bytecode.h
84410 ____________________________________________________________________________
84411 [  6858] By: jhi                                   on 2000/08/28  16:02:10
84412         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
84413              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
84414              Date: Mon, 28 Aug 2000 13:08:30 +0200
84415              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
84416      Branch: perl
84417            ! lib/Cwd.pm
84418 ____________________________________________________________________________
84419 [  6857] By: jhi                                   on 2000/08/28  15:42:47
84420         Log: display_format used as a class method without arguments was broken,
84421              reported in
84422              
84423              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
84424              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
84425              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
84426              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
84427      Branch: perl
84428            ! lib/Math/Complex.pm t/lib/complex.t
84429 ____________________________________________________________________________
84430 [  6856] By: jhi                                   on 2000/08/27  22:09:48
84431         Log: Update Changes.
84432      Branch: perl
84433            ! Changes patchlevel.h
84434 ____________________________________________________________________________
84435 [  6855] By: jhi                                   on 2000/08/27  21:59:21
84436         Log: Retract #6853 (false alarm).
84437      Branch: perl
84438            ! lib/ExtUtils/xsubpp
84439 ____________________________________________________________________________
84440 [  6854] By: jhi                                   on 2000/08/27  21:37:44
84441         Log: Update Changes.
84442      Branch: perl
84443            ! Changes patchlevel.h
84444 ____________________________________________________________________________
84445 [  6853] By: jhi                                   on 2000/08/27  21:37:16
84446         Log: Subject: [PATCH perl@6850] workaround for xsubpp
84447              From: Hugo <hv@crypt.compulink.co.uk>
84448              Date: Sun, 27 Aug 2000 22:30:25 +0100
84449              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
84450      Branch: perl
84451            ! lib/ExtUtils/xsubpp
84452 ____________________________________________________________________________
84453 [  6852] By: jhi                                   on 2000/08/27  21:33:58
84454         Log: Big-endian 64-bit patch from Raphael Manfredi.
84455      Branch: perl
84456            ! ext/Storable/Storable.xs
84457 ____________________________________________________________________________
84458 [  6851] By: jhi                                   on 2000/08/27  21:22:21
84459         Log: More ruthless editing from Hugo van der Sanden.
84460      Branch: perl
84461            ! pod/perldelta.pod
84462 ____________________________________________________________________________
84463 [  6850] By: jhi                                   on 2000/08/27  16:11:46
84464         Log: Update Changes.
84465      Branch: perl
84466            ! Changes patchlevel.h
84467 ____________________________________________________________________________
84468 [  6849] By: jhi                                   on 2000/08/27  16:11:05
84469         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
84470      Branch: perl
84471            ! configpm pod/perldelta.pod
84472 ____________________________________________________________________________
84473 [  6848] By: jhi                                   on 2000/08/27  15:35:08
84474         Log: Use the actual thread type, not the pointer-to-struct.
84475      Branch: perl
84476            ! ext/Thread/Thread.xs
84477 ____________________________________________________________________________
84478 [  6847] By: jhi                                   on 2000/08/27  15:30:49
84479         Log: Test nit.
84480      Branch: perl
84481            ! t/pragma/warn/pp_sys
84482 ____________________________________________________________________________
84483 [  6846] By: jhi                                   on 2000/08/27  15:19:02
84484         Log: Passing -R in ldflags makes now it to appear in the default
84485              for lddlflags, just like with -L.
84486              
84487              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
84488              From: Lupe Christoph <lupe@lupe-christoph.de>
84489              Date: Sun, 27 Aug 2000 10:28:21 +0200
84490              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
84491      Branch: metaconfig/U/perl
84492            ! dlsrc.U
84493      Branch: perl
84494            ! Configure
84495 ____________________________________________________________________________
84496 [  6845] By: jhi                                   on 2000/08/27  15:08:54
84497         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
84498              From: Alan Burlison <Alan.Burlison@uk.sun.com>
84499              Date: Sat, 26 Aug 2000 22:23:27 +0100
84500              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
84501      Branch: perl
84502            ! lib/ExtUtils/MM_Unix.pm
84503 ____________________________________________________________________________
84504 [  6844] By: jhi                                   on 2000/08/27  15:02:37
84505         Log: DJGPP update from Laszlo Molnar.
84506              
84507              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
84508              From: ml1050 <ml1050@freemail.hu>
84509              Date: Sat, 26 Aug 2000 23:24:40 +0200
84510              Message-Id: <20000826232440.A439@freemail.hu>
84511      Branch: perl
84512            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
84513            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
84514 ____________________________________________________________________________
84515 [  6843] By: jhi                                   on 2000/08/27  14:53:58
84516         Log: Subject: installman buglet
84517              From: Lupe Christoph <lupe@lupe-christoph.de>
84518              Date: Sun, 27 Aug 2000 14:38:59 +0200
84519              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
84520      Branch: perl
84521            ! installman
84522 ____________________________________________________________________________
84523 [  6842] By: jhi                                   on 2000/08/27  14:52:08
84524         Log: Can't get the test to reliably work thanks to the
84525              inaccurateness of floating point.  "Resolves" bug ids
84526              20000826.003, 20000826.009, 20000826.010,
84527      Branch: perl
84528            ! t/lib/trig.t
84529 ____________________________________________________________________________
84530 [  6841] By: jhi                                   on 2000/08/26  15:53:58
84531         Log: Update Changes.
84532      Branch: perl
84533            ! Changes patchlevel.h
84534 ____________________________________________________________________________
84535 [  6840] By: jhi                                   on 2000/08/26  14:23:03
84536         Log: grep -e isn't portable.
84537              
84538              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
84539              From: chris@broadband.att.com
84540              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
84541              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
84542      Branch: perl
84543            ! hints/solaris_2.sh
84544 ____________________________________________________________________________
84545 [  6839] By: jhi                                   on 2000/08/26  14:12:23
84546         Log: no-install target a la make -n.
84547              
84548              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
84549              From: <abigail@foad.org>
84550              Date: Sat, 26 Aug 2000 03:57:34 -0400
84551              Message-ID: <20000826075735.18912.qmail@foad.org>
84552      Branch: perl
84553            ! Makefile.SH installman installperl
84554 ____________________________________________________________________________
84555 [  6838] By: jhi                                   on 2000/08/26  14:06:33
84556         Log: Retract #6826 as the #6828 should be do the same
84557              in a More Correct Way.
84558      Branch: perl
84559            ! installperl
84560 ____________________________________________________________________________
84561 [  6837] By: jhi                                   on 2000/08/26  05:24:00
84562         Log: More casting.
84563      Branch: perl
84564            ! ext/Storable/Storable.xs
84565 ____________________________________________________________________________
84566 [  6836] By: jhi                                   on 2000/08/26  05:05:46
84567         Log: Nicer in decimal.
84568      Branch: perl
84569            ! ext/Storable/Storable.xs
84570 ____________________________________________________________________________
84571 [  6835] By: jhi                                   on 2000/08/26  05:03:50
84572         Log: There be no UVdf.
84573      Branch: perl
84574            ! ext/Storable/Storable.xs
84575 ____________________________________________________________________________
84576 [  6834] By: jhi                                   on 2000/08/26  05:00:18
84577         Log: Continue IVdfing and UVxfing.
84578      Branch: perl
84579            ! ext/Storable/Storable.xs
84580 ____________________________________________________________________________
84581 [  6833] By: jhi                                   on 2000/08/26  04:53:14
84582         Log: Use IVdf.
84583      Branch: perl
84584            ! ext/Storable/Storable.xs
84585 ____________________________________________________________________________
84586 [  6832] By: jhi                                   on 2000/08/26  04:40:41
84587         Log: Document PTR2XX and INT2PTR.
84588      Branch: perl
84589            ! pod/perlguts.pod
84590 ____________________________________________________________________________
84591 [  6831] By: jhi                                   on 2000/08/26  04:33:18
84592         Log: Use UVxf, PTR2UV, NVff.
84593      Branch: perl
84594            ! ext/Storable/Storable.xs
84595 ____________________________________________________________________________
84596 [  6830] By: jhi                                   on 2000/08/26  04:31:32
84597         Log: Update the test count.
84598      Branch: perl
84599            ! t/lib/trig.t
84600 ____________________________________________________________________________
84601 [  6829] By: jhi                                   on 2000/08/26  03:05:50
84602         Log: Subject: [PATCH] installation not quite silent yet.
84603              From: <abigail@foad.org>
84604              Date: Fri, 25 Aug 2000 20:07:53 -0400
84605              Message-ID: <20000826000753.7822.qmail@foad.org>
84606      Branch: perl
84607            ! installman installperl
84608 ____________________________________________________________________________
84609 [  6828] By: jhi                                   on 2000/08/26  03:05:14
84610         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
84611              From: Spider Boardman <spider@web.zk3.dec.com>
84612              Date: Fri, 25 Aug 2000 19:12:40 -0400
84613              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
84614      Branch: perl
84615            ! gv.c
84616 ____________________________________________________________________________
84617 [  6827] By: jhi                                   on 2000/08/25  23:54:34
84618         Log: Support preserving extremely big/small angles.
84619      Branch: perl
84620            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
84621 ____________________________________________________________________________
84622 [  6826] By: jhi                                   on 2000/08/25  23:01:20
84623         Log: Patch installperl to be long double-aware.
84624              
84625              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
84626              From: Spider Boardman <spider@web.zk3.dec.com>
84627              Date: Fri, 25 Aug 2000 18:15:23 -0400
84628              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
84629      Branch: perl
84630            ! installperl
84631 ____________________________________________________________________________
84632 [  6825] By: jhi                                   on 2000/08/25  22:58:25
84633         Log: Remove duplicately applied patch shards.
84634              
84635              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
84636              From: Spider Boardman <spider@leggy.zk3.dec.com>
84637              Date: Fri, 25 Aug 2000 16:45:03 -0400
84638              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
84639      Branch: perl
84640            ! t/lib/cgi-html.t
84641 ____________________________________________________________________________
84642 [  6824] By: jhi                                   on 2000/08/25  22:57:00
84643         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
84644              From: Daniel Chetlin <daniel@chetlin.com>
84645              Date: Fri, 25 Aug 2000 12:23:16 -0700
84646              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
84647              
84648              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
84649              From: Daniel Chetlin <daniel@chetlin.com>
84650              Date: Fri, 25 Aug 2000 14:47:19 -0700
84651              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
84652      Branch: perl
84653            ! installman
84654 ____________________________________________________________________________
84655 [  6823] By: jhi                                   on 2000/08/25  22:44:17
84656         Log: Timestamp problem?
84657      Branch: perl
84658            ! uconfig.h uconfig.sh
84659 ____________________________________________________________________________
84660 [  6822] By: jhi                                   on 2000/08/25  19:01:06
84661         Log: One forgotten file from #6816.
84662      Branch: perl
84663            ! vos/config.h
84664 ____________________________________________________________________________
84665 [  6821] By: jhi                                   on 2000/08/25  18:56:39
84666         Log: Regen Changes.
84667      Branch: perl
84668            ! Changes patchlevel.h
84669 ____________________________________________________________________________
84670 [  6820] By: jhi                                   on 2000/08/25  18:52:35
84671         Log: Fix Changes ordering.
84672      Branch: perl
84673            ! Changes
84674 ____________________________________________________________________________
84675 [  6819] By: jhi                                   on 2000/08/25  18:50:25
84676         Log: Update Changes.
84677      Branch: perl
84678            ! Changes patchlevel.h
84679 ____________________________________________________________________________
84680 [  6818] By: jhi                                   on 2000/08/25  18:47:45
84681         Log: Tweak the sfio/useperlio logic, hopefully as wished in
84682              
84683              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
84684              From: Nicholas Clark <nick@babyhippo.co.uk>
84685              Date: Fri, 25 Aug 2000 12:01:45 +0100
84686              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
84687      Branch: metaconfig/U/perl
84688            ! d_sfio.U
84689      Branch: perl
84690            ! Configure
84691 ____________________________________________________________________________
84692 [  6817] By: jhi                                   on 2000/08/25  18:32:51
84693         Log: Allow microperl to assume <math.h>, without it the math
84694              functions like floor() are assumed to return int, which makes
84695              for core dumps in machines where integer and floating register
84696              don't mix.
84697      Branch: perl
84698            ! uconfig.h uconfig.sh
84699 ____________________________________________________________________________
84700 [  6816] By: jhi                                   on 2000/08/25  18:27:17
84701         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
84702              the problem reported in
84703              
84704              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
84705              From: danhale@us.ibm.com
84706              Date: Fri, 25 Aug 2000 10:58:06 -0400
84707              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
84708      Branch: metaconfig/U/perl
84709            + d_socks5_init.U
84710      Branch: perl
84711            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
84712            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
84713            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
84714            ! win32/config.gc win32/config.vc
84715 ____________________________________________________________________________
84716 [  6815] By: jhi                                   on 2000/08/25  17:43:31
84717         Log: A solution for the retrieve_fd autosplit warning,
84718              idea suggested by Mike Guy.
84719      Branch: perl
84720            ! ext/Storable/Storable.pm
84721 ____________________________________________________________________________
84722 [  6814] By: jhi                                   on 2000/08/25  17:16:03
84723         Log: Add install-silent target.
84724      Branch: perl
84725            ! Makefile.SH
84726 ____________________________________________________________________________
84727 [  6813] By: jhi                                   on 2000/08/25  17:14:23
84728         Log: Subject: Re: [PATCH] More silencing of installman.
84729              From: <abigail@foad.org>
84730              Date: Thu, 24 Aug 2000 19:27:03 -0400
84731              Message-ID: <20000824232703.7001.qmail@foad.org>
84732              
84733              Subject: Re: [PATCH] More silencing of installman.
84734              From: <abigail@foad.org>
84735              Date: Fri, 25 Aug 2000 03:00:58 -0400
84736              Message-ID: <20000825070058.10697.qmail@foad.org>
84737      Branch: perl
84738            ! installman
84739 ____________________________________________________________________________
84740 [  6812] By: jhi                                   on 2000/08/25  17:11:28
84741         Log: installperl --verbose and --silent.
84742              
84743              Subject: Re: [PATCH] More silencing of installman.
84744              From: <abigail@foad.org>
84745              Message-ID: <20000825064430.9719.qmail@foad.org>
84746              Date: Fri, 25 Aug 2000 02:44:30 -0400
84747      Branch: perl
84748            ! installperl
84749 ____________________________________________________________________________
84750 [  6811] By: jhi                                   on 2000/08/25  17:05:43
84751         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
84752              From: "Peter J. Farley III" <pjfarley@banet.net>
84753              Date: Thu, 24 Aug 2000 21:58:03 -0400
84754              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
84755              
84756              (applied slightly modified)
84757      Branch: perl
84758            ! lib/ExtUtils/MM_Unix.pm
84759 ____________________________________________________________________________
84760 [  6810] By: jhi                                   on 2000/08/25  17:01:18
84761         Log: Missing parts of 
84762              
84763              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
84764              From: Peter Prymmer <pvhp@forte.com>
84765              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
84766              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
84767      Branch: perl
84768            ! t/lib/cgi-html.t
84769 ____________________________________________________________________________
84770 [  6809] By: jhi                                   on 2000/08/25  16:46:32
84771         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
84772              From: "Craig A. Berry" <craig.berry@psinetcs.com>
84773              Date: Thu, 24 Aug 2000 19:13:11 -0500
84774              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
84775      Branch: perl
84776            ! vms/vms.c
84777 ____________________________________________________________________________
84778 [  6808] By: jhi                                   on 2000/08/25  16:39:22
84779         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
84780              From: Peter Prymmer <pvhp@forte.com>
84781              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
84782              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
84783      Branch: perl
84784            ! configure.com
84785 ____________________________________________________________________________
84786 [  6807] By: jhi                                   on 2000/08/25  16:36:37
84787         Log: Better wording for the vec lvalue diagnostic.
84788              
84789              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
84790              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
84791              Date: Wed, 23 Aug 2000 14:12:16 -0400
84792              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
84793      Branch: perl
84794            ! pod/perldiag.pod
84795 ____________________________________________________________________________
84796 [  6806] By: jhi                                   on 2000/08/24  18:17:22
84797         Log: Subject: [PATCH] More silencing of installman.
84798              From: <abigail@foad.org>
84799              Date: Thu, 24 Aug 2000 14:01:44 -0400
84800              Message-ID: <20000824180144.20062.qmail@foad.org>
84801      Branch: perl
84802            ! installman
84803 ____________________________________________________________________________
84804 [  6805] By: jhi                                   on 2000/08/24  15:00:31
84805         Log: Update Changes.
84806      Branch: perl
84807            ! Changes patchlevel.h
84808 ____________________________________________________________________________
84809 [  6804] By: jhi                                   on 2000/08/24  14:59:07
84810         Log: Regen perltoc.
84811      Branch: perl
84812            ! pod/perltoc.pod
84813 ____________________________________________________________________________
84814 [  6803] By: jhi                                   on 2000/08/24  14:44:39
84815         Log: Show the doc file, not the temp file.
84816      Branch: perl
84817            ! installman
84818 ____________________________________________________________________________
84819 [  6802] By: jhi                                   on 2000/08/24  14:41:53
84820         Log: Continue silencing.
84821      Branch: perl
84822            ! installman
84823 ____________________________________________________________________________
84824 [  6801] By: jhi                                   on 2000/08/24  14:34:40
84825         Log: Actually do something with the silencer option.
84826      Branch: perl
84827            ! installman
84828 ____________________________________________________________________________
84829 [  6800] By: jhi                                   on 2000/08/24  14:26:22
84830         Log: Make installman to recognize the silence flag -S.
84831      Branch: perl
84832            ! installman
84833 ____________________________________________________________________________
84834 [  6799] By: jhi                                   on 2000/08/24  13:49:38
84835         Log: DOS patches and portability/porting notes, from Tim Jenness.
84836      Branch: perl
84837            ! lib/File/Temp.pm
84838 ____________________________________________________________________________
84839 [  6798] By: jhi                                   on 2000/08/24  13:48:27
84840         Log: Create directories in silence.
84841              
84842              Subject: [PATCH] Another silencer for MakeMaker
84843              From: andreas.koenig@anima.de (Andreas J. Koenig)
84844              Date: 24 Aug 2000 14:18:52 +0200
84845              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
84846      Branch: perl
84847            ! lib/ExtUtils/Command.pm
84848 ____________________________________________________________________________
84849 [  6797] By: jhi                                   on 2000/08/24  13:46:42
84850         Log: More liberal parsing of version numbers.
84851              
84852              Subject: Re: CPAN.pm beta for testing available
84853              From: andreas.koenig@anima.de (Andreas J. Koenig)
84854              Date: 24 Aug 2000 13:51:57 +0200
84855              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
84856      Branch: perl
84857            ! lib/CPAN.pm
84858 ____________________________________________________________________________
84859 [  6796] By: jhi                                   on 2000/08/24  13:44:36
84860         Log: Make "make install" by default silent.  A new "install-verbose"
84861              target is verbose.
84862      Branch: perl
84863            ! Makefile.SH
84864 ____________________________________________________________________________
84865 [  6795] By: jhi                                   on 2000/08/24  13:39:14
84866         Log: Add silencer flags to installperl.
84867              
84868              Subject: [PATCH] Making installperl silent.
84869              From: <abigail@foad.org>
84870              Date: Thu, 24 Aug 2000 05:01:45 -0400
84871              Message-ID: <20000824090145.13141.qmail@foad.org>
84872      Branch: perl
84873            ! installperl
84874 ____________________________________________________________________________
84875 [  6794] By: jhi                                   on 2000/08/24  13:35:50
84876         Log: installperl couldn't tell whether it had run tests or not.
84877              
84878              Subject: [PATCH] Re: installperl and t/TEST
84879              From: <abigail@foad.org>
84880              Date: Thu, 24 Aug 2000 04:00:53 -0400
84881              Message-ID: <20000824080053.2494.qmail@foad.org>
84882      Branch: perl
84883            ! Makefile.SH installperl
84884 ____________________________________________________________________________
84885 [  6793] By: jhi                                   on 2000/08/24  13:27:50
84886         Log: Drop the separate perlbc, perlcc -b should be enough.
84887      Branch: perl
84888            - utils/perlbc.PL
84889            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
84890 ____________________________________________________________________________
84891 [  6792] By: jhi                                   on 2000/08/24  04:41:30
84892         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
84893              plus the typo fix from Peter Prymmer.
84894      Branch: perl
84895            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
84896            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
84897 ____________________________________________________________________________
84898 [  6791] By: jhi                                   on 2000/08/24  02:10:43
84899         Log: Replace #6705 with a minimal doc patch.
84900              
84901              Subject: [PATCH 5.6.0] replace change #6705
84902              From: Jan Dubois <jand@ActiveState.com>
84903              Date: Wed, 23 Aug 2000 18:31:51 -0700
84904              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
84905      Branch: perl
84906            ! lib/Win32.pod win32/win32.c
84907 ____________________________________________________________________________
84908 [  6790] By: jhi                                   on 2000/08/23  17:52:00
84909         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
84910              From: Mike Guy <mjtg@cam.ac.uk>
84911              Date: Wed, 23 Aug 2000 18:38:46 +0100
84912              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
84913      Branch: perl
84914            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
84915 ____________________________________________________________________________
84916 [  6789] By: jhi                                   on 2000/08/23  15:34:21
84917         Log: Update Changes.
84918      Branch: perl
84919            ! Changes patchlevel.h
84920 ____________________________________________________________________________
84921 [  6788] By: jhi                                   on 2000/08/23  15:33:40
84922         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
84923              From: Wilfredo Sánchez <wsanchez@apple.com>
84924              Date: Tue, 22 Aug 2000 19:31:27 -0700
84925              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
84926      Branch: perl
84927            ! perl.h
84928 ____________________________________________________________________________
84929 [  6787] By: jhi                                   on 2000/08/23  15:29:31
84930         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
84931              From: Spider Boardman <spider@leggy.zk3.dec.com>
84932              Date: Wed, 23 Aug 2000 10:33:23 -0400
84933              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
84934      Branch: perl
84935            ! lib/Pod/Html.pm
84936 ____________________________________________________________________________
84937 [  6786] By: jhi                                   on 2000/08/23  15:28:11
84938         Log: Bad makefile.
84939      Branch: perl
84940            ! ext/B/Makefile.PL
84941 ____________________________________________________________________________
84942 [  6785] By: jhi                                   on 2000/08/23  14:37:04
84943         Log: Update Changes.
84944      Branch: perl
84945            ! Changes patchlevel.h
84946 ____________________________________________________________________________
84947 [  6784] By: jhi                                   on 2000/08/23  13:58:41
84948         Log: Portability fix from Hugo van der Sanden.
84949      Branch: perl
84950            ! ext/re/Makefile.PL
84951 ____________________________________________________________________________
84952 [  6783] By: jhi                                   on 2000/08/23  13:53:53
84953         Log: Storable support, v-version fixes.
84954              
84955              Subject: CPAN.pm beta for testing available
84956              From: andreas.koenig@anima.de (Andreas J. Koenig)
84957              Date: 22 Aug 2000 23:31:33 +0200
84958              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
84959      Branch: perl
84960            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
84961 ____________________________________________________________________________
84962 [  6782] By: jhi                                   on 2000/08/23  13:51:26
84963         Log: Mac and other portability updates from Chris Nandor.
84964      Branch: perl
84965            ! pod/perlmodinstall.pod
84966 ____________________________________________________________________________
84967 [  6781] By: jhi                                   on 2000/08/23  13:47:33
84968         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
84969              From: Peter Prymmer <pvhp@forte.com>
84970              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
84971              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
84972      Branch: perl
84973            ! ext/Storable/Storable.xs
84974 ____________________________________________________________________________
84975 [  6780] By: jhi                                   on 2000/08/23  13:33:34
84976         Log: VMS MMS (make) wants null action.
84977      Branch: perl
84978            ! ext/B/Makefile.PL
84979 ____________________________________________________________________________
84980 [  6779] By: jhi                                   on 2000/08/22  19:44:47
84981         Log: Forgot portability nit.
84982      Branch: perl
84983            ! t/lib/st-forgive.t
84984 ____________________________________________________________________________
84985 [  6778] By: jhi                                   on 2000/08/22  19:35:25
84986         Log: Be portable.
84987      Branch: perl
84988            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
84989            ! t/lib/st-store.t
84990 ____________________________________________________________________________
84991 [  6777] By: jhi                                   on 2000/08/22  18:50:53
84992         Log: Update Changes.
84993      Branch: perl
84994            ! Changes patchlevel.h
84995 ____________________________________________________________________________
84996 [  6776] By: jhi                                   on 2000/08/22  18:44:46
84997         Log: cSVOPo_*v things index into the current PL_curpad
84998              under ithreads, which is different from the curpad
84999              used by the XSUB.  (In other words, the code as-is
85000              before this patch wouldn't work under ithreads.)
85001              From Sarathy.
85002      Branch: perl
85003            ! ext/B/B.xs
85004 ____________________________________________________________________________
85005 [  6775] By: jhi                                   on 2000/08/22  18:18:37
85006         Log: Make the selection of NVff et al stricter.
85007      Branch: metaconfig/U/perl
85008            ! perlxvf.U
85009      Branch: perl
85010            ! Configure config_h.SH
85011 ____________________________________________________________________________
85012 [  6774] By: jhi                                   on 2000/08/22  17:19:42
85013         Log: perldelta nits.
85014      Branch: perl
85015            ! pod/perldelta.pod
85016 ____________________________________________________________________________
85017 [  6773] By: jhi                                   on 2000/08/22  17:06:26
85018         Log: Long double fixes from Spider Boardman.
85019              
85020              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
85021              From: system PRIVILEGED account <root@peano.zk3.dec.com>
85022              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
85023              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
85024      Branch: perl
85025            ! t/lib/bigfltpm.t t/lib/st-06compat.t
85026 ____________________________________________________________________________
85027 [  6772] By: jhi                                   on 2000/08/22  15:04:53
85028         Log: Update Changes.
85029      Branch: perl
85030            ! Changes patchlevel.h
85031 ____________________________________________________________________________
85032 [  6771] By: jhi                                   on 2000/08/22  15:01:44
85033         Log: perldelta fixes from Hugo van der Sanden.
85034      Branch: perl
85035            ! pod/perldelta.pod
85036 ____________________________________________________________________________
85037 [  6770] By: jhi                                   on 2000/08/22  14:34:49
85038         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
85039              From: Hugo <hv@crypt.compulink.co.uk>
85040              Date: Tue, 22 Aug 2000 11:21:53 +0100
85041              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
85042      Branch: perl
85043            ! regcomp.c
85044 ____________________________________________________________________________
85045 [  6769] By: jhi                                   on 2000/08/22  14:30:02
85046         Log: Add Yitzchak, reformat.
85047      Branch: perl
85048            ! Changes config_h.SH
85049 ____________________________________________________________________________
85050 [  6768] By: jhi                                   on 2000/08/22  14:21:35
85051         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
85052              and Spider Boardman.
85053      Branch: metaconfig
85054            ! U/compline/d_gconvert.U
85055      Branch: perl
85056            ! Configure
85057 ____________________________________________________________________________
85058 [  6767] By: jhi                                   on 2000/08/22  14:11:24
85059         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
85060              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85061              Date: Mon, 21 Aug 2000 19:08:31 -0700
85062              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
85063      Branch: perl
85064            - ext/Storable/patchlevel.h
85065            ! MANIFEST ext/Storable/MANIFEST
85066 ____________________________________________________________________________
85067 [  6766] By: jhi                                   on 2000/08/22  13:49:29
85068         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
85069              From: Peter Prymmer <pvhp@forte.com>
85070              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
85071              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
85072      Branch: perl
85073            ! configure.com ext/Storable/Makefile.PL
85074 ____________________________________________________________________________
85075 [  6765] By: jhi                                   on 2000/08/22  13:44:59
85076         Log: Subject: [PATCH blead] B:: missing dependency
85077              From: Hugo <hv@crypt.compulink.co.uk>
85078              Date: Tue, 22 Aug 2000 06:44:33 +0100
85079              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
85080      Branch: perl
85081            ! ext/B/Makefile.PL
85082 ____________________________________________________________________________
85083 [  6764] By: jhi                                   on 2000/08/22  13:38:12
85084         Log: More bytecompiler.
85085      Branch: perl
85086            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
85087 ____________________________________________________________________________
85088 [  6763] By: jhi                                   on 2000/08/22  13:36:44
85089         Log: Bytecompiler patches from Benjamin Stuhl.
85090      Branch: perl
85091            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
85092            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
85093            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
85094            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
85095            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
85096            ! perl.c perlapi.h pod/perldelta.pod
85097 ____________________________________________________________________________
85098 [  6762] By: jhi                                   on 2000/08/21  23:43:40
85099         Log: An obsoleted diagnostic.
85100      Branch: perl
85101            ! pod/perldelta.pod
85102 ____________________________________________________________________________
85103 [  6761] By: jhi                                   on 2000/08/21  23:01:45
85104         Log: The #6759 wasn't quite right.
85105      Branch: perl
85106            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
85107            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
85108            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85109            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85110            ! t/lib/st-tieditems.t
85111 ____________________________________________________________________________
85112 [  6760] By: jhi                                   on 2000/08/21  22:35:49
85113         Log: Be verydeepclean.
85114      Branch: perl
85115            ! Makefile.SH
85116 ____________________________________________________________________________
85117 [  6759] By: jhi                                   on 2000/08/21  22:25:40
85118         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
85119              From: Peter Prymmer <pvhp@forte.com>
85120              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
85121              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
85122      Branch: perl
85123            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
85124            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
85125            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85126            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85127            ! t/lib/st-tieditems.t
85128 ____________________________________________________________________________
85129 [  6758] By: jhi                                   on 2000/08/21  22:22:32
85130         Log: Few more casts, need reported in
85131              
85132              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
85133              From: Mike Stok <mike@stok.co.uk>
85134              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
85135              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
85136              
85137              and
85138              
85139              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
85140              From: abigail@foad.org
85141              Date: 21 Aug 2000 21:31:34 -0000
85142              Message-Id: <20000821213134.30170.qmail@foad.org>
85143      Branch: perl
85144            ! ext/Storable/Storable.xs
85145 ____________________________________________________________________________
85146 [  6757] By: jhi                                   on 2000/08/21  18:37:07
85147         Log: Update Changes.
85148      Branch: perl
85149            ! Changes patchlevel.h
85150 ____________________________________________________________________________
85151 [  6756] By: jhi                                   on 2000/08/21  18:34:02
85152         Log: A pod nit.
85153              
85154              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
85155              From: <abigail@foad.org>
85156              Date: Mon, 21 Aug 2000 14:00:16 -0400
85157              Message-ID: <20000821180016.28627.qmail@foad.org>
85158      Branch: perl
85159            ! pod/perlre.pod
85160 ____________________________________________________________________________
85161 [  6755] By: jhi                                   on 2000/08/21  18:30:56
85162         Log: Use PodParser 1.18 new test.
85163      Branch: perl
85164            ! t/pod/special_seqs.t t/pod/special_seqs.xr
85165 ____________________________________________________________________________
85166 [  6754] By: jhi                                   on 2000/08/21  18:28:35
85167         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
85168              patches cannot be applied since #6712 conflicts.
85169      Branch: perl
85170            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
85171 ____________________________________________________________________________
85172 [  6753] By: jhi                                   on 2000/08/21  18:15:11
85173         Log: Weed out some smaller changes.
85174      Branch: perl
85175            ! pod/perldelta.pod
85176 ____________________________________________________________________________
85177 [  6752] By: jhi                                   on 2000/08/21  18:02:30
85178         Log: Also under djgpp the timestamps are funky.
85179      Branch: perl
85180            ! t/op/stat.t
85181 ____________________________________________________________________________
85182 [  6751] By: jhi                                   on 2000/08/21  17:55:56
85183         Log: Tweak the floating point output routine preferences.
85184      Branch: metaconfig
85185            ! U/compline/d_gconvert.U
85186      Branch: perl
85187            ! Configure
85188 ____________________________________________________________________________
85189 [  6750] By: jhi                                   on 2000/08/21  17:51:29
85190         Log: Unicos/mk requires elaborate paranoia.
85191      Branch: perl
85192            ! lib/Math/Complex.pm
85193 ____________________________________________________________________________
85194 [  6749] By: gsar                                  on 2000/08/21  16:53:31
85195         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
85196      Branch: perl
85197            ! lib/Cwd.pm
85198 ____________________________________________________________________________
85199 [  6748] By: gsar                                  on 2000/08/21  16:22:19
85200         Log: free TLS slot properly on Windows
85201      Branch: perl
85202            ! thread.h win32/perllib.c win32/win32thread.h
85203 ____________________________________________________________________________
85204 [  6747] By: jhi                                   on 2000/08/21  16:20:58
85205         Log: Rename the macro argument because some preprocessors
85206              can't tell the difference and expand arguments also inside
85207              double quoted strings.
85208      Branch: perl
85209            ! regcomp.c
85210 ____________________________________________________________________________
85211 [  6746] By: jhi                                   on 2000/08/21  16:09:41
85212         Log: Support long doubles in Storable.
85213              
85214              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
85215              From: Radu Greab <radu@netsoft.ro>
85216              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
85217              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
85218      Branch: perl
85219            ! ext/Storable/Storable.xs
85220 ____________________________________________________________________________
85221 [  6745] By: jhi                                   on 2000/08/21  15:51:40
85222         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
85223              From: "Fifer, Eric" <EFifer@sanwaint.com>
85224              Date: Mon, 21 Aug 2000 15:34:49 +0100
85225              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
85226      Branch: perl
85227            ! t/pragma/warn/9enabled
85228 ____________________________________________________________________________
85229 [  6744] By: jhi                                   on 2000/08/21  15:39:35
85230         Log: Document the endianness of Alpha more precisely.
85231      Branch: perl
85232            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
85233            ! pod/perlport.pod
85234 ____________________________________________________________________________
85235 [  6743] By: jhi                                   on 2000/08/21  14:47:05
85236         Log: perldelta fixes from the p5p crowd.
85237      Branch: perl
85238            ! pod/perldelta.pod pod/perlop.pod
85239 ____________________________________________________________________________
85240 [  6742] By: jhi                                   on 2000/08/21  13:34:51
85241         Log: Update to Pod::LaTeX 0.53.
85242              
85243              Subject: [PATCH] lib/Pod/LaTeX.pm updates
85244              From: Tim Jenness <timj@jach.hawaii.edu>
85245              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
85246              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
85247      Branch: perl
85248            ! lib/Pod/LaTeX.pm
85249 ____________________________________________________________________________
85250 [  6741] By: jhi                                   on 2000/08/21  13:33:01
85251         Log: Subject: [PATCH] os2.c fix for use64bitint
85252              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85253              Date: Mon, 21 Aug 2000 01:32:25 -0700
85254              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
85255      Branch: perl
85256            ! os2/os2.c
85257 ____________________________________________________________________________
85258 [  6740] By: jhi                                   on 2000/08/21  13:28:52
85259         Log: Array context keeps slithering in.
85260              
85261              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
85262              From: Daniel Chetlin <daniel@chetlin.com>
85263              Date: Sun, 20 Aug 2000 21:40:25 -0700
85264              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
85265      Branch: perl
85266            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
85267            ! pod/perldebtut.pod
85268 ____________________________________________________________________________
85269 [  6739] By: jhi                                   on 2000/08/21  13:23:55
85270         Log: Big-endian quad fixes for Storable from Radu Greab,
85271              plus few explicit null casts for picky compilers.
85272      Branch: perl
85273            ! ext/Storable/Storable.xs
85274 ____________________________________________________________________________
85275 [  6738] By: gsar                                  on 2000/08/21  05:56:13
85276         Log: small tweaks for change#6705: avoid C++ style comments in C code;
85277              use Perl's malloc API rather than the low level system one
85278      Branch: perl
85279            ! win32/win32.c
85280 ____________________________________________________________________________
85281 [  6737] By: gsar                                  on 2000/08/21  05:35:41
85282         Log: add Storable to list of extensions on Windows
85283      Branch: perl
85284            ! win32/Makefile win32/makefile.mk
85285 ____________________________________________________________________________
85286 [  6736] By: jhi                                   on 2000/08/21  02:57:53
85287         Log: Update Changes.
85288      Branch: perl
85289            ! Changes patchlevel.h
85290 ____________________________________________________________________________
85291 [  6735] By: jhi                                   on 2000/08/21  02:57:20
85292         Log: Draft 0.
85293      Branch: perl
85294            ! pod/perldelta.pod
85295 ____________________________________________________________________________
85296 [  6734] By: jhi                                   on 2000/08/21  02:57:03
85297         Log: Add Storable 0.7.2 from Raphael Manfredi,
85298              plus the patch from
85299              
85300              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
85301              From: Radu Greab <radu@netsoft.ro>
85302              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
85303              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
85304              
85305              plus changes to get Storable to compile with
85306              picky ANSI compilers.
85307      Branch: perl
85308            + ext/Storable/ChangeLog ext/Storable/MANIFEST
85309            + ext/Storable/Makefile.PL ext/Storable/README
85310            + ext/Storable/Storable.pm ext/Storable/Storable.xs
85311            + ext/Storable/patchlevel.h t/lib/st-06compat.t
85312            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
85313            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
85314            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
85315            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
85316            + t/lib/st-tieditems.t
85317            ! MANIFEST
85318 ____________________________________________________________________________
85319 [  6733] By: jhi                                   on 2000/08/21  02:29:09
85320         Log: The correct cleaning order is an art.
85321      Branch: perl
85322            ! Makefile.SH
85323 ____________________________________________________________________________
85324 [  6732] By: jhi                                   on 2000/08/21  01:23:39
85325         Log: The #6724 is here.
85326      Branch: perl
85327            ! t/lib/ftmp-security.t
85328 ____________________________________________________________________________
85329 [  6731] By: jhi                                   on 2000/08/20  23:17:03
85330         Log: s/this one/the 5.6.0 release/
85331      Branch: perl
85332            ! pod/perl56delta.pod
85333 ____________________________________________________________________________
85334 [  6730] By: jhi                                   on 2000/08/20  23:07:34
85335         Log: Mention perlebcdic and perlposix-bc.
85336      Branch: perl
85337            ! pod/perlport.pod
85338 ____________________________________________________________________________
85339 [  6729] By: jhi                                   on 2000/08/20  21:32:59
85340         Log: Document the number of exponent digits.
85341      Branch: perl
85342            ! pod/perlfunc.pod
85343 ____________________________________________________________________________
85344 [  6728] By: jhi                                   on 2000/08/20  21:16:47
85345         Log: Use File::Spec->tmpdir().
85346              
85347              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
85348              From: Tim Jenness <timj@jach.hawaii.edu>
85349              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
85350              MIME-Version: 1.0
85351              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
85352      Branch: perl
85353            ! utils/perlbug.PL
85354 ____________________________________________________________________________
85355 [  6727] By: jhi                                   on 2000/08/20  20:43:32
85356         Log: Update Changes.
85357      Branch: perl
85358            ! Changes patchlevel.h
85359 ____________________________________________________________________________
85360 [  6726] By: jhi                                   on 2000/08/20  20:41:44
85361         Log: The veryclean target needs to clobber.
85362      Branch: perl
85363            ! Makefile.SH
85364 ____________________________________________________________________________
85365 [  6725] By: jhi                                   on 2000/08/20  20:37:38
85366         Log: Document odd vs even subreleases and -Dusedevel.
85367      Branch: perl
85368            ! INSTALL
85369 ____________________________________________________________________________
85370 [  6724] By: jhi                                   on 2000/08/20  19:58:05
85371         Log: Use temporary directory instead of current directory.
85372              
85373              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
85374              From: Tim Jenness <timj@jach.hawaii.edu>
85375              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
85376              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
85377      Branch: perl
85378            ! t/lib/ftmp-security.t
85379 ____________________________________________________________________________
85380 [  6723] By: jhi                                   on 2000/08/20  19:55:55
85381         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
85382              From: andreas.koenig@anima.de (Andreas J. Koenig)
85383              Date: 20 Aug 2000 15:52:03 +0200
85384              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
85385      Branch: perl
85386            ! lib/ExtUtils/MM_Unix.pm
85387 ____________________________________________________________________________
85388 [  6722] By: jhi                                   on 2000/08/20  19:46:01
85389         Log: Update to CGI 2.72, from Lincoln Stein.
85390      Branch: perl
85391            ! lib/CGI.pm
85392 ____________________________________________________________________________
85393 [  6721] By: jhi                                   on 2000/08/20  19:43:54
85394         Log: (Replaced by #8364.)
85395              
85396              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
85397              From: Radu Greab <radu@netsoft.ro>
85398              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
85399              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
85400      Branch: perl
85401            ! ext/GDBM_File/GDBM_File.xs
85402 ____________________________________________________________________________
85403 [  6720] By: jhi                                   on 2000/08/20  19:42:01
85404         Log: pp_open() could pass an uninitialized filename down to do_open9().
85405      Branch: perl
85406            ! pp_sys.c
85407 ____________________________________________________________________________
85408 [  6719] By: jhi                                   on 2000/08/20  14:06:41
85409         Log: UTF8 concat fixes.
85410              
85411              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
85412              From: Hugo <hv@crypt.compulink.co.uk>
85413              Date: Sun, 20 Aug 2000 07:30:46 +0100
85414              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
85415      Branch: perl
85416            ! pp_hot.c t/op/append.t
85417 ____________________________________________________________________________
85418 [  6718] By: jhi                                   on 2000/08/20  02:09:37
85419         Log: Let's try #6717 again.
85420      Branch: perl
85421            ! lib/File/Temp.pm
85422 ____________________________________________________________________________
85423 [  6717] By: jhi                                   on 2000/08/20  01:56:55
85424         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
85425              From: "Craig A. Berry" <craig.berry@metamorgs.com>
85426              Date: Sat, 19 Aug 2000 18:15:39 -0500
85427              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
85428      Branch: perl
85429            ! lib/File/Temp.pm
85430 ____________________________________________________________________________
85431 [  6716] By: jhi                                   on 2000/08/19  15:50:11
85432         Log: Update Changes.
85433      Branch: perl
85434            ! Changes patchlevel.h
85435 ____________________________________________________________________________
85436 [  6715] By: jhi                                   on 2000/08/19  15:39:09
85437         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
85438              From: Jonathan D Johnston <jdjohnston2@juno.com>
85439              Date: Thu, 17 Aug 2000 23:13:01 -0400       
85440              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
85441      Branch: perl
85442            ! pod/perlfunc.pod
85443 ____________________________________________________________________________
85444 [  6714] By: jhi                                   on 2000/08/19  15:34:04
85445         Log: Introduce a 'veryclean' target that is like 'distclean'
85446              but also removes *~ and *.orig.
85447      Branch: perl
85448            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
85449            ! utils/Makefile x2p/Makefile.SH
85450 ____________________________________________________________________________
85451 [  6713] By: jhi                                   on 2000/08/19  14:15:45
85452         Log: Put back the long double avoidance code to POSIX.xs
85453              because VMS seems to need it still.
85454      Branch: perl
85455            ! ext/POSIX/POSIX.xs
85456 ____________________________________________________________________________
85457 [  6712] By: jhi                                   on 2000/08/19  14:10:41
85458         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
85459              From: Peter Prymmer <pvhp@forte.com>
85460              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
85461              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
85462      Branch: perl
85463            ! lib/Pod/Find.pm t/pod/find.t
85464 ____________________________________________________________________________
85465 [  6711] By: jhi                                   on 2000/08/19  14:09:19
85466         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
85467              From: Peter Prymmer <pvhp@forte.com>
85468              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
85469              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
85470              cc: vmsperl@perl.org
85471      Branch: perl
85472            ! t/lib/peek.t
85473 ____________________________________________________________________________
85474 [  6710] By: jhi                                   on 2000/08/19  14:08:01
85475         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
85476              From: Jan Dubois <jand@ActiveState.com>
85477              Date: Fri, 18 Aug 2000 16:31:48 -0700
85478              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
85479      Branch: perl
85480            ! win32/win32.c
85481 ____________________________________________________________________________
85482 [  6709] By: jhi                                   on 2000/08/19  14:06:57
85483         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
85484              
85485              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
85486              From: Spider.Boardman@Orb.Nashua.NH.US
85487              Date: Fri, 18 Aug 2000 18:41:14 -0400
85488              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
85489      Branch: perl
85490            ! regcomp.c
85491 ____________________________________________________________________________
85492 [  6708] By: jhi                                   on 2000/08/18  22:04:49
85493         Log: Update Changes.
85494      Branch: perl
85495            ! Changes patchlevel.h
85496 ____________________________________________________________________________
85497 [  6707] By: jhi                                   on 2000/08/18  21:55:14
85498         Log: Add warnif(), check warnings further up the stack,
85499              all the warnings functions now can take an optional object reference.
85500              
85501              Subject: [PATCH bleedperl@6691] warnings pragma update
85502              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
85503              Date: Fri, 18 Aug 2000 22:42:06 +0100
85504              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
85505      Branch: perl
85506            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
85507            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
85508            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
85509 ____________________________________________________________________________
85510 [  6706] By: jhi                                   on 2000/08/18  21:41:45
85511         Log: Typo in pp_complement().
85512              
85513              Subject: [PATCH perl-current] Deparse
85514              From: Peter Scott <Peter@PSDT.com>
85515              Date: Fri, 18 Aug 2000 12:44:37 -0700
85516              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
85517      Branch: perl
85518            ! ext/B/B/Deparse.pm
85519 ____________________________________________________________________________
85520 [  6705] By: jhi                                   on 2000/08/18  21:25:59
85521         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
85522              From: Jan Dubois <jand@ActiveState.com>
85523              Date: Fri, 18 Aug 2000 14:22:51 -0700
85524              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
85525      Branch: perl
85526            ! lib/Win32.pod win32/win32.c
85527 ____________________________________________________________________________
85528 [  6704] By: jhi                                   on 2000/08/18  21:16:14
85529         Log: Don't eat leading os from index entries.
85530              
85531              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
85532              From: Russ Allbery <rra@stanford.edu>
85533              Date: 10 Aug 2000 20:49:25 -0700
85534              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
85535      Branch: perl
85536            ! lib/Pod/Man.pm
85537 ____________________________________________________________________________
85538 [  6703] By: jhi                                   on 2000/08/18  21:07:06
85539         Log: Add [[:blank:]] as suggested in
85540              
85541              Subject: [ID 20000716.024] [=cc=] / [:blank:]
85542              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
85543              Date: Sun, 16 Jul 2000 17:55:29 -0700
85544              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
85545              
85546              (the [=cc=] has already been taken care of by #6439
85547              so the whole bug report can be closed)
85548              
85549              and make [[:space:]] to be equivalent to isspace(3)
85550              (as opposed to \s, which is isSPACE()).  The difference
85551              is that now [[:space:]] matches the mythical vertical tab,
85552              while \s doesn't.
85553      Branch: perl
85554            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
85555            ! regexec.c t/op/pat.t
85556 ____________________________________________________________________________
85557 [  6702] By: jhi                                   on 2000/08/18  18:47:47
85558         Log: The new tests were missing from #6415.
85559      Branch: perl
85560            ! t/op/bop.t
85561 ____________________________________________________________________________
85562 [  6701] By: jhi                                   on 2000/08/18  18:20:40
85563         Log: Document the NDBM_File and ODBM_File as SDBM_File
85564              was documented in #6417.
85565      Branch: perl
85566            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
85567            ! ext/SDBM_File/SDBM_File.pm
85568 ____________________________________________________________________________
85569 [  6700] By: jhi                                   on 2000/08/18  18:10:39
85570         Log: Subject: [PATCH perl@6698] cygwin port
85571              From: "Fifer, Eric" <EFifer@sanwaint.com>
85572              Date: Fri, 18 Aug 2000 17:30:05 +0100
85573              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
85574      Branch: perl
85575            ! lib/File/Temp.pm
85576 ____________________________________________________________________________
85577 [  6699] By: jhi                                   on 2000/08/18  16:21:49
85578         Log: Document code point which makes if (defined %stash::) to work
85579              (noted by Spider Boardman).
85580      Branch: perl
85581            ! op.c
85582 ____________________________________________________________________________
85583 [  6698] By: jhi                                   on 2000/08/18  13:43:27
85584         Log: Update Changes.
85585      Branch: perl
85586            ! Changes patchlevel.h
85587 ____________________________________________________________________________
85588 [  6697] By: jhi                                   on 2000/08/18  13:35:57
85589         Log: Tiny Getopt::Long patch from Johan Vromans.
85590      Branch: perl
85591            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
85592 ____________________________________________________________________________
85593 [  6696] By: jhi                                   on 2000/08/18  13:26:14
85594         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
85595              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
85596              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
85597              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
85598      Branch: perl
85599            ! pod/perldiag.pod pod/perlsyn.pod
85600 ____________________________________________________________________________
85601 [  6695] By: jhi                                   on 2000/08/18  13:13:26
85602         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
85603              From: Daniel Chetlin <daniel@chetlin.com>
85604              Date: Fri, 18 Aug 2000 03:13:36 -0700
85605              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
85606      Branch: perl
85607            ! pod/perlfunc.pod
85608 ____________________________________________________________________________
85609 [  6694] By: jhi                                   on 2000/08/18  13:08:05
85610         Log: Subject: [PATCH] perltrap.pod spring cleaning
85611              From: Daniel Chetlin <daniel@chetlin.com>
85612              Date: Fri, 18 Aug 2000 03:06:54 -0700
85613              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
85614              
85615              plus Mike Guy's nitfix.
85616      Branch: perl
85617            ! pod/perltrap.pod
85618 ____________________________________________________________________________
85619 [  6693] By: jhi                                   on 2000/08/18  13:00:26
85620         Log: Unbuffer the output.
85621              
85622              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
85623              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
85624              Date: Thu, 17 Aug 2000 18:39:29 -0700
85625              Message-ID: <RPJn5gzkgydf092yn@efn.org>
85626      Branch: perl
85627            ! t/op/fork.t
85628 ____________________________________________________________________________
85629 [  6692] By: jhi                                   on 2000/08/18  05:19:17
85630         Log: Delete the image, too, not just its MANIFEStation.
85631      Branch: perl
85632            - lib/CGI/eg/wilogo.gif
85633 ____________________________________________________________________________
85634 [  6691] By: jhi                                   on 2000/08/18  05:10:26
85635         Log: Propagate new Configure vars.
85636      Branch: perl
85637            ! configure.com epoc/config.sh uconfig.h uconfig.sh
85638            ! vos/config.def vos/config.h vos/config_h.SH_orig
85639            ! win32/config.bc win32/config.gc win32/config.vc
85640            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
85641 ____________________________________________________________________________
85642 [  6690] By: jhi                                   on 2000/08/18  04:30:56
85643         Log: Update Changes.
85644      Branch: perl
85645            ! Changes patchlevel.h
85646 ____________________________________________________________________________
85647 [  6689] By: jhi                                   on 2000/08/18  04:12:30
85648         Log: Fix the lib/complex failure of
85649              
85650              From: abigail@foad.org
85651              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
85652              Date: 15 Aug 2000 04:06:38 -0000
85653              Message-Id: <20000815040638.8524.qmail@foad.org> 
85654              
85655              Linux long double accuracy issue: something that
85656              when printed with %g looks like "2" but int() of it is 1.
85657      Branch: perl
85658            ! lib/Math/Complex.pm
85659 ____________________________________________________________________________
85660 [  6688] By: jhi                                   on 2000/08/18  03:15:35
85661         Log: The byteorder code in #6671 was wrong.
85662      Branch: perl
85663            ! configpm
85664 ____________________________________________________________________________
85665 [  6687] By: jhi                                   on 2000/08/18  02:08:42
85666         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
85667              From: Jan Dubois <jand@ActiveState.com>
85668              Date: Thu, 17 Aug 2000 18:31:55 -0700
85669              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
85670      Branch: perl
85671            ! sv.c
85672 ____________________________________________________________________________
85673 [  6686] By: jhi                                   on 2000/08/18  02:04:15
85674         Log: Use NVs in POSIX math, not doubles.
85675              
85676              From: abigail@foad.org
85677              Subject: [ID 20000817.014] POSIX & modfl
85678              Date: 17 Aug 2000 20:49:18 -0000
85679              Message-Id: <20000817204918.23123.qmail@foad.org>
85680      Branch: perl
85681            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
85682 ____________________________________________________________________________
85683 [  6685] By: jhi                                   on 2000/08/18  02:02:12
85684         Log: Introduce NVef, NVff, and NVgf, use the middle one.
85685              (helps for lib/peek + Linux + long doubles)  Reported in
85686              
85687              From: abigail@foad.org
85688              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
85689              Date: 15 Aug 2000 04:06:38 -0000
85690              Message-Id: <20000815040638.8524.qmail@foad.org> 
85691              
85692              (note: the lib/complex failure has not yet been addressed)
85693      Branch: metaconfig/U/perl
85694            ! perlxvf.U
85695      Branch: perl
85696            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85697            ! config_h.SH dump.c perl.h pod/perlguts.pod
85698 ____________________________________________________________________________
85699 [  6684] By: jhi                                   on 2000/08/17  23:22:19
85700         Log: Add byteorder to the myconfig output.
85701      Branch: perl
85702            ! myconfig.SH
85703 ____________________________________________________________________________
85704 [  6683] By: jhi                                   on 2000/08/17  23:20:19
85705         Log: The image doth not exist, spotted by Johan Vromans.
85706      Branch: perl
85707            ! MANIFEST
85708 ____________________________________________________________________________
85709 [  6682] By: jhi                                   on 2000/08/17  22:38:16
85710         Log: Document what the backtick returns if the command fails.
85711      Branch: perl
85712            ! pod/perlop.pod
85713 ____________________________________________________________________________
85714 [  6681] By: jhi                                   on 2000/08/17  22:33:12
85715         Log: Do not use prototyping here.
85716              
85717              Subject: [ID 20000817.016] [PATCH] Peek.xs
85718              From: abigail@foad.org
85719              Date: 17 Aug 2000 20:55:56 -0000
85720              Message-Id: <20000817205556.24270.qmail@foad.org>
85721      Branch: perl
85722            ! ext/Devel/Peek/Makefile.PL
85723 ____________________________________________________________________________
85724 [  6680] By: jhi                                   on 2000/08/17  19:46:43
85725         Log: Don't propose using modules built for 5.005 if no binary
85726              compatibility with 5.005 is attempted.
85727              
85728              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
85729              Subject: Minor nit with 5.7.0 (6655)
85730              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
85731              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
85732      Branch: metaconfig
85733            ! U/installdirs/inc_version_list.U
85734      Branch: perl
85735            ! Configure config_h.SH
85736 ____________________________________________________________________________
85737 [  6679] By: jhi                                   on 2000/08/17  19:16:39
85738         Log: Microperl config update.
85739      Branch: perl
85740            ! uconfig.h uconfig.sh
85741 ____________________________________________________________________________
85742 [  6678] By: jhi                                   on 2000/08/17  19:16:13
85743         Log: The #6648 wasn't protective enough for limited platforms
85744              (like microperl).
85745      Branch: perl
85746            ! dump.c sv.c
85747 ____________________________________________________________________________
85748 [  6677] By: jhi                                   on 2000/08/17  14:46:35
85749         Log: Update Changes.
85750      Branch: perl
85751            ! Changes patchlevel.h
85752 ____________________________________________________________________________
85753 [  6676] By: jhi                                   on 2000/08/17  14:44:02
85754         Log: Add perlebcdic from Peter Prymmer, regen toc.
85755      Branch: perl
85756            + pod/perlebcdic.pod
85757            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
85758 ____________________________________________________________________________
85759 [  6675] By: jhi                                   on 2000/08/17  14:41:52
85760         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
85761      Branch: perl
85762            ! pod/perldebtut.pod
85763 ____________________________________________________________________________
85764 [  6674] By: jhi                                   on 2000/08/17  14:29:43
85765         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
85766              
85767              Subject: [ID 20000724.006] -DLEAKTEST problem
85768              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
85769              Date: Tue, 25 Jul 2000 00:36:32 -0500
85770              Message-Id: <20000725003632.A26186@www.llamacom.com>
85771              
85772              Reminder sent
85773              
85774              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
85775              From: Hugo <hv@crypt.compulink.co.uk>
85776              Date: Thu, 17 Aug 2000 15:23:42 +0100
85777              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
85778      Branch: perl
85779            ! util.c
85780 ____________________________________________________________________________
85781 [  6673] By: jhi                                   on 2000/08/17  04:07:10
85782         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
85783              From: John Peacock <JPeacock@UnivPress.com>
85784              Date: Tue, 01 Aug 2000 09:38:12 -0400
85785              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
85786      Branch: perl
85787            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
85788 ____________________________________________________________________________
85789 [  6672] By: jhi                                   on 2000/08/17  03:04:35
85790         Log: Subject: [PATCH] Cwd.pm now uses strict
85791              From: Tim Jenness <timj@jach.hawaii.edu>
85792              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
85793              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
85794      Branch: perl
85795            ! lib/Cwd.pm
85796 ____________________________________________________________________________
85797 [  6671] By: jhi                                   on 2000/08/17  02:16:35
85798         Log: Make $Config{byteorder} more magical so that it is
85799              dynamically computed: nice for 'fat binaries'.
85800              
85801              Subject: [PATCH]: default byteorder
85802              From: Wilfredo Sánchez <wsanchez@apple.com>
85803              Date: Mon, 31 Jul 2000 19:45:31 -0700
85804              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
85805      Branch: perl
85806            ! configpm
85807 ____________________________________________________________________________
85808 [  6670] By: gsar                                  on 2000/08/17  01:22:21
85809         Log: move WNOHANG definition to where other such things are
85810      Branch: perl
85811            ! win32/win32.h
85812 ____________________________________________________________________________
85813 [  6669] By: jhi                                   on 2000/08/17  01:19:17
85814         Log: Update Changes.
85815      Branch: perl
85816            ! Changes patchlevel.h
85817 ____________________________________________________________________________
85818 [  6668] By: jhi                                   on 2000/08/17  01:16:29
85819         Log: Doc nits spotted by Richard Soderberg.
85820      Branch: perl
85821            ! README.posix-bc README.vmesa
85822 ____________________________________________________________________________
85823 [  6667] By: jhi                                   on 2000/08/17  01:12:11
85824         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
85825              From: "Casey R. Tweten" <crt@kiski.net>
85826              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
85827              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
85828      Branch: perl
85829            ! pod/perldebtut.pod
85830 ____________________________________________________________________________
85831 [  6666] By: jhi                                   on 2000/08/17  01:09:31
85832         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
85833              From: "Casey R. Tweten" <crt@kiski.net>
85834              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
85835              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
85836      Branch: perl
85837            ! lib/Shell.pm
85838 ____________________________________________________________________________
85839 [  6665] By: gsar                                  on 2000/08/17  01:03:52
85840         Log: add "ok" targets from change#6632 in makefile.mk
85841      Branch: perl
85842            ! pod/perlport.pod win32/Makefile win32/makefile.mk
85843 ____________________________________________________________________________
85844 [  6664] By: gsar                                  on 2000/08/17  00:56:11
85845         Log: avoid warnings from dense compiler
85846      Branch: perl
85847            ! win32/win32.c
85848 ____________________________________________________________________________
85849 [  6663] By: jhi                                   on 2000/08/17  00:51:49
85850         Log: Tweak the regex compilation errors once more.
85851      Branch: perl
85852            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
85853            ! t/op/regmesg.t t/pragma/warn/regcomp
85854 ____________________________________________________________________________
85855 [  6662] By: gsar                                  on 2000/08/17  00:28:19
85856         Log: trailing new %ENV entries weren't being pushed into the real
85857              environment of subprocesses on Windows
85858      Branch: perl
85859            ! t/op/magic.t win32/perlhost.h
85860 ____________________________________________________________________________
85861 [  6661] By: gsar                                  on 2000/08/17  00:19:20
85862         Log: waitpid() now handles externally spawned pids correctly;
85863              fixes for backtick/wait/waitpid failures on Windows 9x
85864              
85865              these changes make the pid returned by process functions on
85866              Windows 9x always positive by clearing the high bit (which
85867              is always set on Win9x); pseudo-process PIDs are likewise
85868              always negative now on Win9x (just as on NT/2000)
85869      Branch: perl
85870            ! pp_sys.c win32/perlhost.h win32/win32.c
85871 ____________________________________________________________________________
85872 [  6660] By: jhi                                   on 2000/08/17  00:04:32
85873         Log: Retract #6645.
85874      Branch: perl
85875            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
85876            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
85877            ! t/op/sprintf.t
85878 ____________________________________________________________________________
85879 [  6659] By: gsar                                  on 2000/08/16  23:59:28
85880         Log: on windows, the return values from wait() and waitpid() don't
85881              match those of pseudo-pids
85882      Branch: perl
85883            ! pp_sys.c t/op/fork.t util.c win32/win32.c
85884 ____________________________________________________________________________
85885 [  6658] By: gsar                                  on 2000/08/16  23:56:14
85886         Log: pod nit seen in passing
85887      Branch: perl
85888            ! pod/perlfunc.pod
85889 ____________________________________________________________________________
85890 [  6657] By: gsar                                  on 2000/08/16  23:53:42
85891         Log: change#6328 could make close(SOCKET) return false on windows
85892              when it shouldn't
85893      Branch: perl
85894            ! win32/win32sck.c
85895 ____________________________________________________________________________
85896 [  6656] By: gsar                                  on 2000/08/16  23:46:57
85897         Log: check that the number pseudo children doesn't exceed
85898              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
85899              the WaitForMultipleObjects() limit that would cause wait()
85900              to crash)
85901              
85902              wait() and waitpid() could potentially be rewritten to use
85903              more than one thread to do the waiting to eliminate this
85904              limitation
85905      Branch: perl
85906            ! win32/perlhost.h
85907 ____________________________________________________________________________
85908 [  6655] By: jhi                                   on 2000/08/16  14:11:05
85909         Log: Update Changes.
85910      Branch: perl
85911            ! Changes patchlevel.h
85912 ____________________________________________________________________________
85913 [  6654] By: jhi                                   on 2000/08/16  14:10:12
85914         Log: Update to perldebtut 1.9, from Richard Foley.
85915      Branch: perl
85916            ! pod/perldebtut.pod
85917 ____________________________________________________________________________
85918 [  6653] By: jhi                                   on 2000/08/16  14:08:17
85919         Log: Change the regx compilation error markers to use = instead of <
85920              since pod makes using the latter quite messy.  Reported in
85921              ID 20000814.006 by Abigail and in
85922              Subject: Unknown escape E<> ?
85923              From: Lupe Christoph <lupe@lupe-christoph.de>
85924              Date: Fri, 11 Aug 2000 00:30:27 +0200
85925              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
85926      Branch: perl
85927            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
85928            ! t/op/regmesg.t t/pragma/warn/regcomp
85929 ____________________________________________________________________________
85930 [  6652] By: jhi                                   on 2000/08/16  13:25:31
85931         Log: Change the perlbug address to perl.org since it's more forgiving.
85932              
85933              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
85934              From: abigail@foad.org
85935              Date: 15 Aug 2000 04:15:40 -0000
85936              Message-Id: <20000815041540.8633.qmail@foad.org>
85937      Branch: perl
85938            ! utils/perlbug.PL
85939 ____________________________________________________________________________
85940 [  6651] By: jhi                                   on 2000/08/16  13:22:35
85941         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
85942              From: Tim Jenness <timj@jach.hawaii.edu>
85943              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
85944              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
85945      Branch: perl
85946            ! lib/Cwd.pm
85947 ____________________________________________________________________________
85948 [  6650] By: jhi                                   on 2000/08/16  13:18:13
85949         Log: Update to CPAN 1.57.
85950              
85951              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
85952              From: andreas.koenig@anima.de (Andreas J. Koenig)
85953              Date: 16 Aug 2000 15:09:46 +0200
85954              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
85955      Branch: perl
85956            ! lib/CPAN.pm
85957 ____________________________________________________________________________
85958 [  6649] By: jhi                                   on 2000/08/16  13:12:31
85959         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
85960              From: "Larry W. Virden" <lvirden@cas.org>
85961              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
85962              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
85963      Branch: perl
85964            ! README.hpux
85965 ____________________________________________________________________________
85966 [  6648] By: jhi                                   on 2000/08/16  13:03:53
85967         Log: The numeric locale was reset to "C" by s?printf and never restored.
85968              
85969              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
85970              From: Christian Kirsch <ck@held.mind.de>
85971              Date: Wed, 9 Aug 2000 17:05:17 +0200
85972              Message-Id: <20000809170517.A25389@held>
85973              
85974              No test since adding the failing example to locale.t
85975              does not fail -- probably because the locale settings are so
85976              thoroughly tweaked by that time.  Running the example standalone
85977              does fail, though.  UPDATE: test case added at change #7540.
85978      Branch: perl
85979            ! dump.c perl.h pp.c pp_ctl.c sv.c
85980 ____________________________________________________________________________
85981 [  6647] By: jhi                                   on 2000/08/16  00:07:54
85982         Log: Update Changes and test semi-automatic patchlevel updating.
85983      Branch: perl
85984            ! Changes patchlevel.h
85985 ____________________________________________________________________________
85986 [  6646] By: jhi                                   on 2000/08/15  23:35:07
85987         Log: Fix a dependency problem.
85988              
85989              Subject: [PATCH: 6640] VMS Makefile.SH update
85990              From: Peter Prymmer <pvhp@forte.com>
85991              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
85992              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
85993      Branch: perl
85994            ! vms/descrip_mms.template
85995 ____________________________________________________________________________
85996 [  6645] By: jhi                                   on 2000/08/15  23:33:23
85997         Log: (Retracted by #6660)
85998              
85999              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
86000              From: Dominic Dunlop <domo@computer.org>
86001              Date: Tue, 15 Aug 2000 22:20:52 +0200
86002              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
86003      Branch: metaconfig/U/perl
86004            + d_printfed.U
86005      Branch: perl
86006            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86007            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
86008            ! t/op/sprintf.t
86009 ____________________________________________________________________________
86010 [  6644] By: jhi                                   on 2000/08/15  21:17:20
86011         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
86012              From: abigail@foad.org
86013              Date: 15 Aug 2000 20:12:41 -0000
86014              Message-Id: <20000815201241.25556.qmail@foad.org>
86015      Branch: perl
86016            ! INSTALL
86017 ____________________________________________________________________________
86018 [  6643] By: jhi                                   on 2000/08/15  21:15:28
86019         Log: (an already applied patch)
86020      Branch: perl
86021            ! lib/CGI.pm
86022 ____________________________________________________________________________
86023 [  6642] By: gsar                                  on 2000/08/15  19:54:05
86024         Log: magic callbacks all need to have same type signature
86025      Branch: perl
86026            ! embed.pl mg.c proto.h
86027 ____________________________________________________________________________
86028 [  6641] By: jhi                                   on 2000/08/15  17:56:27
86029         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)
86030              From: Mike Guy <mjtg@cam.ac.uk>
86031              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
86032              Date: Tue, 15 Aug 2000 18:26:45 +0100
86033              
86034              Only the peek.t part applied, not the hash quality part.
86035      Branch: perl
86036            ! t/lib/peek.t
86037 ____________________________________________________________________________
86038 [  6640] By: jhi                                   on 2000/08/15  16:37:37
86039         Log: Update Changes.
86040      Branch: perl
86041            ! Changes
86042 ____________________________________________________________________________
86043 [  6639] By: jhi                                   on 2000/08/15  16:34:55
86044         Log: Missed a file from #6638.
86045      Branch: perl
86046            ! lib/File/Temp.pm
86047 ____________________________________________________________________________
86048 [  6638] By: jhi                                   on 2000/08/15  16:33:19
86049         Log: Subject: [PATCH perl@6620] cygwin port
86050              From: "Fifer, Eric" <EFifer@sanwaint.com>
86051              Date: Tue, 15 Aug 2000 17:00:49 +0100
86052              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
86053      Branch: perl
86054            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
86055 ____________________________________________________________________________
86056 [  6637] By: jhi                                   on 2000/08/15  16:29:22
86057         Log: Subject: [PATCH] debugger exit code should reflect user exit code
86058              From: Mike Guy <mjtg@cam.ac.uk>
86059              Date: Tue, 15 Aug 2000 16:55:59 +0100
86060              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
86061      Branch: perl
86062            ! lib/perl5db.pl
86063 ____________________________________________________________________________
86064 [  6636] By: jhi                                   on 2000/08/15  15:30:58
86065         Log: Update Changes.
86066      Branch: perl
86067            ! Changes
86068 ____________________________________________________________________________
86069 [  6635] By: jhi                                   on 2000/08/15  15:27:21
86070         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
86071      Branch: metaconfig
86072            ! U/mkglossary U/mksample
86073      Branch: metaconfig/U/perl
86074            ! Devel.U
86075      Branch: perl
86076            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
86077 ____________________________________________________________________________
86078 [  6634] By: jhi                                   on 2000/08/15  14:11:55
86079         Log: Don't blow limited stacks, a lower number is enough to
86080              tickle the lookbehind limit.
86081              
86082              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
86083              From: Dominic Dunlop <domo@computer.org>
86084              Date: Tue, 15 Aug 2000 13:51:24 +0200
86085              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
86086      Branch: perl
86087            ! t/op/regmesg.t
86088 ____________________________________________________________________________
86089 [  6633] By: jhi                                   on 2000/08/15  14:01:46
86090         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
86091              From: Mike Guy <mjtg@cam.ac.uk>
86092              Date: Tue, 15 Aug 2000 12:10:50 +0100
86093              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
86094      Branch: perl
86095            ! utils/perldoc.PL
86096 ____________________________________________________________________________
86097 [  6632] By: jhi                                   on 2000/08/15  13:58:48
86098         Log: make ok etc also for win32.
86099              
86100              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
86101              From: Prymmer/Kahn <pvhp@best.com>
86102              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
86103              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
86104      Branch: perl
86105            ! win32/Makefile
86106 ____________________________________________________________________________
86107 [  6631] By: jhi                                   on 2000/08/15  13:45:03
86108         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
86109      Branch: perl
86110            ! lib/Test.pm
86111 ____________________________________________________________________________
86112 [  6630] By: jhi                                   on 2000/08/15  03:25:09
86113         Log: Update Changes.
86114      Branch: perl
86115            ! Changes
86116 ____________________________________________________________________________
86117 [  6629] By: jhi                                   on 2000/08/15  03:23:53
86118         Log: magic_regdatum_set() is void, not int.
86119      Branch: perl
86120            ! embed.pl mg.c proto.h
86121 ____________________________________________________________________________
86122 [  6628] By: jhi                                   on 2000/08/15  03:08:02
86123         Log: Make the user to give up his firstborn, err, to knowingly
86124              verify installing an unstable developer release.  Also bump
86125              the release to 5.7.0, but leave a patch tag in the local
86126              patches saying that this is not yet the real thing.
86127      Branch: metaconfig
86128            ! U/modified/Instruct.U
86129      Branch: metaconfig/U/perl
86130            + Devel.U
86131      Branch: perl
86132            ! Configure patchlevel.h
86133 ____________________________________________________________________________
86134 [  6627] By: jhi                                   on 2000/08/14  22:32:52
86135         Log: README.os2 update.
86136              
86137              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
86138              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
86139              Date: Wed, 02 Aug 2000 21:55:09 -0700
86140              Message-ID: <tsPi5gzkgegX092yn@efn.org>
86141      Branch: perl
86142            ! README.os2
86143 ____________________________________________________________________________
86144 [  6626] By: jhi                                   on 2000/08/14  21:00:02
86145         Log: Subject: Re: File::Temp problems on VMS in bleedperl
86146              From: Tim Jenness <timj@jach.hawaii.edu>
86147              cc: vmsperl@perl.org
86148              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
86149              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
86150      Branch: perl
86151            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
86152 ____________________________________________________________________________
86153 [  6625] By: jhi                                   on 2000/08/14  20:52:16
86154         Log: Add SUIDMAIL as was done for the CERT alert.
86155      Branch: perl
86156            ! patchlevel.h
86157 ____________________________________________________________________________
86158 [  6624] By: jhi                                   on 2000/08/14  20:48:50
86159         Log: Subject: sfio2000
86160              From: Daniel Muino <dmuino@afip.gov.ar>
86161              Date: Mon, 14 Aug 2000 16:58:11 -0300
86162              Message-ID: <20000814165811.B16368@con2-dgi>
86163      Branch: perl
86164            ! perlsdio.h perlsfio.h
86165 ____________________________________________________________________________
86166 [  6623] By: jhi                                   on 2000/08/14  20:47:36
86167         Log: Subject: warning: storage class after type is obsolescent
86168              From: Daniel Muino <dmuino@afip.gov.ar>
86169              Date: Mon, 14 Aug 2000 16:42:47 -0300
86170              Message-ID: <20000814164247.A16368@con2-dgi>
86171      Branch: perl
86172            ! regcomp.pl regnodes.h
86173 ____________________________________________________________________________
86174 [  6622] By: jhi                                   on 2000/08/14  20:43:05
86175         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
86176              From: abigail@foad.org
86177              Date: 14 Aug 2000 20:00:10 -0000
86178              Message-Id: <20000814200010.27271.qmail@foad.org>
86179      Branch: perl
86180            ! Changes
86181 ____________________________________________________________________________
86182 [  6621] By: jhi                                   on 2000/08/14  15:23:05
86183         Log: Update Changes.
86184      Branch: perl
86185            ! Changes
86186 ____________________________________________________________________________
86187 [  6620] By: jhi                                   on 2000/08/14  15:22:14
86188         Log: Subject: Re: [PATCH] @+, @- readonly
86189              From: Mike Guy <mjtg@cam.ac.uk>
86190              Date: Mon, 14 Aug 2000 15:26:55 +0100
86191              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
86192      Branch: perl
86193            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
86194            ! sv.c t/op/pat.t
86195 ____________________________________________________________________________
86196 [  6619] By: jhi                                   on 2000/08/14  14:12:08
86197         Log: Update Changes.
86198      Branch: perl
86199            ! Changes
86200 ____________________________________________________________________________
86201 [  6618] By: jhi                                   on 2000/08/14  14:09:34
86202         Log: For now remove the mail code.
86203      Branch: perl
86204            ! perl.c
86205 ____________________________________________________________________________
86206 [  6617] By: jhi                                   on 2000/08/14  14:08:28
86207         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
86208      Branch: perl
86209            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
86210            ! pod/perlfaq8.pod pod/perlsec.pod
86211 ____________________________________________________________________________
86212 [  6616] By: jhi                                   on 2000/08/14  14:00:11
86213         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
86214              From: Mike Guy <mjtg@cam.ac.uk>
86215              Date: Mon, 14 Aug 2000 08:26:02 +0100
86216              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
86217      Branch: perl
86218            ! lib/perl5db.pl
86219 ____________________________________________________________________________
86220 [  6615] By: jhi                                   on 2000/08/14  13:58:45
86221         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
86222              From: Mike Guy <mjtg@cam.ac.uk>
86223              Date: Mon, 14 Aug 2000 08:04:22 +0100
86224              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
86225      Branch: perl
86226            ! gv.c mg.c t/op/pat.t
86227 ____________________________________________________________________________
86228 [  6614] By: jhi                                   on 2000/08/14  13:56:45
86229         Log: Subject: Test fails / warnings with perl-current #6612
86230              From: Mike Guy <mjtg@cam.ac.uk>
86231              Date: Mon, 14 Aug 2000 07:57:23 +0100
86232              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
86233      Branch: perl
86234            ! t/lib/b.t t/lib/peek.t
86235 ____________________________________________________________________________
86236 [  6613] By: jhi                                   on 2000/08/14  13:45:33
86237         Log: VMS configure.com update continues.
86238      Branch: perl
86239            - vms/configure.com
86240            ! MANIFEST configure.com
86241 ____________________________________________________________________________
86242 [  6612] By: jhi                                   on 2000/08/13  22:13:35
86243         Log: Update Changes.
86244      Branch: perl
86245            ! Changes
86246 ____________________________________________________________________________
86247 [  6611] By: jhi                                   on 2000/08/13  16:21:45
86248         Log: Upgrade to CGI 2.71, from Lincoln Stein.
86249      Branch: perl
86250            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
86251 ____________________________________________________________________________
86252 [  6610] By: jhi                                   on 2000/08/13  15:09:16
86253         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
86254              From: Mike Guy <mjtg@cam.ac.uk>
86255              Date: Sun, 13 Aug 2000 13:45:51 +0100
86256              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
86257      Branch: perl
86258            ! t/op/regmesg.t
86259 ____________________________________________________________________________
86260 [  6609] By: jhi                                   on 2000/08/13  14:31:26
86261         Log: Andreas says that 1.56 is fine, so reverting back to it.
86262      Branch: perl
86263            ! lib/CPAN.pm
86264 ____________________________________________________________________________
86265 [  6608] By: jhi                                   on 2000/08/13  05:34:20
86266         Log: Update Changes.
86267      Branch: perl
86268            ! Changes
86269 ____________________________________________________________________________
86270 [  6607] By: jhi                                   on 2000/08/13  05:32:01
86271         Log: Put back the \z changes of #5406 to CPAN.pm.
86272      Branch: perl
86273            ! lib/CPAN.pm
86274 ____________________________________________________________________________
86275 [  6606] By: jhi                                   on 2000/08/13  05:20:16
86276         Log: Fix-n-skip the tests under 5005threads.
86277      Branch: perl
86278            ! t/lib/b.t
86279 ____________________________________________________________________________
86280 [  6605] By: jhi                                   on 2000/08/13  05:07:48
86281         Log: Fix the test for 5005threads.
86282      Branch: perl
86283            ! t/lib/peek.t
86284 ____________________________________________________________________________
86285 [  6604] By: jhi                                   on 2000/08/13  03:35:37
86286         Log: Should have deleted this in #6603.
86287      Branch: perl
86288            - vms/subconfigure.com
86289 ____________________________________________________________________________
86290 [  6603] By: jhi                                   on 2000/08/12  18:29:32
86291         Log: Rewrite of vms/subconfigure.com as configure.com,
86292              from Peter Prymmer and the vmsperl crew.
86293      Branch: perl
86294            + vms/configure.com
86295            ! MANIFEST
86296 ____________________________________________________________________________
86297 [  6602] By: jhi                                   on 2000/08/11  13:00:01
86298         Log: PlainText.pm is dead.
86299      Branch: perl
86300            - lib/Pod/PlainText.pm
86301            ! MANIFEST
86302 ____________________________________________________________________________
86303 [  6601] By: jhi                                   on 2000/08/11  04:06:45
86304         Log: Update Changes.
86305      Branch: perl
86306            ! Changes
86307 ____________________________________________________________________________
86308 [  6600] By: jhi                                   on 2000/08/11  04:06:10
86309         Log: Add a few missing files, update MANIFEST.
86310      Branch: perl
86311            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
86312            + lib/Pod/PlainText.pm t/pod/find.t
86313            ! MANIFEST t/op/regmesg.t
86314 ____________________________________________________________________________
86315 [  6599] By: jhi                                   on 2000/08/11  03:31:10
86316         Log: Add Perl debugging tutorial, regen toc. 
86317              
86318              Subject: perldebtut.pod
86319              From: Richard Foley <Richard.Foley@m.dasa.de>
86320              Date: Wed, 09 Aug 2000 10:17:15 +0200
86321              Message-id: <3991138B.262247B8@m.dasa.de>
86322      Branch: perl
86323            + pod/perldebtut.pod
86324            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
86325 ____________________________________________________________________________
86326 [  6598] By: jhi                                   on 2000/08/11  02:48:56
86327         Log: tiny Changes edit
86328      Branch: perl
86329            ! Changes
86330 ____________________________________________________________________________
86331 [  6597] By: jhi                                   on 2000/08/11  02:39:04
86332         Log: Tests for #6589.
86333              
86334              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
86335              From: simon@brecon.co.uk (Simon Cozens)
86336              Date: 11 Aug 2000 02:24:52 GMT
86337              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
86338      Branch: perl
86339            ! t/lib/b.t
86340 ____________________________________________________________________________
86341 [  6596] By: jhi                                   on 2000/08/11  01:50:07
86342         Log: Update Changes.
86343      Branch: perl
86344            ! Changes
86345 ____________________________________________________________________________
86346 [  6595] By: jhi                                   on 2000/08/11  01:47:16
86347         Log: nitfix
86348      Branch: perl
86349            ! Changes
86350 ____________________________________________________________________________
86351 [  6594] By: jhi                                   on 2000/08/11  01:36:16
86352         Log: Subject: Getting perlio and threads to compile
86353              From: Lupe Christoph <lupe@lupe-christoph.de>
86354              Date: Wed, 9 Aug 2000 11:35:54 +0200
86355              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
86356              
86357              (the Solaris version changes in Configure skipped)
86358      Branch: perl
86359            ! hints/solaris_2.sh thread.h
86360 ____________________________________________________________________________
86361 [  6593] By: jhi                                   on 2000/08/11  01:30:16
86362         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
86363              From: simon@brecon.co.uk (Simon Cozens)
86364              Date: 1 Aug 2000 06:55:19 GMT
86365              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
86366      Branch: perl
86367            ! lib/utf8.pm
86368 ____________________________________________________________________________
86369 [  6592] By: jhi                                   on 2000/08/11  01:26:39
86370         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
86371              From: Peter Scott <Peter@PeterScott.com>
86372              Date: Thu, 10 Aug 2000 08:23:27 -0700
86373              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
86374      Branch: perl
86375            ! lib/perl5db.pl
86376 ____________________________________________________________________________
86377 [  6591] By: jhi                                   on 2000/08/11  01:22:02
86378         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
86379              From: Hugo <hv@crypt.compulink.co.uk>
86380              Date: Thu, 10 Aug 2000 19:23:04 +0100
86381              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
86382      Branch: perl
86383            ! regexec.c t/op/pat.t
86384 ____________________________________________________________________________
86385 [  6590] By: jhi                                   on 2000/08/11  01:19:19
86386         Log: Preprocessing and postprocessing for File::Find.
86387              
86388              Subject: Patch to Find::File.pm to allow alphabetical results
86389              From: Joe Smith <jsmith@inwap.com>
86390              Date: Wed, 9 Aug 2000 02:44:54 -0700
86391              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
86392      Branch: perl
86393            ! lib/File/Find.pm
86394 ____________________________________________________________________________
86395 [  6589] By: jhi                                   on 2000/08/11  01:12:39
86396         Log: B::Deparse didn't do sub attributes.
86397              
86398              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
86399              From: simon@brecon.co.uk (Simon Cozens)
86400              Date: 9 Aug 2000 04:49:20 GMT
86401              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
86402      Branch: perl
86403            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
86404 ____________________________________________________________________________
86405 [  6588] By: jhi                                   on 2000/08/11  01:06:40
86406         Log: Subject: debugger "d" command doesnt check line number
86407              From: Mike Guy <mjtg@cam.ac.uk>
86408              Date: Tue, 08 Aug 2000 21:54:29 +0100
86409              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
86410      Branch: perl
86411            ! lib/perl5db.pl mg.c pod/perldiag.pod
86412 ____________________________________________________________________________
86413 [  6587] By: jhi                                   on 2000/08/11  00:45:03
86414         Log: sleep(1) does not necessarily return 1.
86415              
86416              Subject: [PATCH bleadperl] op/lex_assign.t  
86417              From: Hugo <hv@crypt.compulink.co.uk>
86418              Date: Thu, 03 Aug 2000 14:34:22 +0100        
86419              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
86420      Branch: perl
86421            ! t/op/lex_assign.t
86422 ____________________________________________________________________________
86423 [  6586] By: jhi                                   on 2000/08/11  00:31:50
86424         Log: Document the IO::Select timeout.
86425      Branch: perl
86426            ! ext/IO/lib/IO/Select.pm
86427 ____________________________________________________________________________
86428 [  6585] By: jhi                                   on 2000/08/11  00:13:54
86429         Log: Forgot contributor.
86430      Branch: perl
86431            ! Changes
86432 ____________________________________________________________________________
86433 [  6584] By: jhi                                   on 2000/08/11  00:09:19
86434         Log: detypo
86435      Branch: perl
86436            ! Changes
86437 ____________________________________________________________________________
86438 [  6583] By: jhi                                   on 2000/08/11  00:07:53
86439         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
86440              
86441              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
86442              From: Mike Guy <mjtg@cam.ac.uk> 
86443              Date: Thu, 10 Aug 2000 15:50:54 +0100
86444              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
86445      Branch: perl
86446            ! sv.c t/op/int.t
86447 ____________________________________________________________________________
86448 [  6582] By: jhi                                   on 2000/08/10  23:29:32
86449         Log: Update Changes.
86450      Branch: perl
86451            ! Changes
86452 ____________________________________________________________________________
86453 [  6581] By: jhi                                   on 2000/08/10  23:26:16
86454         Log: Put back the std @INC thing.
86455      Branch: perl
86456            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
86457            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
86458            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
86459            ! t/lib/gol-oo.t
86460 ____________________________________________________________________________
86461 [  6580] By: jhi                                   on 2000/08/10  23:03:34
86462         Log: Update to CGI 2.70, from Lincoln Stein.
86463      Branch: perl
86464            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
86465            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
86466            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
86467            ! t/lib/cgi-request.t
86468 ____________________________________________________________________________
86469 [  6579] By: jhi                                   on 2000/08/10  22:41:50
86470         Log: Update to CPAN 1.56, from Andreas König.
86471      Branch: perl
86472            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
86473 ____________________________________________________________________________
86474 [  6578] By: jhi                                   on 2000/08/10  22:38:13
86475         Log: Update to Pod::Parser 1.17, from Brad Appleton.
86476      Branch: perl
86477            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
86478            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
86479            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
86480            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
86481            ! t/pod/include.t t/pod/included.t t/pod/lref.t
86482            ! t/pod/multiline_items.t t/pod/nested_items.t
86483            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
86484            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
86485            ! t/pod/special_seqs.t
86486 ____________________________________________________________________________
86487 [  6577] By: jhi                                   on 2000/08/10  22:35:41
86488         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
86489      Branch: perl
86490            ! AUTHORS MAINTAIN
86491 ____________________________________________________________________________
86492 [  6576] By: jhi                                   on 2000/08/10  22:24:54
86493         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
86494      Branch: perl
86495            + t/lib/gol-oo.t
86496            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
86497            ! t/lib/gol-compat.t t/lib/gol-linkage.t
86498 ____________________________________________________________________________
86499 [  6575] By: jhi                                   on 2000/08/10  22:02:07
86500         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
86501      Branch: perl
86502            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
86503 ____________________________________________________________________________
86504 [  6574] By: jhi                                   on 2000/08/10  21:55:03
86505         Log: Iterating perl6 description.
86506      Branch: perl
86507            ! pod/perlfaq1.pod
86508 ____________________________________________________________________________
86509 [  6573] By: jhi                                   on 2000/08/10  21:48:26
86510         Log: Revert the sv.c part of #6559, a better fix is needed.
86511      Branch: perl
86512            ! sv.c
86513 ____________________________________________________________________________
86514 [  6572] By: jhi                                   on 2000/08/10  20:33:43
86515         Log: It's the 2ndO'ROSSC.
86516      Branch: perl
86517            ! pod/perlfaq1.pod
86518 ____________________________________________________________________________
86519 [  6571] By: jhi                                   on 2000/08/10  15:55:48
86520         Log: detypo
86521      Branch: perl
86522            ! pod/perlfaq1.pod
86523 ____________________________________________________________________________
86524 [  6570] By: jhi                                   on 2000/08/10  14:11:17
86525         Log: An exceptionally sticky typo.
86526      Branch: perl
86527            ! Changes
86528 ____________________________________________________________________________
86529 [  6569] By: jhi                                   on 2000/08/10  14:09:33
86530         Log: detypo (and test Changes updating script)
86531      Branch: perl
86532            ! Changes
86533 ____________________________________________________________________________
86534 [  6568] By: jhi                                   on 2000/08/10  14:07:07
86535         Log: Update Changes.
86536      Branch: perl
86537            ! Changes
86538 ____________________________________________________________________________
86539 [  6567] By: jhi                                   on 2000/08/10  14:06:19
86540         Log: Amend the description of Perl6.
86541              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
86542              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
86543              Date: Wed, 9 Aug 2000 22:11:06 -0500
86544              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
86545      Branch: perl
86546            ! pod/perlfaq1.pod
86547 ____________________________________________________________________________
86548 [  6566] By: jhi                                   on 2000/08/10  13:58:57
86549         Log: Subject: Remove dead entry in perldiag
86550              From: Mike Guy <mjtg@cam.ac.uk>
86551              Date: Thu, 10 Aug 2000 14:19:19 +0100
86552              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
86553      Branch: perl
86554            ! pod/perldiag.pod
86555 ____________________________________________________________________________
86556 [  6565] By: jhi                                   on 2000/08/10  13:51:48
86557         Log: Zero entries were skipped, fix from Adrian Goalby
86558              <argoalby@yahoo.co.uk>
86559      Branch: perl
86560            ! lib/unicode/Number.pl lib/unicode/mktables.PL
86561 ____________________________________________________________________________
86562 [  6564] By: jhi                                   on 2000/08/10  13:00:12
86563         Log: Subject: [PATCH 5.6.0] cygwin port
86564              From: "Fifer, Eric" <EFifer@sanwaint.com>
86565              Date: Thu, 10 Aug 2000 13:15:36 +0100
86566              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
86567      Branch: perl
86568            ! README.cygwin hints/cygwin.sh
86569 ____________________________________________________________________________
86570 [  6563] By: jhi                                   on 2000/08/10  12:55:16
86571         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
86572      Branch: perl
86573            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
86574 ____________________________________________________________________________
86575 [  6562] By: gsar                                  on 2000/08/10  08:38:39
86576         Log: warn is a macro, avoid using at a variable to avoid warnings
86577              in some configurations; readdir.t is too conservative in
86578              estimating number of *.t's
86579      Branch: perl
86580            ! t/op/readdir.t util.c
86581 ____________________________________________________________________________
86582 [  6561] By: jhi                                   on 2000/08/09  23:35:42
86583         Log: Update Changes.
86584      Branch: perl
86585            ! Changes
86586 ____________________________________________________________________________
86587 [  6560] By: jhi                                   on 2000/08/09  23:05:47
86588         Log: Subject: Re: enhanced(?) regex error messages
86589              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
86590              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
86591              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
86592              
86593              (plus two small patches sent privately)
86594              (this still seems to leave few test failures)
86595      Branch: perl
86596            + t/op/regmesg.t
86597            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
86598            ! t/pragma/warn/regcomp
86599 ____________________________________________________________________________
86600 [  6559] By: jhi                                   on 2000/08/09  20:41:18
86601         Log: (The fix did work but was not right, retracted in #6573)
86602              
86603              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
86604              From: Christian Kirsch <ck@held.mind.de>
86605              Date: Wed, 9 Aug 2000 17:05:17 +0200
86606              Message-Id: <20000809170517.A25389@held>
86607      Branch: perl
86608            ! sv.c t/pragma/locale.t
86609 ____________________________________________________________________________
86610 [  6558] By: jhi                                   on 2000/08/08  22:34:08
86611         Log: Tiny updates on the contributors list.
86612      Branch: perl
86613            ! Changes
86614 ____________________________________________________________________________
86615 [  6557] By: jhi                                   on 2000/08/08  19:34:28
86616         Log: Double check that we have a dirhandle.
86617      Branch: perl
86618            ! util.c
86619 ____________________________________________________________________________
86620 [  6556] By: jhi                                   on 2000/08/08  19:01:51
86621         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
86622              May be repopulated with fresh maintained examples.
86623      Branch: perl
86624            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
86625            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
86626            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
86627            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
86628            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
86629            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
86630            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
86631            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
86632            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
86633            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
86634            + lib/CGI/eg/wilogo_gif.uu
86635            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
86636            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
86637            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
86638            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
86639            - eg/cgi/frameset.cgi eg/cgi/index.html
86640            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
86641            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
86642            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
86643            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
86644            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
86645            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
86646            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
86647            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
86648            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
86649            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
86650            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
86651            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
86652            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
86653            - eg/van/vanish eg/who eg/wrapsuid
86654            ! MANIFEST
86655 ____________________________________________________________________________
86656 [  6555] By: jhi                                   on 2000/08/08  18:51:08
86657         Log: Delete chat2 as requested by Randal.
86658              
86659              Subject: Re: perlfaq8 coyness
86660              From: merlyn@stonehenge.com (Randal L. Schwartz) 
86661              Date: 15 May 2000 18:52:42 -0700 
86662              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
86663      Branch: perl
86664            - lib/chat2.pl
86665            ! MANIFEST
86666 ____________________________________________________________________________
86667 [  6554] By: jhi                                   on 2000/08/08  18:31:35
86668         Log: Regen global.sym.
86669      Branch: perl
86670            ! global.sym
86671 ____________________________________________________________________________
86672 [  6553] By: jhi                                   on 2000/08/08  18:28:13
86673         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
86674              (either perlbug or p5p ate the original), plus regen
86675              perlapi and perltoc. 
86676      Branch: perl
86677            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
86678            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
86679            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
86680            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
86681            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
86682            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
86683            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
86684            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
86685            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
86686            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
86687 ____________________________________________________________________________
86688 [  6552] By: jhi                                   on 2000/08/08  18:06:29
86689         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
86690              From: Mike Guy <mjtg@cam.ac.uk>
86691              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
86692              Date: Tue, 08 Aug 2000 15:51:27 +0100
86693      Branch: perl
86694            ! doop.c sv.h t/op/join.t t/pragma/overload.t
86695 ____________________________________________________________________________
86696 [  6551] By: jhi                                   on 2000/08/08  18:01:11
86697         Log: Re-apply #6549.
86698      Branch: perl
86699            ! lib/perl5db.pl
86700 ____________________________________________________________________________
86701 [  6550] By: jhi                                   on 2000/08/08  17:43:08
86702         Log: Accidental retraction of #6549.
86703      Branch: perl
86704            ! lib/perl5db.pl
86705 ____________________________________________________________________________
86706 [  6549] By: jhi                                   on 2000/08/08  17:40:04
86707         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
86708              From: Mike Guy <mjtg@cam.ac.uk>
86709              Date: Mon, 07 Aug 2000 21:49:58 +0100
86710              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
86711      Branch: perl
86712            ! lib/perl5db.pl
86713 ____________________________________________________________________________
86714 [  6548] By: jhi                                   on 2000/08/08  17:37:57
86715         Log: Document here-doc better.
86716              
86717              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
86718              From: Mike Guy <mjtg@cam.ac.uk>
86719              Date: Mon, 07 Aug 2000 14:02:09 +0100
86720              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
86721      Branch: perl
86722            ! pod/perldata.pod
86723 ____________________________________________________________________________
86724 [  6547] By: jhi                                   on 2000/08/08  17:33:34
86725         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
86726              From: "Randy J. Ray" <rjray@redhat.com>
86727              Date: Mon, 07 Aug 2000 19:12:25 -0700
86728              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
86729      Branch: perl
86730            ! perl.c pod/perlrun.pod
86731 ____________________________________________________________________________
86732 [  6546] By: jhi                                   on 2000/08/08  17:29:26
86733         Log: Subject: Re: enhanced(?) regex error messages 
86734              From: Hugo <hv@crypt.compulink.co.uk>
86735              Date: Tue, 08 Aug 2000 03:25:51 +0100
86736              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
86737              
86738              plus Capitalize the error messages, plus perldiag them.
86739      Branch: perl
86740            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
86741 ____________________________________________________________________________
86742 [  6545] By: jhi                                   on 2000/08/08  13:59:28
86743         Log: Augment #6539 a bit: don't croak if there's magic in the air.
86744              
86745              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
86746              From: Hugo <hv@crypt.compulink.co.uk>
86747              Date: Tue, 08 Aug 2000 03:02:03 +0100
86748              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
86749      Branch: perl
86750            ! pp.c t/op/bless.t
86751 ____________________________________________________________________________
86752 [  6544] By: jhi                                   on 2000/08/07  21:11:52
86753         Log: Make the test -w clean.
86754      Branch: perl
86755            ! t/op/bless.t
86756 ____________________________________________________________________________
86757 [  6543] By: jhi                                   on 2000/08/07  19:49:53
86758         Log: use warnings instead of $^W.
86759      Branch: perl
86760            ! t/op/bless.t
86761 ____________________________________________________________________________
86762 [  6542] By: jhi                                   on 2000/08/07  17:41:41
86763         Log: Disable a portability warning Because We Know What We Are Doing.
86764      Branch: perl
86765            ! t/op/bless.t
86766 ____________________________________________________________________________
86767 [  6541] By: jhi                                   on 2000/08/07  17:29:51
86768         Log: Tiny tidying on report_evil_fh().
86769      Branch: perl
86770            ! util.c
86771 ____________________________________________________________________________
86772 [  6540] By: jhi                                   on 2000/08/07  16:37:38
86773         Log: Make regular expression parse error messages easier to understand.
86774              
86775              Subject: Re: enhanced(?) regex error messages
86776              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
86777              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
86778              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
86779      Branch: perl
86780            ! regcomp.c
86781 ____________________________________________________________________________
86782 [  6539] By: jhi                                   on 2000/08/07  16:12:27
86783         Log: Make bless(REF, REF) a fatal error, add bless tests.
86784              
86785              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
86786              From: Hugo <hv@crypt.compulink.co.uk>
86787              Date: Mon, 07 Aug 2000 16:59:38 +0100
86788              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
86789      Branch: perl
86790            + t/op/bless.t
86791            ! MANIFEST pod/perldiag.pod pp.c sv.c
86792 ____________________________________________________________________________
86793 [  6538] By: jhi                                   on 2000/08/07  15:59:43
86794         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
86795              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
86796              Date: Thu, 3 Aug 2000 14:29:21 -0700
86797              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
86798      Branch: perl
86799            ! lib/lib_pm.PL
86800 ____________________________________________________________________________
86801 [  6537] By: jhi                                   on 2000/08/07  15:47:18
86802         Log: Retract #6419 for now since it breaks in AFS and MachTen.
86803      Branch: perl
86804            ! lib/Cwd.pm
86805 ____________________________________________________________________________
86806 [  6536] By: jhi                                   on 2000/08/07  15:05:29
86807         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
86808              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
86809              The security hole exists only in suidperls, which isn't
86810              installed or even built by default.
86811      Branch: perl
86812            ! perl.c
86813 ____________________________________________________________________________
86814 [  6535] By: jhi                                   on 2000/08/07  14:45:14
86815         Log: tr memory corruption fix from Simon Cozens.
86816      Branch: perl
86817            ! doop.c
86818 ____________________________________________________________________________
86819 [  6534] By: jhi                                   on 2000/08/06  11:38:16
86820         Log: Document a bit that UDP is not what you might think.
86821              
86822              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
86823              From: Lupe Christoph <lupe@lupe-christoph.de>
86824              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
86825              Date: Mon, 24 Jul 2000 08:59:15 +0200
86826      Branch: perl
86827            ! pod/perlipc.pod
86828 ____________________________________________________________________________
86829 [  6533] By: jhi                                   on 2000/08/06  11:35:01
86830         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
86831              From: Jeff Pinyan <jeffp@hut.crusoe.net>
86832              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
86833              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
86834      Branch: perl
86835            ! pod/perlfunc.pod
86836 ____________________________________________________________________________
86837 [  6532] By: jhi                                   on 2000/08/06  03:45:41
86838         Log: Have symbols for the IoTYPEs.
86839      Branch: perl
86840            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
86841 ____________________________________________________________________________
86842 [  6531] By: jhi                                   on 2000/08/06  01:33:55
86843         Log: Continue fixing the io warnings.  This also
86844              sort of fixes bug ID 20000802.003: the core dump
86845              is no more.  Whether the current behaviour is correct
86846              (giving a warning: "Not a format reference"), is another matter.
86847      Branch: perl
86848            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
86849            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
86850 ____________________________________________________________________________
86851 [  6530] By: jhi                                   on 2000/08/05  21:33:12
86852         Log: Change the Policy policy: now -Dprefix= with an existing
86853              Policy.sh and prefix == siteprefix == vendorprefix, then all
86854              of them follow along the new prefix.
86855              
86856              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
86857              From: Andy Dougherty <doughera@lafayette.edu>
86858              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
86859              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
86860      Branch: perl
86861            ! Policy_sh.SH
86862 ____________________________________________________________________________
86863 [  6529] By: jhi                                   on 2000/08/05  18:57:28
86864         Log: Zap lib/Sys directory when cleaning up.
86865      Branch: perl
86866            ! Makefile.SH
86867 ____________________________________________________________________________
86868 [  6528] By: jhi                                   on 2000/08/05  18:40:44
86869         Log: Essential prototype changes were missing from #6527.
86870              Also make report_evil_fh() more bomb-proof.
86871      Branch: perl
86872            ! embed.h util.c
86873 ____________________________________________________________________________
86874 [  6527] By: jhi                                   on 2000/08/05  03:22:05
86875         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
86876              From: "Ronald F. Guilmette" <rfg@monkeys.com>
86877              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
86878              Message-Id: <200007242247.PAA52177@monkeys.com>
86879      Branch: perl
86880            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
86881 ____________________________________________________________________________
86882 [  6526] By: jhi                                   on 2000/08/04  21:23:27
86883         Log: gcc versions might have (parentheses) in them.
86884      Branch: metaconfig/U/perl
86885            ! gccvers.U
86886      Branch: perl
86887            ! Configure config_h.SH
86888 ____________________________________________________________________________
86889 [  6525] By: jhi                                   on 2000/08/04  20:23:12
86890         Log: Weed buglets pointed out by
86891              
86892              From: Lupe Christoph <lupe@lupe-christoph.de>
86893              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
86894              Date: Fri, 4 Aug 2000 17:34:39 +0200
86895              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
86896      Branch: metaconfig/U/perl
86897            ! gccvers.U uselfs.U
86898      Branch: perl
86899            ! Configure config_h.SH
86900 ____________________________________________________________________________
86901 [  6524] By: jhi                                   on 2000/08/04  19:02:08
86902         Log: Warn under -w if lstat(FH) is attempted.
86903              
86904              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
86905              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
86906              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
86907              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
86908      Branch: perl
86909            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
86910            ! t/pragma/warn/pp_sys
86911 ____________________________________________________________________________
86912 [  6523] By: jhi                                   on 2000/08/04  12:31:11
86913         Log: Subject: New perlcc, take 2
86914              From: simon@brecon.co.uk (Simon Cozens)
86915              Date: 4 Aug 2000 06:21:04 GMT
86916              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
86917      Branch: perl
86918            ! utils/perlcc.PL
86919 ____________________________________________________________________________
86920 [  6522] By: jhi                                   on 2000/08/04  12:26:33
86921         Log: Subject: Re: Array vs. List context
86922              From: Daniel Chetlin <daniel@chetlin.com>
86923              Date: Fri, 4 Aug 2000 00:22:44 -0700
86924              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
86925      Branch: perl
86926            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
86927            ! pod/perlfaq4.pod
86928 ____________________________________________________________________________
86929 [  6521] By: jhi                                   on 2000/08/04  12:22:38
86930         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
86931              From: Raymund Will <ray@caldera.de>
86932              Date: Fri, 4 Aug 2000 12:07:09 +0200
86933              Message-Id: <20000804120709.A14982@caldera.de>
86934      Branch: perl
86935            ! configure.gnu
86936 ____________________________________________________________________________
86937 [  6520] By: jhi                                   on 2000/08/04  04:09:06
86938         Log: After the #6519 a warning about stat() is just that,
86939              not about a filetest, which now have their own warning.
86940      Branch: perl
86941            ! pod/perldiag.pod
86942 ____________________________________________________________________________
86943 [  6519] By: jhi                                   on 2000/08/04  04:06:30
86944         Log: In the warnings call filehandles consistently so;
86945              add "unopened" warning for stat().
86946      Branch: perl
86947            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
86948            ! t/pragma/warn/pp_sys
86949 ____________________________________________________________________________
86950 [  6518] By: jhi                                   on 2000/08/04  02:55:35
86951         Log: Subject: Minor tweak to perlvar.pod
86952              From: "Stephen P. Potter" <spp@ds.net>
86953              Date: Tue, 18 Apr 2000 09:26:03 -0400
86954              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
86955      Branch: perl
86956            ! pod/perlvar.pod
86957 ____________________________________________________________________________
86958 [  6517] By: jhi                                   on 2000/08/04  02:50:08
86959         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
86960              From: "Clinton Pierce" <cpierce1@ford.com>
86961              Date: Wed, 21 Jul 1999 16:45:31 -0400
86962              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
86963              
86964              Fix by Stephen Potter (visible in the bug db but not in p5p?)
86965      Branch: perl
86966            ! pod/perlfunc.pod pod/perlop.pod
86967 ____________________________________________________________________________
86968 [  6516] By: jhi                                   on 2000/08/04  02:09:25
86969         Log: This is 6512.  Really.
86970      Branch: perl
86971            ! dump.c
86972 ____________________________________________________________________________
86973 [  6515] By: jhi                                   on 2000/08/04  01:25:50
86974         Log: mention the idea of @( and @)
86975      Branch: perl
86976            ! Todo-5.6
86977 ____________________________________________________________________________
86978 [  6514] By: bailey                                on 2000/08/04  01:18:46
86979         Log: YA resync with mainstem, including VMS patches from others
86980      Branch: vmsperl
86981           +> (branch 48 files)
86982            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
86983           !> (integrate 354 files)
86984 ____________________________________________________________________________
86985 [  6513] By: jhi                                   on 2000/08/04  01:18:18
86986         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
86987              From: Mark Dickinson <dickins3@fas.harvard.edu>
86988              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
86989              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
86990      Branch: perl
86991            ! t/op/grent.t t/op/pwent.t
86992 ____________________________________________________________________________
86993 [  6512] By: jhi                                   on 2000/08/04  01:14:06
86994         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
86995              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
86996              Date: Wed, 02 Aug 2000 10:51:01 +0100
86997              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
86998      Branch: perl
86999            ! sv.c
87000 ____________________________________________________________________________
87001 [  6511] By: jhi                                   on 2000/08/04  00:57:00
87002         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
87003              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
87004              Date: Thu, 03 Aug 2000 17:20:04 -0700
87005              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
87006      Branch: metaconfig
87007            ! U/modified/Cppsym.U
87008      Branch: perl
87009            ! Configure config_h.SH
87010 ____________________________________________________________________________
87011 [  6510] By: jhi                                   on 2000/08/04  00:25:28
87012         Log: detypo
87013      Branch: perl
87014            ! Makefile.SH
87015 ____________________________________________________________________________
87016 [  6509] By: jhi                                   on 2000/08/03  23:43:18
87017         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
87018              From: Dominic Dunlop <domo@computer.org>
87019              Date: Thu, 3 Aug 2000 22:16:46 +0200
87020              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
87021      Branch: perl
87022            ! t/op/sprintf.t
87023 ____________________________________________________________________________
87024 [  6508] By: jhi                                   on 2000/08/03  23:40:37
87025         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
87026              From: Hugo <hv@crypt.compulink.co.uk>
87027              Date: Thu, 03 Aug 2000 18:25:30 +0100
87028              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
87029      Branch: perl
87030            ! regcomp.c t/op/re_tests
87031 ____________________________________________________________________________
87032 [  6507] By: jhi                                   on 2000/08/03  23:38:28
87033         Log: Subject: [PATCH] sv.h documentation - SvLEN
87034              From: Mike Guy <mjtg@cam.ac.uk>
87035              Date: Thu, 03 Aug 2000 14:43:09 +0100
87036              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
87037      Branch: perl
87038            ! sv.h
87039 ____________________________________________________________________________
87040 [  6506] By: jhi                                   on 2000/08/03  15:49:14
87041         Log: Disable the fix_pl hack for now.
87042      Branch: perl
87043            ! Makefile.SH
87044 ____________________________________________________________________________
87045 [  6505] By: jhi                                   on 2000/08/03  13:49:04
87046         Log: Add a URL for FSF.
87047              
87048              Subject: Patch for README
87049              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
87050              Date: Wed, 2 Aug 2000 13:25:09 -0500
87051              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
87052      Branch: perl
87053            ! README
87054 ____________________________________________________________________________
87055 [  6504] By: jhi                                   on 2000/08/03  13:29:19
87056         Log: Be more informative on what is skipped and why,
87057              also repeat the list at the end.
87058      Branch: perl
87059            ! Porting/p4desc
87060 ____________________________________________________________________________
87061 [  6503] By: jhi                                   on 2000/08/03  13:07:05
87062         Log: Circumvent the removal of .patch by fix_pl.
87063              
87064              Subject: Re: [ID 20000802.011] unable to 'make test'          
87065              From: simon@brecon.co.uk (Simon Cozens) 
87066              Date: 3 Aug 2000 04:17:00 GMT
87067              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
87068      Branch: perl
87069            ! Makefile.SH
87070 ____________________________________________________________________________
87071 [  6502] By: jhi                                   on 2000/08/03  00:14:34
87072         Log: Add the missing setproctitle unit.
87073      Branch: metaconfig/U/perl
87074            + d_setproctitle.U
87075 ____________________________________________________________________________
87076 [  6501] By: jhi                                   on 2000/08/03  00:00:26
87077         Log: The subtest 4 may fail also on VOBS, as pointed out
87078              by Nick Ing-Simmons in November 1999, bug id 19991124.003
87079              (but the failure in that bug report isn't the subtest 4).
87080      Branch: perl
87081            ! t/op/stat.t
87082 ____________________________________________________________________________
87083 [  6500] By: jhi                                   on 2000/08/02  23:49:30
87084         Log: Better skip message for the test; one of the two problems in
87085              
87086              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
87087              From: Lupe Christoph <lupe@lupe-christoph.de>
87088              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
87089              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
87090      Branch: perl
87091            ! t/op/numconvert.t
87092 ____________________________________________________________________________
87093 [  6499] By: jhi                                   on 2000/08/02  22:49:16
87094         Log: Allow "no Module;" even if there is no 'unimport'.
87095              
87096              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
87097              From: mjd@plover.com
87098              Date: 24 Mar 2000 15:24:34 -0000
87099              Message-Id: <20000324152434.15160.qmail@plover.com>
87100      Branch: perl
87101            ! gv.c
87102 ____________________________________________________________________________
87103 [  6498] By: jhi                                   on 2000/08/02  22:42:58
87104         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
87105              that are hopefully soon put into use.
87106      Branch: perl
87107            ! opcode.h opcode.pl opnames.h
87108 ____________________________________________________________________________
87109 [  6497] By: gsar                                  on 2000/08/02  22:28:59
87110         Log: require.t needs binmode() to work on windows
87111      Branch: perl
87112            ! t/comp/require.t
87113 ____________________________________________________________________________
87114 [  6496] By: jhi                                   on 2000/08/02  22:08:51
87115         Log: Document the IVdf UVuf UVof UVxf.
87116      Branch: perl
87117            ! pod/perlguts.pod
87118 ____________________________________________________________________________
87119 [  6495] By: jhi                                   on 2000/08/02  21:54:26
87120         Log: detypo #6494
87121      Branch: perl
87122            ! ext/Data/Dumper/Dumper.xs
87123 ____________________________________________________________________________
87124 [  6494] By: jhi                                   on 2000/08/02  21:49:17
87125         Log: Dump UVs as UVs in Data::Dumper.
87126              
87127              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
87128              From: Gurusamy Sarathy <gsar@ActiveState.com>
87129              Date: Thu, 27 Apr 2000 12:26:25 -0700
87130              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
87131      Branch: perl
87132            ! ext/Data/Dumper/Dumper.xs
87133 ____________________________________________________________________________
87134 [  6493] By: jhi                                   on 2000/08/02  17:01:58
87135         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
87136              From: Hugo <hv@crypt.compulink.co.uk>
87137              Date: Wed, 02 Aug 2000 14:53:56 +0100
87138              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
87139      Branch: perl
87140            ! regexec.c t/op/re_tests
87141 ____________________________________________________________________________
87142 [  6492] By: jhi                                   on 2000/08/02  15:02:46
87143         Log: The new setproctitle() feature is available only in 
87144              bleeding edge FreeBSD.  From Paul Saab.
87145      Branch: perl
87146            ! mg.c
87147 ____________________________________________________________________________
87148 [  6491] By: jhi                                   on 2000/08/02  13:34:36
87149         Log: The tr utf8 patching continues.
87150              
87151              Subject: Re: #6469, too many tests claimed in require.t
87152              From: simon@brecon.co.uk (Simon Cozens)
87153              Date: 2 Aug 2000 02:37:17 GMT
87154              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
87155              
87156              (the logic of the test was the wrong way round in the patch)
87157      Branch: perl
87158            ! doop.c
87159 ____________________________________________________________________________
87160 [  6490] By: jhi                                   on 2000/08/02  13:27:38
87161         Log: The name of a filehandle does not have <these>.
87162      Branch: perl
87163            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
87164            ! t/pragma/warn/pp_sys util.c
87165 ____________________________________________________________________________
87166 [  6489] By: jhi                                   on 2000/08/02  04:26:46
87167         Log: Remove the extraneous "main::" prefix from all the
87168              "opened only for", "on closed", and "never opened" warnings.
87169              
87170              Subject: Re: inappropriate warning
87171              From: Gurusamy Sarathy <gsar@ActiveState.com>
87172              Date: Mon, 20 Mar 2000 11:28:02 -0800
87173              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
87174      Branch: perl
87175            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
87176            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
87177            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
87178 ____________________________________________________________________________
87179 [  6488] By: jhi                                   on 2000/08/02  03:02:57
87180         Log: memcpy has n o in it, as pinted ut by Sarathy.
87181      Branch: perl
87182            ! pod/perlguts.pod
87183 ____________________________________________________________________________
87184 [  6487] By: jhi                                   on 2000/08/02  02:44:51
87185         Log: Document in one place the memory abstractions used in Perl core.
87186              
87187              Subject: Re: Memory abstraction
87188              From: simon@brecon.co.uk (Simon Cozens)
87189              Date: 2 Aug 2000 02:20:23 GMT
87190              Organization: Earth.li Origins
87191      Branch: perl
87192            ! pod/perlguts.pod
87193 ____________________________________________________________________________
87194 [  6486] By: jhi                                   on 2000/08/02  02:41:57
87195         Log: regen_headers, regen perltoc.
87196      Branch: perl
87197            ! perlapi.c pod/perltoc.pod
87198 ____________________________________________________________________________
87199 [  6485] By: jhi                                   on 2000/08/02  01:43:33
87200         Log: "This little thing tests for a file .patch, and if it contains
87201              a number, pops into patchlevel.h" (making it easier to track
87202              which development version people are reporting bugs against)
87203              
87204              Subject: Patchlevel autogeneration for repository perls
87205              From: simon@brecon.co.uk (Simon Cozens)
87206              Date: 14 Jul 2000 07:12:15 GMT
87207              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
87208      Branch: perl
87209            + fix_pl
87210            ! MANIFEST Makefile.SH
87211 ____________________________________________________________________________
87212 [  6484] By: jhi                                   on 2000/08/02  01:32:54
87213         Log: FreeBSD 3.* updates from
87214              
87215              From: Paul Saab <ps@yahoo-inc.com>
87216              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
87217              Date: Tue, 1 Aug 2000 15:41:39 -0700
87218              Message-Id: <20000801154139.A53740@yahoo-inc.com>
87219      Branch: perl
87220            ! hints/freebsd.sh
87221 ____________________________________________________________________________
87222 [  6483] By: jhi                                   on 2000/08/02  01:27:44
87223         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
87224              instead one must use setproctitle().  This was already addressed
87225              by change #6457, but the below has a new variant for FreeBSD 4.0
87226              or later, and the matter is also documented more.
87227              
87228              From: Paul Saab <ps@yahoo-inc.com>
87229              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
87230              Date: Tue, 1 Aug 2000 15:41:39 -0700
87231              Message-Id: <20000801154139.A53740@yahoo-inc.com>
87232      Branch: metaconfig/U/perl
87233            + i_libutil.U
87234      Branch: perl
87235            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
87236 ____________________________________________________________________________
87237 [  6482] By: jhi                                   on 2000/08/01  22:17:32
87238         Log: The test from this
87239              
87240              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
87241              Date: Sat, 15 Apr 2000 17:03:44 +0100
87242              From: Tom Hughes <tom@compton.nu>
87243              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
87244              
87245              was missing, the code change went in as #5989
87246              (which had a different test?)
87247      Branch: perl
87248            ! t/op/misc.t
87249 ____________________________________________________________________________
87250 [  6481] By: jhi                                   on 2000/08/01  21:48:38
87251         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
87252              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
87253              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
87254              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
87255      Branch: perl
87256            ! perl.h
87257 ____________________________________________________________________________
87258 [  6480] By: jhi                                   on 2000/08/01  18:05:28
87259         Log: Make p4desc to skip non-mainperl branches by default.
87260      Branch: perl
87261            ! Porting/p4desc
87262 ____________________________________________________________________________
87263 [  6479] By: jhi                                   on 2000/08/01  17:29:19
87264         Log: If gccosandvers is equal to osname, clear gccosandvers.
87265      Branch: metaconfig/U/perl
87266            ! gccvers.U
87267      Branch: perl
87268            ! Configure config_h.SH
87269 ____________________________________________________________________________
87270 [  6478] By: jhi                                   on 2000/08/01  15:54:08
87271         Log: BOM patching from Simon Cozens.
87272      Branch: perl
87273            ! toke.c
87274 ____________________________________________________________________________
87275 [  6477] By: jhi                                   on 2000/08/01  04:50:33
87276         Log: Stash away the largefiles flags and libswanted.
87277      Branch: perl
87278            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
87279 ____________________________________________________________________________
87280 [  6476] By: gsar                                  on 2000/08/01  04:24:24
87281         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
87282              on Windows)
87283      Branch: perl
87284            ! t/pragma/utf8.t utf8.c win32/win32.c
87285 ____________________________________________________________________________
87286 [  6475] By: jhi                                   on 2000/08/01  03:35:24
87287         Log: Make chr() for values >127 to create utf8 when under utf8.
87288              
87289              Subject: Re: uft8/chr()
87290              From: simon@brecon.co.uk (Simon Cozens)
87291              Date: 1 Aug 2000 02:37:02 GMT
87292              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
87293      Branch: perl
87294            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
87295 ____________________________________________________________________________
87296 [  6474] By: jhi                                   on 2000/08/01  02:36:18
87297         Log: In Digital UNIX warn if gcc explicitly chosen because even
87298              2.95.2 is known to cause problems.
87299      Branch: perl
87300            ! hints/dec_osf.sh
87301 ____________________________________________________________________________
87302 [  6473] By: jhi                                   on 2000/08/01  02:00:56
87303         Log: Make the safety catch for buggy gccs work with triple version
87304              numbers like 2.95.2.  Reported in
87305              
87306              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
87307              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
87308              Date: Mon, 31 Jul 2000 14:55:06 +0200
87309              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
87310      Branch: perl
87311            ! hints/dec_osf.sh
87312 ____________________________________________________________________________
87313 [  6472] By: jhi                                   on 2000/08/01  01:13:33
87314         Log: Subject: fix and question re: waitpid() under win32
87315              From: Brian Clarke <clarke@appliedmeta.com>
87316              Date: Fri, 28 Jul 2000 15:18:29 -0400
87317              Message-ID: <3981DC85.290314EB@appliedmeta.com>
87318              
87319              Slightly reformatted and WNOHANG # define moved to win32.h
87320              so that also POSIX.xs sees it, as suggsted by Sarathy.
87321      Branch: perl
87322            ! win32/win32.c win32/win32.h
87323 ____________________________________________________________________________
87324 [  6471] By: jhi                                   on 2000/08/01  00:55:05
87325         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
87326              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87327              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
87328              Date: Mon, 31 Jul 2000 13:28:51 +0100
87329              
87330              (aka ID 20000730.002)
87331      Branch: perl
87332            ! op.c t/op/tr.t
87333 ____________________________________________________________________________
87334 [  6470] By: jhi                                   on 2000/07/31  23:34:42
87335         Log: Document the problem with -P in HP-UX and its workaround.
87336              
87337              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
87338              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
87339              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
87340              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
87341      Branch: perl
87342            ! README.hpux
87343 ____________________________________________________________________________
87344 [  6469] By: jhi                                   on 2000/07/31  04:15:02
87345         Log: The swallow_bom() saga continues.  The #23 of require.t
87346              (UTF16-LE) still fails (silently, no output) but the #22
87347              (UTF16-BE) seems to be working now.  The root of the
87348              failure may be in sv_gets(): is it UTF-16LE-aware,
87349              especially when it comes to line endings? 
87350      Branch: perl
87351            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
87352            ! t/comp/require.t toke.c utf8.c
87353 ____________________________________________________________________________
87354 [  6468] By: jhi                                   on 2000/07/30  19:05:48
87355         Log: Find green threads before native threads.
87356              
87357              Subject: Re: Patch to jpl/JNI/Makefile.PL
87358              From: Jens Thomsen <jens@fiend.cis.com>
87359              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
87360              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
87361      Branch: perl
87362            ! jpl/JNI/Makefile.PL
87363 ____________________________________________________________________________
87364 [  6467] By: jhi                                   on 2000/07/30  18:36:22
87365         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
87366      Branch: perl
87367            ! doop.c
87368 ____________________________________________________________________________
87369 [  6466] By: jhi                                   on 2000/07/30  04:37:29
87370         Log: A new version of the "remove UPPERACSE string comparison"
87371              operators.  The problem with the previous one (change #6454)
87372              was that it was for Perl 5.6.0.  From Paul Marquess.
87373      Branch: perl
87374            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
87375            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
87376            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87377 ____________________________________________________________________________
87378 [  6465] By: jhi                                   on 2000/07/29  22:39:56
87379         Log: Do not upgrade SVs into utf8 just because they participate
87380              in eq or cmp.  Reported and fix suggested in
87381              
87382              Subject: [ID 20000720.009] sv_eq UTF8 bug
87383              From: "Simon Cozens" <simon@othersideofthe.earth.li>
87384              Date: 21 Jul 2000 04:37:29 -0000
87385              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
87386              
87387              Exercise for the kind reader: should we or should we not
87388              cache the utf8 conversion alongside the SV? (as magic,
87389              as the strxfrm()ed version is cached under use locale)
87390              Argue both for and against.
87391      Branch: perl
87392            ! sv.c
87393 ____________________________________________________________________________
87394 [  6464] By: jhi                                   on 2000/07/29  22:36:22
87395         Log: Subject: UTF8 concat
87396              From: simon@brecon.co.uk (Simon Cozens) 
87397              Date: 30 Jun 2000 06:13:25 GMT
87398              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
87399              
87400              (with a memory leak fixed, plus a few casts added)
87401              
87402              This also seems to help for
87403              
87404              Subject: [ID 20000716.015] join UTF8 weirdness
87405              From: root <root@ak-71.mind.de> 
87406              Date: Sat, 15 Jul 2000 15:29:54 +0200
87407              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
87408              
87409              (from Andreas König)
87410      Branch: perl
87411            ! pp_hot.c
87412 ____________________________________________________________________________
87413 [  6463] By: jhi                                   on 2000/07/29  00:55:39
87414         Log: Tune the comments and hopefully stop a memory leak.
87415      Branch: perl
87416            ! toke.c utf8.c
87417 ____________________________________________________________________________
87418 [  6462] By: jhi                                   on 2000/07/29  00:16:53
87419         Log: The problem described in this
87420              
87421              Subject: [ID 20000322.018] named chars aren't magical enough
87422              From: root <root@dixie.cscaper.com>     
87423              Date: Wed, 22 Mar 2000 18:37:42 -0700
87424              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
87425              
87426              has been fixed in perl 5.6.0 but just in case added a test
87427              to keep it away.  (The report from Joseph Hall.)
87428      Branch: perl
87429            ! t/lib/charnames.t
87430 ____________________________________________________________________________
87431 [  6461] By: jhi                                   on 2000/07/28  23:56:36
87432         Log: Tiny fixes for #6460.
87433      Branch: metaconfig/U/perl
87434            ! gccvers.U
87435      Branch: perl
87436            ! Configure config_h.SH
87437 ____________________________________________________________________________
87438 [  6460] By: jhi                                   on 2000/07/28  23:24:41
87439         Log: Warn if the version of the operating system used to compile gcc
87440              differs from the current version of the operating system.
87441              Also display the gcc compilation os and version in myconfig.
87442              Inspiration from
87443              
87444              Subject: Re: [ID 20000710.003] ERRORS!!         
87445              From: "Kurt D. Starsinic" <kstar@chapin.edu>
87446              Date: Mon, 10 Jul 2000 15:54:16 -0400
87447              Message-ID: <20000710155416.A1384@O2.chapin.edu>
87448      Branch: metaconfig/U/perl
87449            ! gccvers.U
87450      Branch: perl
87451            ! Configure config_h.SH myconfig.SH
87452 ____________________________________________________________________________
87453 [  6459] By: jhi                                   on 2000/07/28  22:00:32
87454         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
87455              letter to $Config{osvers}.
87456      Branch: metaconfig
87457            ! U/modified/Oldconfig.U
87458      Branch: perl
87459            ! Configure config_h.SH
87460 ____________________________________________________________________________
87461 [  6458] By: jhi                                   on 2000/07/28  04:15:39
87462         Log: Back out #6454, doesn't seem to work.
87463              (Reason: that patch was for perl 5.6.0, not perl-current)
87464              (A version of the patch for perl-current came in later as #6466)
87465      Branch: perl
87466            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
87467            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
87468            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87469 ____________________________________________________________________________
87470 [  6457] By: jhi                                   on 2000/07/27  23:31:49
87471         Log: Use setproctitle() if available to modify $0.
87472              
87473              Subject: setting $* on BSD4 broken
87474              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
87475              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
87476              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
87477      Branch: metaconfig
87478            ! U/modified/Myinit.U
87479      Branch: perl
87480            ! Configure config_h.SH mg.c
87481 ____________________________________________________________________________
87482 [  6456] By: jhi                                   on 2000/07/27  14:50:47
87483         Log: Allow "no AutoLoader;", based on change #6444,
87484              suggested by Graham Barr.
87485      Branch: perl
87486            ! lib/AutoLoader.pm
87487 ____________________________________________________________________________
87488 [  6455] By: jhi                                   on 2000/07/27  14:19:10
87489         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
87490              From: rspier@pobox.com (Robert Spier)
87491              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
87492              Message-ID: <14720.15855.787664.424783@rls.cx>
87493      Branch: perl
87494            ! pod/perldiag.pod
87495 ____________________________________________________________________________
87496 [  6454] By: jhi                                   on 2000/07/27  14:03:02
87497         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
87498              for a long time).
87499              
87500              Reported in
87501              
87502              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
87503              From: Ryan Herbert <rherbert@sycamorehq.com>
87504              Date: Mon, 17 Jul 2000 11:40:42 -0400
87505              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
87506              
87507              Patched in
87508              
87509              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
87510              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
87511              Date: Wed, 26 Jul 2000 23:40:18 +0100
87512              Message-ID: <000001bff752$79511880$0a17073e@tiny>
87513              
87514              based on an earlier patch from Stephen P. Potter.
87515              
87516              (Removed later by change #6458 because this patch was for
87517              perl 5.6.0, not perl-current)
87518      Branch: perl
87519            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
87520            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
87521            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
87522 ____________________________________________________________________________
87523 [  6453] By: jhi                                   on 2000/07/27  13:48:02
87524         Log: Subject: [PATCH] fixes bug 20000508.004
87525              From: Michael Stevens <mstevens@globnix.org>
87526              Date: Thu, 27 Jul 2000 13:49:04 +0100
87527              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
87528      Branch: perl
87529            ! pod/perldata.pod
87530 ____________________________________________________________________________
87531 [  6452] By: jhi                                   on 2000/07/26  23:51:26
87532         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
87533              and Craig A. Berry.
87534      Branch: perl
87535            ! lib/File/Temp.pm pod/perlport.pod
87536 ____________________________________________________________________________
87537 [  6451] By: jhi                                   on 2000/07/26  19:43:30
87538         Log: Be wary of close()s, too.
87539              
87540              Subject: Re: [PATCH] perlbug cleanup
87541              From: Tim Jenness <t.jenness@jach.hawaii.edu>
87542              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
87543              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
87544      Branch: perl
87545            ! utils/perlbug.PL
87546 ____________________________________________________________________________
87547 [  6450] By: jhi                                   on 2000/07/26  18:41:40
87548         Log: Subject: Minor doc patch: handy.h
87549              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
87550              Date: Wed, 26 Jul 2000 15:34:25 -0300
87551              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
87552      Branch: perl
87553            ! handy.h pod/perlapi.pod
87554 ____________________________________________________________________________
87555 [  6449] By: jhi                                   on 2000/07/26  18:23:55
87556         Log: Subject: [PATCH] minor doc change - perlguts
87557              From: Michael Stevens <mstevens@globnix.org>
87558              Date: Thu, 13 Jul 2000 12:39:18 +0100
87559              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
87560      Branch: perl
87561            ! pod/perlguts.pod
87562 ____________________________________________________________________________
87563 [  6448] By: jhi                                   on 2000/07/26  18:20:30
87564         Log: open() wariness in perlbug.
87565              
87566              Subject: [PATCH] perlbug cleanup
87567              From: Michael Stevens <mstevens@globnix.org>
87568              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
87569              Date: Thu, 13 Jul 2000 15:52:23 +0100
87570      Branch: perl
87571            ! utils/perlbug.PL
87572 ____________________________________________________________________________
87573 [  6447] By: jhi                                   on 2000/07/26  18:13:04
87574         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
87575      Branch: perl
87576            ! lib/File/Temp.pm t/lib/ftmp-security.t
87577 ____________________________________________________________________________
87578 [  6446] By: jhi                                   on 2000/07/26  18:06:32
87579         Log: docfix from Peter Scott <Peter@PSDT.com>.
87580      Branch: perl
87581            ! pod/perlfunc.pod
87582 ____________________________________________________________________________
87583 [  6445] By: jhi                                   on 2000/07/26  17:53:31
87584         Log: Fix *foo{FORMAT}.
87585              
87586              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
87587              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
87588              Date: Wed, 26 Jul 2000 19:51:02 +0200
87589              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
87590              
87591              From: Graham Barr <gbarr@pobox.com>
87592              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
87593              Date: Wed, 26 Jul 2000 17:38:36 +0100
87594              Message-ID: <20000726173836.L472@pobox.com>
87595      Branch: perl
87596            ! pp.c sv.c t/op/gv.t
87597 ____________________________________________________________________________
87598 [  6444] By: jhi                                   on 2000/07/26  17:49:14
87599         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
87600              from Graham Barr in the module list.
87601      Branch: perl
87602            ! gv.c pod/perlobj.pod
87603 ____________________________________________________________________________
87604 [  6443] By: jhi                                   on 2000/07/26  16:06:56
87605         Log: More split() doc and test patches from Mike Guy.
87606      Branch: perl
87607            ! pod/perlfunc.pod t/op/split.t
87608 ____________________________________________________________________________
87609 [  6442] By: jhi                                   on 2000/07/26  16:05:30
87610         Log: MacOS nits from Matthias Neeracher.
87611      Branch: perl
87612            ! perl.c pp_ctl.c
87613 ____________________________________________________________________________
87614 [  6441] By: jhi                                   on 2000/07/26  04:39:57
87615         Log: Subject: [PATCH] split /^/
87616              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87617              Date: Tue, 25 Jul 2000 14:18:57 +0100
87618              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
87619              
87620              (with notes from tchrist and gbarr)
87621      Branch: perl
87622            ! pod/perlfunc.pod t/op/split.t
87623 ____________________________________________________________________________
87624 [  6440] By: jhi                                   on 2000/07/26  04:32:32
87625         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
87626              From: Peter Prymmer <pvhp@forte.com>
87627              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
87628              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
87629      Branch: perl
87630            ! vms/munchconfig.c
87631 ____________________________________________________________________________
87632 [  6439] By: jhi                                   on 2000/07/26  04:31:01
87633         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
87634              to be fatal errors (instead of by default ignoring them, and
87635              ignoring with a bug: even though -w gave an error, the opening [
87636              was left in)  Reported in:
87637              
87638              Subject: [ID 20000716.024] [=cc=] / [:blank:]
87639              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
87640              Date: Sun, 16 Jul 2000 17:55:29 -0700
87641              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
87642      Branch: perl
87643            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
87644 ____________________________________________________________________________
87645 [  6438] By: jhi                                   on 2000/07/25  15:41:15
87646         Log: Subject: [PATCH] av.c apidoc
87647              From: simon@brecon.co.uk (Simon Cozens)
87648              Date: 24 Jul 2000 06:40:52 GMT
87649              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
87650      Branch: perl
87651            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
87652            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
87653 ____________________________________________________________________________
87654 [  6437] By: jhi                                   on 2000/07/25  14:05:36
87655         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
87656              From: "Stephen P. Potter" <spp@ds.net>
87657              Date: Mon, 24 Jul 2000 14:22:23 -0400
87658              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
87659      Branch: perl
87660            ! pod/perllocale.pod
87661 ____________________________________________________________________________
87662 [  6436] By: jhi                                   on 2000/07/25  14:02:03
87663         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
87664              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87665              Date: Mon, 24 Jul 2000 18:04:28 +0100
87666              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
87667      Branch: perl
87668            ! t/lib/syslfs.t t/op/lfs.t
87669 ____________________________________________________________________________
87670 [  6435] By: jhi                                   on 2000/07/25  13:59:28
87671         Log: Get UTF16 BOMs working.  Patch from
87672              
87673              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
87674              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87675              Date: Tue, 25 Jul 2000 12:52:45 +0100
87676              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
87677              
87678              and notes from
87679              
87680              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
87681              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87682              Date: Tue, 25 Jul 2000 11:43:25 +0100
87683              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
87684      Branch: perl
87685            ! t/comp/require.t toke.c utf8.c
87686 ____________________________________________________________________________
87687 [  6434] By: jhi                                   on 2000/07/25  02:39:54
87688         Log: Make the "uninit variable" warning to say "concat or string"
87689              or "join or string" when in concat or join .
87690              
87691              Subject: Re: [ID 20000403.009] uninitialised concatenation???
87692              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87693              Date: Tue, 04 Apr 2000 18:22:58 +0100
87694              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
87695              
87696              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
87697              From: William R Ward <hermit@BayView.COM>
87698              Date: Thu, 30 Mar 2000 19:50:03 -0800
87699              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
87700      Branch: perl
87701            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
87702            ! t/pragma/warn/op t/pragma/warn/sv
87703 ____________________________________________________________________________
87704 [  6433] By: jhi                                   on 2000/07/24  17:52:56
87705         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
87706      Branch: perl
87707            ! lib/File/Spec/VMS.pm
87708 ____________________________________________________________________________
87709 [  6432] By: jhi                                   on 2000/07/24  17:44:44
87710         Log: Test cases for #6431.
87711              
87712              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
87713              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87714              Date: Mon, 24 Jul 2000 15:32:29 +0100
87715              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
87716      Branch: perl
87717            ! t/op/pat.t t/op/split.t
87718 ____________________________________________________________________________
87719 [  6431] By: jhi                                   on 2000/07/24  17:43:17
87720         Log: Bind op fix.
87721              
87722              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
87723              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87724              Date: Mon, 17 Jul 2000 20:04:56 +0100
87725              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
87726      Branch: perl
87727            ! op.c
87728 ____________________________________________________________________________
87729 [  6430] By: jhi                                   on 2000/07/24  03:42:42
87730         Log: Subject: [ID 20000716.023] syslog test fails without sockets
87731              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
87732              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
87733              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
87734      Branch: metaconfig/U/perl
87735            ! Extensions.U
87736      Branch: perl
87737            ! Configure config_h.SH
87738 ____________________________________________________________________________
87739 [  6429] By: jhi                                   on 2000/07/24  03:11:52
87740         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
87741              case, but add also notes explaining the relationship of this
87742              patch and the earlier notes by Sarathy.
87743              
87744              Subject: Map is still slow
87745              From: "Ben Tilly" <ben_tilly@hotmail.com>
87746              Date: Sat, 15 Jul 2000 17:23:27 EDT
87747              Message-ID: <20000715212327.21656.qmail@hotmail.com>
87748      Branch: perl
87749            ! pp_ctl.c
87750 ____________________________________________________________________________
87751 [  6428] By: jhi                                   on 2000/07/24  02:58:52
87752         Log: Documentation to explain the behaviour of map().
87753              
87754              Subject: Re: Map is still slow 
87755              From: Gurusamy Sarathy <gsar@ActiveState.com>
87756              Date: Sat, 15 Jul 2000 16:05:09 -0700
87757              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
87758      Branch: perl
87759            ! pp_ctl.c
87760 ____________________________________________________________________________
87761 [  6427] By: jhi                                   on 2000/07/24  02:50:03
87762         Log: Add tests for
87763              [ID 19991110.003] another matching finding by pcre author
87764              which has already been fixed by some patch, as verified in
87765              
87766              Subject: Re: two regex bugs from the mists of time (well, last November)
87767              From: Hugo <hv@crypt.compulink.co.uk>
87768              Date: Sat, 22 Jul 2000 18:12:58 +0100
87769              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
87770      Branch: perl
87771            ! t/op/re_tests
87772 ____________________________________________________________________________
87773 [  6426] By: jhi                                   on 2000/07/24  02:11:20
87774         Log: A missing 'break' after the [[:space:]] switch case.
87775              
87776              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
87777              From: "Stephen P. Potter" <spp@ds.net>
87778              Date: Tue, 18 Jul 2000 16:25:17 -0400
87779              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
87780      Branch: perl
87781            ! regcomp.c
87782 ____________________________________________________________________________
87783 [  6425] By: jhi                                   on 2000/07/24  02:06:12
87784         Log: The output might have been produced in the wrong order.
87785              
87786              Subject: [ID 20000720.003] [PATCH] t/op/write.t
87787              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87788              Date: Thu, 20 Jul 2000 18:49:18 +0100
87789              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
87790      Branch: perl
87791            ! t/op/write.t
87792 ____________________________________________________________________________
87793 [  6424] By: jhi                                   on 2000/07/24  02:00:07
87794         Log: Use STDOUT consistently.
87795              
87796              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
87797              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87798              Date: Thu, 20 Jul 2000 18:04:01 +0100
87799              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
87800      Branch: perl
87801            ! lib/Test/Harness.pm
87802 ____________________________________________________________________________
87803 [  6423] By: jhi                                   on 2000/07/24  01:54:54
87804         Log: Protect against "wild next"s, that is, callbacks doing "next"
87805              instead of "return".
87806              
87807              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
87808              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87809              Date: Tue, 18 Jul 2000 11:30:16 +0100
87810              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
87811      Branch: perl
87812            ! lib/File/Find.pm
87813 ____________________________________________________________________________
87814 [  6422] By: jhi                                   on 2000/07/24  01:35:47
87815         Log: Out-of-date note removed.
87816              
87817              Subject: [PATCH] documentation perlipc
87818              From: rspier@pobox.com (Robert Spier)
87819              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
87820              Message-ID: <14711.35178.572612.502654@rls.cx>
87821      Branch: perl
87822            ! pod/perlipc.pod
87823 ____________________________________________________________________________
87824 [  6421] By: jhi                                   on 2000/07/24  00:09:18
87825         Log: Send all installperl messages to STDERR and be -w clean.
87826              
87827              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
87828              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87829              Date: Sat, 22 Jul 2000 14:02:11 +0100
87830              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
87831      Branch: perl
87832            ! installperl
87833 ____________________________________________________________________________
87834 [  6420] By: jhi                                   on 2000/07/24  00:04:19
87835         Log: Decutandpasto.
87836              
87837              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
87838              From: "Richard Soderberg" <rs@crystalflame.net>
87839              Date: Sun, 23 Jul 2000 01:37:23 -0700
87840              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
87841      Branch: perl
87842            ! pod/perlipc.pod
87843 ____________________________________________________________________________
87844 [  6419] By: jhi                                   on 2000/07/24  00:01:12
87845         Log: A cleaner abs_path().
87846              Subject: Re: unix alternative to Cwd.pm
87847              From: Jeff Pinyan <jeffp@crusoe.net>
87848              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
87849              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
87850      Branch: perl
87851            ! lib/Cwd.pm
87852 ____________________________________________________________________________
87853 [  6418] By: jhi                                   on 2000/07/23  23:48:56
87854         Log: Detypo.
87855              
87856              Subject: [PATCH perl-current] Typo in hints/powerux.sh
87857              From: "Richard Soderberg" <rs@crystalflame.net>
87858              Date: Sun, 23 Jul 2000 01:27:33 -0700
87859              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
87860      Branch: perl
87861            ! hints/powerux.sh
87862 ____________________________________________________________________________
87863 [  6417] By: jhi                                   on 2000/07/17  22:13:31
87864         Log: Subject: SDBM_File documentation
87865              From: mjd@plover.com
87866              Date: 16 Jul 2000 17:41:17 -0000
87867              Message-ID: <20000716174117.18515.qmail@plover.com>
87868      Branch: perl
87869            ! ext/SDBM_File/SDBM_File.pm
87870 ____________________________________________________________________________
87871 [  6416] By: jhi                                   on 2000/07/17  19:13:26
87872         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
87873      Branch: perl
87874            ! hints/mpeix.sh mpeix/relink
87875 ____________________________________________________________________________
87876 [  6415] By: jhi                                   on 2000/07/15  14:11:02
87877         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
87878              the utf8 'characters' can be more than one octet).
87879              
87880              Date: Sat, 15 Jul 2000 00:21:56 +0100
87881              From: Tom Hughes <tom@compton.nu>
87882              Subject: Re: [ID 20000714.002]
87883              Message-ID: <db2334de49.tom@compton.compton.nu>
87884              
87885              Reported in
87886              
87887              Subject: [ID 20000714.002]
87888              From: "Simon Cozens" <simon@othersideofthe.earth.li>
87889              Date: 14 Jul 2000 15:13:09 -0000
87890              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
87891      Branch: perl
87892            ! doop.c
87893 ____________________________________________________________________________
87894 [  6414] By: jhi                                   on 2000/07/15  03:13:41
87895         Log: another VMS build tweak from Peter Prymmer
87896      Branch: perl
87897            ! vms/descrip_mms.template
87898 ____________________________________________________________________________
87899 [  6413] By: jhi                                   on 2000/07/15  03:10:40
87900         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
87901      Branch: perl
87902            ! vms/perlvms.pod
87903 ____________________________________________________________________________
87904 [  6412] By: jhi                                   on 2000/07/15  00:31:05
87905         Log: More docs for sv functions.
87906              
87907              Subject: [PATCH cfgperl] sv.c apidoc
87908              From: simon@brecon.co.uk (Simon Cozens)
87909              Date: 13 Jul 2000 09:00:20 GMT
87910              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
87911              
87912              Subject: Re: [PATCH cfgperl] sv.c apidoc
87913              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87914              Date: Thu, 13 Jul 2000 12:27:41 +0100
87915              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
87916              
87917              Subject: Re: [PATCH cfgperl] sv.c apidoc
87918              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
87919              Date: Thu, 13 Jul 2000 13:23:09 +0100
87920              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
87921              
87922              Subject: Re: [PATCH cfgperl] sv.c apidoc
87923              From: simon@brecon.co.uk (Simon Cozens)
87924              Date: 14 Jul 2000 06:51:02 GMT
87925              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
87926      Branch: perl
87927            ! embed.pl pod/perlapi.pod sv.c
87928 ____________________________________________________________________________
87929 [  6411] By: jhi                                   on 2000/07/15  00:10:41
87930         Log: lib/b test fixes from Peter Prymmer.
87931      Branch: perl
87932            ! t/lib/b.t
87933 ____________________________________________________________________________
87934 [  6410] By: jhi                                   on 2000/07/15  00:02:09
87935         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
87936              From: Hugo <hv@crypt.compulink.co.uk>
87937              Date: Fri, 14 Jul 2000 23:05:20 +0100
87938              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
87939              
87940              Didn't anymore apply, but that point still could use another fix.
87941      Branch: perl
87942            ! pod/perlfunc.pod
87943 ____________________________________________________________________________
87944 [  6409] By: jhi                                   on 2000/07/14  23:15:15
87945         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
87946              not in pod, from Peter Prymmer
87947      Branch: perl
87948            ! vms/descrip_mms.template
87949 ____________________________________________________________________________
87950 [  6408] By: jhi                                   on 2000/07/14  20:35:05
87951         Log: The bug report
87952              [ID 19991110.002] minimal matching discrepancy found by pcre author
87953              seems to have been fixed (though differently from what was suggested
87954              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
87955      Branch: perl
87956            ! t/op/re_tests
87957 ____________________________________________________________________________
87958 [  6407] By: jhi                                   on 2000/07/14  17:38:08
87959         Log: Fix AutoSplit to use File::Spec the right way in VMS,
87960              from Peter Prymmer.
87961      Branch: perl
87962            ! lib/AutoSplit.pm
87963 ____________________________________________________________________________
87964 [  6406] By: jhi                                   on 2000/07/14  14:13:22
87965         Log: Merge perlhacktut into perlhack, update perlguts.
87966              
87967              Subject: Re: Perlhacktut
87968              From: simon@brecon.co.uk (Simon Cozens)
87969              Date: 14 Jul 2000 06:49:21 GMT
87970              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
87971              
87972              Subject: Re: Perlhacktut
87973              From: simon@brecon.co.uk (Simon Cozens)
87974              Date: 14 Jul 2000 07:09:45 GMT
87975              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
87976      Branch: perl
87977            ! pod/perlguts.pod pod/perlhack.pod
87978 ____________________________________________________________________________
87979 [  6405] By: jhi                                   on 2000/07/14  14:02:31
87980         Log: Integrate with Sarathy.
87981      Branch: cfgperl
87982           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
87983           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
87984           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
87985 ____________________________________________________________________________
87986 [  6404] By: gsar                                  on 2000/07/14  12:15:02
87987         Log: PERL_OBJECT build tweaks
87988      Branch: perl
87989            ! toke.c
87990 ____________________________________________________________________________
87991 [  6403] By: gsar                                  on 2000/07/14  11:23:41
87992         Log: inconsistent types needs casts
87993      Branch: perl
87994            ! toke.c
87995 ____________________________________________________________________________
87996 [  6402] By: gsar                                  on 2000/07/14  11:12:04
87997         Log: typos in change#6399, regen headers
87998      Branch: perl
87999            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
88000 ____________________________________________________________________________
88001 [  6401] By: gsar                                  on 2000/07/14  10:59:12
88002         Log: typecasts needed for change#6394
88003      Branch: perl
88004            ! toke.c
88005 ____________________________________________________________________________
88006 [  6400] By: gsar                                  on 2000/07/14  10:49:37
88007         Log: integrate cfgperl contents into mainline
88008      Branch: perl
88009           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
88010           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
88011 ____________________________________________________________________________
88012 [  6399] By: gsar                                  on 2000/07/14  10:38:35
88013         Log: enable UTF-16 filter by default if relevant BOM is seen; various
88014              cleanups (typos, misformatted code, and small bugs)
88015      Branch: perl
88016            ! doop.c embed.pl mg.c op.c pp.c toke.c
88017 ____________________________________________________________________________
88018 [  6398] By: gsar                                  on 2000/07/14  08:55:38
88019         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
88020              name suggests anyway)
88021      Branch: perl
88022            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
88023 ____________________________________________________________________________
88024 [  6397] By: gsar                                  on 2000/07/14  08:44:33
88025         Log: move new variables to the end of the interpreter structure (for
88026              bincompat in code that doesn't #include XSUB.h)
88027      Branch: perl
88028            ! intrpvar.h
88029 ____________________________________________________________________________
88030 [  6396] By: gsar                                  on 2000/07/14  08:13:58
88031         Log: MakeMaker should not remove editor backups (*~) on `make clean`
88032              by default (completes change#6383)
88033      Branch: perl
88034            ! lib/ExtUtils/MM_Unix.pm
88035 ____________________________________________________________________________
88036 [  6395] By: jhi                                   on 2000/07/14  05:20:33
88037         Log: Replace change #6337 with a better one.
88038              
88039              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
88040              From: Hugo <hv@crypt.compulink.co.uk>
88041              Date: Fri, 14 Jul 2000 04:16:20 +0100
88042              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
88043      Branch: cfgperl
88044            ! regexec.c t/op/re_tests
88045 ____________________________________________________________________________
88046 [  6394] By: jhi                                   on 2000/07/14  01:33:59
88047         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
88048      Branch: cfgperl
88049            ! embed.pl global.sym proto.h toke.c
88050 ____________________________________________________________________________
88051 [  6393] By: jhi                                   on 2000/07/13  23:41:23
88052         Log: remove discarded test
88053      Branch: cfgperl
88054            ! MANIFEST
88055 ____________________________________________________________________________
88056 [  6392] By: jhi                                   on 2000/07/13  23:32:25
88057         Log: The {multiplier} of a fixed substring was overlooked which
88058              caused a wrong initial search offset for that substring.
88059              
88060              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
88061              From: Hugo <hv@crypt.compulink.co.uk>
88062              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
88063              Date: Thu, 13 Jul 2000 19:27:13 +0100
88064      Branch: cfgperl
88065            ! regcomp.c t/op/re_tests
88066 ____________________________________________________________________________
88067 [  6391] By: jhi                                   on 2000/07/13  16:37:42
88068         Log: typo fix from Craig Berry
88069      Branch: cfgperl
88070            ! vms/subconfigure.com
88071 ____________________________________________________________________________
88072 [  6390] By: jhi                                   on 2000/07/13  13:20:12
88073         Log: Integrate with Sarathy.
88074      Branch: cfgperl
88075            - t/op/method2entersub.t
88076           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
88077           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
88078           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
88079           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
88080 ____________________________________________________________________________
88081 [  6389] By: jhi                                   on 2000/07/13  13:18:48
88082         Log: Detypo from Peter Prymmer, part of #6388.
88083      Branch: cfgperl
88084            ! Configure config_h.SH
88085      Branch: metaconfig
88086            ! U/modified/d_longlong.U
88087 ____________________________________________________________________________
88088 [  6388] By: gsar                                  on 2000/07/13  06:33:40
88089         Log: typos (spotted by Peter Prymmer)
88090      Branch: perl
88091            ! Configure t/lib/english.t
88092 ____________________________________________________________________________
88093 [  6387] By: gsar                                  on 2000/07/13  05:35:28
88094         Log: new selfloader.t in change#6183 doesn't close DATA handles,
88095              and thus fails to clean up tmp files on dosish platforms
88096      Branch: perl
88097            ! t/lib/selfloader.t
88098 ____________________________________________________________________________
88099 [  6386] By: gsar                                  on 2000/07/12  21:42:39
88100         Log: sprintf test tweaks (from Dominic Dunlop)
88101      Branch: perl
88102            ! t/op/sprintf.t
88103 ____________________________________________________________________________
88104 [  6385] By: gsar                                  on 2000/07/12  21:33:46
88105         Log: fix bugs in processing %v-*d and similar format specs (from
88106              Avi Finkel <avi@finkel.org>)
88107      Branch: perl
88108            ! sv.c t/op/sprintf.t
88109 ____________________________________________________________________________
88110 [  6384] By: gsar                                  on 2000/07/12  16:04:19
88111         Log: readd missing perldelta.pod changes from changes#6339,6376
88112      Branch: perl
88113            ! pod/perldelta.pod
88114 ____________________________________________________________________________
88115 [  6383] By: gsar                                  on 2000/07/12  16:00:51
88116         Log: don't clobber *.orig files on *clean targets
88117      Branch: perl
88118            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
88119 ____________________________________________________________________________
88120 [  6382] By: gsar                                  on 2000/07/12  07:59:12
88121         Log: fix broken integrations in cfgperl
88122      Branch: cfgperl
88123           !> Changes pod/perldelta.pod
88124 ____________________________________________________________________________
88125 [  6381] By: gsar                                  on 2000/07/12  07:42:17
88126         Log: integrate cfgperl changes into mainline
88127      Branch: perl
88128            ! Changes
88129           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
88130           !> pod/perlre.pod
88131 ____________________________________________________________________________
88132 [  6380] By: gsar                                  on 2000/07/12  07:31:00
88133         Log: get sprintf.t to adjust properly for 3-digit exponents
88134      Branch: perl
88135            ! t/op/sprintf.t
88136 ____________________________________________________________________________
88137 [  6379] By: gsar                                  on 2000/07/12  06:40:04
88138         Log: change#6174 needs corresponding change in win32/config_h.PL,
88139              which grovels through config_h.SH to find the config.h name
88140      Branch: perl
88141            ! win32/config_h.PL
88142 ____________________________________________________________________________
88143 [  6378] By: jhi                                   on 2000/07/12  05:03:59
88144         Log: Do the cc sanity check both before the hints and
88145              after the cc selction.
88146      Branch: cfgperl
88147            ! Configure config_h.SH
88148      Branch: metaconfig
88149            ! U/modified/Oldconfig.U U/modified/cc.U
88150      Branch: metaconfig/U/perl
88151            + Checkcc.U
88152 ____________________________________________________________________________
88153 [  6377] By: jhi                                   on 2000/07/12  02:49:22
88154         Log: Fix nits noticed by Boston.pm.
88155      Branch: cfgperl
88156            ! pod/perlre.pod
88157 ____________________________________________________________________________
88158 [  6376] By: jhi                                   on 2000/07/11  21:22:13
88159         Log: Configure cosmetics and perldelta.
88160      Branch: cfgperl
88161            ! Configure config_h.SH pod/perldelta.pod
88162      Branch: metaconfig
88163            ! U/modified/cc.U
88164 ____________________________________________________________________________
88165 [  6375] By: gsar                                  on 2000/07/11  21:17:35
88166         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
88167      Branch: perl
88168            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
88169            ! win32/win32sck.c
88170 ____________________________________________________________________________
88171 [  6374] By: gsar                                  on 2000/07/11  20:48:50
88172         Log: tweak for build failure under multiplicity
88173      Branch: perl
88174            ! toke.c
88175 ____________________________________________________________________________
88176 [  6373] By: gsar                                  on 2000/07/11  20:37:23
88177         Log: integrate cfgperl changes#6325..6373 into mainline
88178              (NOTE: today's batch of integrations still untested)
88179      Branch: perl
88180           +> ext/DynaLoader/hints/netbsd.pl
88181            ! Changes
88182           !> (integrate 26 files)
88183 ____________________________________________________________________________
88184 [  6372] By: jhi                                   on 2000/07/11  20:30:36
88185         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
88186              regen perltoc.
88187      Branch: cfgperl
88188            + pod/perlbook.pod
88189            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
88190            ! pod/perltoc.pod
88191 ____________________________________________________________________________
88192 [  6371] By: jhi                                   on 2000/07/11  20:08:56
88193         Log: Minor cleanups on the booklist.
88194      Branch: cfgperl
88195            ! pod/perlfaq2.pod
88196 ____________________________________________________________________________
88197 [  6370] By: jhi                                   on 2000/07/11  19:31:13
88198         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
88199      Branch: cfgperl
88200            ! t/pragma/overload.t
88201 ____________________________________________________________________________
88202 [  6369] By: gsar                                  on 2000/07/11  19:27:48
88203         Log: integrate cfgperl changes#6293..6324 into mainline
88204      Branch: perl
88205           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
88206            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
88207           !> (integrate 30 files)
88208 ____________________________________________________________________________
88209 [  6368] By: gsar                                  on 2000/07/11  19:18:57
88210         Log: skip integrate of problematic change#6292 from cfgperl into mainline
88211      Branch: perl
88212           !> pp_hot.c
88213 ____________________________________________________________________________
88214 [  6367] By: gsar                                  on 2000/07/11  19:17:21
88215         Log: integrate cfgperl changes#6288..6290 into mainline
88216      Branch: perl
88217           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
88218 ____________________________________________________________________________
88219 [  6366] By: gsar                                  on 2000/07/11  19:11:18
88220         Log: integrate cfgperl changes#6268..6282 into mainline
88221      Branch: perl
88222           !> (integrate 30 files)
88223 ____________________________________________________________________________
88224 [  6365] By: gsar                                  on 2000/07/11  18:57:00
88225         Log: delete new accidentally branched file
88226      Branch: perl
88227            - t/op/method2entersub.t
88228 ____________________________________________________________________________
88229 [  6364] By: gsar                                  on 2000/07/11  18:55:13
88230         Log: skip integrate of change#6267 from cfgperl into mainline (the
88231              method call optimization is flawed without additional hints
88232              from user about immutableness of @ISA and no runtime method
88233              definitions)
88234      Branch: perl
88235           +> t/op/method2entersub.t
88236           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
88237           !> perl.h t/op/sprintf.t xsutils.c
88238 ____________________________________________________________________________
88239 [  6363] By: gsar                                  on 2000/07/11  18:49:43
88240         Log: integrate cfgperl changes#6261..6266 into mainline
88241      Branch: perl
88242           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
88243           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
88244           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
88245           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
88246 ____________________________________________________________________________
88247 [  6362] By: gsar                                  on 2000/07/11  18:43:26
88248         Log: integrate cfgperl changes#6252..6260 into mainline
88249      Branch: perl
88250           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
88251           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
88252           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
88253           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
88254 ____________________________________________________________________________
88255 [  6361] By: gsar                                  on 2000/07/11  18:37:12
88256         Log: skip integrate of problematic change#6251 from cfgperl into mainline
88257      Branch: perl
88258           !> lib/Exporter.pm
88259 ____________________________________________________________________________
88260 [  6360] By: gsar                                  on 2000/07/11  18:34:56
88261         Log: integrate cfgperl change#6250 into mainline
88262      Branch: perl
88263           +> t/op/my_stash.t
88264           !> MANIFEST embed.pl proto.h toke.c
88265 ____________________________________________________________________________
88266 [  6359] By: gsar                                  on 2000/07/11  18:21:19
88267         Log: integrate cfgperl changes#6242..6249 into mainline
88268      Branch: perl
88269           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
88270           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
88271           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
88272           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
88273           !> t/lib/peek.t utf8.c
88274 ____________________________________________________________________________
88275 [  6358] By: gsar                                  on 2000/07/11  18:15:45
88276         Log: skip integrate of problematic change#6241 from cfgperl into mainline
88277      Branch: perl
88278           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
88279 ____________________________________________________________________________
88280 [  6357] By: jhi                                   on 2000/07/11  18:15:16
88281         Log: Fix for
88282              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
88283              From: Roderick Schertler <roderick@argon.org> 
88284              Date: Tue, 11 Jul 2000 13:55:05 -0400 
88285              Message-Id: <200007111755.NAA05077@jones.argon.org> 
88286      Branch: cfgperl
88287            ! doio.c
88288 ____________________________________________________________________________
88289 [  6356] By: jhi                                   on 2000/07/11  18:12:51
88290         Log: Typo in #6341.
88291      Branch: cfgperl
88292            ! pp_hot.c
88293 ____________________________________________________________________________
88294 [  6355] By: gsar                                  on 2000/07/11  18:12:10
88295         Log: integrate cfgperl changes#6231..6240 into mainline
88296      Branch: perl
88297           +> pod/perlutil.pod
88298           !> (integrate 35 files)
88299 ____________________________________________________________________________
88300 [  6354] By: jhi                                   on 2000/07/11  18:04:34
88301         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
88302              From: Dominic Dunlop <domo@computer.org> 
88303              Date: Tue, 11 Jul 2000 12:27:33 +0200 
88304              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
88305              
88306              Replaces change #6268.
88307      Branch: cfgperl
88308            ! t/op/sprintf.t
88309 ____________________________________________________________________________
88310 [  6353] By: gsar                                  on 2000/07/11  17:59:51
88311         Log: skip integrate of problematic change#6230 from cfgperl into mainline
88312              (a later version of File::Spec is already in mainline)
88313      Branch: perl
88314           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
88315           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
88316 ____________________________________________________________________________
88317 [  6352] By: gsar                                  on 2000/07/11  17:57:48
88318         Log: integrate cfgperl changes#6224..6229 into mainline
88319      Branch: perl
88320           +> lib/lib.pm.PL
88321            - lib/lib.pm
88322           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
88323           !> lib/English.pm op.c t/lib/english.t
88324 ____________________________________________________________________________
88325 [  6351] By: gsar                                  on 2000/07/11  17:50:10
88326         Log: skip integrate of problematic change#6223 from cfgperl into mainline
88327      Branch: perl
88328           !> doio.c
88329 ____________________________________________________________________________
88330 [  6350] By: gsar                                  on 2000/07/11  17:48:28
88331         Log: integrate cfgperl changes#6220..6222 into mainline
88332      Branch: perl
88333           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
88334           !> toke.c utf8.c win32/win32.h
88335 ____________________________________________________________________________
88336 [  6349] By: gsar                                  on 2000/07/11  17:46:13
88337         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
88338              mainline
88339      Branch: perl
88340           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
88341           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
88342           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88343 ____________________________________________________________________________
88344 [  6348] By: jhi                                   on 2000/07/11  17:45:49
88345         Log: README.posix-bc podified from Thomas Dorner.
88346      Branch: cfgperl
88347            ! README.posix-bc
88348 ____________________________________________________________________________
88349 [  6347] By: gsar                                  on 2000/07/11  17:42:04
88350         Log: integrate cfgperl change#6217 into mainline
88351      Branch: perl
88352           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
88353           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
88354           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
88355 ____________________________________________________________________________
88356 [  6346] By: gsar                                  on 2000/07/11  17:39:37
88357         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
88358              mainline
88359      Branch: perl
88360           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
88361           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
88362           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
88363           !> perlapi.h pod/perlapi.pod
88364 ____________________________________________________________________________
88365 [  6345] By: gsar                                  on 2000/07/11  17:36:42
88366         Log: integrate cfgperl changes#6207..6210 into mainline
88367      Branch: perl
88368           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
88369           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
88370 ____________________________________________________________________________
88371 [  6344] By: gsar                                  on 2000/07/11  17:31:20
88372         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
88373              mainline
88374      Branch: perl
88375           !> (integrate 40 files)
88376 ____________________________________________________________________________
88377 [  6343] By: gsar                                  on 2000/07/11  17:19:08
88378         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
88379      Branch: perl
88380           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
88381            ! Changes
88382           !> (integrate 34 files)
88383 ____________________________________________________________________________
88384 [  6342] By: jhi                                   on 2000/07/11  16:05:48
88385         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
88386              To: perl5-porters@perl.org
88387              From: Karsten Sperling <spiff@phreax.net>
88388              Date: Mon, 10 Jul 2000 15:12:52 +0200
88389              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
88390      Branch: cfgperl
88391            ! lib/Symbol.pm
88392 ____________________________________________________________________________
88393 [  6341] By: jhi                                   on 2000/07/11  15:59:23
88394         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
88395              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88396              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
88397              Date: Fri, 07 Jul 2000 17:57:16 +0100
88398      Branch: cfgperl
88399            ! pp_hot.c
88400 ____________________________________________________________________________
88401 [  6340] By: jhi                                   on 2000/07/11  15:55:47
88402         Log: Subject: Re: format bug report  [Patch]
88403              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
88404              Date: Wed, 05 Jul 2000 13:12:52 +0200
88405              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
88406              
88407              Subject: Re: format bug report  [Patch]
88408              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
88409              Date: Wed, 05 Jul 2000 14:10:01 +0200
88410              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
88411      Branch: cfgperl
88412            ! t/op/write.t toke.c
88413 ____________________________________________________________________________
88414 [  6339] By: jhi                                   on 2000/07/11  13:54:09
88415         Log: Be less forgiving about ambiguous and illegal tr ranges.
88416              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
88417              From: Mark-Jason Dominus <mjd@plover.com>
88418              Date: Tue, 04 Jul 2000 10:00:12 -0400
88419              Message-ID: <20000704140012.17772.qmail@plover.com>
88420              
88421              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
88422              From: Mark-Jason Dominus <mjd@plover.com>
88423              Date: Wed, 05 Jul 2000 09:37:36 -0400
88424              Message-ID: <20000705133736.27293.qmail@plover.com>
88425      Branch: cfgperl
88426            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
88427 ____________________________________________________________________________
88428 [  6338] By: jhi                                   on 2000/07/11  13:31:24
88429         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
88430              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88431              Date: Tue, 11 Jul 2000 13:50:51 +0100
88432              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
88433      Branch: cfgperl
88434            ! sv.c
88435 ____________________________________________________________________________
88436 [  6337] By: jhi                                   on 2000/07/11  13:29:14
88437         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
88438              From: Hugo <hv@crypt.compulink.co.uk>
88439              Date: Tue, 11 Jul 2000 12:44:50 +0100
88440              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
88441      Branch: cfgperl
88442            ! regexec.c t/op/re_tests
88443 ____________________________________________________________________________
88444 [  6336] By: jhi                                   on 2000/07/11  13:26:47
88445         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
88446              From: simon@brecon.co.uk (Simon Cozens)
88447              Date: 7 Jul 2000 11:26:09 GMT
88448              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
88449      Branch: cfgperl
88450            ! mg.c
88451 ____________________________________________________________________________
88452 [  6335] By: jhi                                   on 2000/07/11  13:23:37
88453         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
88454              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
88455              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
88456              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
88457      Branch: cfgperl
88458            + ext/DynaLoader/hints/netbsd.pl
88459            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
88460 ____________________________________________________________________________
88461 [  6334] By: jhi                                   on 2000/07/11  13:20:38
88462         Log: Subject: PATCH perlguts.pod: Document D and d magic types
88463              From: mjd@plover.com
88464              Date: 5 Jul 2000 18:01:51 -0000
88465              Message-ID: <20000705180151.29413.qmail@plover.com>
88466      Branch: cfgperl
88467            ! pod/perlguts.pod
88468 ____________________________________________________________________________
88469 [  6333] By: jhi                                   on 2000/07/11  13:15:51
88470         Log: Precedence goof, fix based on
88471              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
88472              From: Hugo <hv@crypt.compulink.co.uk>
88473              Date: Tue, 11 Jul 2000 12:52:38 +0100
88474              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
88475      Branch: cfgperl
88476            ! t/op/taint.t
88477 ____________________________________________________________________________
88478 [  6332] By: jhi                                   on 2000/07/11  12:40:17
88479         Log: Integrate with Sarathy.
88480      Branch: cfgperl
88481           !> win32/win32sck.c
88482 ____________________________________________________________________________
88483 [  6331] By: jhi                                   on 2000/07/10  20:14:16
88484         Log: Sprinkle ldlibpath.
88485      Branch: cfgperl
88486            ! pod/Makefile.SH
88487 ____________________________________________________________________________
88488 [  6330] By: jhi                                   on 2000/07/10  17:54:49
88489         Log: More POSIX.pod tweaks.
88490      Branch: cfgperl
88491            ! ext/POSIX/POSIX.pod
88492 ____________________________________________________________________________
88493 [  6329] By: jhi                                   on 2000/07/10  14:02:12
88494         Log: Reorder perl.pod once more.
88495      Branch: cfgperl
88496            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
88497 ____________________________________________________________________________
88498 [  6328] By: gsar                                  on 2000/07/10  07:06:00
88499         Log: accept() leaks memory on windows due to incorrect ordering of
88500              closesocket() and fclose() calls
88501      Branch: perl
88502            ! win32/win32sck.c
88503 ____________________________________________________________________________
88504 [  6327] By: gsar                                  on 2000/07/10  06:49:17
88505         Log: winsock options weren't being set in all threads under ithreads
88506              (caused send()s from second and subsequent threads to fail)
88507      Branch: perl
88508            ! win32/win32sck.c
88509 ____________________________________________________________________________
88510 [  6326] By: jhi                                   on 2000/07/08  02:45:40
88511         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
88512              was cast to an unsigned (32-bit) integer with wild abandon.
88513      Branch: cfgperl
88514            ! ext/Devel/DProf/DProf.xs
88515 ____________________________________________________________________________
88516 [  6325] By: jhi                                   on 2000/07/07  18:50:33
88517         Log: Remove perlbook, update perlfaq book listing,
88518              rearrange perl.pod, regenerate perltoc.
88519      Branch: cfgperl
88520            - pod/perlbook.pod
88521            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
88522            ! pod/perlfaq2.pod pod/perltoc.pod
88523 ____________________________________________________________________________
88524 [  6324] By: jhi                                   on 2000/07/07  14:03:40
88525         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
88526      Branch: cfgperl
88527            ! sv.h toke.c
88528 ____________________________________________________________________________
88529 [  6323] By: jhi                                   on 2000/07/06  16:03:55
88530         Log: Fix complaints of buildtoc.
88531      Branch: cfgperl
88532            + lib/Win32.pod
88533            - pod/Win32.pod
88534            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
88535 ____________________________________________________________________________
88536 [  6322] By: jhi                                   on 2000/07/06  15:15:52
88537         Log: Add =head1 NAMEs so that buildtoc is happy.
88538              (The CGI::Util nit reported to Lincoln.)
88539      Branch: cfgperl
88540            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
88541            ! pod/perltoc.pod
88542 ____________________________________________________________________________
88543 [  6321] By: jhi                                   on 2000/07/06  03:16:04
88544         Log: Config is being used.
88545      Branch: cfgperl
88546            ! t/op/method.t
88547 ____________________________________________________________________________
88548 [  6320] By: jhi                                   on 2000/07/06  03:13:13
88549         Log: Integrate with Sarathy.
88550      Branch: cfgperl
88551           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
88552 ____________________________________________________________________________
88553 [  6319] By: jhi                                   on 2000/07/06  03:11:46
88554         Log: Autogenerate pod/Makefile and pod/buildtoc.
88555              buildtoc also checks whether the existing pods are
88556              mentioned in MANIFEST and perl.pod, and vice versa.
88557              (None of the thusly found discrepancies fixed yet.)
88558              roffitall also needs to be autogenerated similarly but it
88559              seems so badly out of date that I didn't touch it yet.
88560      Branch: cfgperl
88561            + pod/Makefile.SH pod/buildtoc.PL
88562            - pod/Makefile pod/buildtoc
88563            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
88564 ____________________________________________________________________________
88565 [  6318] By: gsar                                  on 2000/07/05  22:10:54
88566         Log: fix UNC path handling on Windows under ithreads, and chdir()
88567              return value when given a non-existent directory
88568      Branch: perl
88569            ! win32/vdir.h
88570 ____________________________________________________________________________
88571 [  6317] By: gsar                                  on 2000/07/05  22:08:19
88572         Log: winsock cleanup never done on Windows (leads to handle leaks)
88573      Branch: perl
88574            ! win32/perllib.c win32/win32sck.c
88575 ____________________________________________________________________________
88576 [  6316] By: gsar                                  on 2000/07/05  22:06:19
88577         Log: some debugger output does not go to the socket when RemotePort is set
88578      Branch: perl
88579            ! lib/perl5db.pl
88580 ____________________________________________________________________________
88581 [  6315] By: jhi                                   on 2000/07/05  00:25:21
88582         Log: Integrate with Sarathy, preliminary fix for unicos
88583              alignment problems in [ID 20000612.002] Perl problem on Cray system.
88584      Branch: cfgperl
88585            ! sv.h
88586           !> pp_hot.c
88587 ____________________________________________________________________________
88588 [  6314] By: gsar                                  on 2000/07/04  23:34:02
88589         Log: tyop in change#6306
88590      Branch: perl
88591            ! pp_hot.c
88592 ____________________________________________________________________________
88593 [  6313] By: jhi                                   on 2000/07/04  22:14:38
88594         Log: Multiline string literals ENONPORTABLE.
88595      Branch: cfgperl
88596            ! pp_hot.c
88597 ____________________________________________________________________________
88598 [  6312] By: jhi                                   on 2000/07/04  20:34:44
88599         Log: Integrate with Sarathy.
88600      Branch: cfgperl
88601           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
88602           !> t/op/method.t
88603 ____________________________________________________________________________
88604 [  6311] By: jhi                                   on 2000/07/04  20:30:56
88605         Log: More POSIX.pod embellishment.
88606      Branch: cfgperl
88607            ! ext/POSIX/POSIX.pod
88608 ____________________________________________________________________________
88609 [  6310] By: gsar                                  on 2000/07/04  17:28:48
88610         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
88611      Branch: perl
88612            ! t/lib/b.t
88613 ____________________________________________________________________________
88614 [  6309] By: jhi                                   on 2000/07/04  17:22:18
88615         Log: The #6308 required a little bit more.
88616      Branch: cfgperl
88617            ! Makefile.SH win32/Makefile
88618 ____________________________________________________________________________
88619 [  6308] By: jhi                                   on 2000/07/04  16:35:24
88620         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
88621      Branch: cfgperl
88622            + lib/lib_pm.PL
88623            - lib/lib.pm.PL
88624            ! MANIFEST Makefile.SH
88625 ____________________________________________________________________________
88626 [  6307] By: jhi                                   on 2000/07/04  16:28:58
88627         Log: Win32 patches for cfgperl from Sarathy.
88628      Branch: cfgperl
88629            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
88630            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
88631            ! thread.h toke.c util.c win32/Makefile win32/win32.c
88632 ____________________________________________________________________________
88633 [  6306] By: gsar                                  on 2000/07/04  16:28:40
88634         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
88635              (from Richard Soderberg <rs@oregonnet.com>)
88636      Branch: perl
88637            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
88638 ____________________________________________________________________________
88639 [  6305] By: jhi                                   on 2000/07/04  16:24:24
88640         Log: Integrate with Sarathy.
88641      Branch: cfgperl
88642           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
88643           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
88644           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
88645           !> proto.h win32/win32.c
88646 ____________________________________________________________________________
88647 [  6304] By: gsar                                  on 2000/07/04  16:17:24
88648         Log: missing perldiag entry for unpack("w",...) diagnostic (from
88649              Andreas Koenig)
88650      Branch: perl
88651            ! pod/perldiag.pod
88652 ____________________________________________________________________________
88653 [  6303] By: gsar                                  on 2000/07/04  16:14:44
88654         Log: remove rel2abs prototypes (from Barrie Slaymaker)
88655      Branch: perl
88656            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
88657            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
88658 ____________________________________________________________________________
88659 [  6302] By: gsar                                  on 2000/07/04  04:59:35
88660         Log: adjust change#6299
88661      Branch: perl
88662            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
88663            ! win32/win32.c
88664 ____________________________________________________________________________
88665 [  6301] By: jhi                                   on 2000/07/04  04:50:07
88666         Log: Integrate with Sarathy.
88667      Branch: cfgperl
88668           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
88669           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
88670           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
88671 ____________________________________________________________________________
88672 [  6300] By: gsar                                  on 2000/07/04  04:42:09
88673         Log: PERL_OBJECT build tweak
88674      Branch: perl
88675            ! perl.h
88676 ____________________________________________________________________________
88677 [  6299] By: gsar                                  on 2000/07/04  04:37:00
88678         Log: fix memory leak on Windows (PL_sys_intern contents were never
88679              freed)
88680      Branch: perl
88681            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
88682            ! perlapi.c proto.h win32/win32.c
88683 ____________________________________________________________________________
88684 [  6298] By: gsar                                  on 2000/07/04  04:15:59
88685         Log: fix large memory leak that has been around for ever, masked by
88686              -DPURIFY (most of the arenas were never freed!)
88687      Branch: perl
88688            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
88689 ____________________________________________________________________________
88690 [  6297] By: gsar                                  on 2000/07/04  04:07:46
88691         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
88692      Branch: perl
88693            ! perl.c
88694 ____________________________________________________________________________
88695 [  6296] By: jhi                                   on 2000/06/30  18:28:37
88696         Log: Elaborate POSIX.pod.  Still needs work.
88697      Branch: cfgperl
88698            ! ext/POSIX/POSIX.pod
88699 ____________________________________________________________________________
88700 [  6295] By: jhi                                   on 2000/06/30  14:58:18
88701         Log: Point to perlipc for more SysV IPC examples.
88702      Branch: cfgperl
88703            ! pod/perlfunc.pod
88704 ____________________________________________________________________________
88705 [  6294] By: gsar                                  on 2000/06/30  14:47:45
88706         Log: slurp mode fix in change#4736 still not quite right
88707      Branch: perl
88708            ! pp_hot.c t/io/argv.t
88709 ____________________________________________________________________________
88710 [  6293] By: jhi                                   on 2000/06/30  12:02:55
88711         Log: Integrate with Sarathy.
88712      Branch: cfgperl
88713           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
88714 ____________________________________________________________________________
88715 [  6292] By: jhi                                   on 2000/06/30  12:01:11
88716         Log: From: simon@brecon.co.uk (Simon Cozens)
88717              Subject: UTF8 concat
88718              Date: 30 Jun 2000 06:13:25 GMT
88719              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
88720      Branch: cfgperl
88721            ! pp_hot.c
88722 ____________________________________________________________________________
88723 [  6291] By: gsar                                  on 2000/06/30  04:37:33
88724         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
88725              when @_ is modified, causing coredumps
88726      Branch: perl
88727            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
88728 ____________________________________________________________________________
88729 [  6290] By: jhi                                   on 2000/06/30  02:21:44
88730         Log: Integrate with Sarathy.
88731      Branch: cfgperl
88732           !> vms/vms.c vms/vmsish.h
88733 ____________________________________________________________________________
88734 [  6289] By: jhi                                   on 2000/06/30  02:21:02
88735         Log: Check VERSIONs.
88736      Branch: cfgperl
88737            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
88738            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
88739            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
88740 ____________________________________________________________________________
88741 [  6288] By: jhi                                   on 2000/06/30  02:18:52
88742         Log: Integrate with Sarathy.
88743      Branch: cfgperl
88744           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
88745           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
88746           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
88747           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
88748 ____________________________________________________________________________
88749 [  6287] By: gsar                                  on 2000/06/30  02:17:08
88750         Log: integrate vmsperl changes into mainline
88751      Branch: perl
88752           !> vms/vms.c vms/vmsish.h
88753 ____________________________________________________________________________
88754 [  6285] By: gsar                                  on 2000/06/30  02:05:28
88755         Log: localize %INC in a Safe compartment so that use/require work
88756              (many other magic globals probably need similar treatment)
88757      Branch: perl
88758            ! ext/Opcode/Opcode.xs
88759 ____________________________________________________________________________
88760 [  6284] By: gsar                                  on 2000/06/30  01:54:54
88761         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
88762              about Windows
88763      Branch: perl
88764            ! pod/perlembed.pod
88765 ____________________________________________________________________________
88766 [  6283] By: jhi                                   on 2000/06/30  01:50:10
88767         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
88768              From: Barrie Slaymaker <barries@jester.slaysys.com>
88769              Date: Wed, 28 Jun 2000 11:35:29 -0400
88770              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
88771      Branch: perl
88772            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
88773            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
88774            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
88775            ! lib/File/Spec/Win32.pm
88776 ____________________________________________________________________________
88777 [  6282] By: jhi                                   on 2000/06/29  22:57:22
88778         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
88779              From: Dan Sugalski <dan@sidhe.org>
88780              Date: Tue, 06 Jun 2000 11:59:50 -0400
88781              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
88782      Branch: cfgperl
88783            ! vms/vms.c
88784 ____________________________________________________________________________
88785 [  6281] By: jhi                                   on 2000/06/29  22:52:50
88786         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
88787              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
88788              Date: Wed, 7 Jun 2000 04:02:04 -0500
88789              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
88790      Branch: cfgperl
88791            ! utils/h2xs.PL
88792 ____________________________________________________________________________
88793 [  6280] By: jhi                                   on 2000/06/29  22:45:47
88794         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
88795              From: rspier@pobox.com (Robert Spier)
88796              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
88797              Message-ID: <14654.31913.845602.610277@rls.cx>
88798      Branch: cfgperl
88799            ! utils/h2xs.PL
88800 ____________________________________________________________________________
88801 [  6279] By: jhi                                   on 2000/06/29  22:38:16
88802         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
88803              From: Tim Ayers <tayers@bridge.com>
88804              Date: Thu, 08 Jun 2000 08:11:06 +0200
88805              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
88806              [resent by Richard Foley, Message-Id probably wrong]
88807      Branch: cfgperl
88808            ! pod/perlsub.pod
88809 ____________________________________________________________________________
88810 [  6278] By: jhi                                   on 2000/06/29  22:21:45
88811         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
88812              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
88813              Date: Fri, 09 Jun 2000 12:39:27 -0400
88814              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
88815              (plus update the version "number" of Text::Wrap)
88816      Branch: cfgperl
88817            ! lib/Text/Wrap.pm
88818 ____________________________________________________________________________
88819 [  6277] By: jhi                                   on 2000/06/29  22:13:10
88820         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
88821              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88822              Date: Mon, 12 Jun 2000 14:55:59 +0100
88823              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
88824      Branch: cfgperl
88825            ! pod/perlfunc.pod
88826 ____________________________________________________________________________
88827 [  6276] By: jhi                                   on 2000/06/29  22:11:06
88828         Log: Subject: [PATCH] Re: eval documentation: context
88829              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
88830              Date: Mon, 12 Jun 2000 15:07:29 +0100
88831              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
88832      Branch: cfgperl
88833            ! pod/perlfunc.pod
88834 ____________________________________________________________________________
88835 [  6275] By: jhi                                   on 2000/06/29  21:59:46
88836         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
88837              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
88838              Date: Tue, 13 Jun 2000 02:43:48 -0500
88839              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
88840      Branch: cfgperl
88841            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
88842 ____________________________________________________________________________
88843 [  6274] By: jhi                                   on 2000/06/29  21:56:14
88844         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
88845              From: Andy Dougherty <doughera@lafayette.edu>
88846              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
88847              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
88848      Branch: cfgperl
88849            ! ext/File/Glob/Glob.pm
88850 ____________________________________________________________________________
88851 [  6273] By: jhi                                   on 2000/06/29  21:49:09
88852         Log: Subject: [PATCH] xsub attributes
88853              From: Doug MacEachern <dougm@covalent.net>
88854              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
88855              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
88856      Branch: cfgperl
88857            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
88858            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
88859 ____________________________________________________________________________
88860 [  6272] By: jhi                                   on 2000/06/29  21:41:28
88861         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
88862              From: Tom Phoenix <rootbeer@redcat.com>
88863              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
88864              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
88865      Branch: cfgperl
88866            ! lib/Net/Ping.pm
88867 ____________________________________________________________________________
88868 [  6271] By: jhi                                   on 2000/06/29  21:36:55
88869         Log: Subject: PATCH pod/perltie.pod
88870              From: Ian Phillipps <Ian.Phillipps@iname.com>
88871              Date: Fri, 16 Jun 2000 00:17:19 +0100
88872              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
88873              (only the first hunk, the second hunk had already been done
88874              by some other patch)
88875      Branch: cfgperl
88876            ! pod/perltie.pod
88877 ____________________________________________________________________________
88878 [  6270] By: jhi                                   on 2000/06/29  21:24:51
88879         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
88880              From: Nicholas Clark <nick@talking.bollo.cx>
88881              Date: Fri, 23 Jun 2000 16:21:15 +0100
88882              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
88883      Branch: cfgperl
88884            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
88885            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
88886 ____________________________________________________________________________
88887 [  6269] By: jhi                                   on 2000/06/29  19:38:15
88888         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
88889              silence few compiler warnings.
88890      Branch: cfgperl
88891            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
88892 ____________________________________________________________________________
88893 [  6268] By: jhi                                   on 2000/06/29  18:21:50
88894         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
88895              From: Dominic Dunlop <domo@computer.org> 
88896              Date: Thu, 29 Jun 2000 12:32:39 +0200 
88897              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
88898      Branch: cfgperl
88899            ! t/op/sprintf.t
88900 ____________________________________________________________________________
88901 [  6267] By: jhi                                   on 2000/06/29  18:16:07
88902         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
88903              From: Doug MacEachern <dougm@covalent.net>
88904              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
88905              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
88906      Branch: cfgperl
88907            + t/op/method2entersub.t
88908            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
88909            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
88910            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
88911            ! xsutils.c
88912 ____________________________________________________________________________
88913 [  6266] By: jhi                                   on 2000/06/29  15:11:15
88914         Log: Subject: [PATCH 5.6.0] cygwin port
88915              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
88916              From: "Fifer, Eric" <EFifer@sanwaint.com>
88917              Date: Thu, 29 Jun 2000 12:58:29 +0100
88918      Branch: cfgperl
88919            ! cygwin/Makefile.SHs
88920 ____________________________________________________________________________
88921 [  6265] By: jhi                                   on 2000/06/29  15:04:05
88922         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
88923              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
88924              Date: Wed, 28 Jun 2000 17:50:12 -0700
88925              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
88926      Branch: cfgperl
88927            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
88928 ____________________________________________________________________________
88929 [  6264] By: jhi                                   on 2000/06/29  15:00:57
88930         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
88931              From: Marty Lucich <marty@netcom.com>
88932              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
88933              Message-Id: <200006282116.OAA11148@netcom.com>
88934              ccdlflags update (the BSD/OS 4.1 part had already been taken
88935              care of by #6141).
88936      Branch: cfgperl
88937            ! hints/bsdos.sh
88938 ____________________________________________________________________________
88939 [  6263] By: jhi                                   on 2000/06/29  13:47:44
88940         Log: tr fixes from Simon Cozens
88941      Branch: cfgperl
88942            ! doop.c
88943 ____________________________________________________________________________
88944 [  6262] By: jhi                                   on 2000/06/28  18:46:01
88945         Log: Subject: 5.6.0 Patch for EPOC
88946              From: Olaf Flebbe <o.flebbe@gmx.de>
88947              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
88948              Message-ID: <23449.960929969@www11.gmx.net>
88949      Branch: cfgperl
88950            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
88951            ! epoc/epocish.h
88952 ____________________________________________________________________________
88953 [  6261] By: jhi                                   on 2000/06/28  18:29:07
88954         Log: Subject: Re: [PATCH cfgperl] BOMs away!
88955              From: simon@brecon.co.uk (Simon Cozens)
88956              Date: 17 Jun 2000 11:49:57 GMT
88957              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
88958      Branch: cfgperl
88959            ! pod/perldiag.pod t/comp/require.t toke.c
88960 ____________________________________________________________________________
88961 [  6260] By: jhi                                   on 2000/06/28  17:47:16
88962         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
88963              From: simon@brecon.co.uk (Simon Cozens) 
88964              Date: 17 Jun 2000 11:56:44 GMT 
88965              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
88966              pack U0, pack C0
88967      Branch: cfgperl
88968            ! pod/perlfunc.pod pp.c t/op/pack.t
88969 ____________________________________________________________________________
88970 [  6259] By: jhi                                   on 2000/06/28  16:43:17
88971         Log: perlnewmod was missing from MANIFEST.
88972      Branch: cfgperl
88973            ! MANIFEST
88974 ____________________________________________________________________________
88975 [  6258] By: jhi                                   on 2000/06/28  15:54:30
88976         Log: linenumber tweak
88977      Branch: cfgperl
88978            ! t/pragma/warn/regcomp
88979 ____________________________________________________________________________
88980 [  6257] By: jhi                                   on 2000/06/28  15:50:44
88981         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
88982              From: Doug MacEachern <dougm@covalent.net>
88983              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
88984              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
88985              (one part of the patch had been applied earlier)
88986      Branch: cfgperl
88987            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
88988 ____________________________________________________________________________
88989 [  6256] By: jhi                                   on 2000/06/28  15:40:22
88990         Log: tweaks from Simon Cozens to further fix tr/// under utf8
88991      Branch: cfgperl
88992            ! doop.c
88993 ____________________________________________________________________________
88994 [  6255] By: jhi                                   on 2000/06/28  15:33:45
88995         Log: small thinko tweaks
88996      Branch: cfgperl
88997            ! lib/IPC/Open3.pm t/op/my_stash.t
88998 ____________________________________________________________________________
88999 [  6254] By: jhi                                   on 2000/06/28  15:33:25
89000         Log: Subject: tr///, help wanted.
89001              From: simon@brecon.co.uk (Simon Cozens)
89002              Date: 28 Jun 2000 11:29:04 GMT
89003              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
89004      Branch: cfgperl
89005            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
89006            ! pp_proto.h proto.h t/op/tr.t
89007 ____________________________________________________________________________
89008 [  6253] By: jhi                                   on 2000/06/28  15:09:17
89009         Log: Paranoia tweak on #6249.
89010              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
89011              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
89012              Date: Sun, 25 Jun 2000 23:43:12 -0400
89013              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
89014      Branch: cfgperl
89015            ! lib/IPC/Open3.pm
89016 ____________________________________________________________________________
89017 [  6252] By: jhi                                   on 2000/06/28  15:01:38
89018         Log: Document #6249 and #6251.
89019      Branch: cfgperl
89020            ! lib/Exporter.pm lib/IPC/Open3.pm
89021 ____________________________________________________________________________
89022 [  6251] By: jhi                                   on 2000/06/28  14:50:43
89023         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
89024              From: Doug MacEachern <dougm@covalent.net>
89025              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
89026              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
89027      Branch: cfgperl
89028            ! lib/Exporter.pm
89029 ____________________________________________________________________________
89030 [  6250] By: jhi                                   on 2000/06/28  14:45:23
89031         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
89032              From: Doug MacEachern <dougm@covalent.net>
89033              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
89034              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
89035      Branch: cfgperl
89036            + t/op/my_stash.t
89037            ! MANIFEST embed.pl global.sym proto.h toke.c
89038 ____________________________________________________________________________
89039 [  6249] By: jhi                                   on 2000/06/28  14:36:34
89040         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
89041              From: Frank Tobin <ftobin@uiuc.edu>
89042              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
89043              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
89044      Branch: cfgperl
89045            ! lib/IPC/Open3.pm
89046 ____________________________________________________________________________
89047 [  6248] By: jhi                                   on 2000/06/28  14:11:25
89048         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
89049              From: Mark-Jason Dominus <mjd@plover.com>
89050              Date: Tue, 27 Jun 2000 22:36:42 -0400
89051              Message-ID: <20000628023642.12166.qmail@plover.com>
89052      Branch: cfgperl
89053            ! pod/perlfunc.pod
89054 ____________________________________________________________________________
89055 [  6247] By: jhi                                   on 2000/06/27  12:46:37
89056         Log: Tweak $VERSION, patch from Doug MacEachern.
89057      Branch: cfgperl
89058            ! lib/File/Spec.pm
89059 ____________________________________________________________________________
89060 [  6246] By: jhi                                   on 2000/06/27  03:34:46
89061         Log: Allow for standalone testing.
89062      Branch: cfgperl
89063            ! t/lib/filefunc.t t/lib/filespec.t
89064 ____________________________________________________________________________
89065 [  6245] By: jhi                                   on 2000/06/27  02:50:02
89066         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
89067              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
89068              Date: Sat, 24 Jun 2000 13:06:20 +0100
89069              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
89070      Branch: cfgperl
89071            ! ext/DynaLoader/DynaLoader_pm.PL
89072 ____________________________________________________________________________
89073 [  6244] By: jhi                                   on 2000/06/27  02:46:10
89074         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
89075              From: Doug MacEachern <dougm@covalent.net>
89076              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
89077              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
89078      Branch: cfgperl
89079            ! gv.c sv.c t/lib/peek.t
89080 ____________________________________________________________________________
89081 [  6243] By: jhi                                   on 2000/06/27  02:38:07
89082         Log: Subject: [PATCH] is_utf8_string
89083              From: simon@brecon.co.uk (Simon Cozens)
89084              Date: 26 Jun 2000 02:25:59 GMT
89085              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
89086      Branch: cfgperl
89087            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
89088            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
89089            ! proto.h utf8.c
89090 ____________________________________________________________________________
89091 [  6242] By: jhi                                   on 2000/06/27  02:24:00
89092         Log: Subject: [PATCH] bytes<->utf8 fixes
89093              From: simon@brecon.co.uk (Simon Cozens)
89094              Date: 26 Jun 2000 04:55:45 GMT
89095              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
89096      Branch: cfgperl
89097            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
89098 ____________________________________________________________________________
89099 [  6241] By: jhi                                   on 2000/06/27  02:12:42
89100         Log: Do no -warn on \_, only on \alpha.
89101              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
89102              From: David Dyck <dcd@tc.fluke.com>
89103              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
89104              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
89105      Branch: cfgperl
89106            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
89107 ____________________________________________________________________________
89108 [  6240] By: jhi                                   on 2000/06/27  02:00:01
89109         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
89110              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
89111              Date: Mon, 26 Jun 2000 18:40:14 +0100
89112              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
89113      Branch: cfgperl
89114            ! utils/h2xs.PL
89115 ____________________________________________________________________________
89116 [  6239] By: jhi                                   on 2000/06/27  01:53:40
89117         Log: Configure maintenance.  Sever some dependency cycles,
89118              separate gccversion from the cc unit,
89119              address [ID 20000623.006] Configure script patch for using gcc on AIX
89120              (but solve it a little bit differently),
89121              unduplex some accidentally duplicated units,
89122              suggest using gcc if no cc available
89123              (p5p thread: "Solaris configure: counterproposal", 1999-09)
89124      Branch: cfgperl
89125            ! Configure Todo-5.6 config_h.SH
89126      Branch: metaconfig
89127            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
89128            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
89129      Branch: metaconfig/U/perl
89130            + gccvers.U
89131            ! d_getespwnam.U d_getprpwnam.U i_prot.U
89132 ____________________________________________________________________________
89133 [  6238] By: jhi                                   on 2000/06/25  18:04:56
89134         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
89135              From: Dan Sugalski <dan@sidhe.org>
89136              Date: Fri, 23 Jun 2000 17:00:00 -0400
89137              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
89138      Branch: cfgperl
89139            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
89140 ____________________________________________________________________________
89141 [  6237] By: jhi                                   on 2000/06/25  16:36:45
89142         Log: Tweak embed.pl, regen headers.
89143      Branch: cfgperl
89144            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
89145            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
89146            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
89147            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
89148            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
89149 ____________________________________________________________________________
89150 [  6236] By: jhi                                   on 2000/06/25  15:26:42
89151         Log: Regen headers.
89152      Branch: cfgperl
89153            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
89154            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
89155            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
89156            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
89157            ! regnodes.h warnings.h
89158 ____________________________________________________________________________
89159 [  6235] By: jhi                                   on 2000/06/23  19:39:35
89160         Log: The thread begun by
89161              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
89162              From: Kevin.Ruscoe@ubsw.com
89163              Date: Fri, 16 Jun 2000 16:38:51 +0100
89164              Message-Id: <H000019b03c300d6@MHS>
89165      Branch: cfgperl
89166            ! hints/solaris_2.sh
89167 ____________________________________________________________________________
89168 [  6234] By: jhi                                   on 2000/06/23  19:23:36
89169         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
89170              because when run as services (Win32ese for daemons)
89171              no environment variables are set and tmpdir ends up as /tmp,
89172              which is ambiguous.
89173              
89174              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
89175              From: matt@sergeant.org
89176              Date: 16 Jun 2000 16:30:43 -0000
89177              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
89178      Branch: cfgperl
89179            ! lib/File/Spec/Win32.pm
89180 ____________________________________________________________________________
89181 [  6233] By: jhi                                   on 2000/06/23  19:18:58
89182         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
89183              From: Mark-Jason Dominus <mjd@plover.com>
89184              Date: Fri, 16 Jun 2000 20:53:04 -0400
89185              Message-ID: <20000617005304.8008.qmail@plover.com>
89186      Branch: cfgperl
89187            ! op.h
89188 ____________________________________________________________________________
89189 [  6232] By: jhi                                   on 2000/06/23  16:10:02
89190         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
89191              From: simon@brecon.co.uk (Simon Cozens)
89192              Date: 19 Jun 2000 15:18:27 GMT
89193              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
89194              
89195              plus update pod/Makefile and regenerate perltoc
89196      Branch: cfgperl
89197            + pod/perlutil.pod
89198            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
89199 ____________________________________________________________________________
89200 [  6231] By: jhi                                   on 2000/06/23  15:19:18
89201         Log: Subject: [PATCH 5.6.0] cygwin port
89202              From: "Fifer, Eric" <EFifer@sanwaint.com>
89203              Date: Tue, 20 Jun 2000 14:30:58 +0100
89204              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
89205      Branch: cfgperl
89206            ! README.cygwin lib/File/Find.pm
89207 ____________________________________________________________________________
89208 [  6230] By: jhi                                   on 2000/06/23  14:25:21
89209         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
89210      Branch: cfgperl
89211            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
89212            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
89213            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
89214            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
89215 ____________________________________________________________________________
89216 [  6229] By: jhi                                   on 2000/06/23  14:13:34
89217         Log: Subject: README.hpux version 0.6.1
89218              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
89219              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
89220              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
89221      Branch: cfgperl
89222            ! README.hpux
89223 ____________________________________________________________________________
89224 [  6228] By: jhi                                   on 2000/06/23  14:07:20
89225         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
89226              From: Doug MacEachern <dougm@covalent.net>
89227              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
89228              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
89229      Branch: cfgperl
89230            ! op.c
89231 ____________________________________________________________________________
89232 [  6227] By: jhi                                   on 2000/06/23  14:01:06
89233         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
89234              From: Doug MacEachern <dougm@covalent.net>
89235              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
89236              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
89237      Branch: cfgperl
89238            + lib/lib.pm.PL
89239            - lib/lib.pm
89240            ! MANIFEST Makefile.SH
89241 ____________________________________________________________________________
89242 [  6226] By: jhi                                   on 2000/06/23  13:53:07
89243         Log: Subject: [PATCH] remove forward declarations in Socket.pm
89244              From: Doug MacEachern <dougm@covalent.net>
89245              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
89246              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
89247              
89248              From: Doug MacEachern <dougm@covalent.net>
89249              Subject: Re: [PATCH] remove forward declarations in Socket.pm
89250              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
89251              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
89252      Branch: cfgperl
89253            ! ext/Socket/Socket.pm op.c
89254 ____________________________________________________________________________
89255 [  6225] By: jhi                                   on 2000/06/23  13:41:52
89256         Log: Add source code filenames to apidoc.
89257              From: simon@brecon.co.uk (Simon Cozens)
89258              Subject: [PATCH embed.pl] Source X-ref
89259              Date: 22 Jun 2000 02:18:49 GMT
89260              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
89261      Branch: cfgperl
89262            ! embed.pl
89263 ____________________________________________________________________________
89264 [  6224] By: jhi                                   on 2000/06/23  13:32:33
89265         Log: A way to avoid English.pm performance hit.
89266              From: root <root@jester.slaysys.com>
89267              Subject: [YAPATCH English.pm] My turn to putt again
89268              Date: Thu, 22 Jun 2000 20:33:58 -0400
89269              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
89270      Branch: cfgperl
89271            ! lib/English.pm t/lib/english.t
89272 ____________________________________________________________________________
89273 [  6223] By: jhi                                   on 2000/06/23  13:27:06
89274         Log: Avoid double close().
89275              Subject: [PATCH] avoid double close()
89276              From: Doug MacEachern <dougm@covalent.net>
89277              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
89278              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
89279      Branch: cfgperl
89280            ! doio.c
89281 ____________________________________________________________________________
89282 [  6222] By: jhi                                   on 2000/06/23  13:25:54
89283         Log: doc typo fix
89284              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
89285              From: Ian Phillipps <Ian.Phillipps@iname.com>
89286              Date: Fri, 23 Jun 2000 10:40:58 +0100
89287              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
89288      Branch: cfgperl
89289            ! lib/Pod/Usage.pm
89290 ____________________________________________________________________________
89291 [  6221] By: jhi                                   on 2000/06/23  13:24:15
89292         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
89293              From: simon@brecon.co.uk (Simon Cozens)
89294              Subject: [PATCH] Eliminate tr///[CU][CU]
89295              Date: 23 Jun 2000 11:05:40 GMT
89296              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
89297      Branch: cfgperl
89298            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
89299 ____________________________________________________________________________
89300 [  6220] By: jhi                                   on 2000/06/22  16:07:51
89301         Log: Win32 patches from Benjamin Stuhl.
89302      Branch: cfgperl
89303            ! makedef.pl win32/win32.h
89304 ____________________________________________________________________________
89305 [  6219] By: jhi                                   on 2000/06/22  16:06:34
89306         Log: Bytecode patches from Benjamin Stuhl.
89307      Branch: cfgperl
89308            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
89309            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
89310            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89311 ____________________________________________________________________________
89312 [  6218] By: jhi                                   on 2000/06/15  23:54:16
89313         Log: Bytecode patches from Benjamin Stuhl.
89314      Branch: cfgperl
89315            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
89316 ____________________________________________________________________________
89317 [  6217] By: jhi                                   on 2000/06/09  13:38:29
89318         Log: Rename the fdpid locking and integrate with Sarathy.
89319      Branch: cfgperl
89320            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
89321            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
89322            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
89323            ! win32/win32.c
89324           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
89325 ____________________________________________________________________________
89326 [  6216] By: gsar                                  on 2000/06/08  14:54:21
89327         Log: be more optimal about clearing @_
89328      Branch: perl
89329            ! cop.h
89330 ____________________________________________________________________________
89331 [  6215] By: gsar                                  on 2000/06/08  14:33:04
89332         Log: tweak comment about @DB::args
89333      Branch: perl
89334            ! av.h pp_ctl.c
89335 ____________________________________________________________________________
89336 [  6214] By: gsar                                  on 2000/06/08  13:57:54
89337         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
89338              caller() wants to populate @DB::args with it (causes a coredump
89339              in Carp::confess())
89340      Branch: perl
89341            ! cop.h t/op/runlevel.t
89342 ____________________________________________________________________________
89343 [  6213] By: gsar                                  on 2000/06/08  07:06:35
89344         Log: back out change#6106 (seems problematic)
89345      Branch: perl
89346            ! hints/solaris_2.sh
89347 ____________________________________________________________________________
89348 [  6212] By: jhi                                   on 2000/06/07  03:10:36
89349         Log: Continuing mopup for #6204.
89350      Branch: cfgperl
89351            ! ext/B/defsubs_h.PL
89352 ____________________________________________________________________________
89353 [  6211] By: jhi                                   on 2000/06/07  02:41:50
89354         Log: Mopup for #6204.
89355              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
89356              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
89357              This is comes from const() where POK isn't on when expected.
89358      Branch: cfgperl
89359            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
89360            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89361            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
89362            ! perlapi.h pod/perlapi.pod
89363 ____________________________________________________________________________
89364 [  6210] By: jhi                                   on 2000/06/07  01:56:29
89365         Log: Mopup for #6207 and #6209.
89366      Branch: cfgperl
89367            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
89368 ____________________________________________________________________________
89369 [  6209] By: jhi                                   on 2000/06/07  01:33:12
89370         Log: Lock PL_fdpid against race conditions, based on:
89371              Subject: [PATCH 5.6.0]subprocess fixup for threads
89372              From: Dan Sugalski <dan@sidhe.org>
89373              To: perl5-porters@perl.org
89374              Date: Tue, 11 Apr 2000 17:02:32 -0400
89375              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
89376      Branch: cfgperl
89377            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
89378            ! win32/win32.c
89379 ____________________________________________________________________________
89380 [  6208] By: jhi                                   on 2000/06/07  01:05:23
89381         Log: Regen headers for #6207.
89382      Branch: cfgperl
89383            ! embed.h global.sym objXSUB.h proto.h
89384 ____________________________________________________________________________
89385 [  6207] By: jhi                                   on 2000/06/06  23:43:13
89386         Log: Subject: [PATCH 5.6.0] Threadsafe patches
89387              From: Dan Sugalski <dan@sidhe.org>
89388              To: perl5-porters@perl.org
89389              Date: Mon, 08 May 2000 18:08:13 -0400
89390              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
89391      Branch: cfgperl
89392            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
89393            ! proto.h sv.h util.c
89394 ____________________________________________________________________________
89395 [  6206] By: jhi                                   on 2000/06/06  23:21:23
89396         Log: Subject: [PATCH] Eliminate $a/$b in pod
89397              From: David Glasser <me@davidglasser.net>
89398              To: perl5-porters@perl.org
89399              Date: Mon, 29 May 2000 21:15:59 -0400
89400              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
89401      Branch: cfgperl
89402            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
89403            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
89404            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
89405            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
89406            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
89407            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
89408            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
89409            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
89410            ! pod/perlvar.pod pod/perlxs.pod
89411 ____________________________________________________________________________
89412 [  6205] By: jhi                                   on 2000/06/06  23:12:14
89413         Log: Subject: [PATCH] Win32 improvements
89414              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
89415              To: gsar@activestate.com, perl5-porters@perl.org
89416              Date: Mon, 29 May 2000 17:22:24 PDT
89417              Message-ID: <20000530002224.91142.qmail@hotmail.com>
89418              (MUA had mangled many lines by wordwrapping)
89419      Branch: cfgperl
89420            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
89421 ____________________________________________________________________________
89422 [  6204] By: jhi                                   on 2000/06/06  23:01:50
89423         Log: Subject: [PATCH] B::Bytecode patches
89424              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
89425              To: gsar@activestate.com, jhi@iki.fi
89426              Cc: perl5-porters@perl.org
89427              Message-ID: <20000602202526.48694.qmail@hotmail.com>
89428              (MUA had mangled many lines by wordwrapping)
89429      Branch: cfgperl
89430            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
89431            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
89432            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
89433            ! intrpvar.h perl.c
89434 ____________________________________________________________________________
89435 [  6203] By: jhi                                   on 2000/06/06  22:32:43
89436         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
89437              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
89438              Date: Tue, 06 Jun 2000 13:07:45 -0700
89439              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
89440      Branch: cfgperl
89441            ! pod/perldiag.pod
89442 ____________________________________________________________________________
89443 [  6202] By: jhi                                   on 2000/06/06  19:38:35
89444         Log: Integrate with Sarathy.
89445      Branch: cfgperl
89446           !> perl.c
89447 ____________________________________________________________________________
89448 [  6201] By: gsar                                  on 2000/06/06  00:42:59
89449         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
89450              does a PUSHMARK that's never ever POPMARKed; in general, only
89451              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
89452              Perl_eval_[sp]v() don't because they don't take any incoming
89453              arguments (this leak has been around since the original version
89454              of perl_eval_pv() in 5.003_97e)
89455      Branch: perl
89456            ! perl.c
89457 ____________________________________________________________________________
89458 [  6200] By: jhi                                   on 2000/06/04  03:44:52
89459         Log: Update to cperl-mode.el 4.31 from
89460              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
89461              Subject: A couple of notes
89462              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
89463              To: Mailing list Perl5 <perl5-porters@perl.org>
89464              Date: Sat, 3 Jun 2000 23:33:32 -0400
89465              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
89466      Branch: cfgperl
89467            ! emacs/cperl-mode.el
89468 ____________________________________________________________________________
89469 [  6199] By: jhi                                   on 2000/06/03  15:11:05
89470         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
89471              From: Dan Sugalski <dan@sidhe.org>
89472              To: perl5-porters@perl.org, vmsperl@perl.org
89473              Date: Fri, 02 Jun 2000 17:30:51 -0400
89474              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
89475      Branch: cfgperl
89476            ! vms/descrip_mms.template vms/gen_shrfls.pl
89477 ____________________________________________________________________________
89478 [  6198] By: jhi                                   on 2000/06/03  14:59:15
89479         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
89480              From: Dan Sugalski <dan@sidhe.org>
89481              To: vmsperl@perl.org, perl5-porters@perl.org
89482              Date: Fri, 02 Jun 2000 16:00:41 -0400
89483              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
89484              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
89485      Branch: cfgperl
89486            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
89487            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
89488            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
89489 ____________________________________________________________________________
89490 [  6197] By: jhi                                   on 2000/06/03  14:41:30
89491         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
89492              From: John Borwick <jhborwic@unity.ncsu.edu>
89493              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
89494              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
89495      Branch: cfgperl
89496            ! pod/perlsyn.pod
89497 ____________________________________________________________________________
89498 [  6196] By: jhi                                   on 2000/06/03  14:38:09
89499         Log: Integrate with Sarathy.
89500      Branch: cfgperl
89501           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
89502           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
89503           !> vms/perly_c.vms
89504 ____________________________________________________________________________
89505 [  6195] By: gsar                                  on 2000/06/02  22:43:13
89506         Log: fix yet another eval"" leak under USE_ITHREADS
89507      Branch: perl
89508            ! op.c
89509 ____________________________________________________________________________
89510 [  6194] By: gsar                                  on 2000/06/02  18:22:06
89511         Log: fix small eval"" memory leaks under USE_ITHREADS
89512      Branch: perl
89513            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
89514            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
89515            ! vms/perly_c.vms
89516 ____________________________________________________________________________
89517 [  6193] By: jhi                                   on 2000/06/01  13:03:56
89518         Log: Signals-be-gone for microperl.
89519      Branch: cfgperl
89520            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
89521 ____________________________________________________________________________
89522 [  6192] By: jhi                                   on 2000/06/01  12:52:02
89523         Log: Integrate with Sarathy.
89524      Branch: cfgperl
89525           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
89526           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
89527           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
89528           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
89529           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
89530           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
89531           !> t/op/vec.t utils/h2xs.PL
89532 ____________________________________________________________________________
89533 [  6191] By: gsar                                  on 2000/06/01  09:38:21
89534         Log: vec() loses numericalness (modified version of patch suggested
89535              by Robin Barker)
89536      Branch: perl
89537            ! doop.c t/op/vec.t
89538 ____________________________________________________________________________
89539 [  6190] By: gsar                                  on 2000/06/01  09:26:15
89540         Log: submit missing embed.pl change
89541      Branch: perl
89542            ! embed.pl
89543 ____________________________________________________________________________
89544 [  6189] By: gsar                                  on 2000/06/01  09:05:34
89545         Log: counting tr/// corrupts later operation (from M.J.T Guy)
89546      Branch: perl
89547            ! doop.c t/op/tr.t
89548 ____________________________________________________________________________
89549 [  6188] By: gsar                                  on 2000/06/01  08:58:39
89550         Log: h2xs tweaks
89551      Branch: perl
89552            ! utils/h2xs.PL
89553 ____________________________________________________________________________
89554 [  6187] By: gsar                                  on 2000/06/01  08:50:07
89555         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
89556              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
89557      Branch: perl
89558            + lib/Pod/LaTeX.pm
89559            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
89560            ! pod/pod2latex.PL
89561 ____________________________________________________________________________
89562 [  6186] By: gsar                                  on 2000/06/01  08:24:40
89563         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
89564              <wolfgang.laun@alcatel.at>)
89565      Branch: perl
89566            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
89567            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
89568 ____________________________________________________________________________
89569 [  6185] By: gsar                                  on 2000/06/01  08:12:00
89570         Log: remove incorrect documentation about implicit split to @_ in
89571              list context, which never really worked in perl 5 (from
89572              M.J.T. Guy)
89573      Branch: perl
89574            ! pod/perlfunc.pod pod/perltrap.pod
89575 ____________________________________________________________________________
89576 [  6184] By: gsar                                  on 2000/06/01  07:52:27
89577         Log: tweak for change#6127
89578      Branch: perl
89579            ! perl.c
89580 ____________________________________________________________________________
89581 [  6183] By: gsar                                  on 2000/06/01  07:41:02
89582         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
89583              <nick@ccl4.org>)
89584      Branch: perl
89585            + t/lib/selfloader.t
89586            ! MANIFEST lib/SelfLoader.pm
89587 ____________________________________________________________________________
89588 [  6182] By: jhi                                   on 2000/06/01  00:34:42
89589         Log: Be Cleaner Part Deux.
89590      Branch: cfgperl
89591            ! Makefile.SH
89592 ____________________________________________________________________________
89593 [  6181] By: jhi                                   on 2000/06/01  00:32:09
89594         Log: Integrate with Sarathy.
89595      Branch: cfgperl
89596           !> pp.c t/op/arith.t
89597 ____________________________________________________________________________
89598 [  6180] By: jhi                                   on 2000/06/01  00:31:13
89599         Log: microperl nits from Simon Cozens.
89600      Branch: cfgperl
89601            + uconfig.h
89602            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
89603            ! unixish.h
89604 ____________________________________________________________________________
89605 [  6179] By: gsar                                  on 2000/05/31  22:37:51
89606         Log: buggy modulus on UVs introduced by change#3378 (resulted in
89607              4063328477 % 65535 amounting to 27406, instead of 27407)
89608      Branch: perl
89609            ! pp.c t/op/arith.t
89610 ____________________________________________________________________________
89611 [  6178] By: jhi                                   on 2000/05/31  21:52:41
89612         Log: Be cleaner.
89613      Branch: cfgperl
89614            ! Makefile.SH
89615 ____________________________________________________________________________
89616 [  6177] By: jhi                                   on 2000/05/31  21:47:33
89617         Log: Substitution utf8 patch from Simon Cozens.
89618      Branch: cfgperl
89619            ! pp_hot.c
89620 ____________________________________________________________________________
89621 [  6176] By: jhi                                   on 2000/05/31  21:45:34
89622         Log: Single-quoted utf8 patch from Simon Cozens.
89623      Branch: cfgperl
89624            ! toke.c
89625 ____________________________________________________________________________
89626 [  6175] By: jhi                                   on 2000/05/31  21:40:18
89627         Log: Integrate with Sarathy.
89628      Branch: cfgperl
89629           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
89630 ____________________________________________________________________________
89631 [  6174] By: jhi                                   on 2000/05/31  21:37:31
89632         Log: microperl changes from Simon Cozens; Makefile for microperl
89633              written from scratch; few casts added as microperl compilation
89634              doesn't have all prototypes available.
89635      Branch: cfgperl
89636            + Makefile.micro README.micro Todo.micro uconfig.sh
89637            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
89638            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
89639      Branch: metaconfig
89640            + U/modified/Config_h.U
89641 ____________________________________________________________________________
89642 [  6173] By: jhi                                   on 2000/05/31  20:00:24
89643         Log: metaconfig maintenance.
89644      Branch: metaconfig
89645            + U/modified/Inhdr.U U/typedefs/inotype.U
89646      Branch: metaconfig/U/perl
89647            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
89648            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
89649 ____________________________________________________________________________
89650 [  6172] By: gsar                                  on 2000/05/31  05:05:42
89651         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
89652              (from Ilya Zakharevich)
89653      Branch: perl
89654            ! regexec.c t/op/re_tests
89655 ____________________________________________________________________________
89656 [  6171] By: gsar                                  on 2000/05/31  05:01:47
89657         Log: scalar() doesn't force scalar context when used in void context
89658              (from Simon Cozens)
89659      Branch: perl
89660            ! op.c t/op/wantarray.t
89661 ____________________________________________________________________________
89662 [  6170] By: gsar                                  on 2000/05/31  04:41:33
89663         Log: change#6142 needs tweaks to tests to work where there's no symlink()
89664              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
89665      Branch: perl
89666            ! t/lib/filefind.t
89667 ____________________________________________________________________________
89668 [  6169] By: gsar                                  on 2000/05/31  04:29:49
89669         Log: integrate cfgperl contents into mainline
89670      Branch: perl
89671           +> pod/perlmodlib.PL pod/perlnewmod.pod
89672           !> (integrate 42 files)
89673 ____________________________________________________________________________
89674 [  6168] By: jhi                                   on 2000/05/30  22:53:37
89675         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
89676      Branch: cfgperl
89677            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89678            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
89679            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
89680            ! win32/config.bc win32/config.gc win32/config.vc
89681            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
89682            ! win32/config_h.PL win32/config_sh.PL
89683      Branch: metaconfig/U/perl
89684            ! perlxv.U
89685 ____________________________________________________________________________
89686 [  6167] By: jhi                                   on 2000/05/30  22:20:21
89687         Log: tweak todo 
89688      Branch: cfgperl
89689            ! Todo-5.6
89690 ____________________________________________________________________________
89691 [  6166] By: jhi                                   on 2000/05/30  22:11:51
89692         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
89693              in case somebody wants to write an extension for more
89694              shadow database interfaces.
89695      Branch: cfgperl
89696            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
89697            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
89698            ! vos/config.def vos/config.h vos/config_h.SH_orig
89699            ! win32/config.bc win32/config.gc win32/config.vc
89700            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
89701      Branch: metaconfig
89702            ! U/modified/Myinit.U
89703      Branch: metaconfig/U/perl
89704            + d_getespwnam.U d_getprpwnam.U i_prot.U
89705 ____________________________________________________________________________
89706 [  6165] By: jhi                                   on 2000/05/30  18:35:34
89707         Log: Integrate with Sarathy.
89708      Branch: cfgperl
89709           !> op.c
89710 ____________________________________________________________________________
89711 [  6164] By: jhi                                   on 2000/05/30  18:30:16
89712         Log: detypo
89713      Branch: cfgperl
89714            ! Configure config_h.SH
89715      Branch: metaconfig/U/perl
89716            ! perlxv.U
89717 ____________________________________________________________________________
89718 [  6163] By: gsar                                  on 2000/05/30  03:24:03
89719         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
89720      Branch: perl
89721            ! op.c
89722 ____________________________________________________________________________
89723 [  6162] By: gsar                                  on 2000/05/30  03:09:38
89724         Log: fix memory leak in method call optimization (change#3768);
89725              made C<eval "$x->foo()"> leak
89726      Branch: perl
89727            ! op.c
89728 ____________________________________________________________________________
89729 [  6161] By: jhi                                   on 2000/05/29  17:56:26
89730         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
89731              both from Simon Cozens.
89732      Branch: cfgperl
89733            + pod/perlmodlib.PL pod/perlnewmod.pod
89734            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
89735            ! pod/perlmodlib.pod pod/perltoc.pod
89736 ____________________________________________________________________________
89737 [  6160] By: jhi                                   on 2000/05/29  17:23:55
89738         Log: Changes for the File::Temp 0.08 (change #6159) test suite
89739              to fit better into the Perl distribution test framework.
89740      Branch: cfgperl
89741            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
89742            ! t/lib/ftmp-tempfile.t
89743 ____________________________________________________________________________
89744 [  6159] By: jhi                                   on 2000/05/29  16:55:36
89745         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
89746      Branch: cfgperl
89747            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
89748            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
89749 ____________________________________________________________________________
89750 [  6158] By: bailey                                on 2000/05/29  16:22:08
89751         Log: Add fallback to tmpfile for use in cases where user's relying on
89752              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
89753              Lane's patch)
89754      Branch: vmsperl
89755            ! vms/vms.c vms/vmsish.h
89756 ____________________________________________________________________________
89757 [  6157] By: jhi                                   on 2000/05/29  03:10:36
89758         Log: Regen Configure to jive with #6149.
89759      Branch: cfgperl
89760            ! Configure
89761      Branch: metaconfig
89762            ! U/modified/Getfile.U
89763 ____________________________________________________________________________
89764 [  6156] By: jhi                                   on 2000/05/29  03:01:38
89765         Log: Integrate with Sarathy.
89766      Branch: cfgperl
89767           +> ext/DynaLoader/dl_mac.xs
89768           !> (integrate 38 files)
89769 ____________________________________________________________________________
89770 [  6155] By: gsar                                  on 2000/05/28  21:15:58
89771         Log: small bug in change#6144; remove random \xA0 character that snuck
89772              in via change#6145
89773      Branch: perl
89774            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
89775 ____________________________________________________________________________
89776 [  6154] By: gsar                                  on 2000/05/28  21:04:19
89777         Log: avoid type mismatch warning
89778      Branch: perl
89779            ! perl.c
89780 ____________________________________________________________________________
89781 [  6153] By: gsar                                  on 2000/05/28  20:58:31
89782         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
89783              <nick@Bagpuss.uk.boo.com>)
89784      Branch: perl
89785            ! lib/Test/Harness.pm
89786 ____________________________________________________________________________
89787 [  6152] By: gsar                                  on 2000/05/28  20:53:42
89788         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
89789      Branch: perl
89790            ! regexec.c
89791 ____________________________________________________________________________
89792 [  6151] By: gsar                                  on 2000/05/28  20:50:28
89793         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
89794      Branch: perl
89795            ! regexec.c
89796 ____________________________________________________________________________
89797 [  6150] By: gsar                                  on 2000/05/28  20:39:58
89798         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
89799      Branch: perl
89800            ! pod/perlrequick.pod
89801 ____________________________________________________________________________
89802 [  6149] By: gsar                                  on 2000/05/28  20:35:16
89803         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
89804              <troc@netrus.net>)
89805      Branch: perl
89806            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
89807            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
89808            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
89809            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
89810 ____________________________________________________________________________
89811 [  6148] By: gsar                                  on 2000/05/28  20:21:07
89812         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
89813      Branch: perl
89814            ! lib/ExtUtils/MM_Unix.pm
89815 ____________________________________________________________________________
89816 [  6147] By: gsar                                  on 2000/05/28  20:12:41
89817         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
89818              (from Peter Prymmer)
89819      Branch: perl
89820            ! vms/subconfigure.com
89821 ____________________________________________________________________________
89822 [  6146] By: gsar                                  on 2000/05/28  20:06:15
89823         Log: doc typo
89824      Branch: perl
89825            ! lib/warnings.pm warnings.h warnings.pl
89826 ____________________________________________________________________________
89827 [  6145] By: gsar                                  on 2000/05/28  18:44:33
89828         Log: make xsubpp skip embedded pod (from Matthias Neeracher
89829              <neeri@iis.ee.ethz.ch>)
89830      Branch: perl
89831            ! lib/ExtUtils/xsubpp
89832 ____________________________________________________________________________
89833 [  6144] By: gsar                                  on 2000/05/28  18:42:49
89834         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
89835              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
89836              <neeri@iis.ee.ethz.ch>)
89837      Branch: perl
89838            ! lib/AutoSplit.pm
89839 ____________________________________________________________________________
89840 [  6143] By: gsar                                  on 2000/05/28  18:41:12
89841         Log: MacOS support, part 1 (from Matthias Neeracher
89842              <neeri@iis.ee.ethz.ch>)
89843      Branch: perl
89844            + ext/DynaLoader/dl_mac.xs
89845            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
89846            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
89847            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
89848            ! util.h
89849 ____________________________________________________________________________
89850 [  6142] By: gsar                                  on 2000/05/28  18:21:51
89851         Log: File::Find fails to chdir when chasing symlinks (from
89852              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
89853      Branch: perl
89854            ! lib/File/Find.pm t/lib/filefind.t
89855 ____________________________________________________________________________
89856 [  6141] By: jhi                                   on 2000/05/28  14:25:15
89857         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
89858              forwarded by Peter Seebach from the bsdi-users mailing list.
89859              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
89860      Branch: perl
89861            ! hints/bsdos.sh
89862 ____________________________________________________________________________
89863 [  6140] By: jhi                                   on 2000/05/28  14:11:57
89864         Log: Integrate with Sarathy.
89865      Branch: cfgperl
89866           +> (branch 30 files)
89867           !> (integrate 93 files)
89868 ____________________________________________________________________________
89869 [  6139] By: gsar                                  on 2000/05/28  10:01:48
89870         Log: revise mktables.PL for bugs and newness in Unicode 3.0
89871              (from James Bence <jbence@amgen.com>)
89872      Branch: perl
89873            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
89874            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
89875            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
89876            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
89877            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
89878            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
89879            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
89880            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
89881            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
89882            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
89883            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
89884            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
89885            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
89886            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
89887            + lib/unicode/Is/SylWU.pl
89888            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
89889            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
89890            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
89891            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
89892            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
89893            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
89894            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
89895            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
89896            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
89897            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
89898            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
89899            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
89900            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
89901            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
89902            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
89903            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
89904            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
89905            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
89906            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
89907            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
89908            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
89909            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
89910            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
89911            ! lib/unicode/Makefile lib/unicode/mktables.PL
89912 ____________________________________________________________________________
89913 [  6138] By: gsar                                  on 2000/05/28  08:50:32
89914         Log: add note about the handling of negative indices to tied arrays
89915              (from Michael G Schwern <schwern@pobox.com>)
89916      Branch: perl
89917            ! pod/perltie.pod
89918 ____________________________________________________________________________
89919 [  6137] By: gsar                                  on 2000/05/28  08:46:10
89920         Log: fix bogus redeclaration warning for "our" variables in different
89921              scopes
89922      Branch: perl
89923            ! op.c t/pragma/strict-vars
89924 ____________________________________________________________________________
89925 [  6136] By: gsar                                  on 2000/05/28  08:31:20
89926         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
89927      Branch: perl
89928            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
89929 ____________________________________________________________________________
89930 [  6135] By: gsar                                  on 2000/05/28  08:17:50
89931         Log: enable Test::Harness to dynamically determine column width etc.
89932              (from Rob Napier <rnapier@employees.org>)
89933      Branch: perl
89934            ! lib/Test/Harness.pm
89935 ____________________________________________________________________________
89936 [  6134] By: gsar                                  on 2000/05/28  08:13:39
89937         Log: make Test::Harness use wait.h/WCOREDUMP if available
89938              (from Ben Tilly <ben_tilly@hotmail.com>)
89939      Branch: perl
89940            ! lib/Test/Harness.pm
89941 ____________________________________________________________________________
89942 [  6133] By: gsar                                  on 2000/05/28  08:08:05
89943         Log: elide bogus test in change#6132
89944      Branch: perl
89945            ! t/pragma/warn/9enabled
89946 ____________________________________________________________________________
89947 [  6132] By: gsar                                  on 2000/05/28  08:03:14
89948         Log: warnings::enabled() doesn't fall back to looking at $^W if
89949              caller isn't using lexical warnings (from Paul Marquess)
89950      Branch: perl
89951            ! pp_ctl.c t/pragma/warn/9enabled
89952 ____________________________________________________________________________
89953 [  6131] By: gsar                                  on 2000/05/28  07:57:47
89954         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
89955      Branch: perl
89956            ! ext/POSIX/POSIX.pm
89957 ____________________________________________________________________________
89958 [  6130] By: gsar                                  on 2000/05/28  07:29:12
89959         Log: fix places that mean C<"word" character> but say C<alphanumeric
89960              character>
89961      Branch: perl
89962            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
89963 ____________________________________________________________________________
89964 [  6129] By: gsar                                  on 2000/05/28  07:18:41
89965         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
89966      Branch: perl
89967            ! vms/test.com
89968 ____________________________________________________________________________
89969 [  6128] By: gsar                                  on 2000/05/28  07:12:55
89970         Log: new perlxstut example for passing/returning refs to arrays
89971              (from David Lowe <dlowe@pootpoot.com>)
89972      Branch: perl
89973            ! pod/perlxstut.pod
89974 ____________________________________________________________________________
89975 [  6127] By: gsar                                  on 2000/05/28  07:02:50
89976         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
89977              failed (from Gisle Aas)
89978      Branch: perl
89979            ! cop.h perl.c
89980 ____________________________________________________________________________
89981 [  6126] By: gsar                                  on 2000/05/28  06:39:53
89982         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
89983              (reworked variant of patch suggested by Simon Cozens)
89984      Branch: perl
89985            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
89986            ! pp_hot.c proto.h t/op/gv.t
89987 ____________________________________________________________________________
89988 [  6125] By: gsar                                  on 2000/05/28  05:14:55
89989         Log: enable propagating exception objects via Perl_croak() in XS code
89990              (from Gisle Aas)
89991      Branch: perl
89992            ! util.c
89993 ____________________________________________________________________________
89994 [  6124] By: gsar                                  on 2000/05/28  05:07:28
89995         Log: integrate vmsperl contents into mainline
89996      Branch: perl
89997           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
89998           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
89999           !> vms/vmsish.h
90000 ____________________________________________________________________________
90001 [  6123] By: gsar                                  on 2000/05/28  05:03:53
90002         Log: clarify gotcha with #line directives (from Rocco Caputo
90003              <troc@netrus.net>)
90004      Branch: perl
90005            ! pod/perldebug.pod pod/perlsyn.pod
90006 ____________________________________________________________________________
90007 [  6122] By: gsar                                  on 2000/05/28  04:58:29
90008         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
90009              (from Mark-Jason Dominus)
90010      Branch: perl
90011            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
90012            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
90013            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
90014            ! toke.c
90015 ____________________________________________________________________________
90016 [  6121] By: bailey                                on 2000/05/25  04:46:54
90017         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
90018              lists (based on fixes by Craig Berry)
90019      Branch: vmsperl
90020            ! lib/File/Spec/VMS.pm
90021 ____________________________________________________________________________
90022 [  6120] By: bailey                                on 2000/05/25  04:25:38
90023         Log: Add missing escape (Charles Lane)
90024      Branch: vmsperl
90025            ! t/op/lex_assign.t
90026 ____________________________________________________________________________
90027 [  6119] By: bailey                                on 2000/05/25  04:21:25
90028         Log: Quiet error messages in vmsish.t (Charles Lane)
90029      Branch: vmsperl
90030            ! vms/ext/vmsish.t
90031 ____________________________________________________________________________
90032 [  6118] By: bailey                                on 2000/05/25  04:17:57
90033         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
90034              Flatten case labels in switch statements uniformly (Charles Bailey)
90035      Branch: vmsperl
90036            ! vms/vms.c
90037 ____________________________________________________________________________
90038 [  6117] By: bailey                                on 2000/05/25  03:58:09
90039         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
90040      Branch: vmsperl
90041            ! vms/vmsish.h
90042 ____________________________________________________________________________
90043 [  6116] By: bailey                                on 2000/05/25  03:11:15
90044         Log: Miscellaneous cosmetic fixes (Charles Lane)
90045      Branch: vmsperl
90046            ! lib/ExtUtils/MM_VMS.pm
90047 ____________________________________________________________________________
90048 [  6115] By: bailey                                on 2000/05/25  03:10:36
90049         Log: Add bounds checking for several strings (Charles Lane)
90050      Branch: vmsperl
90051            ! vms/vms.c
90052 ____________________________________________________________________________
90053 [  6114] By: bailey                                on 2000/05/25  02:25:34
90054         Log: Urk -- undo previous removal of vmsish 'exit' change
90055      Branch: vmsperl
90056            ! vms/ext/vmsish.pm vms/vmsish.h
90057 ____________________________________________________________________________
90058 [  6113] By: bailey                                on 2000/05/24  02:24:40
90059         Log: Ugly workaround for version-specific RTL error
90060      Branch: vmsperl
90061            ! vms/vms.c
90062 ____________________________________________________________________________
90063 [  6112] By: bailey                                on 2000/05/24  02:19:55
90064         Log: Check for existence of file before trying to delete
90065      Branch: vmsperl
90066            ! vms/test.com
90067 ____________________________________________________________________________
90068 [  6111] By: bailey                                on 2000/05/23  23:35:13
90069         Log: Resync with mainline prior to post-5.6.0 updates
90070      Branch: vmsperl
90071           +> (branch 49 files)
90072            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
90073            ! vms/ext/vmsish.pm
90074           !> (integrate 334 files)
90075 ____________________________________________________________________________
90076 [  6110] By: jhi                                   on 2000/05/23  19:28:32
90077         Log: todo tweak
90078      Branch: cfgperl
90079            ! Todo-5.6
90080 ____________________________________________________________________________
90081 [  6109] By: jhi                                   on 2000/05/18  17:38:54
90082         Log: Integrate with Sarathy.
90083      Branch: cfgperl
90084           !> mg.c perl.h win32/perlhost.h
90085 ____________________________________________________________________________
90086 [  6108] By: gsar                                  on 2000/05/17  02:24:56
90087         Log: reenable fake signal handling on Windows, bugs and all
90088      Branch: perl
90089            ! mg.c perl.h win32/perlhost.h
90090 ____________________________________________________________________________
90091 [  6107] By: jhi                                   on 2000/05/15  18:01:41
90092         Log: Tweak the todo list.
90093      Branch: cfgperl
90094            ! Todo-5.6
90095 ____________________________________________________________________________
90096 [  6106] By: jhi                                   on 2000/05/15  13:41:48
90097         Log: The (Configure) script refuses to go on, after asking for
90098              'You may also choose to try maximal 64-bitness....'.
90099              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
90100              -- Patrick Zima
90101              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
90102      Branch: cfgperl
90103            ! hints/solaris_2.sh
90104 ____________________________________________________________________________
90105 [  6105] By: jhi                                   on 2000/05/11  14:37:43
90106         Log: Integrate with Sarathy.
90107      Branch: cfgperl
90108           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
90109           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
90110 ____________________________________________________________________________
90111 [  6104] By: gsar                                  on 2000/05/11  03:39:07
90112         Log: PL_sys_intern was being initialized too late on windows
90113      Branch: perl
90114            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
90115            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
90116 ____________________________________________________________________________
90117 [  6103] By: jhi                                   on 2000/05/09  19:42:20
90118         Log: Test tweaking for Unicos continues.
90119      Branch: cfgperl
90120            ! t/op/64bitint.t
90121 ____________________________________________________________________________
90122 [  6102] By: jhi                                   on 2000/05/09  16:47:27
90123         Log: The test suite tweak in #6101 wasn't quite right.
90124      Branch: cfgperl
90125            ! t/lib/complex.t
90126 ____________________________________________________________________________
90127 [  6101] By: jhi                                   on 2000/05/09  15:35:34
90128         Log: Hints and test tweaks for Unicos.
90129      Branch: cfgperl
90130            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
90131 ____________________________________________________________________________
90132 [  6100] By: jhi                                   on 2000/05/08  21:15:06
90133         Log: More compilation tweakery from Allen Smith.
90134      Branch: cfgperl
90135            ! hints/irix_6.sh
90136 ____________________________________________________________________________
90137 [  6099] By: jhi                                   on 2000/05/08  19:21:18
90138         Log: Tweaks for the cc bugs from Allen Smith.
90139      Branch: cfgperl
90140            ! hints/irix_6.sh
90141 ____________________________________________________________________________
90142 [  6098] By: jhi                                   on 2000/05/08  19:13:37
90143         Log: Add a note about other, yet unsupported, shadow password APIs.
90144      Branch: cfgperl
90145            ! pp_sys.c
90146 ____________________________________________________________________________
90147 [  6097] By: jhi                                   on 2000/05/08  18:46:34
90148         Log: Add a note about possible compilation problems from Allen Smith.
90149      Branch: cfgperl
90150            ! hints/irix_6.sh
90151 ____________________________________________________________________________
90152 [  6096] By: jhi                                   on 2000/05/08  17:33:10
90153         Log: Integrate with Sarathy.
90154      Branch: cfgperl
90155           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
90156           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
90157 ____________________________________________________________________________
90158 [  6095] By: jhi                                   on 2000/05/08  16:21:33
90159         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
90160              might be useful in future.
90161      Branch: cfgperl
90162            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90163            ! config_h.SH
90164      Branch: metaconfig
90165            ! U/installdirs/inc_version_list.U
90166      Branch: metaconfig/U/perl
90167            ! perlxv.U
90168 ____________________________________________________________________________
90169 [  6094] By: gsar                                  on 2000/05/08  14:22:22
90170         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
90171      Branch: perl
90172            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
90173            ! hints/cygwin.sh pp_sys.c
90174 ____________________________________________________________________________
90175 [  6093] By: gsar                                  on 2000/05/08  12:52:28
90176         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
90177              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
90178      Branch: perl
90179            ! pp_sys.c sv.c win32/perlhost.h
90180 ____________________________________________________________________________
90181 [  6092] By: jhi                                   on 2000/05/07  22:40:34
90182         Log: Regen perltoc with the fixed buildtoc.
90183      Branch: cfgperl
90184            ! pod/perltoc.pod
90185 ____________________________________________________________________________
90186 [  6091] By: jhi                                   on 2000/05/07  22:24:16
90187         Log: Integrate with Sarathy.
90188      Branch: cfgperl
90189           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
90190           !> t/op/substr.t toke.c
90191 ____________________________________________________________________________
90192 [  6090] By: gsar                                  on 2000/05/07  19:47:07
90193         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
90194              [NI]OK; added tests for both
90195      Branch: perl
90196            ! perl.c pp_hot.c sv.c t/op/substr.t
90197 ____________________________________________________________________________
90198 [  6089] By: gsar                                  on 2000/05/07  18:18:38
90199         Log: buildtoc tweak to fix newline lossage
90200      Branch: perl
90201            ! pod/buildtoc
90202 ____________________________________________________________________________
90203 [  6088] By: jhi                                   on 2000/05/07  16:35:36
90204         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
90205              because we do not use those.  The HAS_GETSPNAM remains,
90206              though, because we still do use that.
90207      Branch: cfgperl
90208            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90209            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
90210            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
90211            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
90212            ! win32/config.vc win32/config_H.bc win32/config_H.gc
90213            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
90214 ____________________________________________________________________________
90215 [  6087] By: gsar                                  on 2000/05/07  16:05:16
90216         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
90217      Branch: perl
90218            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
90219 ____________________________________________________________________________
90220 [  6086] By: jhi                                   on 2000/05/07  15:27:07
90221         Log: Integrate with Sarathy.
90222      Branch: cfgperl
90223           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
90224           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
90225           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
90226           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
90227           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
90228           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
90229 ____________________________________________________________________________
90230 [  6085] By: gsar                                  on 2000/05/07  05:52:02
90231         Log: repeat operator (x) doesn't preserve utf8-ness
90232      Branch: perl
90233            ! pp.c t/op/substr.t
90234 ____________________________________________________________________________
90235 [  6084] By: gsar                                  on 2000/05/07  05:39:55
90236         Log: substr() does not preserve utf8-ness (from Stefan Eissing
90237              <Eissing@medicaldataservice.de>); added tests
90238      Branch: perl
90239            ! pp.c t/op/substr.t
90240 ____________________________________________________________________________
90241 [  6083] By: gsar                                  on 2000/05/07  05:24:46
90242         Log: note about undocumented caller() return value (from M.J.T. Guy);
90243              yet another peek.t tweak
90244      Branch: perl
90245            ! pod/perlfunc.pod t/lib/peek.t
90246 ____________________________________________________________________________
90247 [  6082] By: gsar                                  on 2000/05/07  05:08:40
90248         Log: peek.t non-portable to ithreads
90249      Branch: perl
90250            ! t/lib/peek.t
90251 ____________________________________________________________________________
90252 [  6081] By: gsar                                  on 2000/05/07  04:17:04
90253         Log: better default perlbug categories for ok reports (from Richard Foley)
90254      Branch: perl
90255            ! utils/perlbug.PL
90256 ____________________________________________________________________________
90257 [  6080] By: gsar                                  on 2000/05/07  04:08:07
90258         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
90259              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
90260      Branch: perl
90261            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
90262            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
90263            ! AUTHORS MAINTAIN MANIFEST
90264 ____________________________________________________________________________
90265 [  6079] By: gsar                                  on 2000/05/07  04:01:38
90266         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
90267      Branch: perl
90268            ! lib/Carp/Heavy.pm
90269 ____________________________________________________________________________
90270 [  6078] By: gsar                                  on 2000/05/07  01:24:19
90271         Log: workaround for CRT bug in chdir() (from Charles Lane, via
90272              Peter Prymmer)
90273      Branch: perl
90274            ! iperlsys.h vms/vms.c vms/vmsish.h
90275 ____________________________________________________________________________
90276 [  6077] By: gsar                                  on 2000/05/07  01:22:23
90277         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
90278              and Tom Phoenix)
90279      Branch: perl
90280            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
90281 ____________________________________________________________________________
90282 [  6076] By: gsar                                  on 2000/05/06  17:36:29
90283         Log: integrate cfgperl contents into mainline
90284      Branch: perl
90285           +> t/lib/peek.t
90286           !> Configure MANIFEST Porting/Glossary Porting/config.sh
90287           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
90288           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
90289           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
90290 ____________________________________________________________________________
90291 [  6075] By: jhi                                   on 2000/05/05  18:56:10
90292         Log: Make the test more portable.
90293      Branch: cfgperl
90294            ! t/lib/peek.t
90295 ____________________________________________________________________________
90296 [  6074] By: jhi                                   on 2000/05/05  18:49:20
90297         Log: Introduce t/lib/peek.t.
90298      Branch: cfgperl
90299            + t/lib/peek.t
90300            ! MANIFEST
90301 ____________________________________________________________________________
90302 [  6073] By: jhi                                   on 2000/05/05  14:30:45
90303         Log: Complex tweaks.
90304      Branch: cfgperl
90305            ! lib/Math/Complex.pm t/lib/complex.t
90306 ____________________________________________________________________________
90307 [  6072] By: jhi                                   on 2000/05/05  12:27:13
90308         Log: Integrate with Sarathy.
90309      Branch: cfgperl
90310           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
90311           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
90312           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
90313           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
90314 ____________________________________________________________________________
90315 [  6071] By: gsar                                  on 2000/05/05  02:24:46
90316         Log: misformatted perllocal.pod (from Tim Jenness
90317              <t.jenness@jach.hawaii.edu>)
90318      Branch: perl
90319            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
90320 ____________________________________________________________________________
90321 [  6070] By: gsar                                  on 2000/05/05  02:16:52
90322         Log: remove misleading comment (from M.J.T. Guy)
90323      Branch: perl
90324            ! t/lib/anydbm.t
90325 ____________________________________________________________________________
90326 [  6069] By: gsar                                  on 2000/05/05  02:15:13
90327         Log: File::Spec compatibility update (from Barrie Slaymaker
90328              <barries@slaysys.com>)
90329      Branch: perl
90330            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
90331            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
90332 ____________________________________________________________________________
90333 [  6068] By: gsar                                  on 2000/05/05  02:01:50
90334         Log: note about values()
90335      Branch: perl
90336            ! pod/perlfunc.pod
90337 ____________________________________________________________________________
90338 [  6067] By: gsar                                  on 2000/05/05  01:33:09
90339         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
90340      Branch: perl
90341            ! win32/win32.c
90342 ____________________________________________________________________________
90343 [  6066] By: gsar                                  on 2000/05/05  01:23:43
90344         Log: s/END/CHECK/
90345      Branch: perl
90346            ! perl.c
90347 ____________________________________________________________________________
90348 [  6065] By: jhi                                   on 2000/05/04  17:30:22
90349         Log: Integrate with Sarathy.
90350      Branch: cfgperl
90351           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
90352 ____________________________________________________________________________
90353 [  6064] By: gsar                                  on 2000/05/04  17:26:14
90354         Log: change#5905 wasn't quite right--it's intent only applies when arguments
90355              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
90356      Branch: perl
90357            ! pp_sys.c sv.c
90358 ____________________________________________________________________________
90359 [  6063] By: gsar                                  on 2000/05/04  16:52:29
90360         Log: tokeq() could read unallocated field in argument
90361      Branch: perl
90362            ! toke.c
90363 ____________________________________________________________________________
90364 [  6062] By: gsar                                  on 2000/05/04  16:34:51
90365         Log: additional tests for utf8.t
90366      Branch: perl
90367            ! t/pragma/utf8.t
90368 ____________________________________________________________________________
90369 [  6061] By: gsar                                  on 2000/05/04  16:09:28
90370         Log: change#5921 neglected to make eq honor "use bytes"
90371      Branch: perl
90372            ! sv.c
90373 ____________________________________________________________________________
90374 [  6060] By: jhi                                   on 2000/05/04  15:30:16
90375         Log: Integrate with Sarathy.
90376      Branch: cfgperl
90377           !> perl.c regcomp.c t/pragma/utf8.t
90378 ____________________________________________________________________________
90379 [  6059] By: jhi                                   on 2000/05/04  15:26:37
90380         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
90381              in natively 64-bit platforms where a long is a quad (no need
90382              for long longs).  Also added bias for IVs.
90383      Branch: cfgperl
90384            ! toke.c
90385 ____________________________________________________________________________
90386 [  6058] By: gsar                                  on 2000/05/04  00:19:14
90387         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
90388              (spotted by Donald Kinzer <dkinzer@premia.com>)
90389      Branch: perl
90390            ! perl.c
90391 ____________________________________________________________________________
90392 [  6057] By: gsar                                  on 2000/05/03  18:34:01
90393         Log: fix broken parsing of /\x{ab}/
90394      Branch: perl
90395            ! regcomp.c t/pragma/utf8.t
90396 ____________________________________________________________________________
90397 [  6056] By: jhi                                   on 2000/05/03  17:57:16
90398         Log: The search of infinity continues, this time simplified.
90399      Branch: cfgperl
90400            ! lib/Math/Complex.pm
90401 ____________________________________________________________________________
90402 [  6055] By: jhi                                   on 2000/05/03  17:45:30
90403         Log: Detypo.
90404      Branch: cfgperl
90405            ! hints/unicos.sh
90406 ____________________________________________________________________________
90407 [  6054] By: jhi                                   on 2000/05/02  22:28:27
90408         Log: Be more forgiving in POSIX about HUGE_VALL.
90409      Branch: cfgperl
90410            ! ext/POSIX/POSIX.xs
90411 ____________________________________________________________________________
90412 [  6053] By: jhi                                   on 2000/05/02  22:25:05
90413         Log: Integrate with Sarathy.
90414      Branch: cfgperl
90415           !> hints/irix_6.sh pod/perlop.pod
90416 ____________________________________________________________________________
90417 [  6052] By: jhi                                   on 2000/05/02  22:24:31
90418         Log: Unicos hint tweak.
90419      Branch: cfgperl
90420            ! hints/unicos.sh
90421 ____________________________________________________________________________
90422 [  6051] By: jhi                                   on 2000/05/02  22:21:26
90423         Log: Complex tweakery.
90424      Branch: cfgperl
90425            ! lib/Math/Complex.pm t/lib/complex.t
90426 ____________________________________________________________________________
90427 [  6050] By: jhi                                   on 2000/05/02  19:26:22
90428         Log: Use setxxent()/endxxent().
90429      Branch: cfgperl
90430            ! t/op/grent.t t/op/pwent.t
90431 ____________________________________________________________________________
90432 [  6049] By: jhi                                   on 2000/05/02  19:06:02
90433         Log: Test both the scalar and list contexts.
90434      Branch: cfgperl
90435            ! t/op/grent.t t/op/pwent.t
90436 ____________________________________________________________________________
90437 [  6048] By: gsar                                  on 2000/05/02  18:29:10
90438         Log: add note about how $( doesn't interpolate in REs (from
90439              Philip Newton <newton@ficus.frogspace.net>)
90440      Branch: perl
90441            ! pod/perlop.pod
90442 ____________________________________________________________________________
90443 [  6047] By: jhi                                   on 2000/05/02  17:41:24
90444         Log: Call getspnam() only iff needed.
90445      Branch: cfgperl
90446            ! pp_sys.c
90447 ____________________________________________________________________________
90448 [  6046] By: gsar                                  on 2000/05/02  17:07:25
90449         Log: libscheck has insufficient checks for n32 libs (from
90450              Albert Chin-A-Young <china@thewrittenword.com>)
90451      Branch: perl
90452            ! hints/irix_6.sh
90453 ____________________________________________________________________________
90454 [  6045] By: jhi                                   on 2000/05/02  13:57:17
90455         Log: Integrate with Sarathy.
90456      Branch: cfgperl
90457           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
90458           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
90459 ____________________________________________________________________________
90460 [  6044] By: gsar                                  on 2000/05/02  06:48:19
90461         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
90462              such that underscores are only ignored in literal numbers,
90463              "\x{...}", and hex/oct argument
90464      Branch: perl
90465            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
90466 ____________________________________________________________________________
90467 [  6043] By: gsar                                  on 2000/05/02  02:22:29
90468         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
90469      Branch: perl
90470            ! pod/perlretut.pod
90471 ____________________________________________________________________________
90472 [  6042] By: gsar                                  on 2000/05/02  02:17:51
90473         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
90474      Branch: perl
90475            ! pod/perltrap.pod
90476 ____________________________________________________________________________
90477 [  6041] By: gsar                                  on 2000/05/02  01:53:51
90478         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
90479              to compensate
90480      Branch: perl
90481            ! Porting/makerel
90482 ____________________________________________________________________________
90483 [  6040] By: gsar                                  on 2000/05/02  01:51:57
90484         Log: missing files in MANIFEST
90485      Branch: perl
90486            ! MANIFEST
90487 ____________________________________________________________________________
90488 [  6039] By: jhi                                   on 2000/05/02  00:36:46
90489         Log: Infinite problems.
90490      Branch: cfgperl
90491            ! lib/Math/Complex.pm
90492 ____________________________________________________________________________
90493 [  6038] By: jhi                                   on 2000/05/02  00:06:38
90494         Log: pwent/spent #ifdef imbalance.
90495      Branch: cfgperl
90496            ! pp_sys.c
90497 ____________________________________________________________________________
90498 [  6037] By: jhi                                   on 2000/05/01  22:50:11
90499         Log: Use HUGE_VALL if applicable.
90500      Branch: cfgperl
90501            ! ext/POSIX/POSIX.xs util.c
90502 ____________________________________________________________________________
90503 [  6036] By: jhi                                   on 2000/05/01  22:20:53
90504         Log: Correct Freudian slip.
90505      Branch: cfgperl
90506            ! pp_sys.c
90507 ____________________________________________________________________________
90508 [  6035] By: jhi                                   on 2000/05/01  21:07:38
90509         Log: Continue on the pwent/spent case.
90510      Branch: cfgperl
90511            ! pp_sys.c
90512 ____________________________________________________________________________
90513 [  6034] By: jhi                                   on 2000/05/01  17:45:14
90514         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
90515              adjustments in 6032 conflicted badly with this, will have
90516              to revisit them later.
90517      Branch: cfgperl
90518           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
90519           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
90520           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
90521           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
90522           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
90523           !> t/lib/cgi-html.t t/lib/cgi-request.t
90524 ____________________________________________________________________________
90525 [  6033] By: jhi                                   on 2000/05/01  17:40:49
90526         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
90527      Branch: cfgperl
90528            ! pp_sys.c
90529 ____________________________________________________________________________
90530 [  6032] By: gsar                                  on 2000/05/01  15:56:32
90531         Log: whitespace adjustments
90532      Branch: perl
90533            ! pp_sys.c
90534 ____________________________________________________________________________
90535 [  6031] By: gsar                                  on 2000/05/01  15:19:41
90536         Log: small nits in diagnostics.pm (from Robin Barker)
90537      Branch: perl
90538            ! lib/diagnostics.pm pod/perldiag.pod
90539 ____________________________________________________________________________
90540 [  6030] By: gsar                                  on 2000/05/01  08:39:18
90541         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
90542              for @- and @+ (from Johan Vromans)
90543      Branch: perl
90544            ! lib/English.pm pod/perlvar.pod
90545 ____________________________________________________________________________
90546 [  6029] By: gsar                                  on 2000/05/01  08:16:10
90547         Log: add CGI.pm v2.66 (from Lincoln Stein)
90548      Branch: perl
90549            + lib/CGI/Util.pm t/lib/cgi-pretty.t
90550            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
90551            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
90552            ! t/lib/cgi-html.t t/lib/cgi-request.t
90553 ____________________________________________________________________________
90554 [  6028] By: gsar                                  on 2000/05/01  06:34:41
90555         Log: Pod::Man generates groff-incompatible macro definition (from
90556              Tom Christiansen)
90557      Branch: perl
90558            ! lib/Pod/Man.pm
90559 ____________________________________________________________________________
90560 [  6027] By: gsar                                  on 2000/05/01  06:31:36
90561         Log: podlators-1.02 update (from Russ Allbery)
90562      Branch: perl
90563            ! lib/Pod/Man.pm lib/Pod/Text.pm
90564 ____________________________________________________________________________
90565 [  6026] By: jhi                                   on 2000/04/30  23:24:23
90566         Log: Integrate with Sarathy.
90567      Branch: cfgperl
90568           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
90569           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
90570           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
90571           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
90572           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
90573           !> t/lib/syslog.t toke.c win32/win32.h
90574 ____________________________________________________________________________
90575 [  6025] By: gsar                                  on 2000/04/30  18:17:47
90576         Log: Is{Alnum,Alpha,Word} don't match titlecase
90577              
90578              TODO: IsSpace is defined recursively!
90579              
90580              (both spotted by Larry)
90581      Branch: perl
90582            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
90583            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
90584 ____________________________________________________________________________
90585 [  6024] By: gsar                                  on 2000/04/30  17:50:19
90586         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
90587              (from Hugo van der Sanden)
90588      Branch: perl
90589            ! toke.c
90590 ____________________________________________________________________________
90591 [  6023] By: gsar                                  on 2000/04/30  17:14:43
90592         Log: debugger stomps on $. (from M.J.T. Guy)
90593      Branch: perl
90594            ! lib/perl5db.pl
90595 ____________________________________________________________________________
90596 [  6022] By: gsar                                  on 2000/04/30  16:59:22
90597         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
90598      Branch: perl
90599            ! sv.c
90600 ____________________________________________________________________________
90601 [  6021] By: gsar                                  on 2000/04/29  21:00:08
90602         Log: remove Win2K issue in pod (fixed by change#6020)
90603      Branch: perl
90604            ! README.win32 pod/perl56delta.pod
90605 ____________________________________________________________________________
90606 [  6020] By: gsar                                  on 2000/04/29  20:51:49
90607         Log: test tweak
90608      Branch: perl
90609            ! t/lib/open3.t
90610 ____________________________________________________________________________
90611 [  6019] By: gsar                                  on 2000/04/29  20:34:27
90612         Log: windows portability tweaks
90613      Branch: perl
90614            ! t/lib/b.t win32/win32.h
90615 ____________________________________________________________________________
90616 [  6018] By: gsar                                  on 2000/04/29  19:55:24
90617         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
90618              make _PATH_LOG() return "" if unavailable
90619      Branch: perl
90620            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
90621            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
90622 ____________________________________________________________________________
90623 [  6017] By: jhi                                   on 2000/04/28  22:49:46
90624         Log: Integrate with Sarathy.
90625      Branch: cfgperl
90626           !> op.c perl.c pod/perldiag.pod t/lib/b.t
90627 ____________________________________________________________________________
90628 [  6016] By: jhi                                   on 2000/04/28  22:46:14
90629         Log: Do not warn that an infinity does not look like a number.
90630      Branch: cfgperl
90631            ! sv.c
90632 ____________________________________________________________________________
90633 [  6015] By: gsar                                  on 2000/04/28  22:35:49
90634         Log: tweak test for portability
90635      Branch: perl
90636            ! t/lib/b.t
90637 ____________________________________________________________________________
90638 [  6014] By: gsar                                  on 2000/04/28  22:05:31
90639         Log: glob() loading File::Glob behind the scenes may cause syntax errors
90640      Branch: perl
90641            ! op.c
90642 ____________________________________________________________________________
90643 [  6013] By: gsar                                  on 2000/04/28  21:25:22
90644         Log: tweak change#5945 to display correct switch name in diagnostic
90645      Branch: perl
90646            ! perl.c pod/perldiag.pod
90647 ____________________________________________________________________________
90648 [  6012] By: jhi                                   on 2000/04/28  21:08:12
90649         Log: Integrate with Sarathy.
90650      Branch: cfgperl
90651           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
90652           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
90653           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
90654 ____________________________________________________________________________
90655 [  6011] By: jhi                                   on 2000/04/28  21:04:46
90656         Log: &HUGE_VAL is not defined, it exists.
90657      Branch: cfgperl
90658            ! lib/Math/Complex.pm
90659 ____________________________________________________________________________
90660 [  6010] By: gsar                                  on 2000/04/28  21:02:58
90661         Log: clarify note about shadow password support (from
90662              gellyfish@gellyfish.com)
90663      Branch: perl
90664            ! pod/perlfunc.pod
90665 ____________________________________________________________________________
90666 [  6009] By: gsar                                  on 2000/04/28  21:00:00
90667         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
90668      Branch: perl
90669            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
90670 ____________________________________________________________________________
90671 [  6008] By: gsar                                  on 2000/04/28  20:56:33
90672         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
90673      Branch: perl
90674            ! installperl vms/subconfigure.com
90675 ____________________________________________________________________________
90676 [  6007] By: gsar                                  on 2000/04/28  20:51:21
90677         Log: note about compile failures and END blocks (from M.J.T. Guy)
90678      Branch: perl
90679            ! pod/perl56delta.pod pod/perlmod.pod
90680 ____________________________________________________________________________
90681 [  6006] By: jhi                                   on 2000/04/28  20:42:14
90682         Log: Regen Configure.
90683      Branch: cfgperl
90684            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
90685            ! config_h.SH
90686 ____________________________________________________________________________
90687 [  6005] By: gsar                                  on 2000/04/28  20:41:16
90688         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
90689      Branch: perl
90690            ! utils/perldoc.PL
90691 ____________________________________________________________________________
90692 [  6004] By: jhi                                   on 2000/04/28  20:28:21
90693         Log: Integrate with Sarathy.
90694      Branch: cfgperl
90695           !> Configure INSTALL Porting/Glossary Porting/config.sh
90696           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
90697           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
90698           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
90699           !> win32/config.vc win32/win32.c
90700 ____________________________________________________________________________
90701 [  6003] By: gsar                                  on 2000/04/28  20:11:20
90702         Log: allow REG_EXPAND_SZ keys in Windows registry (from
90703              John Clayton <John.Clayton@barclayscapital.com>)
90704      Branch: perl
90705            ! win32/win32.c
90706 ____________________________________________________________________________
90707 [  6002] By: gsar                                  on 2000/04/28  19:34:16
90708         Log: destructive sv_setsv() can lose UV-ness from source, causing
90709              numeric promotions/comparisons to fail to do the right thing
90710      Branch: perl
90711            ! sv.c
90712 ____________________________________________________________________________
90713 [  6001] By: gsar                                  on 2000/04/28  18:44:15
90714         Log: support additional library locations via $Config{otherlibdirs}
90715              (from Andy Dougherty)
90716      Branch: perl
90717            ! Configure INSTALL Porting/Glossary Porting/config.sh
90718            ! Porting/config_H config_h.SH epoc/config.sh perl.c
90719            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
90720            ! win32/config.bc win32/config.gc win32/config.vc
90721 ____________________________________________________________________________
90722 [  6000] By: gsar                                  on 2000/04/28  18:26:58
90723         Log: reworked otherlibdirs.U (from Andy Dougherty)
90724      Branch: metaconfig
90725            ! U/installdirs/otherlibdirs.U
90726 ____________________________________________________________________________
90727 [  5999] By: gsar                                  on 2000/04/28  18:17:07
90728         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
90729      Branch: perl
90730            ! t/pragma/warn/toke toke.c
90731 ____________________________________________________________________________
90732 [  5998] By: jhi                                   on 2000/04/28  13:32:17
90733         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
90734      Branch: cfgperl
90735            ! lib/Math/Complex.pm
90736 ____________________________________________________________________________
90737 [  5997] By: jhi                                   on 2000/04/28  13:14:04
90738         Log: Preserve $!.
90739      Branch: cfgperl
90740            ! lib/Math/Complex.pm
90741 ____________________________________________________________________________
90742 [  5996] By: jhi                                   on 2000/04/28  12:59:23
90743         Log: Integrate with Sarathy.
90744      Branch: cfgperl
90745           +> pod/perlrequick.pod pod/perlretut.pod
90746           !> (integrate 51 files)
90747 ____________________________________________________________________________
90748 [  5995] By: gsar                                  on 2000/04/28  09:37:36
90749         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
90750      Branch: perl
90751            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
90752 ____________________________________________________________________________
90753 [  5994] By: gsar                                  on 2000/04/28  09:33:26
90754         Log: fix for missed accounting for null byte in pack("Z",...) (from
90755              M.J.T. Guy)
90756      Branch: perl
90757            ! pp.c t/op/pack.t
90758 ____________________________________________________________________________
90759 [  5993] By: gsar                                  on 2000/04/28  09:30:05
90760         Log: various minor tweaks seen on p5p
90761      Branch: perl
90762            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
90763 ____________________________________________________________________________
90764 [  5992] By: gsar                                  on 2000/04/28  09:08:19
90765         Log: pod nit (from Simon Cozens)
90766      Branch: perl
90767            ! pod/perlop.pod
90768 ____________________________________________________________________________
90769 [  5991] By: gsar                                  on 2000/04/28  09:06:36
90770         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
90771      Branch: perl
90772            ! README.posix-bc hints/posix-bc.sh
90773 ____________________________________________________________________________
90774 [  5990] By: gsar                                  on 2000/04/28  08:54:52
90775         Log: use $ENV{LIB} to search for libs under Visual C compiler
90776              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
90777      Branch: perl
90778            ! lib/ExtUtils/Liblist.pm
90779 ____________________________________________________________________________
90780 [  5989] By: gsar                                  on 2000/04/28  08:27:12
90781         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
90782              itself and no other (from Tom Hughes)
90783      Branch: perl
90784            ! t/op/array.t toke.c
90785 ____________________________________________________________________________
90786 [  5988] By: gsar                                  on 2000/04/28  08:01:38
90787         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
90788              <paul@miraclefish.com>)
90789      Branch: perl
90790            ! lib/ExtUtils/MakeMaker.pm
90791 ____________________________________________________________________________
90792 [  5987] By: gsar                                  on 2000/04/28  07:53:09
90793         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
90794      Branch: perl
90795            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
90796 ____________________________________________________________________________
90797 [  5986] By: gsar                                  on 2000/04/28  07:44:17
90798         Log: add regular expressions tutorial and quick-start guide (from
90799              Mark Kvale <kvale@phy.ucsf.edu>)
90800      Branch: perl
90801            + pod/perlrequick.pod pod/perlretut.pod
90802            ! AUTHORS MAINTAIN MANIFEST
90803 ____________________________________________________________________________
90804 [  5985] By: gsar                                  on 2000/04/28  07:30:28
90805         Log: forked child may not exit correctly if it failed to open
90806              /dev/console (from Graham Barr)
90807      Branch: perl
90808            ! ext/Sys/Syslog/Syslog.pm
90809 ____________________________________________________________________________
90810 [  5984] By: gsar                                  on 2000/04/28  07:27:20
90811         Log: attributes::reftype() doesn't work on tied argument
90812      Branch: perl
90813            ! xsutils.c
90814 ____________________________________________________________________________
90815 [  5983] By: gsar                                  on 2000/04/28  07:15:04
90816         Log: numeric conversion of non-number in change#3378 tramples on
90817              OOK offset, causing segfaults
90818      Branch: perl
90819            ! sv.c
90820 ____________________________________________________________________________
90821 [  5982] By: gsar                                  on 2000/04/28  04:48:25
90822         Log: avoid error in IO::Socket::INET when given an unknown service name
90823              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
90824      Branch: perl
90825            ! ext/IO/lib/IO/Socket/INET.pm
90826 ____________________________________________________________________________
90827 [  5981] By: gsar                                  on 2000/04/28  04:31:31
90828         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
90829              prototype mismatch with CORE::glob(); update pod and tests to
90830              suit (File::Glob::glob() is still available for backward
90831              compatibility, but should be considered deprecated)
90832      Branch: perl
90833            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
90834            ! t/lib/glob-taint.t
90835 ____________________________________________________________________________
90836 [  5980] By: gsar                                  on 2000/04/28  03:47:29
90837         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
90838              <ghudson@mit.edu>)
90839      Branch: metaconfig
90840            ! U/modified/Options.U
90841      Branch: perl
90842            ! Configure
90843 ____________________________________________________________________________
90844 [  5979] By: gsar                                  on 2000/04/28  03:07:54
90845         Log: under useithreads, constant pad entries could inadvertently be
90846              shared across threads (from Eric Blood <eblood@xmission.com>);
90847              added Eric's test case to testsuite
90848      Branch: perl
90849            ! op.c t/op/misc.t
90850 ____________________________________________________________________________
90851 [  5978] By: gsar                                  on 2000/04/27  21:13:00
90852         Log: sync version numbers in File::Spec with the ones on CPAN
90853              (from Barrie Slaymaker)
90854      Branch: perl
90855            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
90856            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
90857            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
90858 ____________________________________________________________________________
90859 [  5977] By: gsar                                  on 2000/04/27  21:07:29
90860         Log: autoquote barewords followed by newline and arrow properly
90861              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
90862      Branch: perl
90863            ! t/pragma/warn/toke toke.c
90864 ____________________________________________________________________________
90865 [  5976] By: gsar                                  on 2000/04/27  20:41:20
90866         Log: DB_File v1.73 update (from Paul Marquess)
90867      Branch: perl
90868            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
90869            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
90870 ____________________________________________________________________________
90871 [  5975] By: gsar                                  on 2000/04/27  20:34:24
90872         Log: allow sort() reentrancy (variant of patch suggested by
90873              Hugo van der Sanden)
90874      Branch: perl
90875            ! pp_ctl.c t/op/sort.t
90876 ____________________________________________________________________________
90877 [  5974] By: gsar                                  on 2000/04/27  19:46:57
90878         Log: change#4197 somehow missed initializing PL_errors, meaning
90879              sytax error queueing wasn't working outside eval"" at all;
90880              also fixed eval"" to localize PL_error_count, so that compile-time
90881              eval's don't clobber the error state of the outer context
90882      Branch: perl
90883            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
90884            ! t/pragma/warn/toke
90885 ____________________________________________________________________________
90886 [  5973] By: gsar                                  on 2000/04/27  18:29:05
90887         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
90888      Branch: perl
90889            ! regcomp.c regexec.c t/op/re_tests
90890 ____________________________________________________________________________
90891 [  5972] By: jhi                                   on 2000/04/27  18:22:41
90892         Log: Integrate with Sarathy.
90893      Branch: cfgperl
90894           +> t/lib/b.t t/lib/syslog.t
90895           !> (integrate 31 files)
90896 ____________________________________________________________________________
90897 [  5971] By: jhi                                   on 2000/04/27  18:18:46
90898         Log: Unicos tweaks from Mark P. Lutz.
90899      Branch: cfgperl
90900            ! hints/unicos.sh lib/Math/Complex.pm
90901 ____________________________________________________________________________
90902 [  5970] By: gsar                                  on 2000/04/27  18:05:11
90903         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
90904              IV is >32bits
90905      Branch: perl
90906            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
90907 ____________________________________________________________________________
90908 [  5969] By: gsar                                  on 2000/04/27  17:50:56
90909         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
90910      Branch: perl
90911            + t/lib/syslog.t
90912            ! MANIFEST ext/Sys/Syslog/Syslog.pm
90913 ____________________________________________________________________________
90914 [  5968] By: gsar                                  on 2000/04/27  17:44:49
90915         Log: tolerate spaces in group names in test on solaris (from David Boyce
90916              <dsb@boyski.com>)
90917      Branch: perl
90918            ! t/op/groups.t
90919 ____________________________________________________________________________
90920 [  5967] By: gsar                                  on 2000/04/27  17:41:22
90921         Log: improved docs on the warn_uninit diagnostic (from David Glasser
90922              and Simon Cozens)
90923      Branch: perl
90924            ! pod/perldiag.pod
90925 ____________________________________________________________________________
90926 [  5966] By: gsar                                  on 2000/04/27  16:54:58
90927         Log: add testsuite for B backends, fix bug in B::Deparse (from
90928              Simon Cozens <simon@brecon.co.uk>)
90929      Branch: perl
90930            + t/lib/b.t
90931            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
90932 ____________________________________________________________________________
90933 [  5965] By: gsar                                  on 2000/04/27  16:10:37
90934         Log: avoid "will not stay shared" warnings for our variables (from
90935              Robin Barker)
90936      Branch: perl
90937            ! op.c t/pragma/warn/op
90938 ____________________________________________________________________________
90939 [  5964] By: gsar                                  on 2000/04/27  07:05:05
90940         Log: reformat to 72 columns (again)
90941      Branch: perl
90942            ! pod/perldiag.pod
90943 ____________________________________________________________________________
90944 [  5963] By: gsar                                  on 2000/04/27  06:28:31
90945         Log: patch from Larry to make (\&) prototype work; added tests for
90946              the same
90947      Branch: perl
90948            ! op.c t/comp/proto.t
90949 ____________________________________________________________________________
90950 [  5962] By: gsar                                  on 2000/04/27  06:15:47
90951         Log: updated README.hpux (from Jeff Okamoto)
90952      Branch: perl
90953            ! README.hpux
90954 ____________________________________________________________________________
90955 [  5961] By: gsar                                  on 2000/04/27  05:55:03
90956         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
90957      Branch: perl
90958            ! emacs/cperl-mode.el
90959 ____________________________________________________________________________
90960 [  5960] By: gsar                                  on 2000/04/27  05:49:26
90961         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
90962      Branch: perl
90963            ! INSTALL
90964 ____________________________________________________________________________
90965 [  5959] By: gsar                                  on 2000/04/27  05:33:41
90966         Log: doubled words in pods (from Simon Cozens
90967              <simon.p.cozens@jp.pwcglobal.com>)
90968      Branch: perl
90969            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
90970            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
90971            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
90972            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
90973            ! pod/perltootc.pod
90974 ____________________________________________________________________________
90975 [  5958] By: gsar                                  on 2000/04/27  05:11:39
90976         Log: change#3569 deleted some essential code, revert; avoid use of
90977              atexit() to make DynaLoader work properly on AIX under mod_perl
90978              (from Jens-Uwe Mager <jum@helios.de>)
90979      Branch: perl
90980            ! ext/DynaLoader/dl_aix.xs
90981 ____________________________________________________________________________
90982 [  5957] By: gsar                                  on 2000/04/27  04:54:51
90983         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
90984      Branch: perl
90985            ! pod/perlmod.pod
90986 ____________________________________________________________________________
90987 [  5956] By: gsar                                  on 2000/04/27  04:51:47
90988         Log: better diagnostics on failed tests (from Ilya Zakharevich)
90989      Branch: perl
90990            ! t/op/lex_assign.t
90991 ____________________________________________________________________________
90992 [  5955] By: gsar                                  on 2000/04/27  04:26:44
90993         Log: longstanding bug exposed by change#3307: sort arguments weren't
90994              compiled with the right wantarray context (ensuing runtime lookup
90995              via block_gimme() was getting the incidental context of the
90996              sort() itself)
90997      Branch: perl
90998            ! op.c t/op/sort.t
90999 ____________________________________________________________________________
91000 [  5954] By: gsar                                  on 2000/04/26  23:42:12
91001         Log: integrate cfgperl contents into mainline
91002      Branch: perl
91003           !> (integrate 30 files)
91004 ____________________________________________________________________________
91005 [  5953] By: jhi                                   on 2000/04/26  23:06:42
91006         Log: Integrate with Sarathy.
91007      Branch: cfgperl
91008           !> README.win32 ext/B/B/Deparse.pm
91009           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
91010           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
91011           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
91012           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
91013           !> utils/perldoc.PL vms/perlvms.pod
91014 ____________________________________________________________________________
91015 [  5952] By: jhi                                   on 2000/04/26  23:03:46
91016         Log: Undo "use integer" addition from 64bitint as it seems
91017              to break most of the subtests in Digital UNIX;
91018              Unicos needs to find another way.
91019      Branch: cfgperl
91020            ! t/op/64bitint.t
91021 ____________________________________________________________________________
91022 [  5951] By: jhi                                   on 2000/04/26  22:57:53
91023         Log: Be more robust on "extreme" (large absolute value)
91024              arguments.  Originally reported by Daniel Connelly
91025              as a problem with asinh() on large negative arguments,
91026              asinh() used to bail out because an argument to log()
91027              ended up being zero.  Ilya Zakharevich proposed using
91028              Taylor's series in such cases, which for such large
91029              arguments is a very good approximation.
91030      Branch: cfgperl
91031            ! lib/Math/Complex.pm t/lib/complex.t
91032 ____________________________________________________________________________
91033 [  5950] By: gsar                                  on 2000/04/25  19:13:12
91034         Log: reformat perldiag to avoid long lines
91035      Branch: perl
91036            ! pod/perldiag.pod
91037 ____________________________________________________________________________
91038 [  5949] By: gsar                                  on 2000/04/25  18:41:11
91039         Log: make perldoc use the pod2man from the same version (from
91040              M.J.T. Guy)
91041      Branch: perl
91042            ! utils/perldoc.PL
91043 ____________________________________________________________________________
91044 [  5948] By: gsar                                  on 2000/04/25  18:21:57
91045         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
91046              <kompas@kompas.usr.onet.pl>)
91047      Branch: perl
91048            ! lib/vars.pm
91049 ____________________________________________________________________________
91050 [  5947] By: gsar                                  on 2000/04/25  18:11:53
91051         Log: use &dl_error rather than &dl_load_file as the guard for calling
91052              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
91053              statically built perl)
91054      Branch: perl
91055            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
91056 ____________________________________________________________________________
91057 [  5946] By: jhi                                   on 2000/04/25  17:37:54
91058         Log: Document that tr() is not tr(1).
91059      Branch: cfgperl
91060            ! pod/perlop.pod
91061 ____________________________________________________________________________
91062 [  5945] By: gsar                                  on 2000/04/25  16:34:33
91063         Log: make module name mandatory after -M switch; reorder perldiag
91064              alphabetically (from Mark-Jason Dominus)
91065      Branch: perl
91066            ! perl.c pod/perldiag.pod
91067 ____________________________________________________________________________
91068 [  5944] By: jhi                                   on 2000/04/25  01:15:18
91069         Log: On second thoughts frexp() does have two arguments.
91070      Branch: cfgperl
91071            ! perl.h
91072 ____________________________________________________________________________
91073 [  5943] By: jhi                                   on 2000/04/24  22:56:32
91074         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
91075              Now pp_ncmp() returns undef is either operand is a NaN.
91076      Branch: cfgperl
91077            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
91078            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
91079            ! vms/subconfigure.com vos/config.def vos/config.h
91080            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
91081            ! win32/config.vc win32/config_H.bc win32/config_H.gc
91082            ! win32/config_H.vc
91083      Branch: metaconfig/U/perl
91084            + d_modfl.U
91085 ____________________________________________________________________________
91086 [  5942] By: jhi                                   on 2000/04/24  19:45:17
91087         Log: Regen Configure to match #5937.
91088      Branch: cfgperl
91089            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
91090            ! config_h.SH
91091      Branch: metaconfig
91092            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
91093 ____________________________________________________________________________
91094 [  5941] By: jhi                                   on 2000/04/24  19:24:11
91095         Log: Further Unicos fixes for Mark Lutz.
91096      Branch: cfgperl
91097            ! hints/unicos.sh pp_ctl.c
91098 ____________________________________________________________________________
91099 [  5940] By: jhi                                   on 2000/04/24  19:09:06
91100         Log: Various Unicos 10.0.0.6 fixes.
91101              
91102              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
91103              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
91104              Reply-To: tecmpl1@triton.ca.boeing.com 
91105              To: perl5-porters@perl.org 
91106              Date: Fri, 14 Apr 2000 20:21:00 GMT 
91107              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
91108      Branch: cfgperl
91109            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
91110 ____________________________________________________________________________
91111 [  5939] By: gsar                                  on 2000/04/24  19:01:24
91112         Log: more pod nits (from Larry Virden)
91113      Branch: perl
91114            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
91115            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
91116            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
91117 ____________________________________________________________________________
91118 [  5938] By: gsar                                  on 2000/04/24  18:54:01
91119         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
91120      Branch: perl
91121            ! ext/B/B/Deparse.pm
91122 ____________________________________________________________________________
91123 [  5937] By: jhi                                   on 2000/04/24  17:39:00
91124         Log: Integrate with Sarathy.
91125      Branch: cfgperl
91126           +> (branch 31 files)
91127           !> (integrate 73 files)
91128 ____________________________________________________________________________
91129 [  5936] By: gsar                                  on 2000/04/24  17:30:06
91130         Log: additional tests for change#5934 (from Paul Marquess, who also
91131              sent in the same fix)
91132      Branch: perl
91133            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
91134            ! t/pragma/warn/5nolint t/pragma/warn/6default
91135 ____________________________________________________________________________
91136 [  5935] By: jhi                                   on 2000/04/24  17:26:05
91137         Log: Do not assume sign propagation.
91138              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
91139              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
91140              To: payner@ncifcrf.gov, perl5-porters@perl.org 
91141              Date: Tue, 18 Apr 2000 18:24:49 +0100 
91142              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
91143      Branch: cfgperl
91144            ! t/op/bop.t t/op/misc.t
91145 ____________________________________________________________________________
91146 [  5934] By: gsar                                  on 2000/04/24  17:16:54
91147         Log: propagate lexical warnings from surrounding scope correctly
91148              within string eval()
91149      Branch: perl
91150            ! pp_ctl.c t/pragma/warn/pp_ctl
91151 ____________________________________________________________________________
91152 [  5933] By: jhi                                   on 2000/04/24  17:01:07
91153         Log: Flatten the cpp jungle doing the nosuid checking.
91154      Branch: cfgperl
91155            ! perl.c
91156 ____________________________________________________________________________
91157 [  5932] By: gsar                                  on 2000/04/24  09:08:14
91158         Log: add rsignal(), whichsig() and do_join() to public API list
91159              (mod_perl uses them to good advantage)
91160      Branch: perl
91161            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
91162 ____________________________________________________________________________
91163 [  5931] By: gsar                                  on 2000/04/24  09:01:40
91164         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
91165      Branch: perl
91166            ! pp_hot.c regexec.c t/op/pat.t
91167 ____________________________________________________________________________
91168 [  5930] By: gsar                                  on 2000/04/24  08:58:33
91169         Log: small os390 tweaks (from Peter Prymmer)
91170      Branch: perl
91171            ! config_h.SH makedepend.SH
91172 ____________________________________________________________________________
91173 [  5929] By: gsar                                  on 2000/04/24  08:55:25
91174         Log: pod nits
91175      Branch: perl
91176            ! pod/perlguts.pod
91177 ____________________________________________________________________________
91178 [  5928] By: gsar                                  on 2000/04/24  08:50:13
91179         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
91180      Branch: perl
91181            ! ext/IO/lib/IO/Poll.pm
91182 ____________________________________________________________________________
91183 [  5927] By: gsar                                  on 2000/04/24  08:43:24
91184         Log: arrange for next() to resume at the unstack op rather than the
91185              loop conditional, so that scope cleanup happens correctly
91186              (from Stephen McCamant)
91187      Branch: perl
91188            ! op.c pp_ctl.c t/op/misc.t
91189 ____________________________________________________________________________
91190 [  5926] By: gsar                                  on 2000/04/24  08:18:40
91191         Log: on windows, reserve 16M of stack rather than 128M (allows more
91192              threads to run concurrently)
91193      Branch: perl
91194            ! win32/Makefile win32/makefile.mk
91195 ____________________________________________________________________________
91196 [  5925] By: gsar                                  on 2000/04/24  08:13:52
91197         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
91198      Branch: perl
91199            ! toke.c
91200 ____________________________________________________________________________
91201 [  5924] By: gsar                                  on 2000/04/24  08:08:59
91202         Log: avoid using uninitialized memory in require version check
91203      Branch: perl
91204            ! pp_ctl.c universal.c
91205 ____________________________________________________________________________
91206 [  5923] By: gsar                                  on 2000/04/24  07:20:14
91207         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
91208      Branch: perl
91209            ! ext/IO/lib/IO/Poll.pm
91210 ____________________________________________________________________________
91211 [  5922] By: gsar                                  on 2000/04/24  07:08:42
91212         Log: commentary about IoTYPE() (from Nathan Torkington)
91213      Branch: perl
91214            ! sv.h
91215 ____________________________________________________________________________
91216 [  5921] By: gsar                                  on 2000/04/24  06:58:26
91217         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
91218              by fix
91219      Branch: perl
91220            ! sv.c t/lib/charnames.t t/pragma/utf8.t
91221 ____________________________________________________________________________
91222 [  5920] By: gsar                                  on 2000/04/24  06:37:59
91223         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
91224      Branch: perl
91225            ! doop.c t/op/ver.t
91226 ____________________________________________________________________________
91227 [  5919] By: gsar                                  on 2000/04/24  06:21:58
91228         Log: Configure might miss old directories when prefix must be
91229              expanded (from Robin Barker)
91230      Branch: metaconfig
91231            ! U/installdirs/inc_version_list.U
91232      Branch: perl
91233            ! Configure
91234 ____________________________________________________________________________
91235 [  5918] By: gsar                                  on 2000/04/24  06:16:11
91236         Log: VMS nits in glob() test (from Charles Lane)
91237      Branch: perl
91238            ! t/lib/glob-basic.t
91239 ____________________________________________________________________________
91240 [  5917] By: gsar                                  on 2000/04/24  06:11:56
91241         Log: various pod nits (from Larry Virden and others)
91242      Branch: perl
91243            ! README.amiga README.hpux README.machten README.os2
91244            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
91245            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
91246            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
91247            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
91248            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
91249            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
91250            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
91251            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
91252 ____________________________________________________________________________
91253 [  5916] By: gsar                                  on 2000/04/24  05:52:43
91254         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
91255              <wjones@tc.fluke.com>)
91256      Branch: perl
91257            ! t/lib/glob-basic.t
91258 ____________________________________________________________________________
91259 [  5915] By: gsar                                  on 2000/04/24  05:07:01
91260         Log: supported platforms mixed up
91261      Branch: perl
91262            ! pod/perl56delta.pod pod/perlport.pod
91263 ____________________________________________________________________________
91264 [  5914] By: gsar                                  on 2000/04/24  04:56:08
91265         Log: caller() wasn't returning the right number of elements for
91266              eval {...}
91267      Branch: perl
91268            ! pp_ctl.c t/pragma/warn/9enabled
91269 ____________________________________________________________________________
91270 [  5913] By: gsar                                  on 2000/04/24  04:35:41
91271         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
91272              Mark-Jason Dominus)
91273      Branch: perl
91274            ! pod/perlfunc.pod
91275 ____________________________________________________________________________
91276 [  5912] By: gsar                                  on 2000/04/24  04:17:15
91277         Log: fix totally broken caching in UNIVERSAL::isa() (from
91278              Nick Ing-Simmons)
91279      Branch: perl
91280            ! t/op/universal.t universal.c
91281 ____________________________________________________________________________
91282 [  5911] By: gsar                                  on 2000/04/24  03:39:47
91283         Log: add linebreak properties from unicode/LineBrk.txt (from
91284              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
91285      Branch: perl
91286            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
91287            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
91288            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
91289            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
91290            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
91291            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
91292            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
91293            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
91294            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
91295            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
91296            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
91297            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
91298            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
91299            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
91300            + lib/unicode/Is/LbrkZW.pl
91301            ! lib/unicode/mktables.PL
91302 ____________________________________________________________________________
91303 [  5910] By: gsar                                  on 2000/04/24  03:23:10
91304         Log: typo in pod
91305      Branch: perl
91306            ! ext/Thread/Thread.pm
91307 ____________________________________________________________________________
91308 [  5909] By: gsar                                  on 2000/04/24  03:22:03
91309         Log: mode argument to do_binmode() should be file mode, not boolean
91310      Branch: perl
91311            ! pp_sys.c
91312 ____________________________________________________________________________
91313 [  5908] By: gsar                                  on 2000/04/16  16:51:08
91314         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
91315              always returns a valid GV even when the symbol is trapped by strictures
91316              (avoids coredumps)
91317              
91318              TODO: the C<package;> hack needs similar treatment
91319      Branch: perl
91320            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
91321            ! t/pragma/strict-vars
91322 ____________________________________________________________________________
91323 [  5907] By: jhi                                   on 2000/03/31  23:42:56
91324         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
91325              an assumption which #5905 demolished.
91326      Branch: cfgperl
91327            ! pp_sys.c
91328 ____________________________________________________________________________
91329 [  5906] By: jhi                                   on 2000/03/31  18:54:37
91330         Log: Typo in #5905.
91331      Branch: cfgperl
91332            ! t/op/64bitint.t
91333 ____________________________________________________________________________
91334 [  5905] By: jhi                                   on 2000/03/31  18:50:54
91335         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
91336              reported by Joseph N. Hall.  The bug was that even with use64bitint
91337              one had to use the prefixes q, L, or ll with printf/sprintf,
91338              contrary to the documentation and common sense.
91339      Branch: cfgperl
91340            ! sv.c t/op/64bitint.t
91341 ____________________________________________________________________________
91342 [  5904] By: gsar                                  on 2000/03/28  02:31:32
91343         Log: add Changes, perldelta.pod
91344      Branch: perl
91345            + Changes pod/perldelta.pod
91346 ____________________________________________________________________________
91347 [  5903] By: gsar                                  on 2000/03/28  02:03:55
91348         Log: rename Changes and perldelta.pod
91349      Branch: perl
91350           +> Changes5.6 pod/perl56delta.pod
91351            - Changes pod/perldelta.pod
91352            ! MANIFEST
91353 ____________________________________________________________________________
91354 [  5902] By: gsar                                  on 2000/03/28  01:59:14
91355         Log: create maint-5.6 branch
91356      Branch: maint-5.6/perl
91357           +> (branch 1611 files)
91358 ____________________________________________________________________________
91359 [  5901] By: jhi                                   on 2000/03/23  05:48:43
91360         Log: Integrate with Sarathy.
91361      Branch: cfgperl
91362           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
91363 ____________________________________________________________________________
91364 [  5900] By: gsar                                  on 2000/03/23  05:42:43
91365         Log: three guesses on what this is :-)
91366      Branch: perl
91367            ! Changes